hardhat-deploy
Advanced tools
Comparing version 0.11.16 to 0.11.17
@@ -349,4 +349,4 @@ "use strict"; | ||
writeDeploymentsToFiles: args.write, | ||
export: args.export, | ||
exportAll: args.exportAll, | ||
export: args.export || process.env.HARDHAT_DEPLOY_EXPORT_ARTIFACTS, | ||
exportAll: args.exportAll || process.env.HARDHAT_DEPLOY_EXPORT_ALL_ARTIFACTS, | ||
savePendingTx: args.pendingtx, | ||
@@ -353,0 +353,0 @@ gasPrice: args.gasprice, |
{ | ||
"name": "hardhat-deploy", | ||
"version": "0.11.16", | ||
"version": "0.11.17", | ||
"description": "Hardhat Plugin For Replicable Deployments And Tests", | ||
@@ -5,0 +5,0 @@ "repository": "github:wighawag/hardhat-deploy", |
@@ -443,4 +443,5 @@ import './type-extensions'; | ||
writeDeploymentsToFiles: args.write, | ||
export: args.export, | ||
exportAll: args.exportAll, | ||
export: args.export || process.env.HARDHAT_DEPLOY_EXPORT_ARTIFACTS, | ||
exportAll: | ||
args.exportAll || process.env.HARDHAT_DEPLOY_EXPORT_ALL_ARTIFACTS, | ||
savePendingTx: args.pendingtx, | ||
@@ -447,0 +448,0 @@ gasPrice: args.gasprice, |
Sorry, the diff of this file is not supported yet
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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 2 instances 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
11480682
159488
20