@vuetify/cli 0.0.10-beta.11 → 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 +3 -1
- package/package.json +2 -2
package/dist/index.mjs
CHANGED
|
@@ -12516,6 +12516,7 @@ async function prompt(args$2, cwd$2 = process.cwd()) {
|
|
|
12516
12516
|
Pt(i18n.t("prompts.project.cancel"));
|
|
12517
12517
|
process.exit(0);
|
|
12518
12518
|
}
|
|
12519
|
+
return true;
|
|
12519
12520
|
}
|
|
12520
12521
|
return args$2.force || false;
|
|
12521
12522
|
},
|
|
@@ -12569,6 +12570,7 @@ async function prompt(args$2, cwd$2 = process.cwd()) {
|
|
|
12569
12570
|
return Promise.resolve("none");
|
|
12570
12571
|
}
|
|
12571
12572
|
if ((results.platform || args$2.platform) !== "vue") return Promise.resolve("none");
|
|
12573
|
+
if (!args$2.interactive) return Promise.resolve("none");
|
|
12572
12574
|
return qt({
|
|
12573
12575
|
message: i18n.t("prompts.router.select"),
|
|
12574
12576
|
initialValue: "router",
|
|
@@ -56059,7 +56061,7 @@ function commandUpgradeFabric(pkgName) {
|
|
|
56059
56061
|
|
|
56060
56062
|
//#endregion
|
|
56061
56063
|
//#region package.json
|
|
56062
|
-
var version = "0.0.10-beta.
|
|
56064
|
+
var version = "0.0.10-beta.13";
|
|
56063
56065
|
|
|
56064
56066
|
//#endregion
|
|
56065
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",
|