@vuetify/cli 0.1.2 → 0.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
@@ -148054,7 +148054,7 @@ export const useAppStore = defineStore('app', {
148054
148054
 
148055
148055
  //#endregion
148056
148056
  //#region ../shared/package.json
148057
- var version$1 = "0.1.2";
148057
+ var version$1 = "0.1.3";
148058
148058
 
148059
148059
  //#endregion
148060
148060
  //#region ../shared/src/utils/getTemplateSource.ts
@@ -150943,7 +150943,7 @@ const JsonReporter = { report: async (data, options) => {
150943
150943
 
150944
150944
  //#endregion
150945
150945
  //#region package.json
150946
- var version = "0.1.2";
150946
+ var version = "0.1.3";
150947
150947
 
150948
150948
  //#endregion
150949
150949
  //#region src/commands/analyze.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vuetify/cli",
3
- "version": "0.1.2",
3
+ "version": "0.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": "0.1.2"
38
+ "@vuetify/cli-shared": "0.1.3"
39
39
  },
40
40
  "dependencies": {
41
41
  "@typescript-eslint/parser": "^8.54.0"