jazz-vue 0.13.15 → 0.13.16

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.13.15 build /home/runner/_work/jazz/jazz/packages/jazz-vue
2
+ > jazz-vue@0.13.16 build /home/runner/_work/jazz/jazz/packages/jazz-vue
3
3
  > rm -rf ./dist && vite build
4
4
 
5
5
  vite v6.0.11 building for production...
@@ -23,6 +23,6 @@ computing gzip size...
23
23
  dist/testing.js  1.19 kB │ gzip: 0.52 kB │ map: 1.70 kB
24
24
  dist/provider-CkA-a4Og.js  2.32 kB │ gzip: 0.81 kB │ map: 4.54 kB
25
25
  dist/index.js 13.98 kB │ gzip: 3.52 kB │ map: 22.99 kB
26
- [vite:dts] Declaration files built in 4956ms.
26
+ [vite:dts] Declaration files built in 5547ms.
27
27
 
28
- ✓ built in 5.12s
28
+ ✓ built in 5.75s
package/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # jazz-react
2
2
 
3
+ ## 0.13.16
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [c6fb8dc]
8
+ - cojson@0.13.16
9
+ - jazz-browser@0.13.16
10
+ - jazz-tools@0.13.16
11
+
3
12
  ## 0.13.15
4
13
 
5
14
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jazz-vue",
3
- "version": "0.13.15",
3
+ "version": "0.13.16",
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.13.15",
20
- "jazz-browser": "0.13.15",
21
- "jazz-tools": "0.13.15"
19
+ "cojson": "0.13.16",
20
+ "jazz-browser": "0.13.16",
21
+ "jazz-tools": "0.13.16"
22
22
  },
23
23
  "devDependencies": {
24
24
  "@scure/bip39": "^1.3.0",