@ethereum-waffle/mock-contract
Advanced tools
Comparing version 4.0.0-alpha.1 to 4.0.0-alpha.2
{ | ||
"name": "@ethereum-waffle/mock-contract", | ||
"description": "Mock smart contracts in a smart way.", | ||
"version": "4.0.0-alpha.1", | ||
"version": "4.0.0-alpha.2", | ||
"author": "Marek Kirejczyk <account@ethworks.io> (http://ethworks.io)", | ||
@@ -10,3 +10,4 @@ "repository": "git@github.com:EthWorks/Waffle.git", | ||
"publishConfig": { | ||
"access": "public" | ||
"access": "public", | ||
"tag": "alpha" | ||
}, | ||
@@ -35,10 +36,10 @@ "keywords": [ | ||
"dependencies": { | ||
"@ethersproject/abi": "^5.5.0", | ||
"ethers": "^5.5.4" | ||
"@ethersproject/abi": "^5.6.0", | ||
"ethers": "^5.6.1" | ||
}, | ||
"devDependencies": { | ||
"@ethereum-waffle/chai": "4.0.0-alpha.1", | ||
"@ethereum-waffle/compiler": "4.0.0-alpha.1", | ||
"@ethereum-waffle/chai": "4.0.0-alpha.2", | ||
"@ethereum-waffle/compiler": "4.0.0-alpha.2", | ||
"solc": "^0.6.3", | ||
"@ethereum-waffle/provider": "4.0.0-alpha.1", | ||
"@ethereum-waffle/provider": "4.0.0-alpha.2", | ||
"typechain": "^7.0.0" | ||
@@ -45,0 +46,0 @@ }, |
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
8337049
Updated@ethersproject/abi@^5.6.0
Updatedethers@^5.6.1