Compare commits

...

1 Commits

Author SHA1 Message Date
Brian DeHamer 6c3e7c389e testing
Signed-off-by: Brian DeHamer <bdehamer@github.com>
2024-06-13 10:50:45 -07:00
Generated Vendored
+2 -2
View File
@@ -11758,7 +11758,7 @@ class OCIImage {
// the referrers API but still reports a subjectDigest).
const referrersSupported = await __classPrivateFieldGet(this, _OCIImage_client, "f").pingReferrers();
// Manually update the referrers list if the referrers API is not supported.
if (!referrersSupported) {
if (!artifactDescriptor.subjectDigest || !referrersSupported) {
// Strip subjectDigest from the artifact descriptor (in case it was returned)
/* eslint-disable-next-line @typescript-eslint/no-unused-vars */
const { subjectDigest, ...descriptor } = artifactDescriptor;
@@ -94508,4 +94508,4 @@ module.exports = {"i8":"3.0.4"};
/******/ module.exports = __webpack_exports__;
/******/
/******/ })()
;
;