@vuetify/cli 0.0.10-beta.7 → 0.0.10-beta.8

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
@@ -56056,7 +56056,7 @@ function commandUpgradeFabric(pkgName) {
56056
56056
 
56057
56057
  //#endregion
56058
56058
  //#region package.json
56059
- var version = "0.0.10-beta.7";
56059
+ var version = "0.0.10-beta.8";
56060
56060
 
56061
56061
  //#endregion
56062
56062
  //#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.7",
3
+ "version": "0.0.10-beta.8",
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.7"
21
+ "@vuetify/cli-shared": "0.0.10-beta.8"
22
22
  },
23
23
  "main": "./dist/index.mjs",
24
24
  "module": "./dist/index.mjs",