Files
spaces-startos/startos/versions/index.ts
T
spacesopsandCursor 1fa9674d49
Build Service / BuildPackage (push) Has been cancelled
Release v0.1.1:3 with Configure Subspaces, monitor CLI, and spaces v0.0.9x.
Adds a user toggle for SUBS_PUBLISH_REQUIRE_FINALIZED, copies the certrelay monitor binary to /data/bin for terminal use, and bumps the spaced image to horologger/spaces:v0.0.9x.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-16 18:53:22 -04:00

8 lines
177 B
TypeScript

import { VersionGraph } from '@start9labs/start-sdk'
import { v_0_1_1_3 } from './v0.1.1.3'
export const versionGraph = VersionGraph.of({
current: v_0_1_1_3,
other: [],
})