@vizejs/vite-plugin 0.24.0 → 0.25.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/package.json +6 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vizejs/vite-plugin",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.25.0",
|
|
4
4
|
"description": "High-performance native Vite plugin for Vue SFC compilation powered by Vize",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -35,6 +35,7 @@
|
|
|
35
35
|
"devDependencies": {
|
|
36
36
|
"@types/node": "^22.0.0",
|
|
37
37
|
"tsdown": "^0.9.0",
|
|
38
|
+
"tsx": "^4.21.0",
|
|
38
39
|
"typescript": "~5.6.0",
|
|
39
40
|
"vite": "^8.0.0-beta.0"
|
|
40
41
|
},
|
|
@@ -43,14 +44,15 @@
|
|
|
43
44
|
},
|
|
44
45
|
"dependencies": {
|
|
45
46
|
"tinyglobby": "^0.2.0",
|
|
46
|
-
"@vizejs/native": "0.
|
|
47
|
+
"@vizejs/native": "0.25.0"
|
|
47
48
|
},
|
|
48
49
|
"scripts": {
|
|
49
50
|
"build": "tsdown",
|
|
50
51
|
"dev": "tsdown --watch",
|
|
51
52
|
"lint": "oxlint --deny-warnings --type-aware --tsconfig tsconfig.json",
|
|
52
53
|
"lint:fix": "oxlint --type-aware --tsconfig tsconfig.json --fix",
|
|
53
|
-
"fmt": "oxfmt --write src",
|
|
54
|
-
"fmt:check": "oxfmt src"
|
|
54
|
+
"fmt": "oxfmt --write src tsdown.config.ts",
|
|
55
|
+
"fmt:check": "oxfmt src tsdown.config.ts",
|
|
56
|
+
"test": "node --import tsx src/test.ts"
|
|
55
57
|
}
|
|
56
58
|
}
|