(v)
| 407 | |
| 408 | // Normalize versions so "v1.0.1" and "1.0.1" compare cleanly |
| 409 | const norm = (v) => String(v || '').trim().replace(/^v/i, ''); |
| 410 | |
| 411 | const latestRaw = (typeof PRO_LATEST_BUNDLE_VERSION !== 'undefined' |
| 412 | ? PRO_LATEST_BUNDLE_VERSION |
no outgoing calls
no test coverage detected