@agoric/eventual-send
Advanced tools
Comparing version 0.11.1-dev.1 to 0.11.1-dev.2
@@ -6,2 +6,10 @@ # Change Log | ||
## [0.11.1-dev.2](https://github.com/Agoric/agoric-sdk/compare/@agoric/eventual-send@0.11.1-dev.1...@agoric/eventual-send@0.11.1-dev.2) (2020-09-18) | ||
**Note:** Version bump only for package @agoric/eventual-send | ||
## [0.11.1-dev.1](https://github.com/Agoric/agoric-sdk/compare/@agoric/eventual-send@0.11.1-dev.0...@agoric/eventual-send@0.11.1-dev.1) (2020-09-18) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@agoric/eventual-send", | ||
"version": "0.11.1-dev.1", | ||
"version": "0.11.1-dev.2", | ||
"description": "Extend a Promise class to implement the eventual-send API", | ||
@@ -25,3 +25,3 @@ "main": "src/no-shim.js", | ||
"devDependencies": { | ||
"@agoric/install-ses": "^0.3.2-dev.1", | ||
"@agoric/install-ses": "^0.3.2-dev.2", | ||
"ava": "^3.12.1", | ||
@@ -93,3 +93,3 @@ "esm": "^3.2.7", | ||
}, | ||
"gitHead": "db06df117c9656557bec7c7dbcb9622e1c2cf5dd" | ||
"gitHead": "433cc17e06b38df2e3b9034d5e2ab8f7e33f239d" | ||
} |
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
101611