@agoric/eventual-send
Advanced tools
Comparing version 0.13.31-dev-f662032.0 to 0.14.0
@@ -6,2 +6,25 @@ # Change Log | ||
## [0.14.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/eventual-send@0.13.30...@agoric/eventual-send@0.14.0) (2021-12-02) | ||
### ⚠ 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 | ||
* **deps:** remove explicit `@agoric/babel-standalone` ([4f22453](https://github.com/Agoric/agoric-sdk/commit/4f22453a6f2de1a2c27ae8ad0d11b13116890dab)) | ||
* **eslint-config:** loosen no-extraneous-dependencies patterns ([71be149](https://github.com/Agoric/agoric-sdk/commit/71be149522823ec41900bcf96a0b39f75b38bfd9)) | ||
* **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.30](https://github.com/Agoric/agoric-sdk/compare/@agoric/eventual-send@0.13.29...@agoric/eventual-send@0.13.30) (2021-10-13) | ||
@@ -8,0 +31,0 @@ |
{ | ||
"name": "@agoric/eventual-send", | ||
"version": "0.13.31-dev-f662032.0+f662032", | ||
"version": "0.14.0", | ||
"description": "Extend a Promise class to implement the eventual-send API", | ||
@@ -30,4 +30,4 @@ "type": "module", | ||
"devDependencies": { | ||
"@agoric/assert": "0.3.15-dev-f662032.0+f662032", | ||
"@agoric/lockdown": "0.1.1-dev-f662032.0+f662032", | ||
"@agoric/assert": "^0.3.15", | ||
"@agoric/lockdown": "^0.1.1", | ||
"@endo/ses-ava": "^0.2.8", | ||
@@ -64,3 +64,3 @@ "ava": "^3.12.1", | ||
}, | ||
"gitHead": "f662032ab0da89725cd6626a4d7d376993141807" | ||
"gitHead": "6bf2266dced044bdf0152dd1ecf68fedf95c40a4" | ||
} |
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
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
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
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
125775
15
2580
0
1