@objectstack/client 0.3.3 → 0.4.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +27 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,32 @@
1
1
  # @objectstack/client
2
2
 
3
+ ## 0.4.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Unify all package versions to 0.4.2
8
+ - Updated dependencies
9
+ - @objectstack/spec@0.4.2
10
+
11
+ ## 0.4.1
12
+
13
+ ### Patch Changes
14
+
15
+ - Version synchronization and dependency updates
16
+
17
+ - Synchronized plugin-msw version to 0.4.1
18
+ - Updated runtime peer dependency versions to ^0.4.1
19
+ - Fixed internal dependency version mismatches
20
+
21
+ - Updated dependencies
22
+ - @objectstack/spec@0.4.1
23
+
24
+ ## 0.4.0
25
+
26
+ ### Minor Changes
27
+
28
+ - Release version 0.4.0
29
+
3
30
  ## 0.3.3
4
31
 
5
32
  ### Patch Changes
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@objectstack/client",
3
- "version": "0.3.3",
3
+ "version": "0.4.2",
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.3.3"
8
+ "@objectstack/spec": "0.4.2"
9
9
  },
10
10
  "devDependencies": {
11
11
  "typescript": "^5.0.0"