livedesk 0.1.263 → 0.1.264
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.
|
@@ -2,7 +2,7 @@ import { randomUUID } from 'node:crypto';
|
|
|
2
2
|
|
|
3
3
|
export const LIVE_DESK_UPDATE_COMMAND = 'livedesk.client-update';
|
|
4
4
|
export const LIVE_DESK_UPDATE_TIMEOUT_MS = 120_000;
|
|
5
|
-
export const LIVE_DESK_UPDATE_CHECK_INTERVAL_MS =
|
|
5
|
+
export const LIVE_DESK_UPDATE_CHECK_INTERVAL_MS = 60_000;
|
|
6
6
|
|
|
7
7
|
function cleanVersion(value) {
|
|
8
8
|
return String(value || '').trim().replace(/^v/i, '');
|