@longzai-intelligence/oxlint-plugin-zod 0.0.1 → 0.0.2
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 +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@longzai-intelligence/oxlint-plugin-zod",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.2",
|
|
4
4
|
"description": "Zod v4 Oxlint 插件,提供 Zod v4 最佳实践和 v3 兼容模式误用检测",
|
|
5
5
|
"license": "UNLICENSED",
|
|
6
6
|
"files": [
|
|
@@ -54,12 +54,12 @@
|
|
|
54
54
|
"oxc:fix": "bun run lint:fix:oxlint && bun run fmt"
|
|
55
55
|
},
|
|
56
56
|
"dependencies": {
|
|
57
|
-
"@longzai-intelligence/oxlint-core": "0.0.
|
|
57
|
+
"@longzai-intelligence/oxlint-core": "0.0.2",
|
|
58
58
|
"@oxlint/plugins": "^1.64.0"
|
|
59
59
|
},
|
|
60
60
|
"devDependencies": {
|
|
61
61
|
"@longzai-intelligence/oxlint-config": "0.0.1",
|
|
62
|
-
"@longzai-intelligence/oxlint-plugin-zod": "0.0.
|
|
62
|
+
"@longzai-intelligence/oxlint-plugin-zod": "0.0.2",
|
|
63
63
|
"@longzai-intelligence/tsdown-config": "0.0.1",
|
|
64
64
|
"@longzai-intelligence/typescript-config": "0.0.3",
|
|
65
65
|
"@longzai-intelligence/vitest-config": "0.0.10",
|