import { VersionInfo } from '@start9labs/start-sdk' export const v_0_2_42 = VersionInfo.of({ version: '0.2.42:0', releaseNotes: { en_US: 'Administrator accounts: the external Administrator role now signs into the ' + 'full admin interface, scoped to the funds and SPVs granted to it — fund ' + 'overview, partners, capital accounts, documents (upload and delete), eNAV ' + 'imports, and investor account management (create, edit, reset, delete) for ' + 'its own funds only. Also carries the 0.2.41 static-path security fix.', }, migrations: { up: async ({ effects }) => {}, down: async ({ effects }) => {}, }, })