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.
- package/dist/main.js +1 -1
- 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;
|