@vixt/vitepress 0.6.7 → 0.7.0

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 +4 -8
  2. package/package.json +3 -3
package/dist/index.mjs CHANGED
@@ -39,17 +39,11 @@ var preset_vitepress_default = defineVixtModule({
39
39
  include: [
40
40
  /\.vue$/,
41
41
  /\.vue\?vue/,
42
- /\.md$/
42
+ /\.md$/,
43
+ /\.md\?md/
43
44
  ]
44
45
  },
45
46
  imports: {
46
- include: [
47
- /\.[jt]sx?$/,
48
- /\.vue$/,
49
- /\.vue\?vue/,
50
- /\.md/,
51
- /\.md\?md/
52
- ],
53
47
  imports: [
54
48
  "vue",
55
49
  "@vueuse/core",
@@ -64,6 +58,8 @@ var preset_vitepress_default = defineVixtModule({
64
58
  stores,
65
59
  utils
66
60
  ].flat(),
61
+ exclude: [],
62
+ include: [],
67
63
  vueTemplate: true
68
64
  },
69
65
  unocss: {},
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@vixt/vitepress",
3
3
  "type": "module",
4
- "version": "0.6.7",
4
+ "version": "0.7.0",
5
5
  "author": "SoulLyoko<https://github.com/SoulLyoko>",
6
6
  "license": "MIT",
7
7
  "homepage": "https://soullyoko.github.io/vixt/",
@@ -24,7 +24,7 @@
24
24
  ],
25
25
  "dependencies": {
26
26
  "vitepress": "^1.6.4",
27
- "@vixt/vue": "0.6.7",
28
- "@vixt/core": "0.6.7"
27
+ "@vixt/core": "0.7.0",
28
+ "@vixt/vue": "0.7.0"
29
29
  }
30
30
  }