(manifest: UpdateManifest)
| 126 | } |
| 127 | |
| 128 | function cacheWithManifest(manifest: UpdateManifest): UpdateCache { |
| 129 | return { |
| 130 | source: 'cdn', |
| 131 | checkedAt: '2026-04-23T08:00:00.000Z', |
| 132 | latest: manifest.version, |
| 133 | manifest, |
| 134 | }; |
| 135 | } |
| 136 | |
| 137 | /** Every bucket delayed by 24h and the clock just started: nobody is eligible. */ |
| 138 | function heldForEveryone(version: string): UpdateManifest { |