Skip to content

Commit

Permalink
v3.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
yivlad committed Mar 23, 2022
1 parent f0d78cd commit 91ac212
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 21 deletions.
4 changes: 2 additions & 2 deletions waffle-chai/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ethereum-waffle/chai",
"description": "A sweet set of chai matchers for your blockchain testing needs.",
"version": "3.4.3",
"version": "3.4.4",
"author": "Marek Kirejczyk <account@ethworks.io> (http://ethworks.io)",
"repository": "git@github.com:EthWorks/Waffle.git",
"private": false,
Expand Down Expand Up @@ -38,7 +38,7 @@
"node": ">=10.0"
},
"dependencies": {
"@ethereum-waffle/provider": "^3.4.1",
"@ethereum-waffle/provider": "^3.4.4",
"ethers": "^5.5.2"
},
"devDependencies": {}
Expand Down
10 changes: 5 additions & 5 deletions waffle-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ethereum-waffle",
"description": "Sweeter, faster and simpler than truffle.",
"version": "3.4.0",
"version": "3.4.4",
"author": "Marek Kirejczyk <account@ethworks.io> (http://ethworks.io)",
"repository": "git@github.com:EthWorks/Waffle.git",
"private": false,
Expand Down Expand Up @@ -45,10 +45,10 @@
"node": ">=10.0"
},
"dependencies": {
"@ethereum-waffle/chai": "^3.4.0",
"@ethereum-waffle/compiler": "^3.4.0",
"@ethereum-waffle/mock-contract": "^3.3.0",
"@ethereum-waffle/provider": "^3.4.0",
"@ethereum-waffle/chai": "^3.4.4",
"@ethereum-waffle/compiler": "^3.4.4",
"@ethereum-waffle/mock-contract": "^3.4.4",
"@ethereum-waffle/provider": "^3.4.4",
"ethers": "^5.0.1"
},
"devDependencies": {}
Expand Down
6 changes: 3 additions & 3 deletions waffle-compiler/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ethereum-waffle/compiler",
"description": "Compile solidity without the hassle.",
"version": "3.4.0",
"version": "3.4.4",
"author": "Marek Kirejczyk <account@ethworks.io> (http://ethworks.io)",
"repository": "git@github.com:EthWorks/Waffle.git",
"private": false,
Expand Down Expand Up @@ -51,8 +51,8 @@
"typechain": "^3.0.0"
},
"devDependencies": {
"@ethereum-waffle/chai": "^3.4.0",
"@ethereum-waffle/provider": "^3.4.0",
"@ethereum-waffle/chai": "^3.4.4",
"@ethereum-waffle/provider": "^3.4.4",
"@openzeppelin/contracts": "3.0.1",
"@types/fs-extra": "^9.0.4",
"fs-extra": "^9.0.1",
Expand Down
2 changes: 1 addition & 1 deletion waffle-ens/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ethereum-waffle/ens",
"version": "3.3.1",
"version": "3.4.4",
"description": "A mock ens implementation for testing.",
"repository": "git@github.com:EthWorks/Waffle.git",
"author": "Marek Kirejczyk <account@ethworks.io> (http://ethworks.io)",
Expand Down
5 changes: 1 addition & 4 deletions waffle-jest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,8 @@
"version": "3.3.0",
"author": "Adrian Li <li.adrianmc@gmail.com>",
"repository": "git@github.com:EthWorks/Waffle.git",
"private": false,
"private": true,
"license": "MIT",
"publishConfig": {
"access": "public"
},
"keywords": [
"ethereum",
"smart-contracts",
Expand Down
8 changes: 4 additions & 4 deletions waffle-mock-contract/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ethereum-waffle/mock-contract",
"description": "Mock smart contracts in a smart way.",
"version": "3.3.1",
"version": "3.4.4",
"author": "Marek Kirejczyk <account@ethworks.io> (http://ethworks.io)",
"repository": "git@github.com:EthWorks/Waffle.git",
"private": false,
Expand Down Expand Up @@ -47,8 +47,8 @@
"ethers": "^5.5.2"
},
"devDependencies": {
"@ethereum-waffle/chai": "^3.4.2",
"@ethereum-waffle/compiler": "^3.4.0",
"@ethereum-waffle/provider": "^3.4.1"
"@ethereum-waffle/chai": "^3.4.4",
"@ethereum-waffle/compiler": "^3.4.4",
"@ethereum-waffle/provider": "^3.4.4"
}
}
4 changes: 2 additions & 2 deletions waffle-provider/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ethereum-waffle/provider",
"description": "A mock provider for your blockchain testing needs.",
"version": "3.4.1",
"version": "3.4.4",
"author": "Marek Kirejczyk <account@ethworks.io> (http://ethworks.io)",
"repository": "git@github.com:EthWorks/Waffle.git",
"private": false,
Expand Down Expand Up @@ -38,7 +38,7 @@
"node": ">=10.0"
},
"dependencies": {
"@ethereum-waffle/ens": "^3.3.1",
"@ethereum-waffle/ens": "^3.4.4",
"ethers": "^5.5.2",
"ganache-core": "^2.13.2",
"patch-package": "^6.2.2",
Expand Down

0 comments on commit 91ac212

Please sign in to comment.