jazz-vue 0.8.50 → 0.8.51
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.
- package/.turbo/turbo-build.log +3 -3
- package/CHANGELOG.md +9 -0
- package/package.json +3 -3
package/.turbo/turbo-build.log
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
|
2
|
-
> jazz-vue@0.8.
|
2
|
+
> jazz-vue@0.8.51 build /home/runner/work/jazz/jazz/packages/jazz-vue
|
3
3
|
> rm -rf ./dist && vite build
|
4
4
|
|
5
5
|
[36mvite v5.4.11 [32mbuilding for production...[36m[39m
|
@@ -10,6 +10,6 @@ rendering chunks...
|
|
10
10
|
[vite:dts] Start generate declaration files...
|
11
11
|
computing gzip size...
|
12
12
|
[2mdist/[22m[36mindex.js [39m[1m[2m10.50 kB[22m[1m[22m[2m │ gzip: 3.30 kB[22m
|
13
|
-
[vite:dts] Declaration files built in
|
13
|
+
[vite:dts] Declaration files built in 14399ms.
|
14
14
|
|
15
|
-
[32m✓ built in 14.
|
15
|
+
[32m✓ built in 14.64s[39m
|
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "jazz-vue",
|
3
|
-
"version": "0.8.
|
3
|
+
"version": "0.8.51",
|
4
4
|
"type": "module",
|
5
5
|
"main": "dist/index.js",
|
6
6
|
"types": "src/index.ts",
|
@@ -8,8 +8,8 @@
|
|
8
8
|
"dependencies": {
|
9
9
|
"@scure/bip39": "^1.3.0",
|
10
10
|
"cojson": "0.8.50",
|
11
|
-
"jazz-browser": "0.8.
|
12
|
-
"jazz-tools": "0.8.
|
11
|
+
"jazz-browser": "0.8.51",
|
12
|
+
"jazz-tools": "0.8.51"
|
13
13
|
},
|
14
14
|
"devDependencies": {
|
15
15
|
"@vitejs/plugin-vue": "^5.1.4",
|