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

Commit 2543fd1

Browse files
committed
lerna version bumps
1 parent 585c12c commit 2543fd1

File tree

21 files changed

+139
-139
lines changed

21 files changed

+139
-139
lines changed

packages/web3-core/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "web3-core",
3-
"version": "4.1.1",
3+
"version": "4.2.0",
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",
@@ -42,25 +42,25 @@
4242
"test:integration": "jest --config=./test/integration/jest.config.js --passWithNoTests"
4343
},
4444
"dependencies": {
45-
"web3-errors": "^1.1.1",
46-
"web3-eth-iban": "^4.0.5",
47-
"web3-providers-http": "^4.0.5",
48-
"web3-providers-ws": "^4.0.5",
49-
"web3-types": "^1.1.1",
50-
"web3-utils": "^4.0.5",
51-
"web3-validator": "^2.0.1"
45+
"web3-errors": "^1.1.2",
46+
"web3-eth-iban": "^4.0.6",
47+
"web3-providers-http": "^4.0.6",
48+
"web3-providers-ws": "^4.0.6",
49+
"web3-types": "^1.2.0",
50+
"web3-utils": "^4.0.6",
51+
"web3-validator": "^2.0.2"
5252
},
5353
"optionalDependencies": {
54-
"web3-providers-ipc": "^4.0.5"
54+
"web3-providers-ipc": "^4.0.6"
5555
},
5656
"devDependencies": {
5757
"@types/jest": "^28.1.6",
5858
"@types/jest-when": "^3.5.2",
5959
"@typescript-eslint/eslint-plugin": "^5.30.7",
6060
"@typescript-eslint/parser": "^5.30.7",
6161
"eslint": "^8.20.0",
62-
"eslint-config-prettier": "^8.5.0",
6362
"eslint-config-base-web3": "0.1.0",
63+
"eslint-config-prettier": "^8.5.0",
6464
"eslint-plugin-import": "^2.26.0",
6565
"jest": "^28.1.3",
6666
"jest-extended": "^3.0.1",

packages/web3-errors/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "web3-errors",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"description": "This package has web3 error classes",
55
"main": "./lib/commonjs/index.js",
66
"module": "./lib/esm/index.js",
@@ -41,15 +41,15 @@
4141
"test:integration": "jest --config=./test/integration/jest.config.js --passWithNoTests"
4242
},
4343
"dependencies": {
44-
"web3-types": "^1.1.1"
44+
"web3-types": "^1.2.0"
4545
},
4646
"devDependencies": {
4747
"@types/jest": "^28.1.6",
4848
"@typescript-eslint/eslint-plugin": "^5.30.7",
4949
"@typescript-eslint/parser": "^5.30.7",
5050
"eslint": "^8.20.0",
51-
"eslint-config-prettier": "^8.5.0",
5251
"eslint-config-base-web3": "0.1.0",
52+
"eslint-config-prettier": "^8.5.0",
5353
"eslint-plugin-import": "^2.26.0",
5454
"jest": "^28.1.3",
5555
"jest-extended": "^3.0.1",

packages/web3-eth-abi/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "web3-eth-abi",
3-
"version": "4.1.1",
3+
"version": "4.1.2",
44
"description": "Web3 module encode and decode EVM in/output.",
55
"main": "./lib/commonjs/index.js",
66
"module": "./lib/esm/index.js",
@@ -44,9 +44,9 @@
4444
"dependencies": {
4545
"@ethersproject/abi": "^5.7.0",
4646
"@ethersproject/bignumber": "^5.7.0",
47-
"web3-errors": "^1.1.1",
48-
"web3-types": "^1.1.1",
49-
"web3-utils": "^4.0.5"
47+
"web3-errors": "^1.1.2",
48+
"web3-types": "^1.2.0",
49+
"web3-utils": "^4.0.6"
5050
},
5151
"devDependencies": {
5252
"@humeris/espresso-shot": "^4.0.0",
@@ -55,8 +55,8 @@
5555
"@typescript-eslint/eslint-plugin": "^5.30.7",
5656
"@typescript-eslint/parser": "^5.30.7",
5757
"eslint": "^8.20.0",
58-
"eslint-config-prettier": "^8.5.0",
5958
"eslint-config-base-web3": "0.1.0",
59+
"eslint-config-prettier": "^8.5.0",
6060
"eslint-plugin-import": "^2.26.0",
6161
"jest": "^28.1.3",
6262
"jest-extended": "^3.0.1",

packages/web3-eth-accounts/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "web3-eth-accounts",
3-
"version": "4.0.5",
3+
"version": "4.0.6",
44
"description": "Package for managing Ethereum accounts and signing",
55
"main": "./lib/commonjs/index.js",
66
"module": "./lib/esm/index.js",
@@ -46,24 +46,24 @@
4646
"@typescript-eslint/eslint-plugin": "^5.30.7",
4747
"@typescript-eslint/parser": "^5.30.7",
4848
"eslint": "^8.20.0",
49-
"eslint-config-prettier": "^8.5.0",
5049
"eslint-config-base-web3": "0.1.0",
50+
"eslint-config-prettier": "^8.5.0",
5151
"eslint-plugin-import": "^2.26.0",
5252
"jest": "^28.1.3",
5353
"jest-extended": "^3.0.1",
5454
"jest-when": "^3.5.1",
5555
"prettier": "^2.7.1",
5656
"ts-jest": "^28.0.7",
5757
"typescript": "^4.7.4",
58-
"web3-providers-ipc": "^4.0.5"
58+
"web3-providers-ipc": "^4.0.6"
5959
},
6060
"dependencies": {
6161
"@ethereumjs/rlp": "^4.0.1",
6262
"crc-32": "^1.2.2",
6363
"ethereum-cryptography": "^2.0.0",
64-
"web3-errors": "^1.1.1",
65-
"web3-types": "^1.1.1",
66-
"web3-utils": "^4.0.5",
67-
"web3-validator": "^2.0.1"
64+
"web3-errors": "^1.1.2",
65+
"web3-types": "^1.2.0",
66+
"web3-utils": "^4.0.6",
67+
"web3-validator": "^2.0.2"
6868
}
6969
}

packages/web3-eth-contract/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "web3-eth-contract",
3-
"version": "4.0.5",
3+
"version": "4.1.0",
44
"description": "Web3 module to interact with Ethereum smart contracts.",
55
"main": "./lib/commonjs/index.js",
66
"module": "./lib/esm/index.js",
@@ -45,28 +45,28 @@
4545
"test:e2e:firefox": "npx cypress run --headless --browser firefox --env grep='ignore',invert=true"
4646
},
4747
"dependencies": {
48-
"web3-core": "^4.1.1",
49-
"web3-errors": "^1.1.1",
50-
"web3-eth": "^4.1.1",
51-
"web3-eth-abi": "^4.1.1",
52-
"web3-types": "^1.1.1",
53-
"web3-utils": "^4.0.5",
54-
"web3-validator": "^2.0.1"
48+
"web3-core": "^4.2.0",
49+
"web3-errors": "^1.1.2",
50+
"web3-eth": "^4.2.0",
51+
"web3-eth-abi": "^4.1.2",
52+
"web3-types": "^1.2.0",
53+
"web3-utils": "^4.0.6",
54+
"web3-validator": "^2.0.2"
5555
},
5656
"devDependencies": {
5757
"@humeris/espresso-shot": "^4.0.0",
5858
"@types/jest": "^28.1.6",
5959
"@typescript-eslint/eslint-plugin": "^5.30.7",
6060
"@typescript-eslint/parser": "^5.30.7",
6161
"eslint": "^8.20.0",
62-
"eslint-config-prettier": "^8.5.0",
6362
"eslint-config-base-web3": "0.1.0",
63+
"eslint-config-prettier": "^8.5.0",
6464
"eslint-plugin-import": "^2.26.0",
6565
"jest": "^28.1.3",
6666
"jest-extended": "^3.0.1",
6767
"prettier": "^2.7.1",
6868
"ts-jest": "^28.0.7",
6969
"typescript": "^4.7.4",
70-
"web3-eth-accounts": "^4.0.5"
70+
"web3-eth-accounts": "^4.0.6"
7171
}
7272
}

packages/web3-eth-ens/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "web3-eth-ens",
3-
"version": "4.0.5",
3+
"version": "4.0.6",
44
"description": "This package has ENS functions for interacting with Ethereum Name Service.",
55
"main": "./lib/commonjs/index.js",
66
"module": "./lib/esm/index.js",
@@ -48,8 +48,8 @@
4848
"@typescript-eslint/eslint-plugin": "^5.30.7",
4949
"@typescript-eslint/parser": "^5.30.7",
5050
"eslint": "^8.20.0",
51-
"eslint-config-prettier": "^8.5.0",
5251
"eslint-config-base-web3": "0.1.0",
52+
"eslint-config-prettier": "^8.5.0",
5353
"eslint-plugin-import": "^2.26.0",
5454
"jest": "^28.1.3",
5555
"jest-extended": "^3.0.1",
@@ -59,13 +59,13 @@
5959
},
6060
"dependencies": {
6161
"@adraffy/ens-normalize": "^1.8.8",
62-
"web3-core": "^4.1.1",
63-
"web3-errors": "^1.1.1",
64-
"web3-eth": "^4.1.1",
65-
"web3-eth-contract": "^4.0.5",
66-
"web3-net": "^4.0.5",
67-
"web3-types": "^1.1.1",
68-
"web3-utils": "^4.0.5",
69-
"web3-validator": "^2.0.1"
62+
"web3-core": "^4.2.0",
63+
"web3-errors": "^1.1.2",
64+
"web3-eth": "^4.2.0",
65+
"web3-eth-contract": "^4.1.0",
66+
"web3-net": "^4.0.6",
67+
"web3-types": "^1.2.0",
68+
"web3-utils": "^4.0.6",
69+
"web3-validator": "^2.0.2"
7070
}
7171
}

packages/web3-eth-iban/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "web3-eth-iban",
3-
"version": "4.0.5",
3+
"version": "4.0.6",
44
"description": "This package converts Ethereum addresses to IBAN addresses and vice versa.",
55
"main": "./lib/commonjs/index.js",
66
"module": "./lib/esm/index.js",
@@ -46,8 +46,8 @@
4646
"@typescript-eslint/eslint-plugin": "^5.30.7",
4747
"@typescript-eslint/parser": "^5.30.7",
4848
"eslint": "^8.20.0",
49-
"eslint-config-prettier": "^8.5.0",
5049
"eslint-config-base-web3": "0.1.0",
50+
"eslint-config-prettier": "^8.5.0",
5151
"eslint-plugin-import": "^2.26.0",
5252
"jest": "^28.1.3",
5353
"jest-extended": "^3.0.1",
@@ -56,9 +56,9 @@
5656
"typescript": "^4.7.4"
5757
},
5858
"dependencies": {
59-
"web3-errors": "^1.1.1",
60-
"web3-types": "^1.1.1",
61-
"web3-utils": "^4.0.5",
62-
"web3-validator": "^2.0.1"
59+
"web3-errors": "^1.1.2",
60+
"web3-types": "^1.2.0",
61+
"web3-utils": "^4.0.6",
62+
"web3-validator": "^2.0.2"
6363
}
6464
}

packages/web3-eth-personal/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "web3-eth-personal",
3-
"version": "4.0.5",
3+
"version": "4.0.6",
44
"description": "Web3 module to interact with the Ethereum blockchain accounts stored in the node.",
55
"main": "./lib/commonjs/index.js",
66
"module": "./lib/esm/index.js",
@@ -42,26 +42,26 @@
4242
"test:integration": "jest --config=./test/integration/jest.config.js"
4343
},
4444
"dependencies": {
45-
"web3-core": "^4.1.1",
46-
"web3-eth": "^4.1.1",
47-
"web3-rpc-methods": "^1.1.1",
48-
"web3-types": "^1.1.1",
49-
"web3-utils": "^4.0.5",
50-
"web3-validator": "^2.0.1"
45+
"web3-core": "^4.2.0",
46+
"web3-eth": "^4.2.0",
47+
"web3-rpc-methods": "^1.1.2",
48+
"web3-types": "^1.2.0",
49+
"web3-utils": "^4.0.6",
50+
"web3-validator": "^2.0.2"
5151
},
5252
"devDependencies": {
5353
"@types/jest": "^28.1.6",
5454
"@typescript-eslint/eslint-plugin": "^5.30.7",
5555
"@typescript-eslint/parser": "^5.30.7",
5656
"eslint": "^8.20.0",
57-
"eslint-config-prettier": "^8.5.0",
5857
"eslint-config-base-web3": "0.1.0",
58+
"eslint-config-prettier": "^8.5.0",
5959
"eslint-plugin-import": "^2.26.0",
6060
"jest": "^28.1.3",
6161
"jest-extended": "^3.0.1",
6262
"prettier": "^2.7.1",
6363
"ts-jest": "^28.0.7",
6464
"typescript": "^4.7.4",
65-
"web3-providers-ws": "^4.0.5"
65+
"web3-providers-ws": "^4.0.6"
6666
}
6767
}

packages/web3-eth/package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "web3-eth",
3-
"version": "4.1.1",
3+
"version": "4.2.0",
44
"description": "Web3 module to interact with the Ethereum blockchain and smart contracts.",
55
"main": "./lib/commonjs/index.js",
66
"module": "./lib/esm/index.js",
@@ -51,27 +51,27 @@
5151
"@typescript-eslint/eslint-plugin": "^5.30.7",
5252
"@typescript-eslint/parser": "^5.30.7",
5353
"eslint": "^8.20.0",
54-
"eslint-config-prettier": "^8.5.0",
5554
"eslint-config-base-web3": "0.1.0",
55+
"eslint-config-prettier": "^8.5.0",
5656
"eslint-plugin-import": "^2.26.0",
5757
"jest": "^28.1.3",
5858
"jest-extended": "^3.0.1",
5959
"prettier": "^2.7.1",
6060
"ts-jest": "^28.0.7",
6161
"typescript": "^4.7.4",
62-
"web3-providers-http": "^4.0.5"
62+
"web3-providers-http": "^4.0.6"
6363
},
6464
"dependencies": {
6565
"setimmediate": "^1.0.5",
66-
"web3-core": "^4.1.1",
67-
"web3-errors": "^1.1.1",
68-
"web3-eth-abi": "^4.1.1",
69-
"web3-eth-accounts": "^4.0.5",
70-
"web3-net": "^4.0.5",
71-
"web3-providers-ws": "^4.0.5",
72-
"web3-rpc-methods": "^1.1.1",
73-
"web3-types": "^1.1.1",
74-
"web3-utils": "^4.0.5",
75-
"web3-validator": "^2.0.1"
66+
"web3-core": "^4.2.0",
67+
"web3-errors": "^1.1.2",
68+
"web3-eth-abi": "^4.1.2",
69+
"web3-eth-accounts": "^4.0.6",
70+
"web3-net": "^4.0.6",
71+
"web3-providers-ws": "^4.0.6",
72+
"web3-rpc-methods": "^1.1.2",
73+
"web3-types": "^1.2.0",
74+
"web3-utils": "^4.0.6",
75+
"web3-validator": "^2.0.2"
7676
}
7777
}

packages/web3-net/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "web3-net",
3-
"version": "4.0.5",
3+
"version": "4.0.6",
44
"description": "Web3 module to interact with the Ethereum nodes networking properties.",
55
"main": "./lib/commonjs/index.js",
66
"module": "./lib/esm/index.js",
@@ -46,8 +46,8 @@
4646
"@typescript-eslint/eslint-plugin": "^5.30.7",
4747
"@typescript-eslint/parser": "^5.30.7",
4848
"eslint": "^8.20.0",
49-
"eslint-config-prettier": "^8.5.0",
5049
"eslint-config-base-web3": "0.1.0",
50+
"eslint-config-prettier": "^8.5.0",
5151
"eslint-plugin-import": "^2.26.0",
5252
"jest": "^28.1.3",
5353
"jest-extended": "^3.0.1",
@@ -56,9 +56,9 @@
5656
"typescript": "^4.7.4"
5757
},
5858
"dependencies": {
59-
"web3-core": "^4.1.1",
60-
"web3-rpc-methods": "^1.1.1",
61-
"web3-types": "^1.1.1",
62-
"web3-utils": "^4.0.5"
59+
"web3-core": "^4.2.0",
60+
"web3-rpc-methods": "^1.1.2",
61+
"web3-types": "^1.2.0",
62+
"web3-utils": "^4.0.6"
6363
}
6464
}

0 commit comments

Comments
 (0)