chore: 更新版本号并添加 runAction 方法及其类型推断支持

This commit is contained in:
2026-03-06 23:41:31 +08:00
parent 9ed6e63d9e
commit a9cf1505ff
4 changed files with 150 additions and 27 deletions

View File

@@ -1,7 +1,7 @@
{
"$schema": "https://json.schemastore.org/package",
"name": "@kevisual/router",
"version": "0.0.85",
"version": "0.0.86",
"description": "",
"type": "module",
"main": "./dist/router.js",
@@ -27,11 +27,11 @@
"@kevisual/dts": "^0.0.4",
"@kevisual/js-filter": "^0.0.5",
"@kevisual/local-proxy": "^0.0.8",
"@kevisual/query": "^0.0.52",
"@kevisual/query": "^0.0.53",
"@kevisual/use-config": "^1.0.30",
"@opencode-ai/plugin": "^1.2.16",
"@opencode-ai/plugin": "^1.2.20",
"@types/bun": "^1.3.10",
"@types/node": "^25.3.3",
"@types/node": "^25.3.5",
"@types/send": "^1.2.1",
"@types/ws": "^8.18.1",
"@types/xml2js": "^0.4.14",