更新依赖项版本,添加 Zod schema 示例

This commit is contained in:
2026-01-27 20:45:19 +08:00
parent d7354fdf49
commit a309180b2b
4 changed files with 51 additions and 9 deletions

View File

@@ -9,9 +9,10 @@
"keywords": [],
"author": "abearxiong <xiongxiao@xiongxiao.me> (https://www.xiongxiao.me)",
"license": "MIT",
"packageManager": "pnpm@10.14.0",
"packageManager": "pnpm@10.28.2",
"type": "module",
"dependencies": {
"zod": "^4.3.5"
"zod": "^4.3.6",
"zod-to-json-schema": "^3.25.1"
}
}