import { VersionInfo } from '@start9labs/start-sdk' export const v_0_2_43 = VersionInfo.of({ version: '0.2.43:0', releaseNotes: { en_US: 'Fix: "Unknown provider: relay" error in the relay status pill. resolveProviderOpts() checked PROVIDER_KEY_FIELDS for the provider name first and threw before reaching the relay-specific baseURL/install-id injection. Added an empty relay entry to PROVIDER_KEY_FIELDS so the lookup passes; the injection still happens at the bottom of the function as before.', }, migrations: { up: async ({ effects }) => {}, down: async ({ effects }) => {}, }, })