@vixt/vue 0.7.1 → 0.7.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.
- package/dist/index.mjs +1 -3
- package/package.json +5 -5
package/dist/index.mjs
CHANGED
|
@@ -7468,7 +7468,7 @@ const _path = {
|
|
|
7468
7468
|
|
|
7469
7469
|
//#endregion
|
|
7470
7470
|
//#region ../../node_modules/.pnpm/pathe@2.0.3/node_modules/pathe/dist/index.mjs
|
|
7471
|
-
const delimiter =
|
|
7471
|
+
const delimiter = globalThis.process?.platform === "win32" ? ";" : ":";
|
|
7472
7472
|
const _platforms = {
|
|
7473
7473
|
posix: void 0,
|
|
7474
7474
|
win32: void 0
|
|
@@ -8738,8 +8738,6 @@ var preset_vue_default = defineVixtModule({
|
|
|
8738
8738
|
stores,
|
|
8739
8739
|
utils
|
|
8740
8740
|
].flat(),
|
|
8741
|
-
exclude: [],
|
|
8742
|
-
include: [],
|
|
8743
8741
|
vueTemplate: true
|
|
8744
8742
|
},
|
|
8745
8743
|
unocss: {},
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vixt/vue",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.7.
|
|
4
|
+
"version": "0.7.3",
|
|
5
5
|
"author": "SoulLyoko<https://github.com/SoulLyoko>",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"homepage": "https://soullyoko.github.io/vixt/",
|
|
@@ -29,15 +29,15 @@
|
|
|
29
29
|
"@vueuse/core": "^13.9.0",
|
|
30
30
|
"pinia": "^3.0.4",
|
|
31
31
|
"pinia-plugin-persistedstate": "^4.7.1",
|
|
32
|
-
"unocss": "^66.
|
|
33
|
-
"unplugin-auto-import": "^
|
|
32
|
+
"unocss": "^66.6.0",
|
|
33
|
+
"unplugin-auto-import": "^21.0.0",
|
|
34
34
|
"unplugin-vue-components": "28.0.0",
|
|
35
35
|
"unplugin-vue-router": "^0.19.2",
|
|
36
36
|
"vite-plugin-vue-devtools": "^8.0.5",
|
|
37
37
|
"vite-plugin-vue-layouts": "^0.11.0",
|
|
38
|
-
"vue": "^3.5.
|
|
38
|
+
"vue": "^3.5.27",
|
|
39
39
|
"vue-router": "^4.6.4",
|
|
40
40
|
"vue-tsc": "^3.2.2",
|
|
41
|
-
"@vixt/core": "0.7.
|
|
41
|
+
"@vixt/core": "0.7.3"
|
|
42
42
|
}
|
|
43
43
|
}
|