@agoric/transform-eventual-send
Advanced tools
Comparing version 1.3.1 to 1.3.2
@@ -6,2 +6,13 @@ # Change Log | ||
## [1.3.2](https://github.com/Agoric/agoric-sdk/compare/@agoric/transform-eventual-send@1.3.1...@agoric/transform-eventual-send@1.3.2) (2020-08-31) | ||
### Bug Fixes | ||
* reduce inconsistency among our linting rules ([#1492](https://github.com/Agoric/agoric-sdk/issues/1492)) ([b6b675e](https://github.com/Agoric/agoric-sdk/commit/b6b675e2de110e2af19cad784a66220cab21dacf)) | ||
## [1.3.1](https://github.com/Agoric/agoric-sdk/compare/@agoric/transform-eventual-send@1.3.0...@agoric/transform-eventual-send@1.3.1) (2020-06-30) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@agoric/transform-eventual-send", | ||
"version": "1.3.1", | ||
"version": "1.3.2", | ||
"description": "transform-eventual-send", | ||
"main": "src/index.js", | ||
"scripts": { | ||
"test": "tape -r esm 'test/**/*.js'", | ||
"test": "ava", | ||
"lint-fix": "eslint --fix '**/*.js'", | ||
@@ -13,9 +13,7 @@ "lint-check": "eslint '**/*.js'", | ||
"devDependencies": { | ||
"@agoric/acorn-eventual-send": "^2.0.6", | ||
"@agoric/acorn-eventual-send": "^2.0.7", | ||
"@agoric/babel-parser": "^7.6.4", | ||
"@babel/generator": "^7.5.0", | ||
"esm": "^3.2.5", | ||
"tap-spec": "^5.0.0", | ||
"tape": "^4.9.2", | ||
"tape-promise": "^4.0.0" | ||
"ava": "^3.11.1", | ||
"esm": "^3.2.5" | ||
}, | ||
@@ -40,3 +38,12 @@ "keywords": [], | ||
}, | ||
"gitHead": "d74ea289800c2fc52c005674a55b2412385f57d9" | ||
"ava": { | ||
"files": [ | ||
"test/**/test-*.js" | ||
], | ||
"require": [ | ||
"esm" | ||
], | ||
"timeout": "2m" | ||
}, | ||
"gitHead": "709048cc133b0b2b26a9774315c18c5e828ea6ab" | ||
} |
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
17028
5