@vixt/vitepress 0.11.0 → 0.11.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.
@@ -1,2 +0,0 @@
1
- import { VitepressVixtApp, VitepressVixtAppConfig } from "./client.d.ts";
2
- export { VitepressVixtApp, VitepressVixtAppConfig };
@@ -1,5 +1,4 @@
1
1
  import preset_vitepress_default from "./modules/preset-vitepress.mjs";
2
- import { VitepressVixtOptions } from "./node.d.mts";
3
2
  import { cwd } from "node:process";
4
3
  import { createVixtPlugin } from "@vixt/core";
5
4
  import fs from "fs-extra";
@@ -33,4 +32,4 @@ var node_default = createVixtPlugin({ defaults: {
33
32
  } }
34
33
  } });
35
34
  //#endregion
36
- export { VitepressVixtOptions, node_default as default };
35
+ export { node_default as default };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@vixt/vitepress",
3
3
  "type": "module",
4
- "version": "0.11.0",
4
+ "version": "0.11.1",
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": "^2.0.0-alpha.17",
27
- "@vixt/core": "0.11.0",
28
- "@vixt/vue": "0.11.0"
27
+ "@vixt/core": "0.11.1",
28
+ "@vixt/vue": "0.11.1"
29
29
  }
30
30
  }