File tree Expand file tree Collapse file tree
packages/plugin-hono-server Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ All packages are ready for publishing to npm:
1010- ** @objectstack/runtime @0.2.0** - Runtime execution environment
1111- ** @objectstack/client @0.2.0** - Client library for ObjectStack
1212- ** @objectstack/driver-memory @0.2.0** - In-memory data storage driver
13- - ** @objectstack/plugin-hono-server @1.0 .0** - Hono server plugin for REST API
13+ - ** @objectstack/plugin-hono-server @0.2 .0** - Hono server plugin for REST API
1414
1515## ✨ Features
1616
@@ -102,7 +102,7 @@ Dry-run output confirms all 7 packages are ready:
102102- ✅ @objectstack/client @0.2.0
103103- ✅ @objectstack/driver-memory @0.2.0
104104- ✅ @objectstack/objectql @0.2.0
105- - ✅ @objectstack/plugin-hono-server @1.0 .0
105+ - ✅ @objectstack/plugin-hono-server @0.2 .0
106106- ✅ @objectstack/runtime @0.2.0
107107- ✅ @objectstack/spec @0.2.0
108108- ✅ @objectstack/types @0.2.0
Original file line number Diff line number Diff line change 11# @objectstack/plugin-hono-server
22
3- ## 1.0 .0
3+ ## 0.2 .0
44
55### Minor Changes
66
Original file line number Diff line number Diff line change 11{
22 "name" : " @objectstack/plugin-hono-server" ,
3- "version" : " 1.0 .0" ,
3+ "version" : " 0.2 .0" ,
44 "description" : " Standard Hono Server Adapter for ObjectStack Runtime" ,
55 "main" : " dist/index.js" ,
66 "types" : " dist/index.d.ts" ,
You can’t perform that action at this time.
0 commit comments