Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .changeset/three-schools-peel.md

This file was deleted.

4 changes: 2 additions & 2 deletions examples/ethers-v5-nodenext/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
"typecheck": "pnpm generate-types && tsc --noEmit"
},
"devDependencies": {
"@typechain/ethers-v5": "workspace:^11.0.1",
"@typechain/ethers-v5": "workspace:^11.1.0",
"@types/bn.js": "^5.1.0",
"ts-node": "^10.7.0",
"typechain": "workspace:^8.2.1",
"typechain": "workspace:^8.3.0",
"typescript": "^4.9.5"
},
"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions examples/ethers-v5/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
"typecheck": "pnpm generate-types && tsc --noEmit"
},
"devDependencies": {
"@typechain/ethers-v5": "workspace:^11.0.1",
"@typechain/ethers-v5": "workspace:^11.1.0",
"@types/bn.js": "^5.1.0",
"ts-node": "^10.7.0",
"typechain": "workspace:^8.2.1",
"typechain": "workspace:^8.3.0",
"typescript": "^4.9.5"
},
"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions examples/ethers-v6/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
"typecheck": "pnpm generate-types && tsc --noEmit"
},
"devDependencies": {
"@typechain/ethers-v6": "workspace:^0.4.1",
"@typechain/ethers-v6": "workspace:^0.4.2",
"@types/bn.js": "^5.1.0",
"ts-node": "^10.7.0",
"typechain": "workspace:^8.2.1",
"typechain": "workspace:^8.3.0",
"typescript": "^4.7"
},
"dependencies": {
Expand Down
6 changes: 3 additions & 3 deletions examples/hardhat-truffe-v5/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"@nomiclabs/hardhat-etherscan": "^2.1.1",
"@nomiclabs/hardhat-truffle5": "^2.0.0",
"@nomiclabs/hardhat-web3": "^2.0.0",
"@typechain/hardhat": "workspace:^8.0.1",
"@typechain/truffle-v5": "workspace:^8.0.4",
"@typechain/hardhat": "workspace:^8.0.2",
"@typechain/truffle-v5": "workspace:^8.0.5",
"@types/chai": "^4.2.15",
"@types/chai-as-promised": "^7.1.3",
"@types/mocha": "^8.2.0",
Expand All @@ -27,7 +27,7 @@
"hardhat": "^2.9.9",
"ts-generator": "0.0.8",
"ts-node": "^10.7.0",
"typechain": "workspace:^8.2.1",
"typechain": "workspace:^8.3.0",
"typescript": "^4.9.5",
"web3": "^1.3.4",
"web3-core": "^1",
Expand Down
6 changes: 3 additions & 3 deletions examples/hardhat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"devDependencies": {
"@nomicfoundation/hardhat-ethers": "^3.0.4",
"@nomicfoundation/hardhat-chai-matchers": "^2.0.0",
"@typechain/ethers-v6": "workspace:^0.4.1",
"@typechain/hardhat": "workspace:^8.0.1",
"@typechain/ethers-v6": "workspace:^0.4.2",
"@typechain/hardhat": "workspace:^8.0.2",
"@types/chai": "^4.2.15",
"@types/chai-as-promised": "^7.1.3",
"@types/mocha": "^8.2.0",
Expand All @@ -29,7 +29,7 @@
"@ethersproject/abi": "5.4.0",
"hardhat": "^2.9.9",
"ts-node": "^10.7.0",
"typechain": "workspace:^8.2.1",
"typechain": "workspace:^8.3.0",
"typescript": "^4.9.5"
},
"dependencies": {}
Expand Down
8 changes: 8 additions & 0 deletions examples/truffle-v5/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# example-truffle-v5

## 0.0.7

### Patch Changes

- Updated dependencies [c4720b9]
- [email protected]
- @typechain/[email protected]

## 0.0.6

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions examples/truffle-v5/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "example-truffle-v5",
"private": true,
"version": "0.0.6",
"version": "0.0.7",
"main": "index.js",
"license": "MIT",
"scripts": {
Expand All @@ -10,8 +10,8 @@
"typecheck": "truffle compile && pnpm generate-types && tsc --noEmit"
},
"dependencies": {
"@typechain/truffle-v5": "workspace:^8.0.4",
"typechain": "workspace:^8.2.1",
"@typechain/truffle-v5": "workspace:^8.0.5",
"typechain": "workspace:^8.3.0",
"@types/bn.js": "^4.11.6",
"@types/chai": "^4.2.11",
"@types/mocha": "^7.0.2",
Expand Down
4 changes: 2 additions & 2 deletions examples/web3-v1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
"typecheck": "pnpm generate-types && tsc --noEmit"
},
"devDependencies": {
"@typechain/web3-v1": "workspace:^6.0.4",
"@typechain/web3-v1": "workspace:^6.0.5",
"@types/bn.js": "^4.11.6",
"ts-node": "^10.7.0",
"typechain": "workspace:^8.2.1"
"typechain": "workspace:^8.3.0"
},
"dependencies": {
"web3": "^1",
Expand Down
6 changes: 3 additions & 3 deletions packages/hardhat-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
"@ethersproject/providers": "^5.4.7",
"@ethersproject/abi": "^5.4.7",
"@nomicfoundation/hardhat-ethers": "^3.0.0",
"@typechain/ethers-v6": "workspace:^0.4.1",
"@typechain/hardhat": "workspace:^8.0.1",
"@typechain/ethers-v6": "workspace:^0.4.2",
"@typechain/hardhat": "workspace:^8.0.2",
"ethers": "~6.3.0",
"hardhat": "^2.9.9",
"test-utils": "1.0.0",
"typechain": "workspace:^8.2.1"
"typechain": "workspace:^8.3.0"
}
}
8 changes: 8 additions & 0 deletions packages/hardhat/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @typechain/hardhat

## 8.0.2

### Patch Changes

- Updated dependencies [c4720b9]
- [email protected]
- @typechain/[email protected]

## 8.0.1

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions packages/hardhat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"smartcontract",
"blockchain"
],
"version": "8.0.1",
"version": "8.0.2",
"license": "MIT",
"repository": "https://github.com/ethereum-ts/Typechain",
"main": "./dist/index.js",
Expand All @@ -34,19 +34,19 @@
},
"devDependencies": {
"@nomicfoundation/hardhat-ethers": "^3.0.0",
"@typechain/ethers-v6": "workspace:^0.4.1",
"@typechain/ethers-v6": "workspace:^0.4.2",
"@types/fs-extra": "^9.0.7",
"@types/rimraf": "^3.0.0",
"ethers": "^6.1.0",
"hardhat": "^2.9.9",
"rimraf": "^3.0.2",
"typechain": "workspace:^8.2.1",
"typechain": "workspace:^8.3.0",
"typescript": "^4"
},
"peerDependencies": {
"@typechain/ethers-v6": "workspace:^0.4.1",
"@typechain/ethers-v6": "workspace:^0.4.2",
"ethers": "^6.1.0",
"hardhat": "^2.9.9",
"typechain": "workspace:^8.2.1"
"typechain": "workspace:^8.3.0"
}
}
2 changes: 1 addition & 1 deletion packages/target-ethers-v5-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"devDependencies": {
"ganache": "^7.8.0",
"test-utils": "1.0.0",
"typechain": "workspace:^8.2.1"
"typechain": "workspace:^8.3.0"
},
"dependencies": {
"@ethersproject/abi": "^5.0.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/target-ethers-v5/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @typechain/ethers-v5

## 11.1.0

### Minor Changes

- c4720b9: fix tuples in event signatures and also arrays of tuples in functions

### Patch Changes

- Updated dependencies [c4720b9]
- [email protected]

## 11.0.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/target-ethers-v5/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"TypeChain",
"TypeScript"
],
"version": "11.0.1",
"version": "11.1.0",
"license": "MIT",
"repository": "https://github.com/ethereum-ts/Typechain",
"main": "./dist/index.js",
Expand Down Expand Up @@ -36,7 +36,7 @@
"@ethersproject/abi": "^5.0.0",
"@ethersproject/providers": "^5.0.0",
"ethers": "^5.1.3",
"typechain": "workspace:^8.2.1",
"typechain": "workspace:^8.3.0",
"typescript": ">=4.3.0"
},
"devDependencies": {
Expand All @@ -46,7 +46,7 @@
"@types/lodash": "^4.14.139",
"ethers": "^5.1.3",
"test-utils": "1.0.0",
"typechain": "workspace:^8.2.1",
"typechain": "workspace:^8.3.0",
"typescript": ">=4.3.0",
"@types/proxyquire": "^1.3.28",
"proxyquire": "^2.1.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/target-ethers-v6-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"devDependencies": {
"ganache": "^7.8.0",
"test-utils": "1.0.0",
"typechain": "workspace:^8.2.1"
"typechain": "workspace:^8.3.0"
},
"dependencies": {
"ethers": "6.1.0"
Expand Down
7 changes: 7 additions & 0 deletions packages/target-ethers-v6/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @typechain/ethers-v6

## 0.4.2

### Patch Changes

- Updated dependencies [c4720b9]
- [email protected]

## 0.4.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/target-ethers-v6/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"TypeChain",
"TypeScript"
],
"version": "0.4.1",
"version": "0.4.2",
"license": "MIT",
"repository": "https://github.com/ethereum-ts/Typechain",
"main": "./dist/index.js",
Expand All @@ -34,7 +34,7 @@
},
"peerDependencies": {
"ethers": "6.x",
"typechain": "workspace:^8.2.1",
"typechain": "workspace:^8.3.0",
"typescript": ">=4.7.0"
},
"devDependencies": {
Expand All @@ -43,7 +43,7 @@
"ethers": "6.1.0",
"proxyquire": "^2.1.3",
"test-utils": "1.0.0",
"typechain": "workspace:^8.2.1",
"typechain": "workspace:^8.3.0",
"typescript": ">=4.7.0"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/target-starknet-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@types/bn.js": "^5.1.0",
"concurrently": "^7.1.0",
"test-utils": "1.0.0",
"typechain": "workspace:^8.2.1",
"typechain": "workspace:^8.3.0",
"wait-on": "^6.0.1"
},
"dependencies": {
Expand Down
7 changes: 7 additions & 0 deletions packages/target-starknet/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @typechain/starknet

## 0.2.7

### Patch Changes

- Updated dependencies [c4720b9]
- [email protected]

## 0.2.6

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/target-starknet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"TypeScript",
"ethereum"
],
"version": "0.2.6",
"version": "0.2.7",
"license": "MIT",
"repository": "https://github.com/ethereum-ts/Typechain",
"main": "./dist/index.js",
Expand All @@ -34,14 +34,14 @@
},
"peerDependencies": {
"starknet": "^3.9.0",
"typechain": "workspace:^8.2.1",
"typechain": "workspace:^8.3.0",
"typescript": ">=4.3.0"
},
"devDependencies": {
"@types/lodash": "^4.14.139",
"starknet": "^3.9.0",
"test-utils": "1.0.0",
"typechain": "workspace:^8.2.1",
"typechain": "workspace:^8.3.0",
"typescript": "^4.9.5"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/target-truffle-v5-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"test-utils": "1.0.0",
"truffle": "^5.1.21",
"ts-essentials": "^7.0.1",
"typechain": "workspace:^8.2.1",
"typechain": "workspace:^8.3.0",
"typescript": "^4",
"web3-core": "^1",
"web3-eth-contract": "^1",
Expand Down
2 changes: 2 additions & 0 deletions packages/target-truffle-v5/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @typechain/truffle-v5

## 8.0.5

## 8.0.4

## 8.0.3
Expand Down
4 changes: 2 additions & 2 deletions packages/target-truffle-v5/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"TypeChain",
"TypeScript"
],
"version": "8.0.4",
"version": "8.0.5",
"license": "MIT",
"repository": "https://github.com/ethereum-ts/Typechain",
"main": "./dist/index.js",
Expand Down Expand Up @@ -38,7 +38,7 @@
"web3": "^1"
},
"devDependencies": {
"typechain": "workspace:^8.2.1",
"typechain": "workspace:^8.3.0",
"@types/lodash": "^4.14.139",
"web3-core": "^1",
"web3-eth-contract": "^1",
Expand Down
2 changes: 1 addition & 1 deletion packages/target-web3-v1-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"devDependencies": {
"ganache": "^7.8.0",
"test-utils": "1.0.0",
"typechain": "workspace:^8.2.1",
"typechain": "workspace:^8.3.0",
"web3": "^1.6.0",
"web3-eth-contract": "^1.6.0",
"web3-core": "^1",
Expand Down
Loading