@agoric/captp
Advanced tools
Comparing version 1.5.2-dev.0 to 1.6.0
@@ -6,2 +6,18 @@ # Change Log | ||
# [1.6.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/captp@1.5.2-dev.0...@agoric/captp@1.6.0) (2020-11-07) | ||
### Bug Fixes | ||
* **captp:** don't crash hard on serialiasation failures ([8c98a9a](https://github.com/Agoric/agoric-sdk/commit/8c98a9a5f283dadd0007083255061773c94eda1d)) | ||
### Features | ||
* **assert:** Thread stack traces to console, add entangled assert ([#1884](https://github.com/Agoric/agoric-sdk/issues/1884)) ([5d4f35f](https://github.com/Agoric/agoric-sdk/commit/5d4f35f901f2ca40a2a4d66dab980a5fe8e575f4)) | ||
## [1.5.2-dev.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/captp@1.5.1...@agoric/captp@1.5.2-dev.0) (2020-10-19) | ||
@@ -8,0 +24,0 @@ |
@@ -318,3 +318,4 @@ // @ts-check | ||
}), | ||
); | ||
) | ||
.catch(rej => quietReject(rej, false)); | ||
}, | ||
@@ -321,0 +322,0 @@ // Answer to one of our questions. |
{ | ||
"name": "@agoric/captp", | ||
"version": "1.5.2-dev.0", | ||
"version": "1.6.0", | ||
"description": "Capability Transfer Protocol for distributed objects", | ||
@@ -36,3 +36,3 @@ "keywords": [ | ||
"devDependencies": { | ||
"@agoric/install-ses": "^0.3.3-dev.0", | ||
"@agoric/install-ses": "^0.4.0", | ||
"ava": "^3.12.1", | ||
@@ -42,6 +42,6 @@ "nyc": "^15.1.0" | ||
"dependencies": { | ||
"@agoric/eventual-send": "^0.12.0-dev.0", | ||
"@agoric/marshal": "^0.2.7-dev.0", | ||
"@agoric/eventual-send": "^0.12.0", | ||
"@agoric/marshal": "^0.2.7", | ||
"@agoric/nat": "^2.0.1", | ||
"@agoric/promise-kit": "^0.1.7-dev.0", | ||
"@agoric/promise-kit": "^0.1.7", | ||
"esm": "^3.2.5" | ||
@@ -64,3 +64,3 @@ }, | ||
}, | ||
"gitHead": "dd23e32e44e11c3b86e2ddb2abcd7b9b19f55062" | ||
"gitHead": "20bc9a904a3f3768943ed51323ce14a4f609a233" | ||
} |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
34210
431
0
1
Updated@agoric/marshal@^0.2.7
Updated@agoric/promise-kit@^0.1.7