2026-01-29 15:19:39 -05:00
|
|
|
export {
|
|
|
|
|
createStorageRecord,
|
|
|
|
|
ArtifactOptions,
|
|
|
|
|
PackageRegistryOptions
|
|
|
|
|
} from './artifactMetadata.js'
|
|
|
|
|
export {AttestOptions, attest} from './attest.js'
|
2024-02-17 19:14:10 -08:00
|
|
|
export {
|
|
|
|
|
AttestProvenanceOptions,
|
|
|
|
|
attestProvenance,
|
|
|
|
|
buildSLSAProvenancePredicate
|
2026-01-29 15:19:39 -05:00
|
|
|
} from './provenance.js'
|
2024-02-17 19:14:10 -08:00
|
|
|
|
|
|
|
|
export type {SerializedBundle} from '@sigstore/bundle'
|
2026-01-29 15:19:39 -05:00
|
|
|
export type {Attestation, Predicate, Subject} from './shared.types.js'
|
|
|
|
|
export type {SigstoreInstance} from './endpoints.js'
|