Skip to content

Commit

Permalink
lerna version bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
jdevcs committed Sep 18, 2023
1 parent 585c12c commit 2543fd1
Show file tree
Hide file tree
Showing 21 changed files with 139 additions and 139 deletions.
20 changes: 10 additions & 10 deletions packages/web3-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "web3-core",
"version": "4.1.1",
"version": "4.2.0",
"description": "Web3 core tools for sub-packages. This is an internal package.",
"main": "./lib/commonjs/index.js",
"module": "./lib/esm/index.js",
Expand Down Expand Up @@ -42,25 +42,25 @@
"test:integration": "jest --config=./test/integration/jest.config.js --passWithNoTests"
},
"dependencies": {
"web3-errors": "^1.1.1",
"web3-eth-iban": "^4.0.5",
"web3-providers-http": "^4.0.5",
"web3-providers-ws": "^4.0.5",
"web3-types": "^1.1.1",
"web3-utils": "^4.0.5",
"web3-validator": "^2.0.1"
"web3-errors": "^1.1.2",
"web3-eth-iban": "^4.0.6",
"web3-providers-http": "^4.0.6",
"web3-providers-ws": "^4.0.6",
"web3-types": "^1.2.0",
"web3-utils": "^4.0.6",
"web3-validator": "^2.0.2"
},
"optionalDependencies": {
"web3-providers-ipc": "^4.0.5"
"web3-providers-ipc": "^4.0.6"
},
"devDependencies": {
"@types/jest": "^28.1.6",
"@types/jest-when": "^3.5.2",
"@typescript-eslint/eslint-plugin": "^5.30.7",
"@typescript-eslint/parser": "^5.30.7",
"eslint": "^8.20.0",
"eslint-config-prettier": "^8.5.0",
"eslint-config-base-web3": "0.1.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"jest": "^28.1.3",
"jest-extended": "^3.0.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/web3-errors/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "web3-errors",
"version": "1.1.1",
"version": "1.1.2",
"description": "This package has web3 error classes",
"main": "./lib/commonjs/index.js",
"module": "./lib/esm/index.js",
Expand Down Expand Up @@ -41,15 +41,15 @@
"test:integration": "jest --config=./test/integration/jest.config.js --passWithNoTests"
},
"dependencies": {
"web3-types": "^1.1.1"
"web3-types": "^1.2.0"
},
"devDependencies": {
"@types/jest": "^28.1.6",
"@typescript-eslint/eslint-plugin": "^5.30.7",
"@typescript-eslint/parser": "^5.30.7",
"eslint": "^8.20.0",
"eslint-config-prettier": "^8.5.0",
"eslint-config-base-web3": "0.1.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"jest": "^28.1.3",
"jest-extended": "^3.0.1",
Expand Down
10 changes: 5 additions & 5 deletions packages/web3-eth-abi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "web3-eth-abi",
"version": "4.1.1",
"version": "4.1.2",
"description": "Web3 module encode and decode EVM in/output.",
"main": "./lib/commonjs/index.js",
"module": "./lib/esm/index.js",
Expand Down Expand Up @@ -44,9 +44,9 @@
"dependencies": {
"@ethersproject/abi": "^5.7.0",
"@ethersproject/bignumber": "^5.7.0",
"web3-errors": "^1.1.1",
"web3-types": "^1.1.1",
"web3-utils": "^4.0.5"
"web3-errors": "^1.1.2",
"web3-types": "^1.2.0",
"web3-utils": "^4.0.6"
},
"devDependencies": {
"@humeris/espresso-shot": "^4.0.0",
Expand All @@ -55,8 +55,8 @@
"@typescript-eslint/eslint-plugin": "^5.30.7",
"@typescript-eslint/parser": "^5.30.7",
"eslint": "^8.20.0",
"eslint-config-prettier": "^8.5.0",
"eslint-config-base-web3": "0.1.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"jest": "^28.1.3",
"jest-extended": "^3.0.1",
Expand Down
14 changes: 7 additions & 7 deletions packages/web3-eth-accounts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "web3-eth-accounts",
"version": "4.0.5",
"version": "4.0.6",
"description": "Package for managing Ethereum accounts and signing",
"main": "./lib/commonjs/index.js",
"module": "./lib/esm/index.js",
Expand Down Expand Up @@ -46,24 +46,24 @@
"@typescript-eslint/eslint-plugin": "^5.30.7",
"@typescript-eslint/parser": "^5.30.7",
"eslint": "^8.20.0",
"eslint-config-prettier": "^8.5.0",
"eslint-config-base-web3": "0.1.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"jest": "^28.1.3",
"jest-extended": "^3.0.1",
"jest-when": "^3.5.1",
"prettier": "^2.7.1",
"ts-jest": "^28.0.7",
"typescript": "^4.7.4",
"web3-providers-ipc": "^4.0.5"
"web3-providers-ipc": "^4.0.6"
},
"dependencies": {
"@ethereumjs/rlp": "^4.0.1",
"crc-32": "^1.2.2",
"ethereum-cryptography": "^2.0.0",
"web3-errors": "^1.1.1",
"web3-types": "^1.1.1",
"web3-utils": "^4.0.5",
"web3-validator": "^2.0.1"
"web3-errors": "^1.1.2",
"web3-types": "^1.2.0",
"web3-utils": "^4.0.6",
"web3-validator": "^2.0.2"
}
}
20 changes: 10 additions & 10 deletions packages/web3-eth-contract/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "web3-eth-contract",
"version": "4.0.5",
"version": "4.1.0",
"description": "Web3 module to interact with Ethereum smart contracts.",
"main": "./lib/commonjs/index.js",
"module": "./lib/esm/index.js",
Expand Down Expand Up @@ -45,28 +45,28 @@
"test:e2e:firefox": "npx cypress run --headless --browser firefox --env grep='ignore',invert=true"
},
"dependencies": {
"web3-core": "^4.1.1",
"web3-errors": "^1.1.1",
"web3-eth": "^4.1.1",
"web3-eth-abi": "^4.1.1",
"web3-types": "^1.1.1",
"web3-utils": "^4.0.5",
"web3-validator": "^2.0.1"
"web3-core": "^4.2.0",
"web3-errors": "^1.1.2",
"web3-eth": "^4.2.0",
"web3-eth-abi": "^4.1.2",
"web3-types": "^1.2.0",
"web3-utils": "^4.0.6",
"web3-validator": "^2.0.2"
},
"devDependencies": {
"@humeris/espresso-shot": "^4.0.0",
"@types/jest": "^28.1.6",
"@typescript-eslint/eslint-plugin": "^5.30.7",
"@typescript-eslint/parser": "^5.30.7",
"eslint": "^8.20.0",
"eslint-config-prettier": "^8.5.0",
"eslint-config-base-web3": "0.1.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"jest": "^28.1.3",
"jest-extended": "^3.0.1",
"prettier": "^2.7.1",
"ts-jest": "^28.0.7",
"typescript": "^4.7.4",
"web3-eth-accounts": "^4.0.5"
"web3-eth-accounts": "^4.0.6"
}
}
20 changes: 10 additions & 10 deletions packages/web3-eth-ens/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "web3-eth-ens",
"version": "4.0.5",
"version": "4.0.6",
"description": "This package has ENS functions for interacting with Ethereum Name Service.",
"main": "./lib/commonjs/index.js",
"module": "./lib/esm/index.js",
Expand Down Expand Up @@ -48,8 +48,8 @@
"@typescript-eslint/eslint-plugin": "^5.30.7",
"@typescript-eslint/parser": "^5.30.7",
"eslint": "^8.20.0",
"eslint-config-prettier": "^8.5.0",
"eslint-config-base-web3": "0.1.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"jest": "^28.1.3",
"jest-extended": "^3.0.1",
Expand All @@ -59,13 +59,13 @@
},
"dependencies": {
"@adraffy/ens-normalize": "^1.8.8",
"web3-core": "^4.1.1",
"web3-errors": "^1.1.1",
"web3-eth": "^4.1.1",
"web3-eth-contract": "^4.0.5",
"web3-net": "^4.0.5",
"web3-types": "^1.1.1",
"web3-utils": "^4.0.5",
"web3-validator": "^2.0.1"
"web3-core": "^4.2.0",
"web3-errors": "^1.1.2",
"web3-eth": "^4.2.0",
"web3-eth-contract": "^4.1.0",
"web3-net": "^4.0.6",
"web3-types": "^1.2.0",
"web3-utils": "^4.0.6",
"web3-validator": "^2.0.2"
}
}
12 changes: 6 additions & 6 deletions packages/web3-eth-iban/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "web3-eth-iban",
"version": "4.0.5",
"version": "4.0.6",
"description": "This package converts Ethereum addresses to IBAN addresses and vice versa.",
"main": "./lib/commonjs/index.js",
"module": "./lib/esm/index.js",
Expand Down Expand Up @@ -46,8 +46,8 @@
"@typescript-eslint/eslint-plugin": "^5.30.7",
"@typescript-eslint/parser": "^5.30.7",
"eslint": "^8.20.0",
"eslint-config-prettier": "^8.5.0",
"eslint-config-base-web3": "0.1.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"jest": "^28.1.3",
"jest-extended": "^3.0.1",
Expand All @@ -56,9 +56,9 @@
"typescript": "^4.7.4"
},
"dependencies": {
"web3-errors": "^1.1.1",
"web3-types": "^1.1.1",
"web3-utils": "^4.0.5",
"web3-validator": "^2.0.1"
"web3-errors": "^1.1.2",
"web3-types": "^1.2.0",
"web3-utils": "^4.0.6",
"web3-validator": "^2.0.2"
}
}
18 changes: 9 additions & 9 deletions packages/web3-eth-personal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "web3-eth-personal",
"version": "4.0.5",
"version": "4.0.6",
"description": "Web3 module to interact with the Ethereum blockchain accounts stored in the node.",
"main": "./lib/commonjs/index.js",
"module": "./lib/esm/index.js",
Expand Down Expand Up @@ -42,26 +42,26 @@
"test:integration": "jest --config=./test/integration/jest.config.js"
},
"dependencies": {
"web3-core": "^4.1.1",
"web3-eth": "^4.1.1",
"web3-rpc-methods": "^1.1.1",
"web3-types": "^1.1.1",
"web3-utils": "^4.0.5",
"web3-validator": "^2.0.1"
"web3-core": "^4.2.0",
"web3-eth": "^4.2.0",
"web3-rpc-methods": "^1.1.2",
"web3-types": "^1.2.0",
"web3-utils": "^4.0.6",
"web3-validator": "^2.0.2"
},
"devDependencies": {
"@types/jest": "^28.1.6",
"@typescript-eslint/eslint-plugin": "^5.30.7",
"@typescript-eslint/parser": "^5.30.7",
"eslint": "^8.20.0",
"eslint-config-prettier": "^8.5.0",
"eslint-config-base-web3": "0.1.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"jest": "^28.1.3",
"jest-extended": "^3.0.1",
"prettier": "^2.7.1",
"ts-jest": "^28.0.7",
"typescript": "^4.7.4",
"web3-providers-ws": "^4.0.5"
"web3-providers-ws": "^4.0.6"
}
}
26 changes: 13 additions & 13 deletions packages/web3-eth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "web3-eth",
"version": "4.1.1",
"version": "4.2.0",
"description": "Web3 module to interact with the Ethereum blockchain and smart contracts.",
"main": "./lib/commonjs/index.js",
"module": "./lib/esm/index.js",
Expand Down Expand Up @@ -51,27 +51,27 @@
"@typescript-eslint/eslint-plugin": "^5.30.7",
"@typescript-eslint/parser": "^5.30.7",
"eslint": "^8.20.0",
"eslint-config-prettier": "^8.5.0",
"eslint-config-base-web3": "0.1.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"jest": "^28.1.3",
"jest-extended": "^3.0.1",
"prettier": "^2.7.1",
"ts-jest": "^28.0.7",
"typescript": "^4.7.4",
"web3-providers-http": "^4.0.5"
"web3-providers-http": "^4.0.6"
},
"dependencies": {
"setimmediate": "^1.0.5",
"web3-core": "^4.1.1",
"web3-errors": "^1.1.1",
"web3-eth-abi": "^4.1.1",
"web3-eth-accounts": "^4.0.5",
"web3-net": "^4.0.5",
"web3-providers-ws": "^4.0.5",
"web3-rpc-methods": "^1.1.1",
"web3-types": "^1.1.1",
"web3-utils": "^4.0.5",
"web3-validator": "^2.0.1"
"web3-core": "^4.2.0",
"web3-errors": "^1.1.2",
"web3-eth-abi": "^4.1.2",
"web3-eth-accounts": "^4.0.6",
"web3-net": "^4.0.6",
"web3-providers-ws": "^4.0.6",
"web3-rpc-methods": "^1.1.2",
"web3-types": "^1.2.0",
"web3-utils": "^4.0.6",
"web3-validator": "^2.0.2"
}
}
12 changes: 6 additions & 6 deletions packages/web3-net/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "web3-net",
"version": "4.0.5",
"version": "4.0.6",
"description": "Web3 module to interact with the Ethereum nodes networking properties.",
"main": "./lib/commonjs/index.js",
"module": "./lib/esm/index.js",
Expand Down Expand Up @@ -46,8 +46,8 @@
"@typescript-eslint/eslint-plugin": "^5.30.7",
"@typescript-eslint/parser": "^5.30.7",
"eslint": "^8.20.0",
"eslint-config-prettier": "^8.5.0",
"eslint-config-base-web3": "0.1.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"jest": "^28.1.3",
"jest-extended": "^3.0.1",
Expand All @@ -56,9 +56,9 @@
"typescript": "^4.7.4"
},
"dependencies": {
"web3-core": "^4.1.1",
"web3-rpc-methods": "^1.1.1",
"web3-types": "^1.1.1",
"web3-utils": "^4.0.5"
"web3-core": "^4.2.0",
"web3-rpc-methods": "^1.1.2",
"web3-types": "^1.2.0",
"web3-utils": "^4.0.6"
}
}
Loading

0 comments on commit 2543fd1

Please sign in to comment.