echoclaw-relay-agent 0.3.0 → 0.3.2

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 (2) hide show
  1. package/dist/main.js +3 -3
  2. package/package.json +1 -1
package/dist/main.js CHANGED
@@ -2540,11 +2540,11 @@ var BASE_BACKOFF_MS = 1e3;
2540
2540
  var MAX_BACKOFF_MS = 6e4;
2541
2541
  var HEARTBEAT_INTERVAL_MS = 15e3;
2542
2542
  var CONNECT_TIMEOUT_MS = 1e4;
2543
- var CLIENT_ID = "echoclaw-relay-agent";
2543
+ var CLIENT_ID = "gateway-client";
2544
2544
  var CLIENT_VERSION = "1.0.0";
2545
- var CLIENT_MODE = "operator";
2545
+ var CLIENT_MODE = "node";
2546
2546
  var ROLE = "operator";
2547
- var SCOPES = ["operator.read", "operator.write"];
2547
+ var SCOPES = ["operator.read", "operator.write", "operator.admin"];
2548
2548
  var GatewayConnection = class extends import_events.EventEmitter {
2549
2549
  ws = null;
2550
2550
  config;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "echoclaw-relay-agent",
3
- "version": "0.3.0",
3
+ "version": "0.3.2",
4
4
  "description": "EchoClaw Relay Agent — connects OpenClaw bridge to the EchoClaw Relay Server with E2E encryption",
5
5
  "main": "./dist/main.js",
6
6
  "bin": {