Updated the project.
This commit is contained in:
parent
5dfe9f128d
commit
7919556077
1550 changed files with 17063 additions and 40183 deletions
7
my-app/node_modules/@sigstore/sign/dist/bundler/dsse.d.ts
generated
vendored
Executable file → Normal file
7
my-app/node_modules/@sigstore/sign/dist/bundler/dsse.d.ts
generated
vendored
Executable file → Normal file
|
|
@ -2,8 +2,13 @@
|
|||
import { Artifact, BaseBundleBuilder, BundleBuilderOptions } from './base';
|
||||
import type { BundleWithDsseEnvelope } from '@sigstore/bundle';
|
||||
import type { Signature } from '../signer';
|
||||
type DSSEBundleBuilderOptions = BundleBuilderOptions & {
|
||||
singleCertificate?: boolean;
|
||||
};
|
||||
export declare class DSSEBundleBuilder extends BaseBundleBuilder<BundleWithDsseEnvelope> {
|
||||
constructor(options: BundleBuilderOptions);
|
||||
private singleCertificate?;
|
||||
constructor(options: DSSEBundleBuilderOptions);
|
||||
protected prepare(artifact: Artifact): Promise<Buffer>;
|
||||
protected package(artifact: Artifact, signature: Signature): Promise<BundleWithDsseEnvelope>;
|
||||
}
|
||||
export {};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue