@vizejs/native 0.241.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/index.d.ts +1 -1
- package/package.json +8 -8
- package/types/lint.d.ts +1 -1
package/index.d.ts
CHANGED
|
@@ -610,7 +610,7 @@ export interface LintOptionsNapi {
|
|
|
610
610
|
maxWarnings?: number;
|
|
611
611
|
/** Quiet mode - only show summary */
|
|
612
612
|
quiet?: boolean;
|
|
613
|
-
/** Automatically fix problems
|
|
613
|
+
/** Automatically fix problems when diagnostics provide safe text edits */
|
|
614
614
|
fix?: boolean;
|
|
615
615
|
/** Help display level: "full", "short", "none" */
|
|
616
616
|
helpLevel?: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vizejs/native",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.243.0",
|
|
4
4
|
"description": "High-performance Vue.js compiler - Native bindings",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"compiler",
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"repository": {
|
|
19
19
|
"type": "git",
|
|
20
20
|
"url": "https://github.com/ubugeeei-prod/vize",
|
|
21
|
-
"directory": "npm/
|
|
21
|
+
"directory": "npm/native"
|
|
22
22
|
},
|
|
23
23
|
"files": [
|
|
24
24
|
"index.js",
|
|
@@ -36,12 +36,12 @@
|
|
|
36
36
|
"@napi-rs/cli": "3.6.2"
|
|
37
37
|
},
|
|
38
38
|
"optionalDependencies": {
|
|
39
|
-
"@vizejs/native-darwin-arm64": "0.
|
|
40
|
-
"@vizejs/native-linux-arm64-gnu": "0.
|
|
41
|
-
"@vizejs/native-linux-arm64-musl": "0.
|
|
42
|
-
"@vizejs/native-linux-x64-gnu": "0.
|
|
43
|
-
"@vizejs/native-linux-x64-musl": "0.
|
|
44
|
-
"@vizejs/native-win32-x64-msvc": "0.
|
|
39
|
+
"@vizejs/native-darwin-arm64": "0.243.0",
|
|
40
|
+
"@vizejs/native-linux-arm64-gnu": "0.243.0",
|
|
41
|
+
"@vizejs/native-linux-arm64-musl": "0.243.0",
|
|
42
|
+
"@vizejs/native-linux-x64-gnu": "0.243.0",
|
|
43
|
+
"@vizejs/native-linux-x64-musl": "0.243.0",
|
|
44
|
+
"@vizejs/native-win32-x64-msvc": "0.243.0"
|
|
45
45
|
},
|
|
46
46
|
"napi": {
|
|
47
47
|
"binaryName": "vize-vitrine",
|
package/types/lint.d.ts
CHANGED
|
@@ -8,7 +8,7 @@ export interface LintOptionsNapi {
|
|
|
8
8
|
maxWarnings?: number;
|
|
9
9
|
/** Quiet mode - only show summary */
|
|
10
10
|
quiet?: boolean;
|
|
11
|
-
/** Automatically fix problems
|
|
11
|
+
/** Automatically fix problems when diagnostics provide safe text edits */
|
|
12
12
|
fix?: boolean;
|
|
13
13
|
/** Help display level: "full", "short", "none" */
|
|
14
14
|
helpLevel?: string;
|