import { VersionInfo } from '@start9labs/start-sdk' export const v_0_2_35 = VersionInfo.of({ version: '0.2.35:0', releaseNotes: { en_US: 'Activation screen copy now accurately reflects free tier (library + 5 relay credits + unlimited BYO-key usage; no more "no library" line). Each provider in API Keys & Endpoints has a Delete button that clears credentials from BOTH localStorage AND the StartOS server config; appears only when there\'s a stored value to clear. Save + Delete hidden entirely for providers with no user-configurable fields (e.g. Relay).', }, migrations: { up: async ({ effects }) => {}, down: async ({ effects }) => {}, }, })