@agoric/marshal
Advanced tools
Comparing version 0.2.0 to 0.2.1
@@ -6,2 +6,10 @@ # Change Log | ||
## [0.2.1](https://github.com/Agoric/agoric-sdk/compare/@agoric/marshal@0.2.0...@agoric/marshal@0.2.1) (2020-05-10) | ||
**Note:** Version bump only for package @agoric/marshal | ||
# [0.2.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/marshal@0.1.5...@agoric/marshal@0.2.0) (2020-05-04) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@agoric/marshal", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "marshal", | ||
@@ -31,6 +31,6 @@ "main": "marshal.js", | ||
"dependencies": { | ||
"@agoric/eventual-send": "^0.9.0", | ||
"@agoric/eventual-send": "^0.9.1", | ||
"@agoric/harden": "^0.0.8", | ||
"@agoric/nat": "^2.0.1", | ||
"@agoric/produce-promise": "^0.1.0" | ||
"@agoric/produce-promise": "^0.1.1" | ||
}, | ||
@@ -46,3 +46,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "534d1a65d79f9dd176cc670f374c9de2cd081a7e" | ||
"gitHead": "41e9cd4b0475b0b0cc461e9c54c5dbec82994e3c" | ||
} |
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
46193