This repository was archived by the owner on Mar 5, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 6 files changed +16
-16
lines changed
Expand file tree Collapse file tree 6 files changed +16
-16
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " web3-core" ,
3- "version" : " 4.3.0 " ,
3+ "version" : " 4.3.1 " ,
44 "description" : " Web3 core tools for sub-packages. This is an internal package." ,
55 "main" : " ./lib/commonjs/index.js" ,
66 "module" : " ./lib/esm/index.js" ,
4242 "test:integration" : " jest --config=./test/integration/jest.config.js --passWithNoTests"
4343 },
4444 "dependencies" : {
45- "web3-errors" : " ^1.1.3 " ,
45+ "web3-errors" : " ^1.1.4 " ,
4646 "web3-eth-iban" : " ^4.0.7" ,
4747 "web3-providers-http" : " ^4.1.0" ,
4848 "web3-providers-ws" : " ^4.0.7" ,
49- "web3-types" : " ^1.3.0 " ,
49+ "web3-types" : " ^1.3.1 " ,
5050 "web3-utils" : " ^4.0.7" ,
5151 "web3-validator" : " ^2.0.3"
5252 },
Original file line number Diff line number Diff line change 11{
22 "name" : " web3-errors" ,
3- "version" : " 1.1.3 " ,
3+ "version" : " 1.1.4 " ,
44 "description" : " This package has web3 error classes" ,
55 "main" : " ./lib/commonjs/index.js" ,
66 "module" : " ./lib/esm/index.js" ,
4141 "test:integration" : " jest --config=./test/integration/jest.config.js --passWithNoTests"
4242 },
4343 "dependencies" : {
44- "web3-types" : " ^1.3.0 "
44+ "web3-types" : " ^1.3.1 "
4545 },
4646 "devDependencies" : {
4747 "@types/jest" : " ^28.1.6" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " web3-eth-contract" ,
3- "version" : " 4.1.2 " ,
3+ "version" : " 4.1.3 " ,
44 "description" : " Web3 module to interact with Ethereum smart contracts." ,
55 "main" : " ./lib/commonjs/index.js" ,
66 "module" : " ./lib/esm/index.js" ,
4545 "test:e2e:firefox" : " npx cypress run --headless --browser firefox --env grep='ignore',invert=true"
4646 },
4747 "dependencies" : {
48- "web3-core" : " ^4.3.0 " ,
49- "web3-errors" : " ^1.1.3 " ,
48+ "web3-core" : " ^4.3.1 " ,
49+ "web3-errors" : " ^1.1.4 " ,
5050 "web3-eth" : " ^4.3.1" ,
5151 "web3-eth-abi" : " ^4.1.4" ,
52- "web3-types" : " ^1.3.0 " ,
52+ "web3-types" : " ^1.3.1 " ,
5353 "web3-utils" : " ^4.0.7" ,
5454 "web3-validator" : " ^2.0.3"
5555 },
Original file line number Diff line number Diff line change 11{
22 "name" : " web3-types" ,
3- "version" : " 1.3.0 " ,
3+ "version" : " 1.3.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" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " web3" ,
3- "version" : " 4.2.1 " ,
3+ "version" : " 4.2.2 " ,
44 "description" : " Ethereum JavaScript API" ,
55 "main" : " ./lib/commonjs/index.js" ,
66 "module" : " ./lib/esm/index.js" ,
8181 "web3-providers-ipc" : " ^4.0.7"
8282 },
8383 "dependencies" : {
84- "web3-core" : " ^4.3.0 " ,
85- "web3-errors" : " ^1.1.3 " ,
84+ "web3-core" : " ^4.3.1 " ,
85+ "web3-errors" : " ^1.1.4 " ,
8686 "web3-eth" : " ^4.3.1" ,
8787 "web3-eth-abi" : " ^4.1.4" ,
8888 "web3-eth-accounts" : " ^4.1.0" ,
89- "web3-eth-contract" : " ^4.1.2 " ,
89+ "web3-eth-contract" : " ^4.1.3 " ,
9090 "web3-eth-ens" : " ^4.0.8" ,
9191 "web3-eth-iban" : " ^4.0.7" ,
9292 "web3-eth-personal" : " ^4.0.8" ,
9393 "web3-net" : " ^4.0.7" ,
9494 "web3-providers-http" : " ^4.1.0" ,
9595 "web3-providers-ws" : " ^4.0.7" ,
9696 "web3-rpc-methods" : " ^1.1.3" ,
97- "web3-types" : " ^1.3.0 " ,
97+ "web3-types" : " ^1.3.1 " ,
9898 "web3-utils" : " ^4.0.7" ,
9999 "web3-validator" : " ^2.0.3"
100100 }
Original file line number Diff line number Diff line change 1- /* eslint-disable header/header */ export const Web3PkgInfo = { version : '4.2.1 ' } ;
1+ /* eslint-disable header/header */ export const Web3PkgInfo = { version : '4.2.2 ' } ;
You can’t perform that action at this time.
0 commit comments