import { VersionInfo } from '@start9labs/start-sdk' export const v_0_2_5 = VersionInfo.of({ version: '0.2.5:0', releaseNotes: { en_US: 'Tighter license-poll cadence: file-poll 30s → 5s (action-set keys register near-instant), online validation 6h → 30min (revocations land in 30 min worst-case), and an opportunistic online refresh on /api/license-status when the cached state is older than 10 min (revocations land within seconds of any browser activity).', }, migrations: { up: async ({ effects }) => {}, down: async ({ effects }) => {}, }, })