@alfe.ai/openclaw-remote 0.0.17 → 0.0.19

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.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfe.ai/openclaw-remote",
3
- "version": "0.0.17",
3
+ "version": "0.0.19",
4
4
  "description": "OpenClaw plugin for Alfe's interactive remote-control relay — browser co-browse + web terminal surfaces over one outbound WS",
5
5
  "type": "module",
6
6
  "main": "./dist/plugin.js",
@@ -28,7 +28,7 @@
28
28
  "README.md"
29
29
  ],
30
30
  "dependencies": {
31
- "@alfe.ai/agent-api-client": "^0.16.0",
31
+ "@alfe.ai/agent-api-client": "^0.18.0",
32
32
  "@alfe.ai/openclaw-plugin-kit": "0.2.0",
33
33
  "@alfe.ai/browser": "^0.2.1",
34
34
  "@alfe.ai/config": "0.4.1",