Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
9 lines
235 B
TypeScript
9 lines
235 B
TypeScript
import { VersionGraph } from '@start9labs/start-sdk'
|
|
import { v_0_1_0 } from './v_0_1_0'
|
|
|
|
/** The current version MUST be the first argument (`current`). */
|
|
export const versions = VersionGraph.of({
|
|
current: v_0_1_0,
|
|
other: [],
|
|
})
|