perf: 优化监听进程

This commit is contained in:
2026-02-04 02:36:12 +08:00
parent 08696dedd8
commit 15db8515d6
8 changed files with 67 additions and 52 deletions

View File

@@ -1,7 +1,7 @@
{
"$schema": "https://json.schemastore.org/package",
"name": "@kevisual/router",
"version": "0.0.69",
"version": "0.0.70",
"description": "",
"type": "module",
"main": "./dist/router.js",
@@ -29,7 +29,7 @@
"@kevisual/local-proxy": "^0.0.8",
"@kevisual/query": "^0.0.39",
"@kevisual/use-config": "^1.0.30",
"@opencode-ai/plugin": "^1.1.48",
"@opencode-ai/plugin": "^1.1.49",
"@rollup/plugin-alias": "^6.0.0",
"@rollup/plugin-commonjs": "29.0.0",
"@rollup/plugin-node-resolve": "^16.0.3",
@@ -41,6 +41,7 @@
"@types/xml2js": "^0.4.14",
"eventemitter3": "^5.0.4",
"fast-glob": "^3.3.3",
"hono": "^4.11.7",
"nanoid": "^5.1.6",
"path-to-regexp": "^8.3.0",
"rollup": "^4.57.1",
@@ -53,14 +54,15 @@
"typescript": "^5.9.3",
"ws": "npm:@kevisual/ws",
"xml2js": "^0.6.2",
"zod": "^4.3.6",
"hono": "^4.11.7"
"zod": "^4.3.6"
},
"repository": {
"type": "git",
"url": "git+https://github.com/abearxiong/kevisual-router.git"
},
"dependencies": {},
"dependencies": {
"es-toolkit": "^1.44.0"
},
"publishConfig": {
"access": "public"
},