@eyeclaw/eyeclaw 2.3.2 → 2.3.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eyeclaw/eyeclaw",
3
- "version": "2.3.2",
3
+ "version": "2.3.3",
4
4
  "description": "EyeClaw plugin for OpenClaw - HTTP SSE streaming + WebSocket client",
5
5
  "type": "module",
6
6
  "main": "./index.ts",
@@ -311,7 +311,7 @@ export class EyeClawWebSocketClient {
311
311
  this.send({
312
312
  command: 'message',
313
313
  identifier: channelIdentifier,
314
- data: { type, ...data },
314
+ data: JSON.stringify({ type, ...data }),
315
315
  })
316
316
  }
317
317