@vixt/uni 0.6.8 → 0.7.1

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 -0
  2. package/package.json +4 -4
package/dist/index.mjs CHANGED
@@ -197,6 +197,8 @@ var preset_uni_default = defineVixtModule({
197
197
  stores,
198
198
  utils
199
199
  ].flat(),
200
+ exclude: [],
201
+ include: [],
200
202
  vueTemplate: true
201
203
  },
202
204
  unocss: {}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@vixt/uni",
3
3
  "type": "module",
4
- "version": "0.6.8",
4
+ "version": "0.7.1",
5
5
  "author": "SoulLyoko<https://github.com/SoulLyoko>",
6
6
  "license": "MIT",
7
7
  "homepage": "https://soullyoko.github.io/vixt/",
@@ -29,11 +29,11 @@
29
29
  "@uni-helper/uni-app-types": "^1.0.0-alpha.7",
30
30
  "@uni-helper/uni-use": "^0.19.17",
31
31
  "@uni-helper/unocss-preset-uni": "^0.2.11",
32
- "@uni-helper/vite-plugin-uni-components": "^0.2.3",
32
+ "@uni-helper/vite-plugin-uni-components": "^0.2.6",
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.6.8",
37
- "@vixt/vue": "0.6.8"
36
+ "@vixt/core": "0.7.1",
37
+ "@vixt/vue": "0.7.1"
38
38
  }
39
39
  }