create-vuetify0 1.0.1 → 1.0.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 +2 -2
  2. package/package.json +2 -2
package/dist/index.mjs CHANGED
@@ -28035,7 +28035,7 @@ export const useAppStore = defineStore('app', {
28035
28035
 
28036
28036
  //#endregion
28037
28037
  //#region ../shared/package.json
28038
- var version$1 = "1.0.1";
28038
+ var version$1 = "1.0.2";
28039
28039
 
28040
28040
  //#endregion
28041
28041
  //#region ../shared/src/utils/getTemplateSource.ts
@@ -31046,7 +31046,7 @@ const blue = ansi256(33);
31046
31046
 
31047
31047
  //#endregion
31048
31048
  //#region package.json
31049
- var version = "1.0.1";
31049
+ var version = "1.0.2";
31050
31050
 
31051
31051
  //#endregion
31052
31052
  //#region src/commands/upgrade.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-vuetify0",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "Create a new Vuetify project",
5
5
  "type": "module",
6
6
  "files": [
@@ -36,7 +36,7 @@
36
36
  "nypm": "^0.6.5",
37
37
  "pathe": "^2.0.3",
38
38
  "tsdown": "^0.20.3",
39
- "@vuetify/cli-shared": "1.0.1"
39
+ "@vuetify/cli-shared": "1.0.2"
40
40
  },
41
41
  "exports": {
42
42
  ".": "./dist/index.mjs",