Interface: SelfProvenanceOptions
Defined in: packages/aiui-util/src/provenance.ts:74
A module asking about the package IT LIVES IN (see ownPackageRoot).
Properties
importMetaUrl
importMetaUrl:
string
Defined in: packages/aiui-util/src/provenance.ts:76
The calling module's import.meta.url, verbatim.
packageName
packageName:
string
Defined in: packages/aiui-util/src/provenance.ts:80
The calling package's published name — the walk-up match guard, so a bundled vantage (whose nearest manifest is the CONSUMER's) never misreports itself as some other package.