Skip to content

Commit

Permalink
Merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
spacesailor24 committed Jul 27, 2021
1 parent 4880ce5 commit 9f800dd
Show file tree
Hide file tree
Showing 52 changed files with 16,553 additions and 32,183 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -427,4 +427,4 @@ Released with 1.0.0-beta.37 code base.

### Removed

- Removed bzz and shh api (#3909)
- Removed bzz and shh api (#3909)
22 changes: 13 additions & 9 deletions dist/web3.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/web3.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.3.5",
"version": "1.3.6",
"lerna": "2.0.0",
"command": {
"init": {
Expand Down
8,636 changes: 3,355 additions & 5,281 deletions package-lock.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@
"@babel/preset-env": "^7.12.1",
"@babel/preset-typescript": "^7.12.1",
"@babel/runtime": "^7.12.1",
"@chainsafe/geth-dev-assistant": "^0.1.9",
"@ensdomains/ens": "^0.4.5",
"@chainsafe/geth-dev-assistant": "^0.1.10",
"@ensdomains/ens": "^0.6.0",
"@ensdomains/resolver": "^0.2.4",
"@types/bignumber.js": "^4.0.2",
"@types/bn.js": "^4.11.6",
Expand All @@ -116,7 +116,7 @@
"dependency-check": "^4.1.0",
"ethereumjs-common": "^1.3.2",
"ethereumjs-tx": "^2.1.2",
"ethers": "^5.0.18",
"ethers": "^5.1.4",
"ganache-cli": "^6.12.0",
"jshint": "^2.12.0",
"karma": "^5.2.3",
Expand Down
19 changes: 0 additions & 19 deletions packages/web3-bzz/package-lock.json

This file was deleted.

27 changes: 0 additions & 27 deletions packages/web3-bzz/package.json

This file was deleted.

14 changes: 7 additions & 7 deletions packages/web3-core-helpers/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions packages/web3-core-helpers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "web3-core-helpers",
"version": "1.3.5",
"version": "1.3.6",
"description": "Web3 core tools helper for sub packages. This is an internal package.",
"repository": "https://github.com/ethereum/web3.js/tree/1.x/packages/web3-core-helpers",
"license": "LGPL-3.0",
Expand All @@ -15,8 +15,8 @@
"main": "lib/index.js",
"dependencies": {
"underscore": "1.12.1",
"web3-eth-iban": "1.3.5",
"web3-utils": "1.3.5"
"web3-eth-iban": "1.3.6",
"web3-utils": "1.3.6"
},
"devDependencies": {
"@types/node": "^12.12.6",
Expand Down
8 changes: 4 additions & 4 deletions packages/web3-core-method/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions packages/web3-core-method/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "web3-core-method",
"version": "1.3.5",
"version": "1.3.6",
"description": "Creates the methods on the web3 modules. This is an internal package.",
"repository": "https://github.com/ethereum/web3.js/tree/1.x/packages/web3-core-method",
"license": "LGPL-3.0",
Expand All @@ -16,10 +16,10 @@
"dependencies": {
"@ethersproject/transactions": "^5.0.0-beta.135",
"underscore": "1.12.1",
"web3-core-helpers": "1.3.5",
"web3-core-promievent": "1.3.5",
"web3-core-subscriptions": "1.3.5",
"web3-utils": "1.3.5"
"web3-core-helpers": "1.3.6",
"web3-core-promievent": "1.3.6",
"web3-core-subscriptions": "1.3.6",
"web3-utils": "1.3.6"
},
"devDependencies": {
"dtslint": "^3.4.1",
Expand Down
13 changes: 0 additions & 13 deletions packages/web3-core-promievent/package-lock.json

This file was deleted.

2 changes: 1 addition & 1 deletion packages/web3-core-promievent/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "web3-core-promievent",
"version": "1.3.5",
"version": "1.3.6",
"description": "This package extends the EventEmitter with the Promise class to allow chaining as well as multiple final states of a function.",
"repository": "https://github.com/ethereum/web3.js/tree/1.x/packages/web3-core-promievent",
"license": "LGPL-3.0",
Expand Down
Loading

0 comments on commit 9f800dd

Please sign in to comment.