Skip to content

Commit

Permalink
🧞‍♂️ Typechain v8.0.0 (#671)
Browse files Browse the repository at this point in the history
  • Loading branch information
yivlad committed Mar 25, 2022
1 parent 7357aeb commit d1af8bb
Show file tree
Hide file tree
Showing 9 changed files with 20 additions and 41 deletions.
2 changes: 1 addition & 1 deletion examples/typechain-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"mocha": "^7.1.2",
"solc": "^0.8.13",
"ts-node": "^8.9.1",
"typechain": "^7.0.1",
"typechain": "^8.0.0",
"typescript": "^4.6.2"
},
"private": true
Expand Down
39 changes: 9 additions & 30 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion 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": "4.0.0-alpha.3",
"version": "4.0.0-alpha.4",
"author": "Marek Kirejczyk <account@ethworks.io> (http://ethworks.io)",
"repository": "git@github.com:EthWorks/Waffle.git",
"private": false,
Expand Down
4 changes: 2 additions & 2 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": "4.0.0-alpha.3",
"version": "4.0.0-alpha.4",
"author": "Marek Kirejczyk <account@ethworks.io> (http://ethworks.io)",
"repository": "git@github.com:EthWorks/Waffle.git",
"private": false,
Expand Down Expand Up @@ -51,7 +51,7 @@
"@ethereum-waffle/provider": "workspace:*",
"ethers": "^5.6.1",
"solc": "^0.6.3",
"typechain": "^7.0.0"
"typechain": "^8.0.0"
},
"devDependencies": {
"openzeppelin-solidity": "2.3.0"
Expand Down
2 changes: 1 addition & 1 deletion 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": "4.0.0-alpha.3",
"version": "4.0.0-alpha.4",
"author": "Marek Kirejczyk <account@ethworks.io> (http://ethworks.io)",
"repository": "git@github.com:EthWorks/Waffle.git",
"private": false,
Expand Down
4 changes: 2 additions & 2 deletions waffle-e2e/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ethereum-waffle/e2e",
"version": "4.0.0-alpha.3",
"version": "4.0.0-alpha.4",
"private": true,
"main": "index.js",
"license": "MIT",
Expand All @@ -17,6 +17,6 @@
"@ethereum-waffle/provider": "workspace:*",
"ethers": "^5.6.1",
"solc": "^0.6.3",
"typechain": "^7.0.0"
"typechain": "^8.0.0"
}
}
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": "4.0.0-alpha.3",
"version": "4.0.0-alpha.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
4 changes: 2 additions & 2 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": "4.0.0-alpha.3",
"version": "4.0.0-alpha.4",
"author": "Marek Kirejczyk <account@ethworks.io> (http://ethworks.io)",
"repository": "git@github.com:EthWorks/Waffle.git",
"private": false,
Expand Down Expand Up @@ -51,6 +51,6 @@
"@ethereum-waffle/compiler": "workspace:*",
"solc": "^0.6.3",
"@ethereum-waffle/provider": "workspace:*",
"typechain": "^7.0.0"
"typechain": "^8.0.0"
}
}
2 changes: 1 addition & 1 deletion 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": "4.0.0-alpha.3",
"version": "4.0.0-alpha.4",
"author": "Marek Kirejczyk <account@ethworks.io> (http://ethworks.io)",
"repository": "git@github.com:EthWorks/Waffle.git",
"private": false,
Expand Down

0 comments on commit d1af8bb

Please sign in to comment.