File tree 32 files changed +141
-86
lines changed
32 files changed +141
-86
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 10
10
"typecheck" : " pnpm generate-types && tsc --noEmit"
11
11
},
12
12
"devDependencies" : {
13
- "@typechain/ethers-v5" : " workspace:^11.1.0 " ,
13
+ "@typechain/ethers-v5" : " workspace:^11.1.1 " ,
14
14
"@types/bn.js" : " ^5.1.0" ,
15
15
"ts-node" : " ^10.7.0" ,
16
- "typechain" : " workspace:^8.3.0 " ,
16
+ "typechain" : " workspace:^8.3.1 " ,
17
17
"typescript" : " ^4.9.5"
18
18
},
19
19
"dependencies" : {
Original file line number Diff line number Diff line change 10
10
"typecheck" : " pnpm generate-types && tsc --noEmit"
11
11
},
12
12
"devDependencies" : {
13
- "@typechain/ethers-v5" : " workspace:^11.1.0 " ,
13
+ "@typechain/ethers-v5" : " workspace:^11.1.1 " ,
14
14
"@types/bn.js" : " ^5.1.0" ,
15
15
"ts-node" : " ^10.7.0" ,
16
- "typechain" : " workspace:^8.3.0 " ,
16
+ "typechain" : " workspace:^8.3.1 " ,
17
17
"typescript" : " ^4.9.5"
18
18
},
19
19
"dependencies" : {
Original file line number Diff line number Diff line change 10
10
"typecheck" : " pnpm generate-types && tsc --noEmit"
11
11
},
12
12
"devDependencies" : {
13
- "@typechain/ethers-v6" : " workspace:^0.4.2 " ,
13
+ "@typechain/ethers-v6" : " workspace:^0.4.3 " ,
14
14
"@types/bn.js" : " ^5.1.0" ,
15
15
"ts-node" : " ^10.7.0" ,
16
- "typechain" : " workspace:^8.3.0 " ,
16
+ "typechain" : " workspace:^8.3.1 " ,
17
17
"typescript" : " ^4.7"
18
18
},
19
19
"dependencies" : {
Original file line number Diff line number Diff line change 14
14
"@nomiclabs/hardhat-etherscan" : " ^2.1.1" ,
15
15
"@nomiclabs/hardhat-truffle5" : " ^2.0.0" ,
16
16
"@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 " ,
19
19
"@types/chai" : " ^4.2.15" ,
20
20
"@types/chai-as-promised" : " ^7.1.3" ,
21
21
"@types/mocha" : " ^8.2.0" ,
27
27
"hardhat" : " ^2.9.9" ,
28
28
"ts-generator" : " 0.0.8" ,
29
29
"ts-node" : " ^10.7.0" ,
30
- "typechain" : " workspace:^8.3.0 " ,
30
+ "typechain" : " workspace:^8.3.1 " ,
31
31
"typescript" : " ^4.9.5" ,
32
32
"web3" : " ^1.3.4" ,
33
33
"web3-core" : " ^1" ,
Original file line number Diff line number Diff line change 13
13
"devDependencies" : {
14
14
"@nomicfoundation/hardhat-ethers" : " ^3.0.4" ,
15
15
"@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 " ,
18
18
"@types/chai" : " ^4.2.15" ,
19
19
"@types/chai-as-promised" : " ^7.1.3" ,
20
20
"@types/mocha" : " ^8.2.0" ,
29
29
"@ethersproject/abi" : " 5.4.0" ,
30
30
"hardhat" : " ^2.9.9" ,
31
31
"ts-node" : " ^10.7.0" ,
32
- "typechain" : " workspace:^8.3.0 " ,
32
+ "typechain" : " workspace:^8.3.1 " ,
33
33
"typescript" : " ^4.9.5"
34
34
},
35
35
"dependencies" : {}
Original file line number Diff line number Diff line change 1
1
# example-truffle-v5
2
2
3
+ ## 0.0.8
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [ 9107713]
8
+
9
+ - @typechain/truffle-v5 @8.0.6
10
+
3
11
## 0.0.7
4
12
5
13
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " example-truffle-v5" ,
3
3
"private" : true ,
4
- "version" : " 0.0.7 " ,
4
+ "version" : " 0.0.8 " ,
5
5
"main" : " index.js" ,
6
6
"license" : " MIT" ,
7
7
"scripts" : {
10
10
"typecheck" : " truffle compile && pnpm generate-types && tsc --noEmit"
11
11
},
12
12
"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 " ,
15
15
"@types/bn.js" : " ^4.11.6" ,
16
16
"@types/chai" : " ^4.2.11" ,
17
17
"@types/mocha" : " ^7.0.2" ,
Original file line number Diff line number Diff line change 10
10
"typecheck" : " pnpm generate-types && tsc --noEmit"
11
11
},
12
12
"devDependencies" : {
13
- "@typechain/web3-v1" : " workspace:^6.0.5 " ,
13
+ "@typechain/web3-v1" : " workspace:^6.0.6 " ,
14
14
"@types/bn.js" : " ^4.11.6" ,
15
15
"ts-node" : " ^10.7.0" ,
16
- "typechain" : " workspace:^8.3.0 "
16
+ "typechain" : " workspace:^8.3.1 "
17
17
},
18
18
"dependencies" : {
19
19
"web3" : " ^1" ,
Original file line number Diff line number Diff line change 18
18
"@ethersproject/providers" : " ^5.4.7" ,
19
19
"@ethersproject/abi" : " ^5.4.7" ,
20
20
"@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 " ,
23
23
"ethers" : " ~6.3.0" ,
24
24
"hardhat" : " ^2.9.9" ,
25
25
"test-utils" : " 1.0.0" ,
26
- "typechain" : " workspace:^8.3.0 "
26
+ "typechain" : " workspace:^8.3.1 "
27
27
}
28
28
}
Original file line number Diff line number Diff line change 1
1
# @typechain/hardhat
2
2
3
+ ## 8.0.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [ 9107713]
8
+
9
+ - @typechain/ethers-v6 @0.4.3
10
+
3
11
## 8.0.2
4
12
5
13
### Patch Changes
Original file line number Diff line number Diff line change 11
11
" smartcontract" ,
12
12
" blockchain"
13
13
],
14
- "version" : " 8.0.2 " ,
14
+ "version" : " 8.0.3 " ,
15
15
"license" : " MIT" ,
16
16
"repository" : " https://github.com/ethereum-ts/Typechain" ,
17
17
"main" : " ./dist/index.js" ,
34
34
},
35
35
"devDependencies" : {
36
36
"@nomicfoundation/hardhat-ethers" : " ^3.0.0" ,
37
- "@typechain/ethers-v6" : " workspace:^0.4.2 " ,
37
+ "@typechain/ethers-v6" : " workspace:^0.4.3 " ,
38
38
"@types/fs-extra" : " ^9.0.7" ,
39
39
"@types/rimraf" : " ^3.0.0" ,
40
40
"ethers" : " ^6.1.0" ,
41
41
"hardhat" : " ^2.9.9" ,
42
42
"rimraf" : " ^3.0.2" ,
43
- "typechain" : " workspace:^8.3.0 " ,
43
+ "typechain" : " workspace:^8.3.1 " ,
44
44
"typescript" : " ^4"
45
45
},
46
46
"peerDependencies" : {
47
- "@typechain/ethers-v6" : " workspace:^0.4.2 " ,
47
+ "@typechain/ethers-v6" : " workspace:^0.4.3 " ,
48
48
"ethers" : " ^6.1.0" ,
49
49
"hardhat" : " ^2.9.9" ,
50
- "typechain" : " workspace:^8.3.0 "
50
+ "typechain" : " workspace:^8.3.1 "
51
51
}
52
52
}
Original file line number Diff line number Diff line change 17
17
"devDependencies" : {
18
18
"ganache" : " ^7.8.0" ,
19
19
"test-utils" : " 1.0.0" ,
20
- "typechain" : " workspace:^8.3.0 "
20
+ "typechain" : " workspace:^8.3.1 "
21
21
},
22
22
"dependencies" : {
23
23
"@ethersproject/abi" : " ^5.0.0" ,
Original file line number Diff line number Diff line change 1
1
# @typechain/ethers-v5
2
2
3
+ ## 11.1.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [ 9107713]
8
+
9
+
3
10
## 11.1.0
4
11
5
12
### Minor Changes
Original file line number Diff line number Diff line change 8
8
" TypeChain" ,
9
9
" TypeScript"
10
10
],
11
- "version" : " 11.1.0 " ,
11
+ "version" : " 11.1.1 " ,
12
12
"license" : " MIT" ,
13
13
"repository" : " https://github.com/ethereum-ts/Typechain" ,
14
14
"main" : " ./dist/index.js" ,
36
36
"@ethersproject/abi" : " ^5.0.0" ,
37
37
"@ethersproject/providers" : " ^5.0.0" ,
38
38
"ethers" : " ^5.1.3" ,
39
- "typechain" : " workspace:^8.3.0 " ,
39
+ "typechain" : " workspace:^8.3.1 " ,
40
40
"typescript" : " >=4.3.0"
41
41
},
42
42
"devDependencies" : {
46
46
"@types/lodash" : " ^4.14.139" ,
47
47
"ethers" : " ^5.1.3" ,
48
48
"test-utils" : " 1.0.0" ,
49
- "typechain" : " workspace:^8.3.0 " ,
49
+ "typechain" : " workspace:^8.3.1 " ,
50
50
"typescript" : " >=4.3.0" ,
51
51
"@types/proxyquire" : " ^1.3.28" ,
52
52
"proxyquire" : " ^2.1.3"
Original file line number Diff line number Diff line change 17
17
"devDependencies" : {
18
18
"ganache" : " ^7.8.0" ,
19
19
"test-utils" : " 1.0.0" ,
20
- "typechain" : " workspace:^8.3.0 "
20
+ "typechain" : " workspace:^8.3.1 "
21
21
},
22
22
"dependencies" : {
23
23
"ethers" : " 6.1.0"
Original file line number Diff line number Diff line change 1
1
# @typechain/ethers-v6
2
2
3
+ ## 0.4.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [ 9107713]
8
+
9
+
3
10
## 0.4.2
4
11
5
12
### Patch Changes
Original file line number Diff line number Diff line change 8
8
" TypeChain" ,
9
9
" TypeScript"
10
10
],
11
- "version" : " 0.4.2 " ,
11
+ "version" : " 0.4.3 " ,
12
12
"license" : " MIT" ,
13
13
"repository" : " https://github.com/ethereum-ts/Typechain" ,
14
14
"main" : " ./dist/index.js" ,
34
34
},
35
35
"peerDependencies" : {
36
36
"ethers" : " 6.x" ,
37
- "typechain" : " workspace:^8.3.0 " ,
37
+ "typechain" : " workspace:^8.3.1 " ,
38
38
"typescript" : " >=4.7.0"
39
39
},
40
40
"devDependencies" : {
43
43
"ethers" : " 6.1.0" ,
44
44
"proxyquire" : " ^2.1.3" ,
45
45
"test-utils" : " 1.0.0" ,
46
- "typechain" : " workspace:^8.3.0 " ,
46
+ "typechain" : " workspace:^8.3.1 " ,
47
47
"typescript" : " >=4.7.0"
48
48
},
49
49
"dependencies" : {
Original file line number Diff line number Diff line change 20
20
"@types/bn.js" : " ^5.1.0" ,
21
21
"concurrently" : " ^7.1.0" ,
22
22
"test-utils" : " 1.0.0" ,
23
- "typechain" : " workspace:^8.3.0 " ,
23
+ "typechain" : " workspace:^8.3.1 " ,
24
24
"wait-on" : " ^6.0.1"
25
25
},
26
26
"dependencies" : {
Original file line number Diff line number Diff line change 1
1
# @typechain/starknet
2
2
3
+ ## 0.2.8
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [ 9107713]
8
+
9
+
3
10
## 0.2.7
4
11
5
12
### Patch Changes
Original file line number Diff line number Diff line change 8
8
" TypeScript" ,
9
9
" ethereum"
10
10
],
11
- "version" : " 0.2.7 " ,
11
+ "version" : " 0.2.8 " ,
12
12
"license" : " MIT" ,
13
13
"repository" : " https://github.com/ethereum-ts/Typechain" ,
14
14
"main" : " ./dist/index.js" ,
34
34
},
35
35
"peerDependencies" : {
36
36
"starknet" : " ^3.9.0" ,
37
- "typechain" : " workspace:^8.3.0 " ,
37
+ "typechain" : " workspace:^8.3.1 " ,
38
38
"typescript" : " >=4.3.0"
39
39
},
40
40
"devDependencies" : {
41
41
"@types/lodash" : " ^4.14.139" ,
42
42
"starknet" : " ^3.9.0" ,
43
43
"test-utils" : " 1.0.0" ,
44
- "typechain" : " workspace:^8.3.0 " ,
44
+ "typechain" : " workspace:^8.3.1 " ,
45
45
"typescript" : " ^4.9.5"
46
46
},
47
47
"dependencies" : {
Original file line number Diff line number Diff line change 31
31
"test-utils" : " 1.0.0" ,
32
32
"truffle" : " ^5.1.21" ,
33
33
"ts-essentials" : " ^7.0.1" ,
34
- "typechain" : " workspace:^8.3.0 " ,
34
+ "typechain" : " workspace:^8.3.1 " ,
35
35
"typescript" : " ^4" ,
36
36
"web3-core" : " ^1" ,
37
37
"web3-eth-contract" : " ^1" ,
Original file line number Diff line number Diff line change 1
1
# @typechain/truffle-v5
2
2
3
+ ## 8.0.6
4
+
3
5
## 8.0.5
4
6
5
7
## 8.0.4
Original file line number Diff line number Diff line change 7
7
" TypeChain" ,
8
8
" TypeScript"
9
9
],
10
- "version" : " 8.0.5 " ,
10
+ "version" : " 8.0.6 " ,
11
11
"license" : " MIT" ,
12
12
"repository" : " https://github.com/ethereum-ts/Typechain" ,
13
13
"main" : " ./dist/index.js" ,
38
38
"web3" : " ^1"
39
39
},
40
40
"devDependencies" : {
41
- "typechain" : " workspace:^8.3.0 " ,
41
+ "typechain" : " workspace:^8.3.1 " ,
42
42
"@types/lodash" : " ^4.14.139" ,
43
43
"web3-core" : " ^1" ,
44
44
"web3-eth-contract" : " ^1" ,
Original file line number Diff line number Diff line change 17
17
"devDependencies" : {
18
18
"ganache" : " ^7.8.0" ,
19
19
"test-utils" : " 1.0.0" ,
20
- "typechain" : " workspace:^8.3.0 " ,
20
+ "typechain" : " workspace:^8.3.1 " ,
21
21
"web3" : " ^1.6.0" ,
22
22
"web3-eth-contract" : " ^1.6.0" ,
23
23
"web3-core" : " ^1" ,
Original file line number Diff line number Diff line change 1
1
# @typechain/web3-v1
2
2
3
+ ## 6.0.6
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [ 9107713]
8
+
9
+
3
10
## 6.0.5
4
11
5
12
### Patch Changes
You can’t perform that action at this time.
0 commit comments