import { VersionInfo, IMPOSSIBLE } from '@start9labs/start-sdk' export const v0_1_0 = VersionInfo.of({ version: '0.1.0:4', releaseNotes: { en_US: 'Expose /api/endpoints as a separate StartOS service interface (type: api) so it appears alongside Web UI in the dashboard and gets its own discoverable URL.', }, migrations: { up: async ({ effects }) => {}, down: IMPOSSIBLE, }, })