@vuetify/cli 0.0.10-beta.11 → 0.0.10-beta.12

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.
Files changed (2) hide show
  1. package/dist/index.mjs +2 -1
  2. 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
  },
@@ -56059,7 +56060,7 @@ function commandUpgradeFabric(pkgName) {
56059
56060
 
56060
56061
  //#endregion
56061
56062
  //#region package.json
56062
- var version = "0.0.10-beta.11";
56063
+ var version = "0.0.10-beta.12";
56063
56064
 
56064
56065
  //#endregion
56065
56066
  //#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.11",
3
+ "version": "0.0.10-beta.12",
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.11"
21
+ "@vuetify/cli-shared": "0.0.10-beta.12"
22
22
  },
23
23
  "main": "./dist/index.mjs",
24
24
  "module": "./dist/index.mjs",