@objectstack/plugin-hono-server 0.7.2 → 0.8.1

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +23 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,28 @@
1
1
  # @objectstack/plugin-hono-server
2
2
 
3
+ ## 0.8.1
4
+
5
+ ### Patch Changes
6
+
7
+ - @objectstack/spec@0.8.1
8
+ - @objectstack/core@0.8.1
9
+ - @objectstack/types@0.8.1
10
+
11
+ ## 1.0.0
12
+
13
+ ### Minor Changes
14
+
15
+ - # Upgrade to Zod v4 and Protocol Improvements
16
+
17
+ This release includes a major upgrade to the core validation engine (Zod v4) and aligns all protocol definitions with stricter type safety.
18
+
19
+ ### Patch Changes
20
+
21
+ - Updated dependencies
22
+ - @objectstack/spec@1.0.0
23
+ - @objectstack/core@1.0.0
24
+ - @objectstack/types@1.0.0
25
+
3
26
  ## 0.7.2
4
27
 
5
28
  ### Patch Changes
package/package.json CHANGED
@@ -1,18 +1,18 @@
1
1
  {
2
2
  "name": "@objectstack/plugin-hono-server",
3
- "version": "0.7.2",
3
+ "version": "0.8.1",
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.7.2",
11
- "@objectstack/spec": "0.7.2",
12
- "@objectstack/types": "0.7.2"
10
+ "@objectstack/core": "0.8.1",
11
+ "@objectstack/spec": "0.8.1",
12
+ "@objectstack/types": "0.8.1"
13
13
  },
14
14
  "devDependencies": {
15
- "@types/node": "^20.0.0",
15
+ "@types/node": "^25.1.0",
16
16
  "typescript": "^5.0.0"
17
17
  },
18
18
  "scripts": {