@agoric/eventual-send
Advanced tools
Comparing version 0.14.1-dev-f96b728.0 to 0.14.1-dev-f9b5010.0
{ | ||
"name": "@agoric/eventual-send", | ||
"version": "0.14.1-dev-f96b728.0+f96b728", | ||
"version": "0.14.1-dev-f9b5010.0+f9b5010", | ||
"description": "Extend a Promise class to implement the eventual-send API", | ||
@@ -57,3 +57,3 @@ "type": "module", | ||
}, | ||
"gitHead": "f96b7280270e8e9e48e3bcf5050b4e722d4fd483" | ||
"gitHead": "f9b501064c7f00a533d0ce05a567ce8269ef4434" | ||
} |
@@ -429,3 +429,3 @@ // @ts-check | ||
// Resolving a Presence returns the pre-registered handled promise. | ||
let resolvedPromise = presenceToPromise.get(value); | ||
let resolvedPromise = presenceToPromise.get(/** @type {any} */ (value)); | ||
if (!resolvedPromise) { | ||
@@ -432,0 +432,0 @@ resolvedPromise = Promise.resolve(value); |
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
68674