Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Commit 446f43c

Browse files
committed
bumped types to patch fix
1 parent f2a083c commit 446f43c

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

packages/web3-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"web3-eth-iban": "^4.0.7",
4848
"web3-providers-http": "^4.2.0",
4949
"web3-providers-ws": "^4.0.8",
50-
"web3-types": "^2.0.0",
50+
"web3-types": "^1.8.1",
5151
"web3-utils": "^4.3.2",
5252
"web3-validator": "^2.0.6"
5353
},

packages/web3-eth-abi/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"dependencies": {
4545
"abitype": "0.7.1",
4646
"web3-errors": "^1.3.0",
47-
"web3-types": "^2.0.0",
47+
"web3-types": "^1.8.1",
4848
"web3-utils": "^4.3.2",
4949
"web3-validator": "^2.0.6"
5050
},

packages/web3-eth/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"web3-net": "^4.1.0",
7171
"web3-providers-ws": "^4.0.8",
7272
"web3-rpc-methods": "^1.3.0",
73-
"web3-types": "^2.0.0",
73+
"web3-types": "^1.8.1",
7474
"web3-utils": "^4.3.2",
7575
"web3-validator": "^2.0.6"
7676
}

packages/web3-types/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,9 +208,9 @@ Documentation:
208208

209209
- Add COMMITTED to BlockTags (#7124)
210210

211-
## [2.0.0]
211+
## [1.8.1]
212212

213-
### Changed
213+
### Fixed
214214

215215
- update the type for `baseFeePerGas` at `web3.eth.getFeeHistory` to be a number. (#7291)
216216

packages/web3-types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "web3-types",
3-
"version": "2.0.0",
3+
"version": "1.8.1",
44
"description": "Provide the common data structures and interfaces for web3 modules.",
55
"main": "./lib/commonjs/index.js",
66
"module": "./lib/esm/index.js",

packages/web3-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"ethereum-cryptography": "^2.0.0",
6767
"eventemitter3": "^5.0.1",
6868
"web3-errors": "^1.3.0",
69-
"web3-types": "^2.0.0",
69+
"web3-types": "^1.8.1",
7070
"web3-validator": "^2.0.6"
7171
}
7272
}

packages/web3/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
"web3-providers-ws": "^4.0.8",
101101
"web3-rpc-methods": "^1.3.0",
102102
"web3-rpc-providers": "^1.0.0-rc.2",
103-
"web3-types": "^2.0.0",
103+
"web3-types": "^1.8.1",
104104
"web3-utils": "^4.3.2",
105105
"web3-validator": "^2.0.6"
106106
}

0 commit comments

Comments
 (0)