@vizejs/rspack-plugin 0.140.0 → 0.143.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 +5 -5
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @vizejs/rspack-plugin
2
2
 
3
- High-performance Rspack plugin for Vue SFC compilation powered by [Vize](https://github.com/ubugeeei/vize).
3
+ High-performance Rspack plugin for Vue SFC compilation powered by [Vize](https://github.com/ubugeeei-prod/vize).
4
4
 
5
5
  > [!NOTE]
6
6
  > Rspack intentionally uses the dedicated `@vizejs/rspack-plugin` path instead of an `@vizejs/unplugin/rspack` export.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vizejs/rspack-plugin",
3
- "version": "0.140.0",
3
+ "version": "0.143.0",
4
4
  "description": "High-performance Rspack plugin for Vue SFC compilation powered by Vize",
5
5
  "keywords": [
6
6
  "compiler",
@@ -12,14 +12,14 @@
12
12
  "sfc",
13
13
  "vue"
14
14
  ],
15
- "homepage": "https://github.com/ubugeeei/vize",
15
+ "homepage": "https://github.com/ubugeeei-prod/vize",
16
16
  "bugs": {
17
- "url": "https://github.com/ubugeeei/vize/issues"
17
+ "url": "https://github.com/ubugeeei-prod/vize/issues"
18
18
  },
19
19
  "license": "MIT",
20
20
  "repository": {
21
21
  "type": "git",
22
- "url": "https://github.com/ubugeeei/vize",
22
+ "url": "https://github.com/ubugeeei-prod/vize",
23
23
  "directory": "npm/rspack-vize-plugin"
24
24
  },
25
25
  "files": [
@@ -54,7 +54,7 @@
54
54
  "access": "public"
55
55
  },
56
56
  "dependencies": {
57
- "@vizejs/native": "0.140.0"
57
+ "@vizejs/native": "0.143.0"
58
58
  },
59
59
  "devDependencies": {
60
60
  "@rspack/core": "2.0.3",