@agoric/captp
Advanced tools
Comparing version 1.6.0 to 1.7.0
@@ -6,2 +6,13 @@ # Change Log | ||
# [1.7.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/captp@1.6.0...@agoric/captp@1.7.0) (2020-12-10) | ||
### Features | ||
* **import-bundle:** Preliminary support Endo zip hex bundle format ([#1983](https://github.com/Agoric/agoric-sdk/issues/1983)) ([983681b](https://github.com/Agoric/agoric-sdk/commit/983681bfc4bf512b6bd90806ed9220cd4fefc13c)) | ||
# [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) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@agoric/captp", | ||
"version": "1.6.0", | ||
"version": "1.7.0", | ||
"description": "Capability Transfer Protocol for distributed objects", | ||
"parsers": { | ||
"js": "mjs" | ||
}, | ||
"keywords": [ | ||
@@ -36,3 +39,3 @@ "agoric", | ||
"devDependencies": { | ||
"@agoric/install-ses": "^0.4.0", | ||
"@agoric/install-ses": "^0.5.0", | ||
"ava": "^3.12.1", | ||
@@ -42,6 +45,6 @@ "nyc": "^15.1.0" | ||
"dependencies": { | ||
"@agoric/eventual-send": "^0.12.0", | ||
"@agoric/marshal": "^0.2.7", | ||
"@agoric/eventual-send": "^0.13.0", | ||
"@agoric/marshal": "^0.3.0", | ||
"@agoric/nat": "^2.0.1", | ||
"@agoric/promise-kit": "^0.1.7", | ||
"@agoric/promise-kit": "^0.2.0", | ||
"esm": "^3.2.5" | ||
@@ -64,3 +67,12 @@ }, | ||
}, | ||
"gitHead": "20bc9a904a3f3768943ed51323ce14a4f609a233" | ||
"eslintConfig": { | ||
"extends": [ | ||
"@agoric" | ||
] | ||
}, | ||
"prettier": { | ||
"trailingComma": "all", | ||
"singleQuote": true | ||
}, | ||
"gitHead": "f9fab94b70ed22d7fcccb261af11ed8dd6348614" | ||
} |
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
34741
+ Added@agoric/assert@0.2.12(transitive)
+ Added@agoric/eventual-send@0.13.300.14.1(transitive)
+ Added@agoric/marshal@0.3.2(transitive)
+ Added@agoric/promise-kit@0.2.29(transitive)
+ Addedses@0.12.7(transitive)
- Removed@agoric/assert@0.1.0(transitive)
- Removed@agoric/eventual-send@0.12.0(transitive)
- Removed@agoric/marshal@0.2.7(transitive)
- Removed@agoric/promise-kit@0.1.7(transitive)
- Removedses@0.11.1(transitive)
Updated@agoric/marshal@^0.3.0
Updated@agoric/promise-kit@^0.2.0