Skip to content

Commit

Permalink
bump types package
Browse files Browse the repository at this point in the history
  • Loading branch information
luu-alex committed Oct 16, 2024
1 parent 75b5b14 commit f2a083c
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion packages/web3-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"web3-eth-iban": "^4.0.7",
"web3-providers-http": "^4.2.0",
"web3-providers-ws": "^4.0.8",
"web3-types": "^1.9.0",
"web3-types": "^2.0.0",
"web3-utils": "^4.3.2",
"web3-validator": "^2.0.6"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/web3-eth-abi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"dependencies": {
"abitype": "0.7.1",
"web3-errors": "^1.3.0",
"web3-types": "^1.9.0",
"web3-types": "^2.0.0",
"web3-utils": "^4.3.2",
"web3-validator": "^2.0.6"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/web3-eth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"web3-net": "^4.1.0",
"web3-providers-ws": "^4.0.8",
"web3-rpc-methods": "^1.3.0",
"web3-types": "^1.9.0",
"web3-types": "^2.0.0",
"web3-utils": "^4.3.2",
"web3-validator": "^2.0.6"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/web3-types/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ Documentation:

- Add COMMITTED to BlockTags (#7124)

## [1.9.0]
## [2.0.0]

### Changed

Expand Down
2 changes: 1 addition & 1 deletion packages/web3-types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "web3-types",
"version": "1.9.0",
"version": "2.0.0",
"description": "Provide the common data structures and interfaces for web3 modules.",
"main": "./lib/commonjs/index.js",
"module": "./lib/esm/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/web3-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"ethereum-cryptography": "^2.0.0",
"eventemitter3": "^5.0.1",
"web3-errors": "^1.3.0",
"web3-types": "^1.9.0",
"web3-types": "^2.0.0",
"web3-validator": "^2.0.6"
}
}
2 changes: 1 addition & 1 deletion packages/web3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
"web3-providers-ws": "^4.0.8",
"web3-rpc-methods": "^1.3.0",
"web3-rpc-providers": "^1.0.0-rc.2",
"web3-types": "^1.9.0",
"web3-types": "^2.0.0",
"web3-utils": "^4.3.2",
"web3-validator": "^2.0.6"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/web3/test/e2e/mainnet/get_storage_at.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ describe(`${getSystemTestBackend()} tests - getStorageAt`, () => {
} else if (block === 'blockHash' || block === 'blockNumber') {
// eslint-disable-next-line jest/no-conditional-expect
expect(result).toBe(
'0x00000000000000000000000000000000000000000000000000c347d66ae6ce59',
'0x00000000000000000000000000000000000000000000000000c34723fc9a9240',
);
} else {
// eslint-disable-next-line jest/no-conditional-expect
Expand Down

0 comments on commit f2a083c

Please sign in to comment.