jazz-vue 0.8.40 → 0.8.44

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,17 @@
1
+
2
+ > jazz-vue@0.8.44 build /home/runner/work/jazz/jazz/packages/jazz-vue
3
+ > rm -rf ./dist && vite build
4
+
5
+ vite v5.4.11 building for production...
6
+ (node:2336) [DEP0180] DeprecationWarning: fs.Stats constructor is deprecated.
7
+ (Use `node --trace-deprecation ...` to show where the warning was created)
8
+ transforming...
9
+ ✓ 7 modules transformed.
10
+ rendering chunks...
11
+
12
+ [vite:dts] Start generate declaration files...
13
+ computing gzip size...
14
+ dist/index.js 10.50 kB │ gzip: 3.30 kB
15
+ [vite:dts] Declaration files built in 13554ms.
16
+
17
+ ✓ built in 13.93s
package/CHANGELOG.md CHANGED
@@ -1,5 +1,25 @@
1
1
  # jazz-react
2
2
 
3
+ ## 0.8.44
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [5d20c81]
8
+ - cojson@0.8.44
9
+ - jazz-browser@0.8.44
10
+ - jazz-tools@0.8.44
11
+
12
+ ## 0.8.41
13
+
14
+ ### Patch Changes
15
+
16
+ - Updated dependencies [3252502]
17
+ - Updated dependencies [6370348]
18
+ - Updated dependencies [ac216b9]
19
+ - cojson@0.8.41
20
+ - jazz-browser@0.8.41
21
+ - jazz-tools@0.8.41
22
+
3
23
  ## 0.8.40
4
24
 
5
25
  ### Patch Changes
package/package.json CHANGED
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "name": "jazz-vue",
3
- "version": "0.8.40",
3
+ "version": "0.8.44",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "types": "src/index.ts",
7
7
  "license": "MIT",
8
8
  "dependencies": {
9
9
  "@scure/bip39": "^1.3.0",
10
- "cojson": "0.8.39",
11
- "jazz-tools": "0.8.39",
12
- "jazz-browser": "0.8.40"
10
+ "cojson": "0.8.44",
11
+ "jazz-browser": "0.8.44",
12
+ "jazz-tools": "0.8.44"
13
13
  },
14
14
  "devDependencies": {
15
15
  "@vitejs/plugin-vue": "^5.1.4",