create-vuetify0 1.0.2 → 1.0.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 +3 -2
- package/package.json +2 -2
package/dist/index.mjs
CHANGED
|
@@ -10342,6 +10342,7 @@ const i18n$2 = new import_require.I18n({
|
|
|
10342
10342
|
ru: ru_default
|
|
10343
10343
|
}, {
|
|
10344
10344
|
defaultLocale: "en",
|
|
10345
|
+
enableFallback: true,
|
|
10345
10346
|
locale: normalizeLocale$1(getCurrentLocale())
|
|
10346
10347
|
});
|
|
10347
10348
|
|
|
@@ -28035,7 +28036,7 @@ export const useAppStore = defineStore('app', {
|
|
|
28035
28036
|
|
|
28036
28037
|
//#endregion
|
|
28037
28038
|
//#region ../shared/package.json
|
|
28038
|
-
var version$1 = "1.0.
|
|
28039
|
+
var version$1 = "1.0.3";
|
|
28039
28040
|
|
|
28040
28041
|
//#endregion
|
|
28041
28042
|
//#region ../shared/src/utils/getTemplateSource.ts
|
|
@@ -31046,7 +31047,7 @@ const blue = ansi256(33);
|
|
|
31046
31047
|
|
|
31047
31048
|
//#endregion
|
|
31048
31049
|
//#region package.json
|
|
31049
|
-
var version = "1.0.
|
|
31050
|
+
var version = "1.0.3";
|
|
31050
31051
|
|
|
31051
31052
|
//#endregion
|
|
31052
31053
|
//#region src/commands/upgrade.ts
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "create-vuetify0",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.3",
|
|
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.
|
|
39
|
+
"@vuetify/cli-shared": "1.0.3"
|
|
40
40
|
},
|
|
41
41
|
"exports": {
|
|
42
42
|
".": "./dist/index.mjs",
|