create-vuetify0 0.0.13-beta.7 → 0.0.13-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
@@ -68408,7 +68408,7 @@ const blue = ansi256(33);
68408
68408
 
68409
68409
  //#endregion
68410
68410
  //#region package.json
68411
- var version = "0.0.13-beta.7";
68411
+ var version = "0.0.13-beta.8";
68412
68412
 
68413
68413
  //#endregion
68414
68414
  //#region src/commands/upgrade.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-vuetify0",
3
- "version": "0.0.13-beta.7",
3
+ "version": "0.0.13-beta.8",
4
4
  "description": "Create a new Vuetify project",
5
5
  "type": "module",
6
6
  "files": [
@@ -31,7 +31,7 @@
31
31
  "nypm": "^0.6.2",
32
32
  "pathe": "^2.0.3",
33
33
  "tsdown": "^0.16.8",
34
- "@vuetify/cli-shared": "0.0.13-beta.7"
34
+ "@vuetify/cli-shared": "0.0.13-beta.8"
35
35
  },
36
36
  "main": "./dist/index.mjs",
37
37
  "module": "./dist/index.mjs",