diff --git a/.circleci/config.yml b/.circleci/config.yml index 8bc4dd3811..11dcfafb72 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -142,7 +142,6 @@ jobs: - run: yarn prettier:ci - run: yarn deps_versions:ci - run: yarn diff_md_docs:ci - - run: cd packages/0x.js && yarn build:umd:prod - run: yarn bundlewatch submit-coverage: docker: diff --git a/contracts/asset-proxy/package.json b/contracts/asset-proxy/package.json index 9c40bf0ef9..1347ba4364 100644 --- a/contracts/asset-proxy/package.json +++ b/contracts/asset-proxy/package.json @@ -53,12 +53,12 @@ "devDependencies": { "@0x/abi-gen": "^5.4.2", "@0x/contract-wrappers": "^13.8.0", - "@0x/contracts-gen": "2.0.11", + "@0x/contracts-gen": "2.0.13", "@0x/contracts-test-utils": "^5.3.4", "@0x/contracts-utils": "^4.5.1", "@0x/dev-utils": "^3.3.3", "@0x/sol-compiler": "^4.2.2", - "@0x/ts-doc-gen": "^0.0.22", + "@0x/ts-doc-gen": "^0.0.26", "@0x/tslint-config": "^4.1.3", "@types/lodash": "4.14.104", "@types/mocha": "^5.2.7", diff --git a/contracts/broker/package.json b/contracts/broker/package.json index 61196012b8..12cf5807ce 100644 --- a/contracts/broker/package.json +++ b/contracts/broker/package.json @@ -57,11 +57,11 @@ "@0x/contracts-erc721": "^3.1.7", "@0x/contracts-exchange": "^3.2.7", "@0x/contracts-exchange-libs": "^4.3.7", - "@0x/contracts-gen": "2.0.11", + "@0x/contracts-gen": "2.0.13", "@0x/contracts-test-utils": "^5.3.4", "@0x/contracts-utils": "^4.5.1", "@0x/sol-compiler": "^4.2.2", - "@0x/ts-doc-gen": "^0.0.22", + "@0x/ts-doc-gen": "^0.0.26", "@0x/tslint-config": "^4.1.3", "@0x/types": "^3.2.3", "@0x/web3-wrapper": "^7.2.3", diff --git a/contracts/coordinator/package.json b/contracts/coordinator/package.json index 8821cdd01e..2574d9c965 100644 --- a/contracts/coordinator/package.json +++ b/contracts/coordinator/package.json @@ -57,12 +57,12 @@ "@0x/contracts-dev-utils": "^1.3.5", "@0x/contracts-erc20": "^3.2.1", "@0x/contracts-exchange": "^3.2.7", - "@0x/contracts-gen": "2.0.11", + "@0x/contracts-gen": "2.0.13", "@0x/contracts-test-utils": "^5.3.4", "@0x/dev-utils": "^3.3.3", "@0x/order-utils": "^10.3.0", "@0x/sol-compiler": "^4.2.2", - "@0x/ts-doc-gen": "^0.0.22", + "@0x/ts-doc-gen": "^0.0.26", "@0x/tslint-config": "^4.1.3", "@0x/web3-wrapper": "^7.2.3", "@types/lodash": "4.14.104", diff --git a/contracts/dev-utils/package.json b/contracts/dev-utils/package.json index ea63cb804d..bc035d7543 100644 --- a/contracts/dev-utils/package.json +++ b/contracts/dev-utils/package.json @@ -45,10 +45,10 @@ "@0x/assert": "^3.0.12", "@0x/contracts-asset-proxy": "^3.4.0", "@0x/contracts-erc20": "^3.2.1", - "@0x/contracts-gen": "2.0.11", + "@0x/contracts-gen": "2.0.13", "@0x/contracts-test-utils": "^5.3.4", "@0x/sol-compiler": "^4.2.2", - "@0x/ts-doc-gen": "^0.0.22", + "@0x/ts-doc-gen": "^0.0.26", "@0x/tslint-config": "^4.1.3", "@0x/types": "^3.2.3", "@0x/utils": "^5.6.2", diff --git a/contracts/erc1155/package.json b/contracts/erc1155/package.json index ec56446b12..ed37cd6dca 100644 --- a/contracts/erc1155/package.json +++ b/contracts/erc1155/package.json @@ -53,11 +53,11 @@ "homepage": "https://github.com/0xProject/protocol/tree/main/contracts/tokens", "devDependencies": { "@0x/abi-gen": "^5.4.2", - "@0x/contracts-gen": "2.0.11", + "@0x/contracts-gen": "2.0.13", "@0x/contracts-utils": "^4.5.1", "@0x/dev-utils": "^3.3.3", "@0x/sol-compiler": "^4.2.2", - "@0x/ts-doc-gen": "^0.0.22", + "@0x/ts-doc-gen": "^0.0.26", "@0x/tslint-config": "^4.1.3", "@0x/types": "^3.2.3", "@0x/typescript-typings": "^5.1.4", diff --git a/contracts/erc20/package.json b/contracts/erc20/package.json index ab56336723..73eef0d3e7 100644 --- a/contracts/erc20/package.json +++ b/contracts/erc20/package.json @@ -52,12 +52,12 @@ "homepage": "https://github.com/0xProject/protocol/tree/main/contracts/tokens", "devDependencies": { "@0x/abi-gen": "^5.4.2", - "@0x/contracts-gen": "2.0.11", + "@0x/contracts-gen": "2.0.13", "@0x/contracts-test-utils": "^5.3.4", "@0x/contracts-utils": "^4.5.1", "@0x/dev-utils": "^3.3.3", "@0x/sol-compiler": "^4.2.2", - "@0x/ts-doc-gen": "^0.0.22", + "@0x/ts-doc-gen": "^0.0.26", "@0x/tslint-config": "^4.1.3", "@0x/types": "^3.2.3", "@0x/typescript-typings": "^5.1.4", diff --git a/contracts/erc721/package.json b/contracts/erc721/package.json index fb91c89411..0b1393b4da 100644 --- a/contracts/erc721/package.json +++ b/contracts/erc721/package.json @@ -53,12 +53,12 @@ "homepage": "https://github.com/0xProject/protocol/tree/main/contracts/tokens", "devDependencies": { "@0x/abi-gen": "^5.4.2", - "@0x/contracts-gen": "2.0.11", + "@0x/contracts-gen": "2.0.13", "@0x/contracts-test-utils": "^5.3.4", "@0x/contracts-utils": "^4.5.1", "@0x/dev-utils": "^3.3.3", "@0x/sol-compiler": "^4.2.2", - "@0x/ts-doc-gen": "^0.0.22", + "@0x/ts-doc-gen": "^0.0.26", "@0x/tslint-config": "^4.1.3", "@0x/types": "^3.2.3", "@0x/typescript-typings": "^5.1.4", diff --git a/contracts/exchange-forwarder/package.json b/contracts/exchange-forwarder/package.json index 6248430001..4003cbd7e1 100644 --- a/contracts/exchange-forwarder/package.json +++ b/contracts/exchange-forwarder/package.json @@ -60,13 +60,13 @@ "@0x/contracts-erc721": "^3.1.7", "@0x/contracts-exchange": "^3.2.7", "@0x/contracts-exchange-libs": "^4.3.7", - "@0x/contracts-gen": "2.0.11", + "@0x/contracts-gen": "2.0.13", "@0x/contracts-test-utils": "^5.3.4", "@0x/contracts-utils": "^4.5.1", "@0x/dev-utils": "^3.3.3", "@0x/order-utils": "^10.3.0", "@0x/sol-compiler": "^4.2.2", - "@0x/ts-doc-gen": "^0.0.22", + "@0x/ts-doc-gen": "^0.0.26", "@0x/tslint-config": "^4.1.3", "@0x/types": "^3.2.3", "@0x/utils": "^5.6.2", diff --git a/contracts/exchange-libs/package.json b/contracts/exchange-libs/package.json index f2a54f3ecc..99094ec71c 100644 --- a/contracts/exchange-libs/package.json +++ b/contracts/exchange-libs/package.json @@ -53,11 +53,11 @@ "homepage": "https://github.com/0xProject/protocol/tree/main/contracts/libs", "devDependencies": { "@0x/abi-gen": "^5.4.2", - "@0x/contracts-gen": "2.0.11", + "@0x/contracts-gen": "2.0.13", "@0x/dev-utils": "^3.3.3", "@0x/sol-compiler": "^4.2.2", "@0x/subproviders": "^6.1.4", - "@0x/ts-doc-gen": "^0.0.22", + "@0x/ts-doc-gen": "^0.0.26", "@0x/tslint-config": "^4.1.3", "@0x/web3-wrapper": "^7.2.3", "@types/lodash": "4.14.104", diff --git a/contracts/exchange/package.json b/contracts/exchange/package.json index 0c73dbf960..ccc3e32770 100644 --- a/contracts/exchange/package.json +++ b/contracts/exchange/package.json @@ -55,14 +55,14 @@ "@0x/abi-gen": "^5.4.2", "@0x/contracts-asset-proxy": "^3.4.0", "@0x/contracts-exchange-libs": "^4.3.7", - "@0x/contracts-gen": "2.0.11", + "@0x/contracts-gen": "2.0.13", "@0x/contracts-multisig": "^4.1.7", "@0x/contracts-staking": "^2.0.14", "@0x/contracts-test-utils": "^5.3.4", "@0x/contracts-utils": "^4.5.1", "@0x/dev-utils": "^3.3.3", "@0x/sol-compiler": "^4.2.2", - "@0x/ts-doc-gen": "^0.0.22", + "@0x/ts-doc-gen": "^0.0.26", "@0x/tslint-config": "^4.1.3", "@0x/types": "^3.2.3", "@0x/typescript-typings": "^5.1.4", diff --git a/contracts/extensions/package.json b/contracts/extensions/package.json index 8e6742588e..1ef91beca3 100644 --- a/contracts/extensions/package.json +++ b/contracts/extensions/package.json @@ -59,13 +59,13 @@ "@0x/contracts-erc721": "^3.1.7", "@0x/contracts-exchange": "^3.2.7", "@0x/contracts-exchange-libs": "^4.3.7", - "@0x/contracts-gen": "2.0.11", + "@0x/contracts-gen": "2.0.13", "@0x/contracts-test-utils": "^5.3.4", "@0x/contracts-utils": "^4.5.1", "@0x/dev-utils": "^3.3.3", "@0x/order-utils": "^10.3.0", "@0x/sol-compiler": "^4.2.2", - "@0x/ts-doc-gen": "^0.0.22", + "@0x/ts-doc-gen": "^0.0.26", "@0x/tslint-config": "^4.1.3", "@0x/types": "^3.2.3", "@0x/utils": "^5.6.2", diff --git a/contracts/integrations/package.json b/contracts/integrations/package.json index 0d586e87a0..d7e6fc83ed 100644 --- a/contracts/integrations/package.json +++ b/contracts/integrations/package.json @@ -60,7 +60,7 @@ "@0x/contracts-exchange-forwarder": "^4.2.7", "@0x/contracts-exchange-libs": "^4.3.7", "@0x/contracts-extensions": "^6.2.1", - "@0x/contracts-gen": "2.0.11", + "@0x/contracts-gen": "2.0.13", "@0x/contracts-utils": "^4.5.1", "@0x/coordinator-server": "^1.0.5", "@0x/dev-utils": "^3.3.3", diff --git a/contracts/multisig/package.json b/contracts/multisig/package.json index 6ccde0c90c..b54998c3bd 100644 --- a/contracts/multisig/package.json +++ b/contracts/multisig/package.json @@ -52,7 +52,7 @@ "@0x/abi-gen": "^5.4.2", "@0x/contracts-asset-proxy": "^3.4.0", "@0x/contracts-erc20": "^3.2.1", - "@0x/contracts-gen": "2.0.11", + "@0x/contracts-gen": "2.0.13", "@0x/contracts-test-utils": "^5.3.4", "@0x/contracts-utils": "^4.5.1", "@0x/dev-utils": "^3.3.3", diff --git a/contracts/staking/package.json b/contracts/staking/package.json index a86424dead..740a233f6e 100644 --- a/contracts/staking/package.json +++ b/contracts/staking/package.json @@ -58,12 +58,12 @@ "@0x/contracts-dev-utils": "^1.3.5", "@0x/contracts-erc20": "^3.2.1", "@0x/contracts-exchange-libs": "^4.3.7", - "@0x/contracts-gen": "2.0.11", + "@0x/contracts-gen": "2.0.13", "@0x/contracts-utils": "^4.5.1", "@0x/dev-utils": "^3.3.3", "@0x/order-utils": "^10.3.0", "@0x/sol-compiler": "^4.2.2", - "@0x/ts-doc-gen": "^0.0.22", + "@0x/ts-doc-gen": "^0.0.26", "@0x/tslint-config": "^4.1.3", "@0x/types": "^3.2.3", "@0x/web3-wrapper": "^7.2.3", diff --git a/contracts/utils/package.json b/contracts/utils/package.json index e044154ac4..b2158754da 100644 --- a/contracts/utils/package.json +++ b/contracts/utils/package.json @@ -51,7 +51,7 @@ "homepage": "https://github.com/0xProject/protocol/tree/main/contracts/utils", "devDependencies": { "@0x/abi-gen": "^5.4.2", - "@0x/contracts-gen": "2.0.11", + "@0x/contracts-gen": "2.0.13", "@0x/contracts-test-utils": "^5.3.4", "@0x/dev-utils": "^3.3.3", "@0x/order-utils": "^10.3.0", diff --git a/contracts/zero-ex/package.json b/contracts/zero-ex/package.json index 2218835dd4..0bb5fbd7fa 100644 --- a/contracts/zero-ex/package.json +++ b/contracts/zero-ex/package.json @@ -54,13 +54,13 @@ "homepage": "https://github.com/0xProject/protocol/tree/main/contracts/zero-ex", "devDependencies": { "@0x/abi-gen": "^5.4.2", - "@0x/contracts-gen": "2.0.11", + "@0x/contracts-gen": "2.0.13", "@0x/contracts-erc20": "^3.2.1", "@0x/contracts-test-utils": "^5.3.4", "@0x/dev-utils": "^3.3.3", "@0x/order-utils": "^10.3.0", "@0x/sol-compiler": "^4.2.2", - "@0x/ts-doc-gen": "^0.0.22", + "@0x/ts-doc-gen": "^0.0.26", "@0x/tslint-config": "^4.1.3", "@types/lodash": "4.14.104", "@types/mocha": "^5.2.7", diff --git a/package.json b/package.json index f51fbaba7c..effa12f13c 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,8 @@ "lint": "wsrun lint $PKG --fast-exit --parallel --exclude-missing", "lint:stages": "wsrun lint $PKG --fast-exit --stages --exclude-missing", "lint:contracts": "wsrun lint -p ${npm_package_config_contractsPackages} -c --fast-exit --stages --exclude-missing", - "upgrade_deps": "node node_modules/@0x/monorepo-scripts/lib/upgrade_deps.js -p '@0x|ethereum-types'", + "upgrade_org_deps": "node node_modules/@0x/monorepo-scripts/lib/upgrade_deps.js -p '@0x|ethereum-types'", + "upgrade_deps": "node node_modules/@0x/monorepo-scripts/lib/upgrade_deps.js", "verdaccio": "docker run --rm -i -p 4873:4873 0xorg/verdaccio" }, "config": { diff --git a/packages/asset-swapper/package.json b/packages/asset-swapper/package.json index 9b952270a2..5369657ab2 100644 --- a/packages/asset-swapper/package.json +++ b/packages/asset-swapper/package.json @@ -94,11 +94,11 @@ "@0x/contracts-test-utils": "^5.3.4", "@0x/contracts-utils": "^4.5.1", "@0x/dev-utils": "^3.3.3", - "@0x/mesh-rpc-client": "^7.0.4-beta-0xv3", + "@0x/mesh-rpc-client": "^9.4.2", "@0x/migrations": "^6.4.0", "@0x/sol-compiler": "^4.2.2", "@0x/subproviders": "^6.1.4", - "@0x/ts-doc-gen": "^0.0.22", + "@0x/ts-doc-gen": "^0.0.26", "@0x/tslint-config": "^4.1.3", "@0x/types": "^3.2.3", "@types/lodash": "4.14.104", diff --git a/packages/contract-wrappers-test/package.json b/packages/contract-wrappers-test/package.json index a9da90d797..685064540a 100644 --- a/packages/contract-wrappers-test/package.json +++ b/packages/contract-wrappers-test/package.json @@ -37,7 +37,7 @@ "@0x/migrations": "^6.4.0", "@0x/order-utils": "^10.3.0", "@0x/subproviders": "^6.1.4", - "@0x/ts-doc-gen": "^0.0.22", + "@0x/ts-doc-gen": "^0.0.26", "@0x/tslint-config": "^4.1.3", "@0x/types": "^3.2.3", "@0x/utils": "^5.6.2", diff --git a/packages/contract-wrappers/package.json b/packages/contract-wrappers/package.json index f0316b0353..a297925d3b 100644 --- a/packages/contract-wrappers/package.json +++ b/packages/contract-wrappers/package.json @@ -47,7 +47,7 @@ }, "homepage": "https://github.com/0xProject/protocol/tree/main/packages/contract-wrappers", "devDependencies": { - "@0x/ts-doc-gen": "^0.0.22", + "@0x/ts-doc-gen": "^0.0.26", "@0x/tslint-config": "^4.1.3", "gitpkg": "https://github.com/0xProject/gitpkg.git", "tslint": "5.11.0", diff --git a/packages/migrations/package.json b/packages/migrations/package.json index d0c8a2d18e..d79be69f9f 100644 --- a/packages/migrations/package.json +++ b/packages/migrations/package.json @@ -49,7 +49,7 @@ }, "devDependencies": { "@0x/dev-utils": "^3.3.3", - "@0x/ts-doc-gen": "^0.0.22", + "@0x/ts-doc-gen": "^0.0.26", "@0x/tslint-config": "^4.1.3", "@0x/types": "^3.2.3", "@types/yargs": "^11.0.0", diff --git a/packages/order-utils/package.json b/packages/order-utils/package.json index 513e06b945..504babd0a4 100644 --- a/packages/order-utils/package.json +++ b/packages/order-utils/package.json @@ -45,7 +45,7 @@ "devDependencies": { "@0x/dev-utils": "^3.3.3", "@0x/subproviders": "^6.1.4", - "@0x/ts-doc-gen": "^0.0.22", + "@0x/ts-doc-gen": "^0.0.26", "@0x/tslint-config": "^4.1.3", "@0x/types": "^3.2.3", "@0x/typescript-typings": "^5.1.4", diff --git a/yarn.lock b/yarn.lock index 98b564c3a6..9b110989a9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -737,7 +737,7 @@ lodash "^4.17.11" valid-url "^1.0.9" -"@0x/assert@^3.0.1", "@0x/assert@^3.0.12", "@0x/assert@^3.0.9": +"@0x/assert@^3.0.1", "@0x/assert@^3.0.12", "@0x/assert@^3.0.6", "@0x/assert@^3.0.9": version "3.0.12" resolved "https://registry.yarnpkg.com/@0x/assert/-/assert-3.0.12.tgz#5bf270ffbf098b3a8fe5b5ee8ec403dcbeac4d57" integrity sha512-YP5PW5o20dfcKl+fnom8kiELi2NgH0qFWUgT34bj16xJb1vmasHfSpkOsu8c2du65GAtumJ8OzvN4CAkPtxfaw== @@ -809,24 +809,7 @@ uuid "^3.3.2" websocket "^1.0.26" -"@0x/contracts-gen@2.0.11": - version "2.0.11" - resolved "https://registry.yarnpkg.com/@0x/contracts-gen/-/contracts-gen-2.0.11.tgz#f8afa030988b8653da04d00fa0ecd28174ce1eb9" - integrity sha512-q1/YYFVX4FAS67pimGuFwF5MpxhswQ0+cIYd6yqEvxaqIuC+w2YCS/cDu4kvD7WSRF0DILzNfCPw4CuloG/u8Q== - dependencies: - "@0x/sol-compiler" "^4.2.0" - "@0x/sol-resolver" "^3.1.1" - "@0x/types" "^3.2.1" - "@0x/typescript-typings" "^5.1.2" - "@0x/utils" "^5.6.0" - "@types/node" "12.12.54" - ethereum-types "^3.3.0" - lodash "^4.17.11" - mkdirp "^0.5.1" - prettier "^1.16.3" - to-snake-case "^1.0.0" - -"@0x/contracts-gen@^2.0.13": +"@0x/contracts-gen@2.0.13", "@0x/contracts-gen@^2.0.13": version "2.0.13" resolved "https://registry.yarnpkg.com/@0x/contracts-gen/-/contracts-gen-2.0.13.tgz#3e0f3fd10d1f09ebe2a968ba79f1d273fae0763e" integrity sha512-PmV7dcMxGF6C0feow3Xqlq1KunCNX3yKEUCJLvlbFoyxKhwil13pOT8bNi5amIMm6YXW62eMvZxvlGVMl0qISw== @@ -925,6 +908,19 @@ uuid "^3.3.2" websocket "^1.0.29" +"@0x/mesh-rpc-client@^9.4.2": + version "9.4.2" + resolved "https://registry.yarnpkg.com/@0x/mesh-rpc-client/-/mesh-rpc-client-9.4.2.tgz#6f9690fb1cb37fb0c2fd3907241af0e543c78451" + integrity sha512-WsimLObhVZxG/Zbwm0hweLXdQ/D8tbzGFbzEX9o3UbnqRJG/3sGtXM4es8lD0sTkc/EPO3SB0jBegSV4cE/2aw== + dependencies: + "@0x/assert" "^3.0.6" + "@0x/types" "^3.1.2" + "@0x/typescript-typings" "^5.0.2" + "@0x/utils" "^5.4.0" + uuid "^3.3.2" + web3-providers "^2.0.0-alpha.1" + websocket "^1.0.29" + "@0x/monorepo-scripts@^2.0.2": version "2.0.2" resolved "https://registry.yarnpkg.com/@0x/monorepo-scripts/-/monorepo-scripts-2.0.2.tgz#2091f71e71a6d799b58ad62e9eaa2e0f2226072a" @@ -991,7 +987,7 @@ express-async-handler "^1.1.4" http-status-codes "^1.4.0" -"@0x/sol-compiler@^4.2.0", "@0x/sol-compiler@^4.2.2": +"@0x/sol-compiler@^4.2.2": version "4.2.2" resolved "https://registry.yarnpkg.com/@0x/sol-compiler/-/sol-compiler-4.2.2.tgz#cc9046630439e158a300b45cb8c3fc191d0eddd8" integrity sha512-tFGSA5K1v01fT6xAFsJbGWWX8edyquQ/evhq8YLWXKhj+eDF57rTFLOjO0Gg8NLFJmaCr8T02HOSB7DDK5n4VA== @@ -1049,7 +1045,7 @@ lodash "^4.17.11" web3-provider-engine "14.0.6" -"@0x/sol-resolver@^3.1.1", "@0x/sol-resolver@^3.1.3": +"@0x/sol-resolver@^3.1.3": version "3.1.3" resolved "https://registry.yarnpkg.com/@0x/sol-resolver/-/sol-resolver-3.1.3.tgz#39b2a63cdb595e05d0f1fff464a81864403f7289" integrity sha512-6EpR5evITN095HSEYmHdqEXNq3RB0r7sZJ5IikBXKJwF++hib3IFDtBZnVSBSvuiDEeErXQwCPRENfBQD7gZkg== @@ -1132,18 +1128,18 @@ optionalDependencies: "@ledgerhq/hw-transport-node-hid" "^4.3.0" -"@0x/ts-doc-gen@^0.0.22": - version "0.0.22" - resolved "https://registry.yarnpkg.com/@0x/ts-doc-gen/-/ts-doc-gen-0.0.22.tgz#c9c215899695dcd4320a1711291be40050ddbc0e" - integrity sha512-vm41PSXNyRNTcuy4PN3xgIo3BkI8fVfM3Yol36f6PHvk2tIiOhotlhmQHqRD0FmRYEqqadbZ2tK4QxCtnVyyhg== +"@0x/ts-doc-gen@^0.0.26": + version "0.0.26" + resolved "https://registry.yarnpkg.com/@0x/ts-doc-gen/-/ts-doc-gen-0.0.26.tgz#1447988533f12104d228e8100c77ddb817804a9c" + integrity sha512-NrA2jWPZGlEf28A6qabABSi6yhoAKg0KUONjjITl74vLNli4IXPDQXQ7Dzuxb/LFx0YtiinZzgj+w8LnUo8NVA== dependencies: - "@0x/typescript-typings" "^4.2.2" - "@0x/utils" "^4.3.3" + "@0x/typescript-typings" "^5.0.1" + "@0x/utils" "^5.1.1" glob "^7.1.4" promisify-child-process "^3.1.1" rimraf "^2.6.3" - typedoc "^0.15.0" - typedoc-plugin-markdown "^2.1.0" + typedoc "^0.16.11" + typedoc-plugin-markdown "~2.2.17" yargs "^10.0.3" "@0x/tslint-config@^4.1.3": @@ -1167,15 +1163,6 @@ bignumber.js "~9.0.0" ethereum-types "^2.2.0-beta.2" -"@0x/types@^2.4.3": - version "2.4.3" - resolved "https://registry.yarnpkg.com/@0x/types/-/types-2.4.3.tgz#ea014889789e9013fdf48ce97b79f2c016e10fb3" - integrity sha512-3z4ca9fb9pyTu9lJhTSll5EuEthkA3tLAayyZixCoCnwi4ok6PJ83PnMMsSxlRY2iXr7QGbrQr6nU64YWk2WjA== - dependencies: - "@types/node" "*" - bignumber.js "~8.0.2" - ethereum-types "^2.1.6" - "@0x/types@^2.5.0-beta.3": version "2.5.0-beta.3" resolved "https://registry.yarnpkg.com/@0x/types/-/types-2.5.0-beta.3.tgz#e010e9dbf62e37e59177c1d6df8d1acf3a9ea1b4" @@ -1185,7 +1172,7 @@ bignumber.js "~9.0.0" ethereum-types "^2.2.0-beta.2" -"@0x/types@^3.1.0", "@0x/types@^3.2.0", "@0x/types@^3.2.1", "@0x/types@^3.2.3": +"@0x/types@^3.1.0", "@0x/types@^3.1.2", "@0x/types@^3.2.0", "@0x/types@^3.2.3": version "3.2.3" resolved "https://registry.yarnpkg.com/@0x/types/-/types-3.2.3.tgz#12a82ceea682f099ce2822e608489bdb9ff3b3d4" integrity sha512-9QB8UdZzHC9hAJGjc9Mk/m2mxjs4QfedcwM1Lf4C3CpPPnqVsFk12k9uNtgEPIJ0IO/TkmZpLEVc5h+IaDkytw== @@ -1205,18 +1192,7 @@ ethereum-types "^2.2.0-beta.2" popper.js "1.14.3" -"@0x/typescript-typings@^4.2.2", "@0x/typescript-typings@^4.3.0": - version "4.3.0" - resolved "https://registry.yarnpkg.com/@0x/typescript-typings/-/typescript-typings-4.3.0.tgz#4813a996ac5101841d1c22f4aa1738ab56168857" - integrity sha512-6IH2JyKyl33+40tJ5rEhaMPTS2mVuRvoNmoXlCd/F0GPYSsDHMGObIXOkx+Qsw5SyCmqNs/3CTLeeCCqiSUdaw== - dependencies: - "@types/bn.js" "^4.11.0" - "@types/react" "*" - bignumber.js "~8.0.2" - ethereum-types "^2.1.6" - popper.js "1.14.3" - -"@0x/typescript-typings@^5.0.0", "@0x/typescript-typings@^5.1.1", "@0x/typescript-typings@^5.1.2", "@0x/typescript-typings@^5.1.4": +"@0x/typescript-typings@^5.0.0", "@0x/typescript-typings@^5.0.1", "@0x/typescript-typings@^5.0.2", "@0x/typescript-typings@^5.1.1", "@0x/typescript-typings@^5.1.4": version "5.1.4" resolved "https://registry.yarnpkg.com/@0x/typescript-typings/-/typescript-typings-5.1.4.tgz#91a93f802607992af83fdd19570399df87ff66ef" integrity sha512-8tR7FHO3P/6UkJVZdcm0MTg61L86BaQHRP/Y3RYPMBvdy1iUKi2Grde0NTB08FjqbPKlgRu/BtL2b/LmU8Rj6g== @@ -1228,25 +1204,6 @@ ethereum-types "^3.3.2" popper.js "1.14.3" -"@0x/utils@^4.3.3": - version "4.5.2" - resolved "https://registry.yarnpkg.com/@0x/utils/-/utils-4.5.2.tgz#6cc89f2d0dda341e0fb4e76049a35abfb67a4ac5" - integrity sha512-NWfNcvyiOhouk662AWxX0ZVe4ednBZJS9WZT/by3DBCY/WvN7WHMpEy9M5rBCxO+JJndLYeB5eBztDp7W+Ytkw== - dependencies: - "@0x/types" "^2.4.3" - "@0x/typescript-typings" "^4.3.0" - "@types/node" "*" - abortcontroller-polyfill "^1.1.9" - bignumber.js "~8.0.2" - chalk "^2.3.0" - detect-node "2.0.3" - ethereum-types "^2.1.6" - ethereumjs-util "^5.1.1" - ethers "~4.0.4" - isomorphic-fetch "2.2.1" - js-sha3 "^0.7.0" - lodash "^4.17.11" - "@0x/utils@^4.6.0-beta.2": version "4.6.0-beta.3" resolved "https://registry.yarnpkg.com/@0x/utils/-/utils-4.6.0-beta.3.tgz#d40278916d98c48ea05821ae4987c88f032c7bff" @@ -1266,7 +1223,7 @@ js-sha3 "^0.7.0" lodash "^4.17.11" -"@0x/utils@^5.1.0", "@0x/utils@^5.4.1", "@0x/utils@^5.5.1", "@0x/utils@^5.6.0", "@0x/utils@^5.6.2": +"@0x/utils@^5.1.0", "@0x/utils@^5.1.1", "@0x/utils@^5.4.0", "@0x/utils@^5.4.1", "@0x/utils@^5.5.1", "@0x/utils@^5.6.2": version "5.6.2" resolved "https://registry.yarnpkg.com/@0x/utils/-/utils-5.6.2.tgz#611011c0f0a3600fc918a880fd8e3924479776e5" integrity sha512-mz+kD+g2AE8CgYuPRh8qjO8XxPymHjPJhcG/9f2DWIjg1FKMPMSAuErV5k7fVQMryN5P/EmrRBDd+spQ8h56FQ== @@ -3350,11 +3307,6 @@ asynckit@^0.4.0: resolved "https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79" integrity sha1-x57Zf380y48robyXkLzDZkdLS3k= -at-least-node@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/at-least-node/-/at-least-node-1.0.0.tgz#602cd4b46e844ad4effc92a8011a3c46e0238dc2" - integrity sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg== - atob-lite@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/atob-lite/-/atob-lite-2.0.0.tgz#0fef5ad46f1bd7a8502c65727f0367d5ee43d696" @@ -3997,11 +3949,6 @@ bignumber.js@~4.1.0: resolved "https://registry.yarnpkg.com/bignumber.js/-/bignumber.js-4.1.0.tgz#db6f14067c140bd46624815a7916c92d9b6c24b1" integrity sha512-eJzYkFYy9L4JzXsbymsFn3p54D+llV27oTQ+ziJG7WFRheJcNZilgVXMG0LoZtlQSKBsJdWtLFqOD0u+U0jZKA== -bignumber.js@~8.0.2: - version "8.0.2" - resolved "https://registry.yarnpkg.com/bignumber.js/-/bignumber.js-8.0.2.tgz#d8c4e1874359573b1ef03011a2d861214aeef137" - integrity sha512-EiuvFrnbv0jFixEQ9f58jo7X0qI2lNGIr/MxntmVzQc5JUweDSh8y8hbTCAomFtqwUPIOWcLXP0VEOSZTG7FFw== - binary-extensions@^1.0.0: version "1.13.1" resolved "https://registry.yarnpkg.com/binary-extensions/-/binary-extensions-1.13.1.tgz#598afe54755b2868a5330d2aff9d4ebb53209b65" @@ -6460,14 +6407,6 @@ ethereum-cryptography@^0.1.3: secp256k1 "^4.0.1" setimmediate "^1.0.5" -ethereum-types@^2.1.6: - version "2.1.6" - resolved "https://registry.yarnpkg.com/ethereum-types/-/ethereum-types-2.1.6.tgz#57d9d515fad86ab987c0f6962c4203be37da8579" - integrity sha512-xaN5TxLvkdFCGjGfUQ5wV00GHzDHStozP1j+K/YdmUeQXVGiD15cogYPhBVWG3pQJM/aBjtYrpMrjywvKkNC4A== - dependencies: - "@types/node" "*" - bignumber.js "~8.0.2" - ethereum-types@^2.2.0-beta.2: version "2.2.0-beta.2" resolved "https://registry.yarnpkg.com/ethereum-types/-/ethereum-types-2.2.0-beta.2.tgz#0b446842474c2afacd351258ed4a2d0841f2608f" @@ -6476,7 +6415,7 @@ ethereum-types@^2.2.0-beta.2: "@types/node" "*" bignumber.js "~9.0.0" -ethereum-types@^3.2.0, ethereum-types@^3.3.0, ethereum-types@^3.3.2: +ethereum-types@^3.2.0, ethereum-types@^3.3.2: version "3.3.2" resolved "https://registry.yarnpkg.com/ethereum-types/-/ethereum-types-3.3.2.tgz#8549cef5f574eb9a42f9c5ad63d4bd3b7e768253" integrity sha512-b5ofIaXnDuunMebBsVyv7uYU4ogTLWYPDvHAAIH69sl5hkBE+QFRMsRiEc6mFEAXm2DtZDvkiU1D2yucJFRobQ== @@ -6787,6 +6726,11 @@ eventemitter3@4.0.4: resolved "https://registry.yarnpkg.com/eventemitter3/-/eventemitter3-4.0.4.tgz#b5463ace635a083d018bdc7c917b4c5f10a85384" integrity sha512-rlaVLnVxtxvoyLsQQFBx53YmXHDxRIzzTLbdfxqi4yocpSjAxXwkU0cScM5JgSKMqEhrZpnvQ2D9gjylR0AimQ== +eventemitter3@^4.0.0: + version "4.0.7" + resolved "https://registry.yarnpkg.com/eventemitter3/-/eventemitter3-4.0.7.tgz#2de9b68f6528d5644ef5c59526a1b4a07306169f" + integrity sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw== + events@^3.0.0: version "3.2.0" resolved "https://registry.yarnpkg.com/events/-/events-3.2.0.tgz#93b87c18f8efcd4202a461aec4dfc0556b639379" @@ -7374,16 +7318,6 @@ fs-extra@^8.1.0: jsonfile "^4.0.0" universalify "^0.1.0" -fs-extra@^9.0.1: - version "9.0.1" - resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-9.0.1.tgz#910da0062437ba4c39fedd863f1675ccfefcb9fc" - integrity sha512-h2iAoN838FqAFJY2/qVpzFXy+EBxfVE220PalAqQLDVsFOHLJrZvut5puAbCdNv6WJk+B8ihI+k0c7JK5erwqQ== - dependencies: - at-least-node "^1.0.0" - graceful-fs "^4.2.0" - jsonfile "^6.0.1" - universalify "^1.0.0" - fs-minipass@^1.2.5: version "1.2.7" resolved "https://registry.yarnpkg.com/fs-minipass/-/fs-minipass-1.2.7.tgz#ccff8570841e7fe4265693da88936c55aed7f7c7" @@ -7869,7 +7803,7 @@ growl@1.10.5: resolved "https://registry.yarnpkg.com/growl/-/growl-1.10.5.tgz#f2735dc2283674fa67478b10181059355c369e5e" integrity sha512-qBr4OuELkhPenW6goKVXiv47US3clb3/IbuWF9KNKEijAy9oeHxU9IgzjvJhHkUzhaj7rOUD7+YGWqUjLp5oSA== -handlebars@^4.0.1, handlebars@^4.0.3, handlebars@^4.1.2, handlebars@^4.7.0, handlebars@^4.7.6: +handlebars@^4.0.1, handlebars@^4.0.3, handlebars@^4.1.2, handlebars@^4.7.0, handlebars@^4.7.2, handlebars@^4.7.3, handlebars@^4.7.6: version "4.7.6" resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.7.6.tgz#d4c05c1baf90e9945f77aa68a7a219aa4a7df74e" integrity sha512-1f2BACcBfiwAfStCKZNrUCgqNZkGsAT7UM3kkYtXuLo0KnaVfjKOyf7PRzB6++aK9STyT1Pd2ZCPe3EGOXleXA== @@ -9105,15 +9039,6 @@ jsonfile@^4.0.0: optionalDependencies: graceful-fs "^4.1.6" -jsonfile@^6.0.1: - version "6.0.1" - resolved "https://registry.yarnpkg.com/jsonfile/-/jsonfile-6.0.1.tgz#98966cba214378c8c84b82e085907b40bf614179" - integrity sha512-jR2b5v7d2vIOust+w3wtFKZIfpC2pnRmFAhAC/BuweZFQR8qZzxH1OyrQ10HmdVYiXWkYUqPVsz91cG7EL2FBg== - dependencies: - universalify "^1.0.0" - optionalDependencies: - graceful-fs "^4.1.6" - jsonify@~0.0.0: version "0.0.0" resolved "https://registry.yarnpkg.com/jsonify/-/jsonify-0.0.0.tgz#2c74b6ee41d93ca51b7b5aaee8f503631d252a73" @@ -14070,13 +13995,23 @@ typedoc-default-themes@^0.6.3: lunr "^2.3.8" underscore "^1.9.1" -typedoc-plugin-markdown@^2.1.0: - version "2.4.2" - resolved "https://registry.yarnpkg.com/typedoc-plugin-markdown/-/typedoc-plugin-markdown-2.4.2.tgz#2d83fe4f279643436ebc44ca2f937855b0fd9f12" - integrity sha512-BBH+9/Uq5XbsqfzCDl8Jq4iaLXRMXRuAHZRFarAZX7df8+F3vUjDx/WHWoWqbZ/XUFzduLC2Iuy2qwsJX8SQ7A== +typedoc-default-themes@^0.7.2: + version "0.7.2" + resolved "https://registry.yarnpkg.com/typedoc-default-themes/-/typedoc-default-themes-0.7.2.tgz#1e9896f920b58e6da0bba9d7e643738d02405a5a" + integrity sha512-fiFKlFO6VTqjcno8w6WpTsbCgXmfPHVjnLfYkmByZE7moaz+E2DSpAT+oHtDHv7E0BM5kAhPrHJELP2J2Y2T9A== dependencies: - fs-extra "^9.0.1" - handlebars "^4.7.6" + backbone "^1.4.0" + jquery "^3.4.1" + lunr "^2.3.8" + underscore "^1.9.1" + +typedoc-plugin-markdown@~2.2.17: + version "2.2.17" + resolved "https://registry.yarnpkg.com/typedoc-plugin-markdown/-/typedoc-plugin-markdown-2.2.17.tgz#aaef7420e8268170e62c764f43740e10f842548d" + integrity sha512-eE6cTeqsZIbjur6RG91Lhx1vTwjR49OHwVPRlmsxY3dthS4FNRL8sHxT5Y9pkosBwv1kSmNGQEPHjMYy1Ag6DQ== + dependencies: + fs-extra "^8.1.0" + handlebars "^4.7.3" typedoc@^0.15.0: version "0.15.8" @@ -14095,6 +14030,23 @@ typedoc@^0.15.0: typedoc-default-themes "^0.6.3" typescript "3.7.x" +typedoc@^0.16.11: + version "0.16.11" + resolved "https://registry.yarnpkg.com/typedoc/-/typedoc-0.16.11.tgz#95f862c6eba78533edc9af7096d2295b718eddc1" + integrity sha512-YEa5i0/n0yYmLJISJ5+po6seYfJQJ5lQYcHCPF9ffTF92DB/TAZO/QrazX5skPHNPtmlIht5FdTXCM2kC7jQFQ== + dependencies: + "@types/minimatch" "3.0.3" + fs-extra "^8.1.0" + handlebars "^4.7.2" + highlight.js "^9.17.1" + lodash "^4.17.15" + marked "^0.8.0" + minimatch "^3.0.0" + progress "^2.0.3" + shelljs "^0.8.3" + typedoc-default-themes "^0.7.2" + typescript "3.7.x" + typemoq@^2.1.0: version "2.1.0" resolved "https://registry.yarnpkg.com/typemoq/-/typemoq-2.1.0.tgz#4452ce360d92cf2a1a180f0c29de2803f87af1e8" @@ -14252,11 +14204,6 @@ universalify@^0.1.0: resolved "https://registry.yarnpkg.com/universalify/-/universalify-0.1.2.tgz#b646f69be3942dabcecc9d6639c80dc105efaa66" integrity sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg== -universalify@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/universalify/-/universalify-1.0.0.tgz#b61a1da173e8435b2fe3c67d29b9adf8594bd16d" - integrity sha512-rb6X1W158d7pRQBg5gkR8uPaSfiids68LTJQYOtEUhoJUWBdaQHsuT/EUduxXYxcrt4r5PJ4fuHW1MHT6p0qug== - unorm@^1.3.3: version "1.6.0" resolved "https://registry.yarnpkg.com/unorm/-/unorm-1.6.0.tgz#029b289661fba714f1a9af439eb51d9b16c205af" @@ -14585,6 +14532,17 @@ web3-core-helpers@2.0.0-alpha: web3-eth-iban "2.0.0-alpha" web3-utils "2.0.0-alpha" +web3-core-helpers@2.0.0-alpha.1: + version "2.0.0-alpha.1" + resolved "https://registry.yarnpkg.com/web3-core-helpers/-/web3-core-helpers-2.0.0-alpha.1.tgz#d20db557fe8740578105fb6b5790eb22097d1974" + integrity sha512-YUDECwESRI2Bw3ijEaGGkYhEAyqQF17KFtul9Y6OZLtYx6W7bJCMKbSFigLl99F3zFLZ8E/dwzCizSrD+DuWIQ== + dependencies: + "@babel/runtime" "^7.3.1" + lodash "^4.17.11" + web3-core "2.0.0-alpha.1" + web3-eth-iban "2.0.0-alpha.1" + web3-utils "2.0.0-alpha.1" + web3-core-method@1.2.1: version "1.2.1" resolved "https://registry.yarnpkg.com/web3-core-method/-/web3-core-method-1.2.1.tgz#9df1bafa2cd8be9d9937e01c6a47fc768d15d90a" @@ -14622,6 +14580,20 @@ web3-core-method@2.0.0-alpha: web3-core-subscriptions "2.0.0-alpha" web3-utils "2.0.0-alpha" +web3-core-method@2.0.0-alpha.1: + version "2.0.0-alpha.1" + resolved "https://registry.yarnpkg.com/web3-core-method/-/web3-core-method-2.0.0-alpha.1.tgz#6fd59cd229550bd08cb8922c095870fc9bf35f66" + integrity sha512-RlKYn9spgKAbIU9IV5UCQBLAcblLf5O6LYCGacRk0Iyz2SE0bVMtd7CY1pcsIXegNFiT3CPk+XvcpOIehZBhVQ== + dependencies: + "@babel/runtime" "^7.3.1" + eventemitter3 "3.1.0" + lodash "^4.17.11" + rxjs "^6.4.0" + web3-core "2.0.0-alpha.1" + web3-core-helpers "2.0.0-alpha.1" + web3-core-subscriptions "2.0.0-alpha.1" + web3-utils "2.0.0-alpha.1" + web3-core-promievent@1.2.1: version "1.2.1" resolved "https://registry.yarnpkg.com/web3-core-promievent/-/web3-core-promievent-1.2.1.tgz#003e8a3eb82fb27b6164a6d5b9cad04acf733838" @@ -14686,6 +14658,15 @@ web3-core-subscriptions@2.0.0-alpha: eventemitter3 "^3.1.0" lodash "^4.17.11" +web3-core-subscriptions@2.0.0-alpha.1: + version "2.0.0-alpha.1" + resolved "https://registry.yarnpkg.com/web3-core-subscriptions/-/web3-core-subscriptions-2.0.0-alpha.1.tgz#5c2164ce8649645f6809dcdc34626ae12ec0d19b" + integrity sha512-fOr5DCz1QjwBPf/ssJ49Q0LVi5PUOkHmJ1y+5aSSJZmcuAZ9h1FJp7ANqAI7p7ssXnm9RpCDMg5vGa8tyYyAXA== + dependencies: + "@babel/runtime" "^7.3.1" + eventemitter3 "^4.0.0" + lodash "^4.17.11" + web3-core@1.2.1: version "1.2.1" resolved "https://registry.yarnpkg.com/web3-core/-/web3-core-1.2.1.tgz#7278b58fb6495065e73a77efbbce781a7fddf1a9" @@ -14722,6 +14703,19 @@ web3-core@2.0.0-alpha: web3-providers "2.0.0-alpha" web3-utils "2.0.0-alpha" +web3-core@2.0.0-alpha.1: + version "2.0.0-alpha.1" + resolved "https://registry.yarnpkg.com/web3-core/-/web3-core-2.0.0-alpha.1.tgz#4bb87b860a0bbf9fd19ae380a4773e12ac3b3010" + integrity sha512-7fBl1h9Z46q0n8ugjYWMZsBP1tLlt8Rp4dRDF11EUNFQo1ll60tHj9PdjQIcKqoTd9EKhjYeZUWIsLf7YuipqA== + dependencies: + "@babel/runtime" "^7.3.1" + "@types/bn.js" "^4.11.4" + "@types/node" "^12.6.1" + lodash "^4.17.11" + web3-core-method "2.0.0-alpha.1" + web3-providers "2.0.0-alpha.1" + web3-utils "2.0.0-alpha.1" + web3-eth-abi@1.2.1: version "1.2.1" resolved "https://registry.yarnpkg.com/web3-eth-abi/-/web3-eth-abi-1.2.1.tgz#9b915b1c9ebf82f70cca631147035d5419064689" @@ -14866,6 +14860,15 @@ web3-eth-iban@2.0.0-alpha: bn.js "4.11.8" web3-utils "2.0.0-alpha" +web3-eth-iban@2.0.0-alpha.1: + version "2.0.0-alpha.1" + resolved "https://registry.yarnpkg.com/web3-eth-iban/-/web3-eth-iban-2.0.0-alpha.1.tgz#79f1f6061b95b5bb64eb4243a6c65dadf542077c" + integrity sha512-I9oD+kjiF/RPYslndfr4UlhU/zdP67+LYG5dMx6zEM+KUmHdwQeMTp4w3NVZny7/pOtXA1w6dJJ2tL/OVfGkkw== + dependencies: + "@babel/runtime" "^7.3.1" + bn.js "4.11.8" + web3-utils "2.0.0-alpha.1" + web3-eth-personal@1.2.1: version "1.2.1" resolved "https://registry.yarnpkg.com/web3-eth-personal/-/web3-eth-personal-1.2.1.tgz#244e9911b7b482dc17c02f23a061a627c6e47faf" @@ -15068,6 +15071,23 @@ web3-providers@2.0.0-alpha: websocket "^1.0.28" xhr2-cookies "1.1.0" +web3-providers@2.0.0-alpha.1, web3-providers@^2.0.0-alpha.1: + version "2.0.0-alpha.1" + resolved "https://registry.yarnpkg.com/web3-providers/-/web3-providers-2.0.0-alpha.1.tgz#19486aed4b014ec5d7687fac4eef2042db8b338c" + integrity sha512-X7hDkLKVN1U5aWeNQeErev494VSgt4gHJpHTgXn2rxrdJYUf7+6e6Al7yvRHlDxoTzhycX+j11HQC+CZlA+uhQ== + dependencies: + "@babel/runtime" "^7.3.1" + "@types/node" "^10.12.18" + eventemitter3 "3.1.0" + lodash "^4.17.11" + url-parse "1.4.4" + web3-core "2.0.0-alpha.1" + web3-core-helpers "2.0.0-alpha.1" + web3-core-method "2.0.0-alpha.1" + web3-utils "2.0.0-alpha.1" + websocket "github:web3-js/WebSocket-Node#polyfill/globalThis" + xhr2-cookies "1.1.0" + web3-shh@1.2.1: version "1.2.1" resolved "https://registry.yarnpkg.com/web3-shh/-/web3-shh-1.2.1.tgz#4460e3c1e07faf73ddec24ccd00da46f89152b0c" @@ -15152,6 +15172,22 @@ web3-utils@2.0.0-alpha: randombytes "^2.1.0" utf8 "2.1.1" +web3-utils@2.0.0-alpha.1: + version "2.0.0-alpha.1" + resolved "https://registry.yarnpkg.com/web3-utils/-/web3-utils-2.0.0-alpha.1.tgz#231442adea3b58bca0c7185ee5b7743c01938682" + integrity sha512-xZY9rPC/5S2utQV26x2oeWlBjs1cGwO+AAwv0smK2zjNi6UeTZjG9aZ/RJZJpToIapKhdtmQI6yZ8/ZQNDRGGg== + dependencies: + "@babel/runtime" "^7.3.1" + "@types/bn.js" "^4.11.4" + "@types/node" "^12.6.1" + bn.js "4.11.8" + eth-lib "0.2.8" + ethjs-unit "^0.1.6" + lodash "^4.17.11" + number-to-bn "1.7.0" + randombytes "^2.1.0" + utf8 "2.1.1" + web3@1.2.1: version "1.2.1" resolved "https://registry.yarnpkg.com/web3/-/web3-1.2.1.tgz#5d8158bcca47838ab8c2b784a2dee4c3ceb4179b"