vize 0.290.0 → 0.291.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 +2 -2
- package/src/types/rules.ts +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vize",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.291.0",
|
|
4
4
|
"description": "Vize - High-performance Vue.js toolchain in Rust",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"cli",
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"access": "public"
|
|
53
53
|
},
|
|
54
54
|
"dependencies": {
|
|
55
|
-
"@vizejs/native": "0.
|
|
55
|
+
"@vizejs/native": "0.291.0",
|
|
56
56
|
"oxc-transform": "0.130.0"
|
|
57
57
|
},
|
|
58
58
|
"devDependencies": {
|
package/src/types/rules.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// This file is generated by `moon run --target native
|
|
1
|
+
// This file is generated by `moon run --target native tools/moon/cmd/generate_rule_types --`.
|
|
2
2
|
// Do not edit it by hand.
|
|
3
3
|
|
|
4
4
|
import type { RuleSeverity } from "./generated.js";
|