import { VersionInfo } from '@start9labs/start-sdk' export const v_0_2_159 = VersionInfo.of({ version: '0.2.159:0', releaseNotes: { en_US: 'Fix: YouTube "live" and "shorts" links (youtube.com/live/… and youtube.com/shorts/…) are now accepted — previously they were rejected as "Invalid YouTube URL".', }, migrations: { up: async ({ effects }) => {}, down: async ({ effects }) => {}, }, })