@vizejs/unplugin 0.140.0 → 0.142.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.
- package/README.md +1 -1
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @vizejs/unplugin
|
|
2
2
|
|
|
3
|
-
Experimental unplugin-based Vue SFC integration powered by [Vize](https://github.com/ubugeeei/vize).
|
|
3
|
+
Experimental unplugin-based Vue SFC integration powered by [Vize](https://github.com/ubugeeei-prod/vize).
|
|
4
4
|
|
|
5
5
|
> [!WARNING]
|
|
6
6
|
> `@vizejs/unplugin` is still unstable.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vizejs/unplugin",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.142.0",
|
|
4
4
|
"description": "Experimental Vue SFC integrations for Rollup, Rolldown, Webpack, esbuild, and Babel powered by Vize",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"babel",
|
|
@@ -15,14 +15,14 @@
|
|
|
15
15
|
"vue",
|
|
16
16
|
"webpack"
|
|
17
17
|
],
|
|
18
|
-
"homepage": "https://github.com/ubugeeei/vize",
|
|
18
|
+
"homepage": "https://github.com/ubugeeei-prod/vize",
|
|
19
19
|
"bugs": {
|
|
20
|
-
"url": "https://github.com/ubugeeei/vize/issues"
|
|
20
|
+
"url": "https://github.com/ubugeeei-prod/vize/issues"
|
|
21
21
|
},
|
|
22
22
|
"license": "MIT",
|
|
23
23
|
"repository": {
|
|
24
24
|
"type": "git",
|
|
25
|
-
"url": "https://github.com/ubugeeei/vize",
|
|
25
|
+
"url": "https://github.com/ubugeeei-prod/vize",
|
|
26
26
|
"directory": "npm/unplugin-vize"
|
|
27
27
|
},
|
|
28
28
|
"files": [
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
"access": "public"
|
|
68
68
|
},
|
|
69
69
|
"dependencies": {
|
|
70
|
-
"@vizejs/native": "0.
|
|
70
|
+
"@vizejs/native": "0.142.0",
|
|
71
71
|
"oxc-transform": "0.130.0",
|
|
72
72
|
"unplugin": "3.0.0"
|
|
73
73
|
},
|