@vizejs/vite-plugin 0.130.0 → 0.131.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/README.md +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -18,7 +18,7 @@ Install `vp` once from the [Vite+ install guide](https://viteplus.dev/guide/inst
18
18
  vp install -D @vizejs/vite-plugin
19
19
  ```
20
20
 
21
- Add `vize` as a direct dependency only if your project imports shared config helpers from `"vize"` (see [Shared Config](../docs/content/guide/vite-plugin.md#shared-config)).
21
+ Add `vize` as a direct dependency only if your project imports shared config helpers from `"vize"` (see [Shared Config](https://github.com/ubugeeei/vize/blob/main/docs/content/guide/vite-plugin.md#shared-config)).
22
22
 
23
23
  ## Usage
24
24
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vizejs/vite-plugin",
3
- "version": "0.130.0",
3
+ "version": "0.131.0",
4
4
  "description": "High-performance native Vite plugin for Vue SFC compilation powered by Vize",
5
5
  "keywords": [
6
6
  "compiler",
@@ -37,9 +37,9 @@
37
37
  "access": "public"
38
38
  },
39
39
  "dependencies": {
40
- "@vizejs/native": "0.130.0",
40
+ "@vizejs/native": "0.131.0",
41
41
  "tinyglobby": "0.2.16",
42
- "vize": "0.130.0"
42
+ "vize": "0.131.0"
43
43
  },
44
44
  "devDependencies": {
45
45
  "@types/node": "25.7.0",