@agoric/transform-eventual-send
Advanced tools
Comparing version 1.3.5 to 1.4.0
@@ -6,2 +6,13 @@ # Change Log | ||
# [1.4.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/transform-eventual-send@1.3.5...@agoric/transform-eventual-send@1.4.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.3.5](https://github.com/Agoric/agoric-sdk/compare/@agoric/transform-eventual-send@1.3.5-dev.0...@agoric/transform-eventual-send@1.3.5) (2020-11-07) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@agoric/transform-eventual-send", | ||
"version": "1.3.5", | ||
"version": "1.4.0", | ||
"description": "transform-eventual-send", | ||
"parsers": { | ||
"js": "mjs" | ||
}, | ||
"main": "src/index.js", | ||
@@ -14,3 +17,3 @@ "scripts": { | ||
"devDependencies": { | ||
"@agoric/acorn-eventual-send": "^2.0.10", | ||
"@agoric/acorn-eventual-send": "^2.1.0", | ||
"@agoric/babel-parser": "^7.6.4", | ||
@@ -49,3 +52,12 @@ "@babel/generator": "^7.5.0", | ||
}, | ||
"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
19298