feat(companion): export release bundle artifacts for shell packaging

This commit is contained in:
William Valentin
2026-02-26 18:58:21 -08:00
parent ee93061496
commit 484247e1c1
11 changed files with 369 additions and 19 deletions
+5
View File
@@ -10,6 +10,7 @@ export {
} from './platformClients.js';
export { CompanionHeartbeatLoop } from './heartbeatLoop.js';
export { createCompanionBootstrapManifest } from './bootstrapManifest.js';
export { writeCompanionReleaseBundle } from './releaseBundle.js';
export type {
CompanionRuntimeClientOptions,
@@ -76,3 +77,7 @@ export type {
CompanionBootstrapManifest,
CreateCompanionBootstrapManifestInput,
} from './bootstrapManifest.js';
export type {
WriteCompanionReleaseBundleInput,
WriteCompanionReleaseBundleResult,
} from './releaseBundle.js';