import { VersionInfo } from '@start9labs/start-sdk' export const v_0_2_13 = VersionInfo.of({ version: '0.2.13:0', releaseNotes: { en_US: 'Fixes the activity-log flashing bug from 0.2.12 (a stale transition check in the poll loop was triggering a full re-render every 5 seconds — now only re-renders on real presence/cancellation transitions). When processing errors out mid-stream, the YouTube embed now stays visible alongside the error so you can still watch the video and one-click retry. Server-side error logging now captures the full stack + cause + provider names so we can finally see what\'s behind generic messages like "Error in input stream".', }, migrations: { up: async ({ effects }) => {}, down: async ({ effects }) => {}, }, })