jazz-vue 0.9.13 → 0.9.14

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.13 build /home/runner/work/jazz/jazz/packages/jazz-vue
2
+ > jazz-vue@0.9.14 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.74 kB │ gzip: 0.40 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 22306ms.
15
+ [vite:dts] Declaration files built in 21525ms.
16
16
 
17
- ✓ built in 22.59s
17
+ ✓ built in 21.81s
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # jazz-react
2
2
 
3
+ ## 0.9.14
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [3df93cc]
8
+ - jazz-tools@0.9.14
9
+ - jazz-browser@0.9.14
10
+
3
11
  ## 0.9.13
4
12
 
5
13
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jazz-vue",
3
- "version": "0.9.13",
3
+ "version": "0.9.14",
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.13",
20
- "jazz-browser": "0.9.13",
21
- "jazz-tools": "0.9.13"
19
+ "jazz-browser": "0.9.14",
20
+ "jazz-tools": "0.9.14",
21
+ "cojson": "0.9.13"
22
22
  },
23
23
  "devDependencies": {
24
24
  "@vitejs/plugin-vue": "^5.1.4",