@agentvault/secure-channel 0.4.2 → 0.4.3
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/cli.js +1 -1
- package/dist/cli.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -45033,7 +45033,7 @@ async function activateDevice(apiUrl2, deviceId) {
|
|
|
45033
45033
|
}
|
|
45034
45034
|
|
|
45035
45035
|
// src/channel.ts
|
|
45036
|
-
var POLL_INTERVAL_MS =
|
|
45036
|
+
var POLL_INTERVAL_MS = 3e3;
|
|
45037
45037
|
var RECONNECT_BASE_MS = 1e3;
|
|
45038
45038
|
var RECONNECT_MAX_MS = 3e4;
|
|
45039
45039
|
function migratePersistedState(raw) {
|