create-vuetify 3.1.2 → 3.1.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.
- package/dist/index.mjs +2 -2
- package/package.json +2 -2
package/dist/index.mjs
CHANGED
|
@@ -28049,7 +28049,7 @@ export const useAppStore = defineStore('app', {
|
|
|
28049
28049
|
|
|
28050
28050
|
//#endregion
|
|
28051
28051
|
//#region ../shared/package.json
|
|
28052
|
-
var version$1 = "1.1.
|
|
28052
|
+
var version$1 = "1.1.3";
|
|
28053
28053
|
|
|
28054
28054
|
//#endregion
|
|
28055
28055
|
//#region ../shared/src/utils/getTemplateSource.ts
|
|
@@ -31009,7 +31009,7 @@ const blue$1 = ansi256(33);
|
|
|
31009
31009
|
|
|
31010
31010
|
//#endregion
|
|
31011
31011
|
//#region package.json
|
|
31012
|
-
var version = "3.1.
|
|
31012
|
+
var version = "3.1.3";
|
|
31013
31013
|
|
|
31014
31014
|
//#endregion
|
|
31015
31015
|
//#region src/commands/presets.ts
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "create-vuetify",
|
|
3
|
-
"version": "3.1.
|
|
3
|
+
"version": "3.1.3",
|
|
4
4
|
"description": "Create a new Vuetify project",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"files": [
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"pathe": "^2.0.3",
|
|
39
39
|
"tsdown": "^0.20.3",
|
|
40
40
|
"vitest": "^4.0.18",
|
|
41
|
-
"@vuetify/cli-shared": "1.1.
|
|
41
|
+
"@vuetify/cli-shared": "1.1.3"
|
|
42
42
|
},
|
|
43
43
|
"exports": {
|
|
44
44
|
".": "./dist/index.mjs",
|