@objectstack/client 0.4.2 → 0.6.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 +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,28 @@
1
1
  # @objectstack/client
2
2
 
3
+ ## 0.6.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Patch release for maintenance and stability improvements
8
+ - Updated dependencies
9
+ - @objectstack/spec@0.6.1
10
+
11
+ ## 0.6.0
12
+
13
+ ### Minor Changes
14
+
15
+ - b2df5f7: Unified version bump to 0.5.0
16
+
17
+ - Standardized all package versions to 0.5.0 across the monorepo
18
+ - Fixed driver-memory package.json paths for proper module resolution
19
+ - Ensured all packages are in sync for the 0.5.0 release
20
+
21
+ ### Patch Changes
22
+
23
+ - Updated dependencies [b2df5f7]
24
+ - @objectstack/spec@0.6.0
25
+
3
26
  ## 0.4.2
4
27
 
5
28
  ### Patch Changes
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@objectstack/client",
3
- "version": "0.4.2",
3
+ "version": "0.6.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.4.2"
8
+ "@objectstack/spec": "0.6.1"
9
9
  },
10
10
  "devDependencies": {
11
11
  "typescript": "^5.0.0"