@agoric/eventual-send
Advanced tools
Comparing version 0.13.31-dev.1 to 0.13.31-dev.2
@@ -6,2 +6,23 @@ # Change Log | ||
### [0.13.31-dev.2](https://github.com/Agoric/agoric-sdk/compare/@agoric/eventual-send@0.13.30...@agoric/eventual-send@0.13.31-dev.2) (2021-11-24) | ||
### ⚠ BREAKING CHANGES | ||
* **eventual-send:** implement *SendOnly and handler defaults | ||
### Features | ||
* **eventual-send:** implement *SendOnly and handler defaults ([8d2fb33](https://github.com/Agoric/agoric-sdk/commit/8d2fb334df18c88663094510fb2fea809ed8a2ac)) | ||
### Bug Fixes | ||
* **eventual-send:** do basic sanity of static method invocation ([596d77e](https://github.com/Agoric/agoric-sdk/commit/596d77ed4ed99a46133a78a437c76393665a4073)) | ||
* **eventual-send:** make local handlers more robust ([30d4db5](https://github.com/Agoric/agoric-sdk/commit/30d4db5ab10c6f4201332db866f612b84ac084e5)) | ||
* **eventual-send:** provide `returnedP` when it is available ([a779066](https://github.com/Agoric/agoric-sdk/commit/a7790660db426e1967f444c034c3dedd59ed33eb)) | ||
* **eventual-send:** remove WeakMap workaround for pre-xsnap XS ([dcad6ac](https://github.com/Agoric/agoric-sdk/commit/dcad6ac6ac946414f6411ec1ad73017e04875d6d)) | ||
### [0.13.31-dev.1](https://github.com/Agoric/agoric-sdk/compare/@agoric/eventual-send@0.13.30...@agoric/eventual-send@0.13.31-dev.1) (2021-11-24) | ||
@@ -8,0 +29,0 @@ |
{ | ||
"name": "@agoric/eventual-send", | ||
"version": "0.13.31-dev.1", | ||
"version": "0.13.31-dev.2", | ||
"description": "Extend a Promise class to implement the eventual-send API", | ||
@@ -30,3 +30,3 @@ "type": "module", | ||
"devDependencies": { | ||
"@agoric/assert": "^0.3.15-dev.1", | ||
"@agoric/assert": "^0.3.15-dev.2", | ||
"@agoric/babel-standalone": "^7.14.3", | ||
@@ -65,3 +65,3 @@ "@endo/ses-ava": "^0.2.8", | ||
}, | ||
"gitHead": "bd29161e68d28b308bf466eec7035d60fa6ca083" | ||
"gitHead": "e4dff99dd0608b91dbcbf783f4a9cbacd05d1162" | ||
} |
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
127655