eth-gas-reporter
Advanced tools
Comparing version 0.2.2 to 0.2.3
## Changelog: eth-gas-reporter | ||
# 0.2.2 / 2019-07-02 | ||
- Add documentation about codechecks, buidler, advanced use cases. | ||
- Add artifactType option as a user defined function so people use with any compilation artifacts. | ||
- Add codechecks integration | ||
- Add buidler plugin integration | ||
- Remove shelljs due to GH security warning, execute ls command manually | ||
# 0.2.1 / 2019-06-19 | ||
@@ -4,0 +12,0 @@ |
@@ -31,3 +31,3 @@ const SyncRequest = require("./syncRequest"); | ||
if (typeof this.config.artifactType === "function") | ||
return this.config.artifactType; | ||
return this.config.artifactType(contractName); | ||
@@ -34,0 +34,0 @@ // Built-in |
{ | ||
"name": "eth-gas-reporter", | ||
"version": "0.2.2", | ||
"version": "0.2.3", | ||
"description": "Mocha reporter which shows gas used per unit test.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is too big to display
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
478082
81734