File tree Expand file tree Collapse file tree 12 files changed +37
-29
lines changed Expand file tree Collapse file tree 12 files changed +37
-29
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1111 "typecheck" : " pnpm generate-types && tsc --noEmit"
1212 },
1313 "devDependencies" : {
14- "@typechain/ethers-v6" : " workspace:^0.4.3 " ,
14+ "@typechain/ethers-v6" : " workspace:^0.5.0 " ,
1515 "@types/bn.js" : " ^5.1.0" ,
1616 "ts-node" : " ^10.7.0" ,
1717 "typechain" : " workspace:^8.3.1" ,
Original file line number Diff line number Diff line change 1010 "typecheck" : " pnpm generate-types && tsc --noEmit"
1111 },
1212 "devDependencies" : {
13- "@typechain/ethers-v6" : " workspace:^0.4.3 " ,
13+ "@typechain/ethers-v6" : " workspace:^0.5.0 " ,
1414 "@types/bn.js" : " ^5.1.0" ,
1515 "ts-node" : " ^10.7.0" ,
1616 "typechain" : " workspace:^8.3.1" ,
Original file line number Diff line number Diff line change 1414 "@nomiclabs/hardhat-etherscan" : " ^2.1.1" ,
1515 "@nomiclabs/hardhat-truffle5" : " ^2.0.0" ,
1616 "@nomiclabs/hardhat-web3" : " ^2.0.0" ,
17- "@typechain/hardhat" : " workspace:^8 .0.3 " ,
17+ "@typechain/hardhat" : " workspace:^9 .0.0 " ,
1818 "@typechain/truffle-v5" : " workspace:^8.0.6" ,
1919 "@types/chai" : " ^4.2.15" ,
2020 "@types/chai-as-promised" : " ^7.1.3" ,
Original file line number Diff line number Diff line change 1313 "devDependencies" : {
1414 "@nomicfoundation/hardhat-ethers" : " ^3.0.4" ,
1515 "@nomicfoundation/hardhat-chai-matchers" : " ^2.0.0" ,
16- "@typechain/ethers-v6" : " workspace:^0.4.3 " ,
17- "@typechain/hardhat" : " workspace:^8 .0.3 " ,
16+ "@typechain/ethers-v6" : " workspace:^0.5.0 " ,
17+ "@typechain/hardhat" : " workspace:^9 .0.0 " ,
1818 "@types/chai" : " ^4.2.15" ,
1919 "@types/chai-as-promised" : " ^7.1.3" ,
2020 "@types/mocha" : " ^8.2.0" ,
Original file line number Diff line number Diff line change 1818 "@ethersproject/providers" : " ^5.4.7" ,
1919 "@ethersproject/abi" : " ^5.4.7" ,
2020 "@nomicfoundation/hardhat-ethers" : " ^3.0.0" ,
21- "@typechain/ethers-v6" : " workspace:^0.4.3 " ,
22- "@typechain/hardhat" : " workspace:^8 .0.3 " ,
21+ "@typechain/ethers-v6" : " workspace:^0.5.0 " ,
22+ "@typechain/hardhat" : " workspace:^9 .0.0 " ,
2323 "ethers" : " ~6.3.0" ,
2424 "hardhat" : " ^2.9.9" ,
2525 "test-utils" : " 1.0.0" ,
Original file line number Diff line number Diff line change 11# @typechain/hardhat
22
3+ ## 9.0.0
4+
5+ ### Patch Changes
6+
7+ - Updated dependencies [ 04ebda9]
8+ - Updated dependencies [ 64d18f7]
9+ - @typechain/ethers-v6 @0.5.0
10+
311## 8.0.3
412
513### Patch Changes
Original file line number Diff line number Diff line change 1111 " smartcontract" ,
1212 " blockchain"
1313 ],
14- "version" : " 8 .0.3 " ,
14+ "version" : " 9 .0.0 " ,
1515 "license" : " MIT" ,
1616 "repository" : " https://github.com/ethereum-ts/Typechain" ,
1717 "main" : " ./dist/index.js" ,
3434 },
3535 "devDependencies" : {
3636 "@nomicfoundation/hardhat-ethers" : " ^3.0.0" ,
37- "@typechain/ethers-v6" : " workspace:^0.4.3 " ,
37+ "@typechain/ethers-v6" : " workspace:^0.5.0 " ,
3838 "@types/fs-extra" : " ^9.0.7" ,
3939 "@types/rimraf" : " ^3.0.0" ,
4040 "ethers" : " ^6.1.0" ,
4444 "typescript" : " ^4"
4545 },
4646 "peerDependencies" : {
47- "@typechain/ethers-v6" : " workspace:^0.4.3 " ,
47+ "@typechain/ethers-v6" : " workspace:^0.5.0 " ,
4848 "ethers" : " ^6.1.0" ,
4949 "hardhat" : " ^2.9.9" ,
5050 "typechain" : " workspace:^8.3.1"
Original file line number Diff line number Diff line change 11# @typechain/ethers-v6
22
3+ ## 0.5.0
4+
5+ ### Minor Changes
6+
7+ - 64d18f7: Add support for ESM module resolutions using the ` --node16-modules ` flag in the ` ethers-v6 ` target.
8+
9+ ### Patch Changes
10+
11+ - 04ebda9: fix: always use view overrides for statcCalls
12+
313## 0.4.3
414
515### Patch Changes
You can’t perform that action at this time.
0 commit comments