echoclaw-relay-agent 0.3.1 → 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 +1 -1
  2. package/package.json +1 -1
package/dist/main.js CHANGED
@@ -2544,7 +2544,7 @@ var CLIENT_ID = "gateway-client";
2544
2544
  var CLIENT_VERSION = "1.0.0";
2545
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.1",
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": {