This repository was archived by the owner on Mar 5, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 7 files changed +8
-8
lines changed Expand file tree Collapse file tree 7 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 47
47
"web3-eth-iban" : " ^4.0.7" ,
48
48
"web3-providers-http" : " ^4.2.0" ,
49
49
"web3-providers-ws" : " ^4.0.8" ,
50
- "web3-types" : " ^2.0.0 " ,
50
+ "web3-types" : " ^1.8.1 " ,
51
51
"web3-utils" : " ^4.3.2" ,
52
52
"web3-validator" : " ^2.0.6"
53
53
},
Original file line number Diff line number Diff line change 44
44
"dependencies" : {
45
45
"abitype" : " 0.7.1" ,
46
46
"web3-errors" : " ^1.3.0" ,
47
- "web3-types" : " ^2.0.0 " ,
47
+ "web3-types" : " ^1.8.1 " ,
48
48
"web3-utils" : " ^4.3.2" ,
49
49
"web3-validator" : " ^2.0.6"
50
50
},
Original file line number Diff line number Diff line change 70
70
"web3-net" : " ^4.1.0" ,
71
71
"web3-providers-ws" : " ^4.0.8" ,
72
72
"web3-rpc-methods" : " ^1.3.0" ,
73
- "web3-types" : " ^2.0.0 " ,
73
+ "web3-types" : " ^1.8.1 " ,
74
74
"web3-utils" : " ^4.3.2" ,
75
75
"web3-validator" : " ^2.0.6"
76
76
}
Original file line number Diff line number Diff line change @@ -208,9 +208,9 @@ Documentation:
208
208
209
209
- Add COMMITTED to BlockTags (#7124 )
210
210
211
- ## [ 2.0.0 ]
211
+ ## [ 1.8.1 ]
212
212
213
- ### Changed
213
+ ### Fixed
214
214
215
215
- update the type for ` baseFeePerGas ` at ` web3.eth.getFeeHistory ` to be a number. (#7291 )
216
216
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " web3-types" ,
3
- "version" : " 2.0.0 " ,
3
+ "version" : " 1.8.1 " ,
4
4
"description" : " Provide the common data structures and interfaces for web3 modules." ,
5
5
"main" : " ./lib/commonjs/index.js" ,
6
6
"module" : " ./lib/esm/index.js" ,
Original file line number Diff line number Diff line change 66
66
"ethereum-cryptography" : " ^2.0.0" ,
67
67
"eventemitter3" : " ^5.0.1" ,
68
68
"web3-errors" : " ^1.3.0" ,
69
- "web3-types" : " ^2.0.0 " ,
69
+ "web3-types" : " ^1.8.1 " ,
70
70
"web3-validator" : " ^2.0.6"
71
71
}
72
72
}
Original file line number Diff line number Diff line change 100
100
"web3-providers-ws" : " ^4.0.8" ,
101
101
"web3-rpc-methods" : " ^1.3.0" ,
102
102
"web3-rpc-providers" : " ^1.0.0-rc.2" ,
103
- "web3-types" : " ^2.0.0 " ,
103
+ "web3-types" : " ^1.8.1 " ,
104
104
"web3-utils" : " ^4.3.2" ,
105
105
"web3-validator" : " ^2.0.6"
106
106
}
You can’t perform that action at this time.
0 commit comments