AddressableManifest
Defined in: asset/AddressableManifest.ts:40
Properties
Section titled “Properties”groups
Section titled “groups”groups:
Record<string,AddressableManifestGroup>
Defined in: asset/AddressableManifest.ts:52
revision?
Section titled “revision?”
optionalrevision?:string
Defined in: asset/AddressableManifest.ts:51
Build content revision — a stable hash over every asset’s contentHash
(see deriveManifestRevision). Two builds share a revision iff they
ship byte-identical content under the same addressable keys, so a
changed / added / removed asset flips it. It is the fast gate for “is there
an update?”; the per-asset contentHash diff stays authoritative on WHAT
changed. Optional — absent on legacy manifests, where the diff falls back
to comparing contentHashes (or build paths) directly.
version
Section titled “version”version:
"2.0"
Defined in: asset/AddressableManifest.ts:41