@vixt/vitepress 0.5.4 → 0.5.6

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 -2
  2. package/package.json +3 -3
package/dist/index.mjs CHANGED
@@ -1,4 +1,4 @@
1
- import { generateClient, generateCss, generateAppConfig, generatePlugins, defineVixtModule, resolveLayersDirs, patchUnocss, createVixtPlugin } from '@vixt/core';
1
+ import { generateClient, generateCss, generateAppConfig, generatePlugins, defineVixtModule, resolveLayersDirs, createVixtPlugin } from '@vixt/core';
2
2
  import path from 'pathe';
3
3
  import fs from 'fs-extra';
4
4
  import defu from 'defu';
@@ -98,7 +98,6 @@ const presetVitepress = defineVixtModule({
98
98
  devtools: { enabled: false }
99
99
  };
100
100
  const options = vixt.options = defu(vixt.options, defaultOptions);
101
- patchUnocss();
102
101
  const plugins = [
103
102
  Components(options.components),
104
103
  AutoImport(options.imports),
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@vixt/vitepress",
3
3
  "type": "module",
4
- "version": "0.5.4",
4
+ "version": "0.5.6",
5
5
  "author": "SoulLyoko<https://github.com/SoulLyoko>",
6
6
  "license": "MIT",
7
7
  "homepage": "https://soullyoko.github.io/vixt/",
@@ -24,8 +24,8 @@
24
24
  ],
25
25
  "dependencies": {
26
26
  "vitepress": "^1.6.3",
27
- "@vixt/core": "0.5.4",
28
- "@vixt/vue": "0.5.4"
27
+ "@vixt/vue": "0.5.6",
28
+ "@vixt/core": "0.5.6"
29
29
  },
30
30
  "scripts": {
31
31
  "build": "unbuild",