create-vuetify0 0.0.13-beta.1 → 0.0.13-beta.3

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
@@ -68643,7 +68643,7 @@ function registerProjectArgsCompletion(completion) {
68643
68643
 
68644
68644
  //#endregion
68645
68645
  //#region package.json
68646
- var version = "0.0.13-beta.1";
68646
+ var version = "0.0.13-beta.3";
68647
68647
 
68648
68648
  //#endregion
68649
68649
  //#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.1",
3
+ "version": "0.0.13-beta.3",
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.1"
34
+ "@vuetify/cli-shared": "0.0.13-beta.3"
35
35
  },
36
36
  "main": "./dist/index.mjs",
37
37
  "module": "./dist/index.mjs",