@vizejs/vite-plugin 0.242.0 → 0.243.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/dist/index.d.mts +2 -2
- package/package.json +5 -5
package/dist/index.d.mts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { defineConfig, loadConfig, resolveConfigExport } from "vize";
|
|
2
2
|
import { Plugin } from "vite";
|
|
3
3
|
|
|
4
|
-
//#region
|
|
4
|
+
//#region ../../cli/src/types/generated.d.ts
|
|
5
5
|
/**
|
|
6
6
|
* Host Vue runtime version for opt-in compatibility modes
|
|
7
7
|
*/
|
|
@@ -583,7 +583,7 @@ interface VizeConfigEntry {
|
|
|
583
583
|
globalTypes?: GlobalTypesConfig;
|
|
584
584
|
}
|
|
585
585
|
//#endregion
|
|
586
|
-
//#region
|
|
586
|
+
//#region ../../cli/src/types/runtime.d.ts
|
|
587
587
|
type MaybePromise<T> = T | Promise<T>;
|
|
588
588
|
interface ConfigEnv {
|
|
589
589
|
mode: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vizejs/vite-plugin",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.243.0",
|
|
4
4
|
"description": "High-performance native Vite plugin for Vue SFC compilation powered by Vize",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"compiler",
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"repository": {
|
|
20
20
|
"type": "git",
|
|
21
21
|
"url": "https://github.com/ubugeeei-prod/vize",
|
|
22
|
-
"directory": "npm/vite
|
|
22
|
+
"directory": "npm/builder/vite"
|
|
23
23
|
},
|
|
24
24
|
"files": [
|
|
25
25
|
"client.d.ts",
|
|
@@ -40,9 +40,9 @@
|
|
|
40
40
|
"access": "public"
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@vizejs/native": "0.
|
|
43
|
+
"@vizejs/native": "0.243.0",
|
|
44
44
|
"tinyglobby": "0.2.16",
|
|
45
|
-
"vize": "0.
|
|
45
|
+
"vize": "0.243.0"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
48
|
"@types/node": "25.9.2",
|
|
@@ -62,6 +62,6 @@
|
|
|
62
62
|
"check": "vp check src vite.config.ts",
|
|
63
63
|
"check:fix": "vp check --fix src vite.config.ts",
|
|
64
64
|
"fmt": "vp fmt --write src vite.config.ts",
|
|
65
|
-
"test": "pnpm --dir
|
|
65
|
+
"test": "pnpm --dir ../../native build:debug && node src/test.ts"
|
|
66
66
|
}
|
|
67
67
|
}
|