jazz-vue 0.9.21 → 0.9.22

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.21 build /home/runner/work/jazz/jazz/packages/jazz-vue
2
+ > jazz-vue@0.9.22 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 20352ms.
15
+ [vite:dts] Declaration files built in 20913ms.
16
16
 
17
- ✓ built in 20.63s
17
+ ✓ built in 21.19s
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # jazz-react
2
2
 
3
+ ## 0.9.22
4
+
5
+ ### Patch Changes
6
+
7
+ - jazz-browser@0.9.22
8
+
3
9
  ## 0.9.21
4
10
 
5
11
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jazz-vue",
3
- "version": "0.9.21",
3
+ "version": "0.9.22",
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
- "jazz-tools": "0.9.21",
20
19
  "cojson": "0.9.19",
21
- "jazz-browser": "0.9.21"
20
+ "jazz-tools": "0.9.21",
21
+ "jazz-browser": "0.9.22"
22
22
  },
23
23
  "devDependencies": {
24
24
  "@vitejs/plugin-vue": "^5.1.4",