()
| 10 | const NOTIFY_INTERVAL_MS = 24 * 60 * 60 * 1000; // 24 hours |
| 11 | |
| 12 | export function getCurrentVersion(): string { |
| 13 | return __CLI_VERSION__; |
| 14 | } |
| 15 | |
| 16 | export function getCoreVersion(): string { |
| 17 | return __CORE_VERSION__; |
no outgoing calls
no test coverage detected