update dependencies and router functionality
- Update package version to 0.0.34 - Upgrade @kevisual/local-proxy to 0.0.8 and @kevisual/query to 0.0.31 - Update rollup, cookie, selfsigned, and zod dependencies - Remove unused share property from Route class - Refactor queryRouter context to use app property - Improve call method logic to prioritize path + key - Update queryRoute to use call method - Enhance HttpChain class with better constructor and parse method 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
16
package.json
16
package.json
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"$schema": "https://json.schemastore.org/package",
|
||||
"name": "@kevisual/router",
|
||||
"version": "0.0.33",
|
||||
"version": "0.0.34",
|
||||
"description": "",
|
||||
"type": "module",
|
||||
"main": "./dist/router.js",
|
||||
@@ -21,8 +21,8 @@
|
||||
"author": "abearxiong",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@kevisual/local-proxy": "^0.0.6",
|
||||
"@kevisual/query": "^0.0.29",
|
||||
"@kevisual/local-proxy": "^0.0.8",
|
||||
"@kevisual/query": "^0.0.31",
|
||||
"@rollup/plugin-alias": "^6.0.0",
|
||||
"@rollup/plugin-commonjs": "29.0.0",
|
||||
"@rollup/plugin-node-resolve": "^16.0.3",
|
||||
@@ -32,18 +32,18 @@
|
||||
"@types/send": "^1.2.1",
|
||||
"@types/ws": "^8.18.1",
|
||||
"@types/xml2js": "^0.4.14",
|
||||
"cookie": "^1.0.2",
|
||||
"cookie": "^1.1.1",
|
||||
"lodash-es": "^4.17.21",
|
||||
"nanoid": "^5.1.6",
|
||||
"rollup": "^4.53.2",
|
||||
"rollup-plugin-dts": "^6.2.3",
|
||||
"rollup": "^4.53.3",
|
||||
"rollup-plugin-dts": "^6.3.0",
|
||||
"ts-loader": "^9.5.4",
|
||||
"ts-node": "^10.9.2",
|
||||
"tslib": "^2.8.1",
|
||||
"typescript": "^5.9.3",
|
||||
"ws": "npm:@kevisual/ws",
|
||||
"xml2js": "^0.6.2",
|
||||
"zod": "^4.1.12"
|
||||
"zod": "^4.1.13"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@@ -51,7 +51,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"path-to-regexp": "^8.3.0",
|
||||
"selfsigned": "^4.0.0",
|
||||
"selfsigned": "^5.2.0",
|
||||
"send": "^1.2.0"
|
||||
},
|
||||
"publishConfig": {
|
||||
|
||||
Reference in New Issue
Block a user