@agoric/eventual-send
Advanced tools
Comparing version 0.14.1-dev-a765d24.0 to 0.14.1-dev-a79a06f.0
{ | ||
"name": "@agoric/eventual-send", | ||
"version": "0.14.1-dev-a765d24.0+a765d24", | ||
"version": "0.14.1-dev-a79a06f.0+a79a06f", | ||
"description": "Extend a Promise class to implement the eventual-send API", | ||
@@ -13,5 +13,4 @@ "type": "module", | ||
"build": "exit 0", | ||
"lint-fix": "yarn lint:eslint --fix && yarn lint:types", | ||
"lint-check": "yarn lint", | ||
"lint": "yarn lint:types && yarn lint:eslint", | ||
"lint-fix": "yarn lint:eslint --fix", | ||
"lint": "run-s --continue-on-error lint:*", | ||
"lint:types": "tsc -p jsconfig.json", | ||
@@ -31,4 +30,4 @@ "lint:eslint": "eslint '**/*.js'" | ||
"devDependencies": { | ||
"@agoric/lockdown": "0.1.2-dev-a765d24.0+a765d24", | ||
"@endo/ses-ava": "^0.2.13", | ||
"@endo/lockdown": "^0.1.5", | ||
"@endo/ses-ava": "^0.2.17", | ||
"ava": "^3.12.1", | ||
@@ -60,3 +59,3 @@ "c8": "^7.7.2" | ||
}, | ||
"gitHead": "a765d24d277ed1f248b39046a72ca050d7ad96a5" | ||
"gitHead": "a79a06fe513ab1aa25b85afcb2922e511588507f" | ||
} |
@@ -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