create-vuetify 3.0.13-beta-next.6 → 3.0.13-beta-next.8
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/dist/index.mjs +1 -1
- package/package.json +2 -2
package/dist/index.mjs
CHANGED
|
@@ -43625,7 +43625,7 @@ const blue = ansi256(33);
|
|
|
43625
43625
|
|
|
43626
43626
|
//#endregion
|
|
43627
43627
|
//#region package.json
|
|
43628
|
-
var version = "3.0.13-beta-next.
|
|
43628
|
+
var version = "3.0.13-beta-next.8";
|
|
43629
43629
|
|
|
43630
43630
|
//#endregion
|
|
43631
43631
|
//#region src/commands/upgrade.ts
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "create-vuetify",
|
|
3
|
-
"version": "3.0.13-beta-next.
|
|
3
|
+
"version": "3.0.13-beta-next.8",
|
|
4
4
|
"description": "Create a new Vuetify project",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"files": [
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"pathe": "^2.0.3",
|
|
34
34
|
"tsdown": "^0.16.8",
|
|
35
35
|
"vitest": "^4.0.17",
|
|
36
|
-
"@vuetify/cli-shared": "0.0.13-beta.
|
|
36
|
+
"@vuetify/cli-shared": "0.0.13-beta.8"
|
|
37
37
|
},
|
|
38
38
|
"main": "./dist/index.mjs",
|
|
39
39
|
"module": "./dist/index.mjs",
|