@objectstack/types 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 +19 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,24 @@
1
1
  # @objectstack/types
2
2
 
3
+ ## 0.8.1
4
+
5
+ ### Patch Changes
6
+
7
+ - @objectstack/spec@0.8.1
8
+
9
+ ## 1.0.0
10
+
11
+ ### Minor Changes
12
+
13
+ - # Upgrade to Zod v4 and Protocol Improvements
14
+
15
+ This release includes a major upgrade to the core validation engine (Zod v4) and aligns all protocol definitions with stricter type safety.
16
+
17
+ ### Patch Changes
18
+
19
+ - Updated dependencies
20
+ - @objectstack/spec@1.0.0
21
+
3
22
  ## 0.7.2
4
23
 
5
24
  ### Patch Changes
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@objectstack/types",
3
- "version": "0.7.2",
3
+ "version": "0.8.1",
4
4
  "description": "Shared interfaces describing the ObjectStack Runtime environment",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "dependencies": {
8
- "@objectstack/spec": "0.7.2"
8
+ "@objectstack/spec": "0.8.1"
9
9
  },
10
10
  "devDependencies": {
11
11
  "typescript": "^5.0.0"