chore: 更新版本号至 0.1.0,升级依赖项并在 run 方法中添加 token 和 data 参数

This commit is contained in:
2026-03-10 21:34:08 +08:00
parent e4c2c0e1e6
commit 5bed882795
3 changed files with 28 additions and 28 deletions

View File

@@ -1,7 +1,7 @@
{
"$schema": "https://json.schemastore.org/package",
"name": "@kevisual/router",
"version": "0.0.90",
"version": "0.1.0",
"description": "",
"type": "module",
"main": "./dist/router.js",
@@ -29,16 +29,16 @@
"@kevisual/local-proxy": "^0.0.8",
"@kevisual/query": "^0.0.53",
"@kevisual/use-config": "^1.0.30",
"@opencode-ai/plugin": "^1.2.21",
"@opencode-ai/plugin": "^1.2.24",
"@types/bun": "^1.3.10",
"@types/node": "^25.3.5",
"@types/node": "^25.4.0",
"@types/send": "^1.2.1",
"@types/ws": "^8.18.1",
"@types/xml2js": "^0.4.14",
"commander": "^14.0.3",
"eventemitter3": "^5.0.4",
"fast-glob": "^3.3.3",
"hono": "^4.12.5",
"hono": "^4.12.7",
"nanoid": "^5.1.6",
"path-to-regexp": "^8.3.0",
"send": "^1.2.1",