jazz-vue 0.13.31 → 0.13.32

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.31 build /home/runner/_work/jazz/jazz/packages/jazz-vue
2
+ > jazz-vue@0.13.32 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...
@@ -12,6 +12,6 @@ computing gzip size...
12
12
  dist/testing.js  1.19 kB │ gzip: 0.52 kB │ map: 1.70 kB
13
13
  dist/provider-CkA-a4Og.js  2.32 kB │ gzip: 0.81 kB │ map: 4.52 kB
14
14
  dist/index.js 13.98 kB │ gzip: 3.52 kB │ map: 22.99 kB
15
- [vite:dts] Declaration files built in 4498ms.
15
+ [vite:dts] Declaration files built in 3518ms.
16
16
 
17
- ✓ built in 4.69s
17
+ ✓ built in 3.67s
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # jazz-react
2
2
 
3
+ ## 0.13.32
4
+
5
+ ### Patch Changes
6
+
7
+ - jazz-browser@0.13.32
8
+
3
9
  ## 0.13.31
4
10
 
5
11
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jazz-vue",
3
- "version": "0.13.31",
3
+ "version": "0.13.32",
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.31",
20
- "jazz-browser": "0.13.31",
21
- "jazz-tools": "0.13.31"
19
+ "jazz-browser": "0.13.32",
20
+ "jazz-tools": "0.13.31",
21
+ "cojson": "0.13.31"
22
22
  },
23
23
  "devDependencies": {
24
24
  "@scure/bip39": "^1.3.0",