@vixt/uni 0.7.1 → 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 +0 -2
  2. package/package.json +3 -3
package/dist/index.mjs CHANGED
@@ -197,8 +197,6 @@ var preset_uni_default = defineVixtModule({
197
197
  stores,
198
198
  utils
199
199
  ].flat(),
200
- exclude: [],
201
- include: [],
202
200
  vueTemplate: true
203
201
  },
204
202
  unocss: {}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@vixt/uni",
3
3
  "type": "module",
4
- "version": "0.7.1",
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/",
@@ -33,7 +33,7 @@
33
33
  "@uni-helper/vite-plugin-uni-layouts": "^0.1.11",
34
34
  "@uni-helper/vite-plugin-uni-pages": "^0.3.22",
35
35
  "unocss-applet": "^0.12.2",
36
- "@vixt/core": "0.7.1",
37
- "@vixt/vue": "0.7.1"
36
+ "@vixt/core": "0.7.2",
37
+ "@vixt/vue": "0.7.2"
38
38
  }
39
39
  }