bump @sigstore/oci from 0.3.3 to 0.3.4 (#71)

Signed-off-by: Brian DeHamer <[email protected]>
This commit is contained in:
Brian DeHamer
2024-05-23 08:32:51 -07:00
committed by GitHub
parent 72776582f8
commit 074a7714de
3 changed files with 9 additions and 9 deletions
Generated Vendored
+1 -1
View File
@@ -11814,7 +11814,7 @@ async function _OCIImage_createReferrersIndexByTag(opts) {
if (!referrerManifest.manifests.some((manifest) => manifest.digest === opts.artifact.digest)) {
// Add the artifact to the index
referrerManifest.manifests.push(opts.artifact);
__classPrivateFieldGet(this, _OCIImage_client, "f").uploadManifest(JSON.stringify(referrerManifest), {
await __classPrivateFieldGet(this, _OCIImage_client, "f").uploadManifest(JSON.stringify(referrerManifest), {
mediaType: constants_1.CONTENT_TYPE_OCI_INDEX,
reference: referrerTag,
etag,