@objectstack/plugin-hono-server 0.9.1 → 0.9.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # @objectstack/plugin-hono-server
2
2
 
3
+ ## 0.9.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @objectstack/spec@0.9.2
9
+ - @objectstack/core@0.9.2
10
+ - @objectstack/types@0.9.2
11
+
3
12
  ## 0.9.1
4
13
 
5
14
  ### Patch Changes
package/README.md CHANGED
@@ -2,6 +2,13 @@
2
2
 
3
3
  HTTP Server Adapter for ObjectStack Runtime using the [Hono](https://hono.dev/) framework. This plugin provides a production-ready REST API gateway for ObjectStack applications.
4
4
 
5
+ ## 🤖 AI Development Context
6
+
7
+ **Role**: HTTP Server Adapter
8
+ **Usage**:
9
+ - Replaces the default server implementation with Hono.
10
+ - Ideal for Edge runtimes (Cloudflare Workers, etc.).
11
+
5
12
  ## Plugin Capabilities
6
13
 
7
14
  This plugin implements the ObjectStack plugin capability protocol:
package/package.json CHANGED
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "name": "@objectstack/plugin-hono-server",
3
- "version": "0.9.1",
3
+ "version": "0.9.2",
4
4
  "description": "Standard Hono Server Adapter for ObjectStack Runtime",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "dependencies": {
8
8
  "@hono/node-server": "^1.2.0",
9
9
  "hono": "^4.0.0",
10
- "@objectstack/core": "0.9.1",
11
- "@objectstack/spec": "0.9.1",
12
- "@objectstack/types": "0.9.1"
10
+ "@objectstack/core": "0.9.2",
11
+ "@objectstack/spec": "0.9.2",
12
+ "@objectstack/types": "0.9.2"
13
13
  },
14
14
  "devDependencies": {
15
15
  "@types/node": "^25.1.0",