jazz-vue 0.14.23 → 0.14.24

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,9 +1,9 @@
1
1
 
2
- > jazz-vue@0.14.23 build /home/runner/_work/jazz/jazz/packages/jazz-vue
2
+ > jazz-vue@0.14.24 build /home/runner/_work/jazz/jazz/packages/jazz-vue
3
3
  > pnpm typecheck && rm -rf ./dist && vite build
4
4
 
5
5
 
6
- > jazz-vue@0.14.23 typecheck /home/runner/_work/jazz/jazz/packages/jazz-vue
6
+ > jazz-vue@0.14.24 typecheck /home/runner/_work/jazz/jazz/packages/jazz-vue
7
7
  > vue-tsc --noEmit
8
8
 
9
9
  vite v6.3.5 building for production...
@@ -16,6 +16,6 @@ computing gzip size...
16
16
  dist/testing.js  1.19 kB │ gzip: 0.52 kB │ map: 1.71 kB
17
17
  dist/provider-DT2kaCMV.js  2.43 kB │ gzip: 0.88 kB │ map: 4.85 kB
18
18
  dist/index.js 13.97 kB │ gzip: 3.53 kB │ map: 23.09 kB
19
- [vite:dts] Declaration files built in 3957ms.
19
+ [vite:dts] Declaration files built in 2992ms.
20
20
 
21
- ✓ built in 4.13s
21
+ ✓ built in 3.23s
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # jazz-react
2
2
 
3
+ ## 0.14.24
4
+
5
+ ### Patch Changes
6
+
7
+ - cojson@0.14.24
8
+ - jazz-browser@0.14.24
9
+ - jazz-tools@0.14.24
10
+
3
11
  ## 0.14.23
4
12
 
5
13
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jazz-vue",
3
- "version": "0.14.23",
3
+ "version": "0.14.24",
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.14.23",
20
- "jazz-browser": "0.14.23",
21
- "jazz-tools": "0.14.23"
19
+ "cojson": "0.14.24",
20
+ "jazz-browser": "0.14.24",
21
+ "jazz-tools": "0.14.24"
22
22
  },
23
23
  "devDependencies": {
24
24
  "@scure/bip39": "^1.3.0",