-
Notifications
You must be signed in to change notification settings - Fork 164
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
15 changed files
with
54 additions
and
24 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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": "4.0.4", | ||
"version": "4.0.5", | ||
"author": "Marek Kirejczyk <[email protected]> (http://ethworks.io)", | ||
"repository": "[email protected]:EthWorks/Waffle.git", | ||
"private": false, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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": "4.0.4", | ||
"version": "4.0.5", | ||
"author": "Marek Kirejczyk <[email protected]> (http://ethworks.io)", | ||
"repository": "[email protected]:EthWorks/Waffle.git", | ||
"private": false, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,11 @@ | ||
# @ethereum-waffle/ens | ||
|
||
## 4.0.2 | ||
|
||
### Patch Changes | ||
|
||
- 2199c8d: 🦜 Bump ganache | ||
|
||
## 4.0.1 | ||
|
||
### Patch Changes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@ethereum-waffle/ens", | ||
"version": "4.0.1", | ||
"version": "4.0.2", | ||
"description": "A mock ens implementation for testing.", | ||
"repository": "[email protected]:EthWorks/Waffle.git", | ||
"author": "Marek Kirejczyk <[email protected]> (http://ethworks.io)", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@ethereum-waffle/hardhat", | ||
"description": "A sweet set of chai matchers for your blockchain testing needs.", | ||
"version": "4.0.2", | ||
"version": "4.0.3", | ||
"author": "Marek Kirejczyk <[email protected]> (http://ethworks.io)", | ||
"repository": "[email protected]:EthWorks/Waffle.git", | ||
"private": true, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@ethereum-waffle/optimism", | ||
"description": "Testing waffle with optimism", | ||
"version": "4.0.1", | ||
"version": "4.0.2", | ||
"author": "Marek Kirejczyk <[email protected]> (http://ethworks.io)", | ||
"repository": "[email protected]:EthWorks/Waffle.git", | ||
"private": false, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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": "4.0.3", | ||
"version": "4.0.4", | ||
"author": "Marek Kirejczyk <[email protected]> (http://ethworks.io)", | ||
"repository": "[email protected]:EthWorks/Waffle.git", | ||
"private": false, | ||
|