Files
stack/packages/mosaic/src/index.ts
jason.woltje 6345dbfcf2
All checks were successful
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/push/publish Pipeline was successful
feat(agent): add Matrix native runtime provider (#744)
2026-07-13 15:29:37 +00:00

21 lines
515 B
TypeScript

export const VERSION = '0.0.0';
export * from './fleet/interaction-service-profile.js';
export * from './fleet/tmux-runtime-transport.js';
export * from './fleet/matrix-native-runtime-transport.js';
export {
backgroundUpdateCheck,
checkForUpdate,
checkForAllUpdates,
formatUpdateNotice,
formatAllPackagesTable,
getInstallCommand,
getInstallAllCommand,
getInstalledVersion,
getLatestVersion,
semverLt,
type UpdateCheckResult,
type PackageUpdateResult,
} from './runtime/update-checker.js';