vitepress-plugin-caniuse 0.4.0 → 0.5.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.
@@ -119,7 +119,7 @@ PCaniuse`
119
119
  */
120
120
  const caniuse = definePlugin(() => ({
121
121
  name: "vitepress-plugin-caniuse",
122
- client: { enhance: "enhanceAppWithCaniuse" },
122
+ componentResolver: ["VPCaniuse"],
123
123
  markdown: { config: (md) => {
124
124
  md.use(caniuseMarkdownPlugin);
125
125
  } },
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "vitepress-plugin-caniuse",
3
3
  "type": "module",
4
- "version": "0.4.0",
4
+ "version": "0.5.0",
5
5
  "description": "Embed caniuse.com data in your VitePress site",
6
6
  "author": "pengzhanbo <q942450674@outlook.com> (https://github.com/pengzhanbo/)",
7
7
  "license": "MIT",
@@ -39,8 +39,8 @@
39
39
  },
40
40
  "dependencies": {
41
41
  "@vueuse/core": "^14.3.0",
42
- "vitepress-plugin-toolkit": "0.4.0",
43
- "vitepress-tuck": "0.4.0"
42
+ "vitepress-plugin-toolkit": "0.5.0",
43
+ "vitepress-tuck": "0.5.0"
44
44
  },
45
45
  "publishConfig": {
46
46
  "access": "public",