@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/index.js
CHANGED
|
@@ -45031,7 +45031,7 @@ async function activateDevice(apiUrl, deviceId) {
|
|
|
45031
45031
|
}
|
|
45032
45032
|
|
|
45033
45033
|
// src/channel.ts
|
|
45034
|
-
var POLL_INTERVAL_MS =
|
|
45034
|
+
var POLL_INTERVAL_MS = 3e3;
|
|
45035
45035
|
var RECONNECT_BASE_MS = 1e3;
|
|
45036
45036
|
var RECONNECT_MAX_MS = 3e4;
|
|
45037
45037
|
function migratePersistedState(raw) {
|