|
1 | 1 | { |
2 | 2 | "name": "web3-core", |
3 | | - "version": "4.0.1-alpha.3", |
| 3 | + "version": "4.0.1-alpha.4", |
4 | 4 | "description": "Web3 core tools for sub-packages. This is an internal package.", |
5 | 5 | "main": "lib/index.js", |
6 | 6 | "repository": "https://github.com/ChainSafe/web3.js", |
|
25 | 25 | "test:integration": "jest --config=./test/integration/jest.config.js --passWithNoTests" |
26 | 26 | }, |
27 | 27 | "dependencies": { |
28 | | - "web3-errors": "^0.1.1-alpha.2", |
29 | | - "web3-eth-iban": "^4.0.1-alpha.3", |
30 | | - "web3-providers-http": "^4.0.1-alpha.3", |
31 | | - "web3-providers-ipc": "^4.0.1-alpha.3", |
32 | | - "web3-providers-ws": "^4.0.1-alpha.3", |
33 | | - "web3-types": "^0.1.1-alpha.2", |
34 | | - "web3-utils": "^4.0.1-alpha.3", |
35 | | - "web3-validator": "^0.1.1-alpha.3" |
| 28 | + "web3-errors": "^0.1.1-alpha.3", |
| 29 | + "web3-eth-iban": "^4.0.1-alpha.4", |
| 30 | + "web3-providers-http": "^4.0.1-alpha.4", |
| 31 | + "web3-providers-ipc": "^4.0.1-alpha.4", |
| 32 | + "web3-providers-ws": "^4.0.1-alpha.4", |
| 33 | + "web3-types": "^0.1.1-alpha.3", |
| 34 | + "web3-utils": "^4.0.1-alpha.4", |
| 35 | + "web3-validator": "^0.1.1-alpha.4" |
36 | 36 | }, |
37 | 37 | "devDependencies": { |
38 | 38 | "@types/jest": "^28.1.6", |
|
0 commit comments