@agoric/transform-eventual-send
Advanced tools
Comparing version 1.4.0 to 1.4.1
@@ -6,2 +6,10 @@ # Change Log | ||
## [1.4.1](https://github.com/Agoric/agoric-sdk/compare/@agoric/transform-eventual-send@1.4.0...@agoric/transform-eventual-send@1.4.1) (2021-02-16) | ||
**Note:** Version bump only for package @agoric/transform-eventual-send | ||
# [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) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@agoric/transform-eventual-send", | ||
"version": "1.4.0", | ||
"version": "1.4.1", | ||
"description": "transform-eventual-send", | ||
@@ -17,5 +17,6 @@ "parsers": { | ||
"devDependencies": { | ||
"@agoric/acorn-eventual-send": "^2.1.0", | ||
"@agoric/acorn-eventual-send": "^2.1.1", | ||
"@agoric/babel-parser": "^7.6.4", | ||
"@babel/generator": "^7.5.0", | ||
"acorn": "^8.0.5", | ||
"ava": "^3.12.1", | ||
@@ -61,3 +62,3 @@ "esm": "^3.2.5", | ||
}, | ||
"gitHead": "f9fab94b70ed22d7fcccb261af11ed8dd6348614" | ||
"gitHead": "543364676bbfebee91366925a4f3f56989683562" | ||
} |
@@ -10,3 +10,3 @@ export function makeTransform(parser, generate) { | ||
sourceType: 'module', | ||
plugins: ['eventualSend'], | ||
plugins: ['eventualSend', 'bigInt'], | ||
}); | ||
@@ -13,0 +13,0 @@ // Create the source from the ast. |
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
19557
7