Skip to content

Commit

Permalink
patch bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
jdevcs committed Aug 25, 2022
1 parent 2d67399 commit 766ebd9
Show file tree
Hide file tree
Showing 19 changed files with 101 additions and 101 deletions.
18 changes: 9 additions & 9 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.0.0-alpha.0",
"version": "4.0.1-alpha.0",
"description": "Web3 core tools for sub-packages. This is an internal package.",
"main": "dist/index.js",
"repository": "https://github.com/ChainSafe/web3.js",
Expand All @@ -25,14 +25,14 @@
"test:integration": "jest --config=./test/integration/jest.config.js --runInBand --passWithNoTests"
},
"dependencies": {
"web3-errors": "^0.1.0-alpha.0",
"web3-eth-iban": "^4.0.0-alpha.0",
"web3-providers-http": "^4.0.0-alpha.1",
"web3-providers-ipc": "^4.0.0-alpha.0",
"web3-providers-ws": "^4.0.0-alpha.0",
"web3-types": "^0.1.0-alpha.0",
"web3-utils": "^4.0.0-alpha.1",
"web3-validator": "^0.1.0-alpha.0"
"web3-errors": "^0.1.1-alpha.0",
"web3-eth-iban": "^4.0.1-alpha.0",
"web3-providers-http": "^4.0.1-alpha.0",
"web3-providers-ipc": "^4.0.1-alpha.0",
"web3-providers-ws": "^4.0.1-alpha.0",
"web3-types": "^0.1.1-alpha.0",
"web3-utils": "^4.0.1-alpha.0",
"web3-validator": "^0.1.1-alpha.0"
},
"devDependencies": {
"@types/jest": "^28.1.6",
Expand Down
4 changes: 2 additions & 2 deletions packages/web3-errors/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "web3-errors",
"version": "0.1.0-alpha.0",
"version": "0.1.1-alpha.0",
"description": "This package has web3 error classes",
"main": "dist/index.js",
"repository": "https://github.com/ChainSafe/web3.js",
Expand All @@ -25,7 +25,7 @@
"test:integration": "jest --config=./test/integration/jest.config.js --runInBand --passWithNoTests"
},
"dependencies": {
"web3-types": "^0.1.0-alpha.0"
"web3-types": "^0.1.1-alpha.0"
},
"devDependencies": {
"@types/jest": "^28.1.6",
Expand Down
8 changes: 4 additions & 4 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.0.0-alpha.0",
"version": "4.0.1-alpha.0",
"description": "Web3 module encode and decode EVM in/output.",
"main": "dist/index.js",
"repository": "https://github.com/ethereum/web3.js/tree/4.x/packages/web3-eth-abi",
Expand All @@ -26,9 +26,9 @@
},
"dependencies": {
"@ethersproject/abi": "^5.6.4",
"web3-errors": "^0.1.0-alpha.0",
"web3-types": "^0.1.0-alpha.0",
"web3-utils": "^4.0.0-alpha.1"
"web3-errors": "^0.1.1-alpha.0",
"web3-types": "^0.1.1-alpha.0",
"web3-utils": "^4.0.1-alpha.0"
},
"devDependencies": {
"@humeris/espresso-shot": "^4.0.0",
Expand Down
10 changes: 5 additions & 5 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.0-alpha.0",
"version": "4.0.1-alpha.0",
"description": "Package for managing Ethereum accounts and signing",
"main": "dist/index.js",
"repository": "https://github.com/ChainSafe/web3.js",
Expand Down Expand Up @@ -42,9 +42,9 @@
"dependencies": {
"@ethereumjs/tx": "^3.5.2",
"ethereum-cryptography": "^1.1.2",
"web3-errors": "^0.1.0-alpha.0",
"web3-types": "^0.1.0-alpha.0",
"web3-utils": "^4.0.0-alpha.1",
"web3-validator": "^0.1.0-alpha.0"
"web3-errors": "^0.1.1-alpha.0",
"web3-types": "^0.1.1-alpha.0",
"web3-utils": "^4.0.1-alpha.0",
"web3-validator": "^0.1.1-alpha.0"
}
}
16 changes: 8 additions & 8 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.0-alpha.0",
"version": "4.0.1-alpha.0",
"description": "Web3 module to interact with Ethereum smart contracts.",
"main": "dist/index.js",
"repository": "https://github.com/ethereum/web3.js/tree/4.x/packages/web3-eth-contract",
Expand Down Expand Up @@ -28,13 +28,13 @@
"test:e2e:firefox": "npx cypress run --headless --browser firefox"
},
"dependencies": {
"web3-core": "^4.0.0-alpha.0",
"web3-errors": "^0.1.0-alpha.0",
"web3-eth": "^4.0.0-alpha.1",
"web3-eth-abi": "^4.0.0-alpha.0",
"web3-types": "^0.1.0-alpha.0",
"web3-utils": "^4.0.0-alpha.1",
"web3-validator": "^0.1.0-alpha.0"
"web3-core": "^4.0.1-alpha.0",
"web3-errors": "^0.1.1-alpha.0",
"web3-eth": "^4.0.1-alpha.0",
"web3-eth-abi": "^4.0.1-alpha.0",
"web3-types": "^0.1.1-alpha.0",
"web3-utils": "^4.0.1-alpha.0",
"web3-validator": "^0.1.1-alpha.0"
},
"devDependencies": {
"@humeris/espresso-shot": "^4.0.0",
Expand Down
16 changes: 8 additions & 8 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.0-alpha.0",
"version": "4.0.1-alpha.0",
"description": "This package has ENS functions for interacting with Ethereum Name Service.",
"main": "dist/index.js",
"repository": "https://github.com/ChainSafe/web3.js",
Expand Down Expand Up @@ -42,12 +42,12 @@
},
"dependencies": {
"idna-uts46-hx": "^3.5.0",
"web3-core": "^4.0.0-alpha.0",
"web3-errors": "^0.1.0-alpha.0",
"web3-eth": "^4.0.0-alpha.1",
"web3-eth-contract": "^4.0.0-alpha.0",
"web3-net": "^4.0.0-alpha.0",
"web3-types": "^0.1.0-alpha.0",
"web3-utils": "^4.0.0-alpha.1"
"web3-core": "^4.0.1-alpha.0",
"web3-errors": "^0.1.1-alpha.0",
"web3-eth": "^4.0.1-alpha.0",
"web3-eth-contract": "^4.0.1-alpha.0",
"web3-net": "^4.0.1-alpha.0",
"web3-types": "^0.1.1-alpha.0",
"web3-utils": "^4.0.1-alpha.0"
}
}
8 changes: 4 additions & 4 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.0-alpha.0",
"version": "4.0.1-alpha.0",
"description": "This package converts Ethereum addresses to IBAN addresses and vice versa.",
"main": "dist/index.js",
"repository": "https://github.com/ChainSafe/web3.js",
Expand Down Expand Up @@ -39,8 +39,8 @@
"typescript": "^4.7.4"
},
"dependencies": {
"web3-errors": "^0.1.0-alpha.0",
"web3-types": "^0.1.0-alpha.0",
"web3-utils": "^4.0.0-alpha.1"
"web3-errors": "^0.1.1-alpha.0",
"web3-types": "^0.1.1-alpha.0",
"web3-utils": "^4.0.1-alpha.0"
}
}
14 changes: 7 additions & 7 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.0-alpha.0",
"version": "4.0.1-alpha.0",
"description": "Web3 module to interact with the Ethereum blockchain accounts stored in the node.",
"main": "dist/index.js",
"repository": "https://github.com/ChainSafe/web3.js",
Expand All @@ -25,11 +25,11 @@
"test:integration": "jest --config=./test/integration/jest.config.js --runInBand"
},
"dependencies": {
"web3-core": "^4.0.0-alpha.0",
"web3-eth": "^4.0.0-alpha.1",
"web3-types": "^0.1.0-alpha.0",
"web3-utils": "^4.0.0-alpha.1",
"web3-validator": "^0.1.0-alpha.0"
"web3-core": "^4.0.1-alpha.0",
"web3-eth": "^4.0.1-alpha.0",
"web3-types": "^0.1.1-alpha.0",
"web3-utils": "^4.0.1-alpha.0",
"web3-validator": "^0.1.1-alpha.0"
},
"devDependencies": {
"@types/jest": "^28.1.6",
Expand All @@ -44,6 +44,6 @@
"prettier": "^2.7.1",
"ts-jest": "^28.0.7",
"typescript": "^4.7.4",
"web3-providers-ws": "^4.0.0-alpha.0"
"web3-providers-ws": "^4.0.1-alpha.0"
}
}
24 changes: 12 additions & 12 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.0.0-alpha.1",
"version": "4.0.1-alpha.0",
"description": "Web3 module to interact with the Ethereum blockchain and smart contracts.",
"main": "dist/index.js",
"repository": "https://github.com/ChainSafe/web3.js",
Expand Down Expand Up @@ -40,20 +40,20 @@
"prettier": "^2.7.1",
"ts-jest": "^28.0.7",
"typescript": "^4.7.4",
"web3-eth-abi": "^4.0.0-alpha.0",
"web3-eth-accounts": "^4.0.0-alpha.0",
"web3-providers-http": "^4.0.0-alpha.1"
"web3-eth-abi": "^4.0.1-alpha.0",
"web3-eth-accounts": "^4.0.1-alpha.0",
"web3-providers-http": "^4.0.1-alpha.0"
},
"dependencies": {
"@ethereumjs/common": "^2.6.5",
"@ethereumjs/tx": "^3.5.2",
"web3-core": "^4.0.0-alpha.0",
"web3-errors": "^0.1.0-alpha.0",
"web3-eth-accounts": "^4.0.0-alpha.0",
"web3-net": "^4.0.0-alpha.0",
"web3-providers-ws": "^4.0.0-alpha.0",
"web3-types": "^0.1.0-alpha.0",
"web3-utils": "^4.0.0-alpha.1",
"web3-validator": "^0.1.0-alpha.0"
"web3-core": "^4.0.1-alpha.0",
"web3-errors": "^0.1.1-alpha.0",
"web3-eth-accounts": "^4.0.1-alpha.0",
"web3-net": "^4.0.1-alpha.0",
"web3-providers-ws": "^4.0.1-alpha.0",
"web3-types": "^0.1.1-alpha.0",
"web3-utils": "^4.0.1-alpha.0",
"web3-validator": "^0.1.1-alpha.0"
}
}
8 changes: 4 additions & 4 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.0-alpha.0",
"version": "4.0.1-alpha.0",
"description": "Web3 module to interact with the Ethereum nodes networking properties.",
"main": "dist/index.js",
"repository": "https://github.com/ChainSafe/web3.js",
Expand Down Expand Up @@ -39,8 +39,8 @@
"typescript": "^4.7.4"
},
"dependencies": {
"web3-core": "^4.0.0-alpha.0",
"web3-types": "^0.1.0-alpha.0",
"web3-utils": "^4.0.0-alpha.1"
"web3-core": "^4.0.1-alpha.0",
"web3-types": "^0.1.1-alpha.0",
"web3-utils": "^4.0.1-alpha.0"
}
}
8 changes: 4 additions & 4 deletions packages/web3-providers-http/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "web3-providers-http",
"version": "4.0.0-alpha.1",
"version": "4.0.1-alpha.0",
"description": "HTTP provider for Web3 4.x.x",
"main": "dist/index.js",
"repository": "https://github.com/ChainSafe/web3.js",
Expand Down Expand Up @@ -44,8 +44,8 @@
},
"dependencies": {
"cross-fetch": "^3.1.5",
"web3-errors": "^0.1.0-alpha.0",
"web3-types": "^0.1.0-alpha.0",
"web3-utils": "^4.0.0-alpha.1"
"web3-errors": "^0.1.1-alpha.0",
"web3-types": "^0.1.1-alpha.0",
"web3-utils": "^4.0.1-alpha.0"
}
}
8 changes: 4 additions & 4 deletions packages/web3-providers-ipc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "web3-providers-ipc",
"version": "4.0.0-alpha.0",
"version": "4.0.1-alpha.0",
"description": "IPC provider for Web3 4.x.x",
"main": "dist/index.js",
"repository": "https://github.com/ChainSafe/web3.js",
Expand Down Expand Up @@ -39,8 +39,8 @@
"typescript": "^4.7.4"
},
"dependencies": {
"web3-errors": "^0.1.0-alpha.0",
"web3-types": "^0.1.0-alpha.0",
"web3-utils": "^4.0.0-alpha.1"
"web3-errors": "^0.1.1-alpha.0",
"web3-types": "^0.1.1-alpha.0",
"web3-utils": "^4.0.1-alpha.0"
}
}
8 changes: 4 additions & 4 deletions packages/web3-providers-ws/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "web3-providers-ws",
"version": "4.0.0-alpha.0",
"version": "4.0.1-alpha.0",
"description": "Websocket provider for Web3 4.x.x",
"main": "dist/index.js",
"repository": "https://github.com/ChainSafe/web3.js",
Expand Down Expand Up @@ -45,9 +45,9 @@
},
"dependencies": {
"isomorphic-ws": "^5.0.0",
"web3-errors": "^0.1.0-alpha.0",
"web3-types": "^0.1.0-alpha.0",
"web3-utils": "^4.0.0-alpha.1",
"web3-errors": "^0.1.1-alpha.0",
"web3-types": "^0.1.1-alpha.0",
"web3-utils": "^4.0.1-alpha.0",
"ws": "^8.8.1"
}
}
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": "0.1.0-alpha.0",
"version": "0.1.1-alpha.0",
"description": "Provide the common data structures and interfaces for web3 modules.",
"main": "dist/index.js",
"repository": "https://github.com/ChainSafe/web3.js",
Expand Down
8 changes: 4 additions & 4 deletions packages/web3-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "web3-utils",
"version": "4.0.0-alpha.1",
"version": "4.0.1-alpha.0",
"description": "Collection of utility functions used in web3.js.",
"main": "dist/index.js",
"repository": "https://github.com/ChainSafe/web3.js",
Expand Down Expand Up @@ -42,8 +42,8 @@
},
"dependencies": {
"ethereum-cryptography": "^1.1.2",
"web3-errors": "^0.1.0-alpha.0",
"web3-types": "^0.1.0-alpha.0",
"web3-validator": "^0.1.0-alpha.0"
"web3-errors": "^0.1.1-alpha.0",
"web3-types": "^0.1.1-alpha.0",
"web3-validator": "^0.1.1-alpha.0"
}
}
6 changes: 3 additions & 3 deletions packages/web3-validator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "web3-validator",
"version": "0.1.0-alpha.0",
"version": "0.1.1-alpha.0",
"description": "JSON-Schema compatible validator for web3",
"main": "dist/index.js",
"browser": "dist/index.min.js",
Expand Down Expand Up @@ -29,8 +29,8 @@
"dependencies": {
"ajv": "^8.11.0",
"ethereum-cryptography": "^1.1.2",
"web3-errors": "^0.1.0-alpha.0",
"web3-types": "^0.1.0-alpha.0"
"web3-errors": "^0.1.1-alpha.0",
"web3-types": "^0.1.1-alpha.0"
},
"devDependencies": {
"@types/jest": "^28.1.6",
Expand Down
Loading

0 comments on commit 766ebd9

Please sign in to comment.