@vuetify/cli 1.1.2 → 1.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.
Files changed (2) hide show
  1. package/dist/index.mjs +2 -2
  2. package/package.json +2 -2
package/dist/index.mjs CHANGED
@@ -148104,7 +148104,7 @@ export const useAppStore = defineStore('app', {
148104
148104
 
148105
148105
  //#endregion
148106
148106
  //#region ../shared/package.json
148107
- var version$1 = "1.1.2";
148107
+ var version$1 = "1.1.3";
148108
148108
 
148109
148109
  //#endregion
148110
148110
  //#region ../shared/src/utils/getTemplateSource.ts
@@ -151009,7 +151009,7 @@ const JsonReporter = { report: async (data, options) => {
151009
151009
 
151010
151010
  //#endregion
151011
151011
  //#region package.json
151012
- var version = "1.1.2";
151012
+ var version = "1.1.3";
151013
151013
 
151014
151014
  //#endregion
151015
151015
  //#region src/commands/analyze.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vuetify/cli",
3
- "version": "1.1.2",
3
+ "version": "1.1.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.1.2"
38
+ "@vuetify/cli-shared": "1.1.3"
39
39
  },
40
40
  "dependencies": {
41
41
  "@typescript-eslint/parser": "^8.54.0"