Skip to content

BootstrapSidecar

Defined in: src/cli/commands/bootstrap/core.ts:142

Integrity sidecar serialized as .bootstrap.json inside each bootstrap target.

readonly edition: "free" | "extra"

Defined in: src/cli/commands/bootstrap/core.ts:146

Pack edition this target was bootstrapped for.


readonly fetchedAt: string

Defined in: src/cli/commands/bootstrap/core.ts:152

ISO-8601 timestamp at which the bootstrap was performed.


readonly files: readonly BootstrapFileEntry[]

Defined in: src/cli/commands/bootstrap/core.ts:154

Sorted list of every mirrored file plus its SHA-256.


readonly libraryVersion: string

Defined in: src/cli/commands/bootstrap/core.ts:148

Library version that produced this bootstrap.


readonly schemaVersion: "1.0.0"

Defined in: src/cli/commands/bootstrap/core.ts:144

Sidecar schema version.


readonly sourceUrl: string

Defined in: src/cli/commands/bootstrap/core.ts:150

Provenance URL (https://…) or file:// URL for zip-sourced bootstraps.