@vuetify/cli 0.0.9 → 0.0.10-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.
Files changed (2) hide show
  1. package/dist/index.mjs +1 -1
  2. package/package.json +2 -2
package/dist/index.mjs CHANGED
@@ -56031,7 +56031,7 @@ function commandUpgradeFabric(pkgName) {
56031
56031
 
56032
56032
  //#endregion
56033
56033
  //#region package.json
56034
- var version = "0.0.9";
56034
+ var version = "0.0.10-beta.2";
56035
56035
 
56036
56036
  //#endregion
56037
56037
  //#region src/commands/docs.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vuetify/cli",
3
- "version": "0.0.9",
3
+ "version": "0.0.10-beta.2",
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.9"
21
+ "@vuetify/cli-shared": "0.0.10-beta.2"
22
22
  },
23
23
  "main": "./dist/index.mjs",
24
24
  "module": "./dist/index.mjs",