@vixt/vue 0.7.0 → 0.7.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.
Files changed (2) hide show
  1. package/dist/index.mjs +1 -3
  2. package/package.json +2 -2
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 = /* @__PURE__ */ (() => globalThis.process?.platform === "win32" ? ";" : ":")();
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.0",
4
+ "version": "0.7.2",
5
5
  "author": "SoulLyoko<https://github.com/SoulLyoko>",
6
6
  "license": "MIT",
7
7
  "homepage": "https://soullyoko.github.io/vixt/",
@@ -38,6 +38,6 @@
38
38
  "vue": "^3.5.26",
39
39
  "vue-router": "^4.6.4",
40
40
  "vue-tsc": "^3.2.2",
41
- "@vixt/core": "0.7.0"
41
+ "@vixt/core": "0.7.2"
42
42
  }
43
43
  }