@agoric/captp
Advanced tools
Comparing version 1.7.3 to 1.7.4
@@ -6,2 +6,10 @@ # Change Log | ||
## [1.7.4](https://github.com/Agoric/agoric-sdk/compare/@agoric/captp@1.7.3...@agoric/captp@1.7.4) (2021-03-24) | ||
**Note:** Version bump only for package @agoric/captp | ||
## [1.7.3](https://github.com/Agoric/agoric-sdk/compare/@agoric/captp@1.7.2...@agoric/captp@1.7.3) (2021-03-16) | ||
@@ -8,0 +16,0 @@ |
@@ -53,7 +53,3 @@ // @ts-check | ||
async function quietReject(reason = undefined, returnIt = true) { | ||
if ( | ||
onReject && | ||
(unplug === false || reason !== unplug) && | ||
reason !== undefined | ||
) { | ||
if ((unplug === false || reason !== unplug) && reason !== undefined) { | ||
onReject(reason); | ||
@@ -443,4 +439,4 @@ } | ||
const farGetter = E.G(getFarBootstrap()).refGetter; | ||
const nearGetter = E.G(getNearBootstrap()).refGetter; | ||
const farGetter = E.get(getFarBootstrap()).refGetter; | ||
const nearGetter = E.get(getNearBootstrap()).refGetter; | ||
@@ -447,0 +443,0 @@ /** |
{ | ||
"name": "@agoric/captp", | ||
"version": "1.7.3", | ||
"version": "1.7.4", | ||
"description": "Capability Transfer Protocol for distributed objects", | ||
@@ -38,3 +38,3 @@ "parsers": { | ||
"devDependencies": { | ||
"@agoric/install-ses": "^0.5.3", | ||
"@agoric/install-ses": "^0.5.4", | ||
"ava": "^3.12.1", | ||
@@ -44,6 +44,6 @@ "nyc": "^15.1.0" | ||
"dependencies": { | ||
"@agoric/eventual-send": "^0.13.3", | ||
"@agoric/marshal": "^0.4.0", | ||
"@agoric/eventual-send": "^0.13.4", | ||
"@agoric/marshal": "^0.4.1", | ||
"@agoric/nat": "^4.0.0", | ||
"@agoric/promise-kit": "^0.2.3", | ||
"@agoric/promise-kit": "^0.2.4", | ||
"esm": "^3.2.5" | ||
@@ -75,3 +75,3 @@ }, | ||
}, | ||
"gitHead": "5ad5f483f05ba20d903b4423bfb4fa0d2ce75fd7" | ||
"gitHead": "be478ee84773b8e403cf896e53df28146a60f976" | ||
} |
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
35917
431
Updated@agoric/marshal@^0.4.1
Updated@agoric/promise-kit@^0.2.4