@endo/eventual-send
Advanced tools
Comparing version 1.1.0 to 1.1.1
{ | ||
"name": "@endo/eventual-send", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "Extend a Promise class to implement the eventual-send API", | ||
@@ -29,3 +29,4 @@ "type": "module", | ||
"type": "git", | ||
"url": "git+https://github.com/endojs/endo.git" | ||
"url": "git+https://github.com/endojs/endo.git", | ||
"directory": "packages/eventual-send" | ||
}, | ||
@@ -39,7 +40,7 @@ "author": "Endo contributors", | ||
"dependencies": { | ||
"@endo/env-options": "^1.1.0" | ||
"@endo/env-options": "^1.1.1" | ||
}, | ||
"devDependencies": { | ||
"@endo/lockdown": "^1.0.2", | ||
"@endo/ses-ava": "^1.1.0", | ||
"@endo/lockdown": "^1.0.3", | ||
"@endo/ses-ava": "^1.1.1", | ||
"ava": "^5.3.0", | ||
@@ -77,3 +78,3 @@ "c8": "^7.14.0", | ||
}, | ||
"gitHead": "373f9eebab66c94ed42350473c90fb25e6054f0a" | ||
"gitHead": "f731c5c12f8d185dbf2daf53ec6a57e5ac56e4e9" | ||
} |
@@ -11,4 +11,2 @@ # HandledPromise | ||
> Note: If you're writing an application, you probably don't want to use this package directly. You'll want to use the eventual-send `~.` operator (tildot) provided in [SES](https://github.com/Agoric/SES) or other platforms. | ||
To install the `HandledPromise` global property shim, do: | ||
@@ -15,0 +13,0 @@ |
@@ -56,3 +56,3 @@ import { trackTurns } from './track-turns.js'; | ||
assert.error( | ||
X`Unexpected receiver for "${propertyKey}" method of E(${q( | ||
X`Unexpected receiver for "${q(propertyKey)}" method of E(${q( | ||
recipient, | ||
@@ -59,0 +59,0 @@ )})`, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
88994
29
Updated@endo/env-options@^1.1.1