@vuetify/cli 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.
Files changed (2) hide show
  1. package/dist/index.mjs +3 -2
  2. package/package.json +2 -2
package/dist/index.mjs CHANGED
@@ -10312,6 +10312,7 @@ const i18n$2 = new import_require.I18n({
10312
10312
  ru: ru_default
10313
10313
  }, {
10314
10314
  defaultLocale: "en",
10315
+ enableFallback: true,
10315
10316
  locale: normalizeLocale$1(getCurrentLocale())
10316
10317
  });
10317
10318
 
@@ -148090,7 +148091,7 @@ export const useAppStore = defineStore('app', {
148090
148091
 
148091
148092
  //#endregion
148092
148093
  //#region ../shared/package.json
148093
- var version$1 = "1.0.2";
148094
+ var version$1 = "1.0.3";
148094
148095
 
148095
148096
  //#endregion
148096
148097
  //#region ../shared/src/utils/getTemplateSource.ts
@@ -151050,7 +151051,7 @@ const JsonReporter = { report: async (data, options) => {
151050
151051
 
151051
151052
  //#endregion
151052
151053
  //#region package.json
151053
- var version = "1.0.2";
151054
+ var version = "1.0.3";
151054
151055
 
151055
151056
  //#endregion
151056
151057
  //#region src/commands/analyze.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vuetify/cli",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "Vuetify CLI",
5
5
  "type": "module",
6
6
  "files": [
@@ -35,7 +35,7 @@
35
35
  "open": "^11.0.0",
36
36
  "pathe": "^2.0.3",
37
37
  "tsdown": "^0.20.3",
38
- "@vuetify/cli-shared": "1.0.2"
38
+ "@vuetify/cli-shared": "1.0.3"
39
39
  },
40
40
  "dependencies": {
41
41
  "@typescript-eslint/parser": "^8.54.0"