feat: 更新WebSocket Keep-Alive客户端库以支持Bun和Node.js环境,添加统一的消息处理方法,并创建keep.ts文件以初始化KeepAlive

This commit is contained in:
2026-02-15 20:48:45 +08:00
parent d231f3748a
commit 47229c6db9
5 changed files with 120 additions and 47 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@kevisual/cnb",
"version": "0.0.25",
"version": "0.0.26",
"description": "",
"main": "index.js",
"scripts": {
@@ -22,9 +22,9 @@
"@kevisual/ai": "^0.0.24",
"@kevisual/code-builder": "^0.0.6",
"@kevisual/dts": "^0.0.3",
"@kevisual/context": "^0.0.4",
"@kevisual/context": "^0.0.6",
"@kevisual/types": "^0.0.12",
"@opencode-ai/plugin": "^1.2.1",
"@opencode-ai/plugin": "^1.2.4",
"@types/bun": "^1.3.9",
"@types/node": "^25.2.3",
"@types/ws": "^8.18.1",