@agoric/captp
Advanced tools
Comparing version 1.7.5-dev.0 to 1.7.5
@@ -6,3 +6,3 @@ # Change Log | ||
## [1.7.5-dev.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/captp@1.7.4...@agoric/captp@1.7.5-dev.0) (2021-03-26) | ||
## [1.7.5](https://github.com/Agoric/agoric-sdk/compare/@agoric/captp@1.7.4...@agoric/captp@1.7.5) (2021-04-06) | ||
@@ -9,0 +9,0 @@ **Note:** Version bump only for package @agoric/captp |
@@ -87,3 +87,8 @@ // @ts-check | ||
convertSlotToVal, | ||
{ marshalName: `captp:${ourId}` }, | ||
{ | ||
marshalName: `captp:${ourId}`, | ||
// TODO Temporary hack. | ||
// See https://github.com/Agoric/agoric-sdk/issues/2780 | ||
errorIdNum: 20000, | ||
}, | ||
); | ||
@@ -90,0 +95,0 @@ |
{ | ||
"name": "@agoric/captp", | ||
"version": "1.7.5-dev.0", | ||
"version": "1.7.5", | ||
"description": "Capability Transfer Protocol for distributed objects", | ||
@@ -38,3 +38,3 @@ "parsers": { | ||
"devDependencies": { | ||
"@agoric/install-ses": "^0.5.5-dev.0", | ||
"@agoric/install-ses": "^0.5.5", | ||
"ava": "^3.12.1", | ||
@@ -44,6 +44,6 @@ "nyc": "^15.1.0" | ||
"dependencies": { | ||
"@agoric/eventual-send": "^0.13.5-dev.0", | ||
"@agoric/marshal": "^0.4.2-dev.0", | ||
"@agoric/eventual-send": "^0.13.5", | ||
"@agoric/marshal": "^0.4.2", | ||
"@agoric/nat": "^4.0.0", | ||
"@agoric/promise-kit": "^0.2.5-dev.0", | ||
"@agoric/promise-kit": "^0.2.5", | ||
"esm": "^3.2.5" | ||
@@ -75,3 +75,3 @@ }, | ||
}, | ||
"gitHead": "3600ed30e30d2b26512fe8fd8e73d9f13ab0d125" | ||
"gitHead": "fda787c49e9e3a80c3b2c3b0e620da0208ca7a3e" | ||
} |
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
36217
436
0
1
Updated@agoric/marshal@^0.4.2
Updated@agoric/promise-kit@^0.2.5