create-vuetify 3.1.5-beta.1 → 3.1.5-beta.2
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 +2 -2
- package/package.json +2 -2
package/dist/index.mjs
CHANGED
|
@@ -28048,7 +28048,7 @@ export const useAppStore = defineStore('app', {
|
|
|
28048
28048
|
|
|
28049
28049
|
//#endregion
|
|
28050
28050
|
//#region ../shared/package.json
|
|
28051
|
-
var version$1 = "1.1.5-beta.
|
|
28051
|
+
var version$1 = "1.1.5-beta.2";
|
|
28052
28052
|
|
|
28053
28053
|
//#endregion
|
|
28054
28054
|
//#region ../shared/src/utils/getTemplateSource.ts
|
|
@@ -31026,7 +31026,7 @@ const blue$1 = ansi256(33);
|
|
|
31026
31026
|
|
|
31027
31027
|
//#endregion
|
|
31028
31028
|
//#region package.json
|
|
31029
|
-
var version = "3.1.5-beta.
|
|
31029
|
+
var version = "3.1.5-beta.2";
|
|
31030
31030
|
|
|
31031
31031
|
//#endregion
|
|
31032
31032
|
//#region src/commands/presets.ts
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "create-vuetify",
|
|
3
|
-
"version": "3.1.5-beta.
|
|
3
|
+
"version": "3.1.5-beta.2",
|
|
4
4
|
"description": "Create a new Vuetify project",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"files": [
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"pathe": "^2.0.3",
|
|
39
39
|
"tsdown": "^0.20.3",
|
|
40
40
|
"vitest": "^4.0.18",
|
|
41
|
-
"@vuetify/cli-shared": "1.1.5-beta.
|
|
41
|
+
"@vuetify/cli-shared": "1.1.5-beta.2"
|
|
42
42
|
},
|
|
43
43
|
"exports": {
|
|
44
44
|
".": "./dist/index.mjs",
|