jazz-vue 0.9.22 → 0.9.23

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.
@@ -1,5 +1,5 @@
1
1
 
2
- > jazz-vue@0.9.22 build /home/runner/work/jazz/jazz/packages/jazz-vue
2
+ > jazz-vue@0.9.23 build /home/runner/work/jazz/jazz/packages/jazz-vue
3
3
  > rm -rf ./dist && vite build
4
4
 
5
5
  vite v5.4.11 building for production...
@@ -12,6 +12,6 @@ computing gzip size...
12
12
  dist/testing.js 0.79 kB │ gzip: 0.41 kB
13
13
  dist/provider-BZnz6FpX.js 1.62 kB │ gzip: 0.66 kB
14
14
  dist/index.js 9.10 kB │ gzip: 3.01 kB
15
- [vite:dts] Declaration files built in 20913ms.
15
+ [vite:dts] Declaration files built in 21109ms.
16
16
 
17
- ✓ built in 21.19s
17
+ ✓ built in 21.44s
package/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # jazz-react
2
2
 
3
+ ## 0.9.23
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [70c9a5d]
8
+ - cojson@0.9.23
9
+ - jazz-browser@0.9.23
10
+ - jazz-tools@0.9.23
11
+
3
12
  ## 0.9.22
4
13
 
5
14
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jazz-vue",
3
- "version": "0.9.22",
3
+ "version": "0.9.23",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "types": "src/index.ts",
@@ -16,9 +16,9 @@
16
16
  }
17
17
  },
18
18
  "dependencies": {
19
- "cojson": "0.9.19",
20
- "jazz-tools": "0.9.21",
21
- "jazz-browser": "0.9.22"
19
+ "cojson": "0.9.23",
20
+ "jazz-browser": "0.9.23",
21
+ "jazz-tools": "0.9.23"
22
22
  },
23
23
  "devDependencies": {
24
24
  "@vitejs/plugin-vue": "^5.1.4",