mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 17:31:06 +00:00
fix(xai): declare websocket runtime dependency
This commit is contained in:
@@ -6,7 +6,8 @@
|
||||
"type": "module",
|
||||
"dependencies": {
|
||||
"@mariozechner/pi-ai": "0.68.1",
|
||||
"@sinclair/typebox": "0.34.49"
|
||||
"@sinclair/typebox": "0.34.49",
|
||||
"ws": "^8.20.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@openclaw/plugin-sdk": "workspace:*"
|
||||
|
||||
Reference in New Issue
Block a user