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.
- package/dist/main.js +3 -3
- 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 = "
|
|
2543
|
+
var CLIENT_ID = "gateway-client";
|
|
2544
2544
|
var CLIENT_VERSION = "1.0.0";
|
|
2545
|
-
var CLIENT_MODE = "
|
|
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;
|