This commit is contained in:
2025-10-14 15:16:41 +08:00
parent e8794912b6
commit 27b63e0a2b
6 changed files with 89 additions and 40 deletions

View File

@@ -1,7 +1,7 @@
{
"$schema": "https://json.schemastore.org/package",
"name": "@kevisual/router",
"version": "0.0.23",
"version": "0.0.24",
"description": "",
"type": "module",
"main": "./dist/router.js",
@@ -21,37 +21,37 @@
"author": "abearxiong",
"license": "MIT",
"devDependencies": {
"@kevisual/local-proxy": "^0.0.3",
"@kevisual/local-proxy": "^0.0.6",
"@kevisual/query": "^0.0.29",
"@rollup/plugin-alias": "^5.1.1",
"@rollup/plugin-commonjs": "^28.0.6",
"@rollup/plugin-node-resolve": "^16.0.1",
"@rollup/plugin-typescript": "^12.1.3",
"@rollup/plugin-node-resolve": "^16.0.3",
"@rollup/plugin-typescript": "^12.1.4",
"@types/lodash-es": "^4.17.12",
"@types/node": "^24.0.3",
"@types/send": "^0.17.5",
"@types/node": "^24.7.2",
"@types/send": "^1.2.0",
"@types/ws": "^8.18.1",
"@types/xml2js": "^0.4.14",
"cookie": "^1.0.2",
"lodash-es": "^4.17.21",
"nanoid": "^5.1.5",
"rollup": "^4.44.0",
"rollup-plugin-dts": "^6.2.1",
"ts-loader": "^9.5.2",
"nanoid": "^5.1.6",
"rollup": "^4.52.4",
"rollup-plugin-dts": "^6.2.3",
"ts-loader": "^9.5.4",
"ts-node": "^10.9.2",
"tslib": "^2.8.1",
"typescript": "^5.8.3",
"typescript": "^5.9.3",
"ws": "npm:@kevisual/ws",
"xml2js": "^0.6.2",
"zod": "^3.25.67"
"zod": "^4.1.12"
},
"repository": {
"type": "git",
"url": "git+https://github.com/abearxiong/kevisual-router.git"
},
"dependencies": {
"path-to-regexp": "^8.2.0",
"selfsigned": "^2.4.1",
"path-to-regexp": "^8.3.0",
"selfsigned": "^3.0.1",
"send": "^1.2.0"
},
"publishConfig": {