Skip to content

Commit ec6b860

Browse files
Version Packages (#859)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 9107713 commit ec6b860

File tree

32 files changed

+141
-86
lines changed

32 files changed

+141
-86
lines changed

.changeset/ten-pants-learn.md

-5
This file was deleted.

examples/ethers-v5-nodenext/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
"typecheck": "pnpm generate-types && tsc --noEmit"
1111
},
1212
"devDependencies": {
13-
"@typechain/ethers-v5": "workspace:^11.1.0",
13+
"@typechain/ethers-v5": "workspace:^11.1.1",
1414
"@types/bn.js": "^5.1.0",
1515
"ts-node": "^10.7.0",
16-
"typechain": "workspace:^8.3.0",
16+
"typechain": "workspace:^8.3.1",
1717
"typescript": "^4.9.5"
1818
},
1919
"dependencies": {

examples/ethers-v5/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
"typecheck": "pnpm generate-types && tsc --noEmit"
1111
},
1212
"devDependencies": {
13-
"@typechain/ethers-v5": "workspace:^11.1.0",
13+
"@typechain/ethers-v5": "workspace:^11.1.1",
1414
"@types/bn.js": "^5.1.0",
1515
"ts-node": "^10.7.0",
16-
"typechain": "workspace:^8.3.0",
16+
"typechain": "workspace:^8.3.1",
1717
"typescript": "^4.9.5"
1818
},
1919
"dependencies": {

examples/ethers-v6/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
"typecheck": "pnpm generate-types && tsc --noEmit"
1111
},
1212
"devDependencies": {
13-
"@typechain/ethers-v6": "workspace:^0.4.2",
13+
"@typechain/ethers-v6": "workspace:^0.4.3",
1414
"@types/bn.js": "^5.1.0",
1515
"ts-node": "^10.7.0",
16-
"typechain": "workspace:^8.3.0",
16+
"typechain": "workspace:^8.3.1",
1717
"typescript": "^4.7"
1818
},
1919
"dependencies": {

examples/hardhat-truffe-v5/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
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.2",
18-
"@typechain/truffle-v5": "workspace:^8.0.5",
17+
"@typechain/hardhat": "workspace:^8.0.3",
18+
"@typechain/truffle-v5": "workspace:^8.0.6",
1919
"@types/chai": "^4.2.15",
2020
"@types/chai-as-promised": "^7.1.3",
2121
"@types/mocha": "^8.2.0",
@@ -27,7 +27,7 @@
2727
"hardhat": "^2.9.9",
2828
"ts-generator": "0.0.8",
2929
"ts-node": "^10.7.0",
30-
"typechain": "workspace:^8.3.0",
30+
"typechain": "workspace:^8.3.1",
3131
"typescript": "^4.9.5",
3232
"web3": "^1.3.4",
3333
"web3-core": "^1",

examples/hardhat/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"devDependencies": {
1414
"@nomicfoundation/hardhat-ethers": "^3.0.4",
1515
"@nomicfoundation/hardhat-chai-matchers": "^2.0.0",
16-
"@typechain/ethers-v6": "workspace:^0.4.2",
17-
"@typechain/hardhat": "workspace:^8.0.2",
16+
"@typechain/ethers-v6": "workspace:^0.4.3",
17+
"@typechain/hardhat": "workspace:^8.0.3",
1818
"@types/chai": "^4.2.15",
1919
"@types/chai-as-promised": "^7.1.3",
2020
"@types/mocha": "^8.2.0",
@@ -29,7 +29,7 @@
2929
"@ethersproject/abi": "5.4.0",
3030
"hardhat": "^2.9.9",
3131
"ts-node": "^10.7.0",
32-
"typechain": "workspace:^8.3.0",
32+
"typechain": "workspace:^8.3.1",
3333
"typescript": "^4.9.5"
3434
},
3535
"dependencies": {}

examples/truffle-v5/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# example-truffle-v5
22

3+
## 0.0.8
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [9107713]
8+
9+
- @typechain/truffle-v5@8.0.6
10+
311
## 0.0.7
412

513
### Patch Changes

examples/truffle-v5/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "example-truffle-v5",
33
"private": true,
4-
"version": "0.0.7",
4+
"version": "0.0.8",
55
"main": "index.js",
66
"license": "MIT",
77
"scripts": {
@@ -10,8 +10,8 @@
1010
"typecheck": "truffle compile && pnpm generate-types && tsc --noEmit"
1111
},
1212
"dependencies": {
13-
"@typechain/truffle-v5": "workspace:^8.0.5",
14-
"typechain": "workspace:^8.3.0",
13+
"@typechain/truffle-v5": "workspace:^8.0.6",
14+
"typechain": "workspace:^8.3.1",
1515
"@types/bn.js": "^4.11.6",
1616
"@types/chai": "^4.2.11",
1717
"@types/mocha": "^7.0.2",

examples/web3-v1/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
"typecheck": "pnpm generate-types && tsc --noEmit"
1111
},
1212
"devDependencies": {
13-
"@typechain/web3-v1": "workspace:^6.0.5",
13+
"@typechain/web3-v1": "workspace:^6.0.6",
1414
"@types/bn.js": "^4.11.6",
1515
"ts-node": "^10.7.0",
16-
"typechain": "workspace:^8.3.0"
16+
"typechain": "workspace:^8.3.1"
1717
},
1818
"dependencies": {
1919
"web3": "^1",

packages/hardhat-test/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@
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.2",
22-
"@typechain/hardhat": "workspace:^8.0.2",
21+
"@typechain/ethers-v6": "workspace:^0.4.3",
22+
"@typechain/hardhat": "workspace:^8.0.3",
2323
"ethers": "~6.3.0",
2424
"hardhat": "^2.9.9",
2525
"test-utils": "1.0.0",
26-
"typechain": "workspace:^8.3.0"
26+
"typechain": "workspace:^8.3.1"
2727
}
2828
}

packages/hardhat/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @typechain/hardhat
22

3+
## 8.0.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [9107713]
8+
9+
- @typechain/ethers-v6@0.4.3
10+
311
## 8.0.2
412

513
### Patch Changes

packages/hardhat/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"smartcontract",
1212
"blockchain"
1313
],
14-
"version": "8.0.2",
14+
"version": "8.0.3",
1515
"license": "MIT",
1616
"repository": "https://github.com/ethereum-ts/Typechain",
1717
"main": "./dist/index.js",
@@ -34,19 +34,19 @@
3434
},
3535
"devDependencies": {
3636
"@nomicfoundation/hardhat-ethers": "^3.0.0",
37-
"@typechain/ethers-v6": "workspace:^0.4.2",
37+
"@typechain/ethers-v6": "workspace:^0.4.3",
3838
"@types/fs-extra": "^9.0.7",
3939
"@types/rimraf": "^3.0.0",
4040
"ethers": "^6.1.0",
4141
"hardhat": "^2.9.9",
4242
"rimraf": "^3.0.2",
43-
"typechain": "workspace:^8.3.0",
43+
"typechain": "workspace:^8.3.1",
4444
"typescript": "^4"
4545
},
4646
"peerDependencies": {
47-
"@typechain/ethers-v6": "workspace:^0.4.2",
47+
"@typechain/ethers-v6": "workspace:^0.4.3",
4848
"ethers": "^6.1.0",
4949
"hardhat": "^2.9.9",
50-
"typechain": "workspace:^8.3.0"
50+
"typechain": "workspace:^8.3.1"
5151
}
5252
}

packages/target-ethers-v5-test/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"devDependencies": {
1818
"ganache": "^7.8.0",
1919
"test-utils": "1.0.0",
20-
"typechain": "workspace:^8.3.0"
20+
"typechain": "workspace:^8.3.1"
2121
},
2222
"dependencies": {
2323
"@ethersproject/abi": "^5.0.0",

packages/target-ethers-v5/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @typechain/ethers-v5
22

3+
## 11.1.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [9107713]
8+
9+
310
## 11.1.0
411

512
### Minor Changes

packages/target-ethers-v5/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"TypeChain",
99
"TypeScript"
1010
],
11-
"version": "11.1.0",
11+
"version": "11.1.1",
1212
"license": "MIT",
1313
"repository": "https://github.com/ethereum-ts/Typechain",
1414
"main": "./dist/index.js",
@@ -36,7 +36,7 @@
3636
"@ethersproject/abi": "^5.0.0",
3737
"@ethersproject/providers": "^5.0.0",
3838
"ethers": "^5.1.3",
39-
"typechain": "workspace:^8.3.0",
39+
"typechain": "workspace:^8.3.1",
4040
"typescript": ">=4.3.0"
4141
},
4242
"devDependencies": {
@@ -46,7 +46,7 @@
4646
"@types/lodash": "^4.14.139",
4747
"ethers": "^5.1.3",
4848
"test-utils": "1.0.0",
49-
"typechain": "workspace:^8.3.0",
49+
"typechain": "workspace:^8.3.1",
5050
"typescript": ">=4.3.0",
5151
"@types/proxyquire": "^1.3.28",
5252
"proxyquire": "^2.1.3"

packages/target-ethers-v6-test/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"devDependencies": {
1818
"ganache": "^7.8.0",
1919
"test-utils": "1.0.0",
20-
"typechain": "workspace:^8.3.0"
20+
"typechain": "workspace:^8.3.1"
2121
},
2222
"dependencies": {
2323
"ethers": "6.1.0"

packages/target-ethers-v6/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @typechain/ethers-v6
22

3+
## 0.4.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [9107713]
8+
9+
310
## 0.4.2
411

512
### Patch Changes

packages/target-ethers-v6/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"TypeChain",
99
"TypeScript"
1010
],
11-
"version": "0.4.2",
11+
"version": "0.4.3",
1212
"license": "MIT",
1313
"repository": "https://github.com/ethereum-ts/Typechain",
1414
"main": "./dist/index.js",
@@ -34,7 +34,7 @@
3434
},
3535
"peerDependencies": {
3636
"ethers": "6.x",
37-
"typechain": "workspace:^8.3.0",
37+
"typechain": "workspace:^8.3.1",
3838
"typescript": ">=4.7.0"
3939
},
4040
"devDependencies": {
@@ -43,7 +43,7 @@
4343
"ethers": "6.1.0",
4444
"proxyquire": "^2.1.3",
4545
"test-utils": "1.0.0",
46-
"typechain": "workspace:^8.3.0",
46+
"typechain": "workspace:^8.3.1",
4747
"typescript": ">=4.7.0"
4848
},
4949
"dependencies": {

packages/target-starknet-test/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@types/bn.js": "^5.1.0",
2121
"concurrently": "^7.1.0",
2222
"test-utils": "1.0.0",
23-
"typechain": "workspace:^8.3.0",
23+
"typechain": "workspace:^8.3.1",
2424
"wait-on": "^6.0.1"
2525
},
2626
"dependencies": {

packages/target-starknet/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @typechain/starknet
22

3+
## 0.2.8
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [9107713]
8+
9+
310
## 0.2.7
411

512
### Patch Changes

packages/target-starknet/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"TypeScript",
99
"ethereum"
1010
],
11-
"version": "0.2.7",
11+
"version": "0.2.8",
1212
"license": "MIT",
1313
"repository": "https://github.com/ethereum-ts/Typechain",
1414
"main": "./dist/index.js",
@@ -34,14 +34,14 @@
3434
},
3535
"peerDependencies": {
3636
"starknet": "^3.9.0",
37-
"typechain": "workspace:^8.3.0",
37+
"typechain": "workspace:^8.3.1",
3838
"typescript": ">=4.3.0"
3939
},
4040
"devDependencies": {
4141
"@types/lodash": "^4.14.139",
4242
"starknet": "^3.9.0",
4343
"test-utils": "1.0.0",
44-
"typechain": "workspace:^8.3.0",
44+
"typechain": "workspace:^8.3.1",
4545
"typescript": "^4.9.5"
4646
},
4747
"dependencies": {

packages/target-truffle-v5-test/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"test-utils": "1.0.0",
3232
"truffle": "^5.1.21",
3333
"ts-essentials": "^7.0.1",
34-
"typechain": "workspace:^8.3.0",
34+
"typechain": "workspace:^8.3.1",
3535
"typescript": "^4",
3636
"web3-core": "^1",
3737
"web3-eth-contract": "^1",

packages/target-truffle-v5/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @typechain/truffle-v5
22

3+
## 8.0.6
4+
35
## 8.0.5
46

57
## 8.0.4

packages/target-truffle-v5/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"TypeChain",
88
"TypeScript"
99
],
10-
"version": "8.0.5",
10+
"version": "8.0.6",
1111
"license": "MIT",
1212
"repository": "https://github.com/ethereum-ts/Typechain",
1313
"main": "./dist/index.js",
@@ -38,7 +38,7 @@
3838
"web3": "^1"
3939
},
4040
"devDependencies": {
41-
"typechain": "workspace:^8.3.0",
41+
"typechain": "workspace:^8.3.1",
4242
"@types/lodash": "^4.14.139",
4343
"web3-core": "^1",
4444
"web3-eth-contract": "^1",

packages/target-web3-v1-test/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"devDependencies": {
1818
"ganache": "^7.8.0",
1919
"test-utils": "1.0.0",
20-
"typechain": "workspace:^8.3.0",
20+
"typechain": "workspace:^8.3.1",
2121
"web3": "^1.6.0",
2222
"web3-eth-contract": "^1.6.0",
2323
"web3-core": "^1",

packages/target-web3-v1/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @typechain/web3-v1
22

3+
## 6.0.6
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [9107713]
8+
9+
310
## 6.0.5
411

512
### Patch Changes

0 commit comments

Comments
 (0)