chore: 更新版本号至0.0.80,并在 route.ts 中重构 toJSONSchema 和 fromJSONSchema 函数以使用新的 schema.ts 模块

This commit is contained in:
2026-02-18 13:28:49 +08:00
parent 058e6843b1
commit e1a0e11052
3 changed files with 106 additions and 103 deletions

View File

@@ -1,7 +1,7 @@
{
"$schema": "https://json.schemastore.org/package",
"name": "@kevisual/router",
"version": "0.0.79",
"version": "0.0.80",
"description": "",
"type": "module",
"main": "./dist/router.js",