vitepress-plugin-field 0.4.0 → 0.6.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.
@@ -174,7 +174,7 @@ const fieldMarkdownPlugin = (md) => {
174
174
  */
175
175
  const field = definePlugin(() => ({
176
176
  name: "vitepress-plugin-field",
177
- client: { enhance: "enhanceAppWithField" },
177
+ componentResolver: ["VPField"],
178
178
  markdown: { config(md) {
179
179
  md.use(fieldMarkdownPlugin);
180
180
  } }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "vitepress-plugin-field",
3
3
  "type": "module",
4
- "version": "0.4.0",
4
+ "version": "0.6.0",
5
5
  "description": "Render structured API fields and properties documentation in your VitePress site.",
6
6
  "author": "pengzhanbo <q942450674@outlook.com> (https://github.com/pengzhanbo/)",
7
7
  "license": "MIT",
@@ -38,8 +38,8 @@
38
38
  },
39
39
  "dependencies": {
40
40
  "@pengzhanbo/utils": "^3.7.3",
41
- "vitepress-plugin-toolkit": "0.4.0",
42
- "vitepress-tuck": "0.4.0"
41
+ "vitepress-plugin-toolkit": "0.6.0",
42
+ "vitepress-tuck": "0.6.0"
43
43
  },
44
44
  "publishConfig": {
45
45
  "access": "public",