@vuetify/cli 1.0.0 → 1.0.1

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
@@ -148090,7 +148090,7 @@ export const useAppStore = defineStore('app', {
148090
148090
 
148091
148091
  //#endregion
148092
148092
  //#region ../shared/package.json
148093
- var version$1 = "1.0.0";
148093
+ var version$1 = "1.0.1";
148094
148094
 
148095
148095
  //#endregion
148096
148096
  //#region ../shared/src/utils/getTemplateSource.ts
@@ -151050,7 +151050,7 @@ const JsonReporter = { report: async (data, options) => {
151050
151050
 
151051
151051
  //#endregion
151052
151052
  //#region package.json
151053
- var version = "1.0.0";
151053
+ var version = "1.0.1";
151054
151054
 
151055
151055
  //#endregion
151056
151056
  //#region src/commands/analyze.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vuetify/cli",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
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.0"
38
+ "@vuetify/cli-shared": "1.0.1"
39
39
  },
40
40
  "dependencies": {
41
41
  "@typescript-eslint/parser": "^8.54.0"