create-vuetify0 0.0.12-beta.1 → 0.0.12-beta.2
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
|
@@ -57567,7 +57567,7 @@ function registerProjectArgsCompletion(completion) {
|
|
|
57567
57567
|
|
|
57568
57568
|
//#endregion
|
|
57569
57569
|
//#region package.json
|
|
57570
|
-
var version = "0.0.12-beta.
|
|
57570
|
+
var version = "0.0.12-beta.2";
|
|
57571
57571
|
|
|
57572
57572
|
//#endregion
|
|
57573
57573
|
//#region src/commands/upgrade.ts
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "create-vuetify0",
|
|
3
|
-
"version": "0.0.12-beta.
|
|
3
|
+
"version": "0.0.12-beta.2",
|
|
4
4
|
"description": "Create a new Vuetify project",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"nypm": "^0.6.2",
|
|
25
25
|
"pathe": "^2.0.3",
|
|
26
26
|
"tsdown": "^0.16.8",
|
|
27
|
-
"@vuetify/cli-shared": "0.0.12-beta.
|
|
27
|
+
"@vuetify/cli-shared": "0.0.12-beta.2"
|
|
28
28
|
},
|
|
29
29
|
"main": "./dist/index.mjs",
|
|
30
30
|
"module": "./dist/index.mjs",
|