@vuetify/cli 0.0.10-beta.12 → 0.0.10-beta.13
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 +2 -1
- package/package.json +2 -2
package/dist/index.mjs
CHANGED
|
@@ -12570,6 +12570,7 @@ async function prompt(args$2, cwd$2 = process.cwd()) {
|
|
|
12570
12570
|
return Promise.resolve("none");
|
|
12571
12571
|
}
|
|
12572
12572
|
if ((results.platform || args$2.platform) !== "vue") return Promise.resolve("none");
|
|
12573
|
+
if (!args$2.interactive) return Promise.resolve("none");
|
|
12573
12574
|
return qt({
|
|
12574
12575
|
message: i18n.t("prompts.router.select"),
|
|
12575
12576
|
initialValue: "router",
|
|
@@ -56060,7 +56061,7 @@ function commandUpgradeFabric(pkgName) {
|
|
|
56060
56061
|
|
|
56061
56062
|
//#endregion
|
|
56062
56063
|
//#region package.json
|
|
56063
|
-
var version = "0.0.10-beta.
|
|
56064
|
+
var version = "0.0.10-beta.13";
|
|
56064
56065
|
|
|
56065
56066
|
//#endregion
|
|
56066
56067
|
//#region src/commands/docs.ts
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vuetify/cli",
|
|
3
|
-
"version": "0.0.10-beta.
|
|
3
|
+
"version": "0.0.10-beta.13",
|
|
4
4
|
"description": "Vuetify CLI",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"open": "^11.0.0",
|
|
19
19
|
"pathe": "^2.0.3",
|
|
20
20
|
"tsdown": "^0.16.6",
|
|
21
|
-
"@vuetify/cli-shared": "0.0.10-beta.
|
|
21
|
+
"@vuetify/cli-shared": "0.0.10-beta.13"
|
|
22
22
|
},
|
|
23
23
|
"main": "./dist/index.mjs",
|
|
24
24
|
"module": "./dist/index.mjs",
|