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