refactor: migrate WebSocket proxy to v1-ws-proxy module

- Updated import paths to use the new v1-ws-proxy module.
- Removed the old ws-proxy module and its associated files.
- Implemented new WebSocket proxy logic in the v1-ws-proxy module.
- Adjusted UserV1Proxy to utilize the new WebSocket proxy manager and methods.
This commit is contained in:
2026-02-20 21:55:48 +08:00
parent 0d73941127
commit 1782a9ef19
7 changed files with 189 additions and 184 deletions

View File

@@ -64,7 +64,7 @@
"xml2js": "^0.6.2"
},
"devDependencies": {
"@aws-sdk/client-s3": "^3.992.0",
"@aws-sdk/client-s3": "^3.994.0",
"@kevisual/api": "^0.0.52",
"@kevisual/context": "^0.0.8",
"@kevisual/local-app-manager": "0.1.32",
@@ -78,7 +78,7 @@
"@types/bun": "^1.3.9",
"@types/crypto-js": "^4.2.2",
"@types/jsonwebtoken": "^9.0.10",
"@types/node": "^25.2.3",
"@types/node": "^25.3.0",
"@types/pg": "^8.16.0",
"@types/semver": "^7.7.1",
"@types/xml2js": "^0.4.14",