Publish
- 0x.js@5.0.0 - @0x/abi-gen@2.0.3 - @0x/abi-gen-wrappers@3.0.3 - @0x/assert@2.0.3 - @0x/asset-buyer@5.0.4 - @0x/base-contract@4.0.3 - @0x/connect@4.0.4 - @0x/contract-wrappers@7.1.0 - @0x/contracts-gen@1.0.2 - @0x/dev-tools-pages@0.0.19 - @0x/dev-utils@2.1.0 - @0x/fill-scenarios@2.0.4 - @0x/instant@1.0.13 - @0x/json-schemas@3.0.3 - @0x/metacoin@0.0.40 - @0x/migrations@3.0.4 - @0x/monorepo-scripts@1.0.24 - @0x/order-utils@6.1.0 - @0x/order-watcher@3.0.4 - @0x/pipeline@1.0.10 - @0x/react-docs@2.0.4 - @0x/react-shared@2.0.4 - @0x/sol-compiler@3.0.3 - @0x/sol-coverage@2.0.3 - @0x/sol-doc@2.0.3 - @0x/sol-profiler@2.0.4 - @0x/sol-trace@2.0.4 - @0x/sol-tracing-utils@6.0.3 - @0x/sra-spec@2.0.3 - @0x/subproviders@3.0.3 - @0x/testnet-faucets@1.0.69 - @0x/utils@4.1.0 - @0x/web3-wrapper@5.0.0 - @0x/website@0.0.72 - @0x/contracts-asset-proxy@1.0.5 - @0x/contracts-erc20@1.0.5 - @0x/contracts-erc721@1.0.5 - @0x/contracts-exchange@1.0.5 - @0x/contracts-exchange-forwarder@1.0.5 - @0x/contracts-exchange-libs@1.0.5 - @0x/contracts-extensions@2.0.4 - @0x/contracts-multisig@2.0.4 - @0x/contracts-test-utils@3.0.4 - @0x/contracts-utils@2.0.4
This commit is contained in:
		@@ -1,6 +1,6 @@
 | 
			
		||||
{
 | 
			
		||||
    "name": "@0x/contracts-asset-proxy",
 | 
			
		||||
    "version": "1.0.4",
 | 
			
		||||
    "version": "1.0.5",
 | 
			
		||||
    "engines": {
 | 
			
		||||
        "node": ">=6.12"
 | 
			
		||||
    },
 | 
			
		||||
@@ -46,10 +46,10 @@
 | 
			
		||||
    },
 | 
			
		||||
    "homepage": "https://github.com/0xProject/0x-monorepo/contracts/protocol/README.md",
 | 
			
		||||
    "devDependencies": {
 | 
			
		||||
        "@0x/abi-gen": "^2.0.2",
 | 
			
		||||
        "@0x/contracts-gen": "^1.0.1",
 | 
			
		||||
        "@0x/dev-utils": "^2.0.2",
 | 
			
		||||
        "@0x/sol-compiler": "^3.0.2",
 | 
			
		||||
        "@0x/abi-gen": "^2.0.3",
 | 
			
		||||
        "@0x/contracts-gen": "^1.0.2",
 | 
			
		||||
        "@0x/dev-utils": "^2.1.0",
 | 
			
		||||
        "@0x/sol-compiler": "^3.0.3",
 | 
			
		||||
        "@0x/tslint-config": "^3.0.0",
 | 
			
		||||
        "@types/lodash": "4.14.104",
 | 
			
		||||
        "@types/node": "*",
 | 
			
		||||
@@ -66,16 +66,16 @@
 | 
			
		||||
        "typescript": "3.0.1"
 | 
			
		||||
    },
 | 
			
		||||
    "dependencies": {
 | 
			
		||||
        "@0x/base-contract": "^4.0.2",
 | 
			
		||||
        "@0x/base-contract": "^4.0.3",
 | 
			
		||||
        "@0x/contracts-erc20": "1.0.2",
 | 
			
		||||
        "@0x/contracts-erc721": "1.0.2",
 | 
			
		||||
        "@0x/contracts-test-utils": "^3.0.3",
 | 
			
		||||
        "@0x/contracts-test-utils": "^3.0.4",
 | 
			
		||||
        "@0x/contracts-utils": "2.0.1",
 | 
			
		||||
        "@0x/order-utils": "^6.0.1",
 | 
			
		||||
        "@0x/order-utils": "^6.1.0",
 | 
			
		||||
        "@0x/types": "^2.0.2",
 | 
			
		||||
        "@0x/typescript-typings": "^4.0.0",
 | 
			
		||||
        "@0x/utils": "^4.0.3",
 | 
			
		||||
        "@0x/web3-wrapper": "^4.0.2",
 | 
			
		||||
        "@0x/utils": "^4.1.0",
 | 
			
		||||
        "@0x/web3-wrapper": "^5.0.0",
 | 
			
		||||
        "ethereum-types": "^2.0.0",
 | 
			
		||||
        "lodash": "^4.17.11"
 | 
			
		||||
    },
 | 
			
		||||
 
 | 
			
		||||
@@ -1,6 +1,6 @@
 | 
			
		||||
{
 | 
			
		||||
    "name": "@0x/contracts-erc20",
 | 
			
		||||
    "version": "1.0.4",
 | 
			
		||||
    "version": "1.0.5",
 | 
			
		||||
    "engines": {
 | 
			
		||||
        "node": ">=6.12"
 | 
			
		||||
    },
 | 
			
		||||
@@ -46,11 +46,11 @@
 | 
			
		||||
    },
 | 
			
		||||
    "homepage": "https://github.com/0xProject/0x-monorepo/contracts/tokens/README.md",
 | 
			
		||||
    "devDependencies": {
 | 
			
		||||
        "@0x/abi-gen": "^2.0.2",
 | 
			
		||||
        "@0x/contracts-gen": "^1.0.1",
 | 
			
		||||
        "@0x/contracts-test-utils": "^3.0.3",
 | 
			
		||||
        "@0x/dev-utils": "^2.0.2",
 | 
			
		||||
        "@0x/sol-compiler": "^3.0.2",
 | 
			
		||||
        "@0x/abi-gen": "^2.0.3",
 | 
			
		||||
        "@0x/contracts-gen": "^1.0.2",
 | 
			
		||||
        "@0x/contracts-test-utils": "^3.0.4",
 | 
			
		||||
        "@0x/dev-utils": "^2.1.0",
 | 
			
		||||
        "@0x/sol-compiler": "^3.0.3",
 | 
			
		||||
        "@0x/tslint-config": "^3.0.0",
 | 
			
		||||
        "@types/lodash": "4.14.104",
 | 
			
		||||
        "@types/node": "*",
 | 
			
		||||
@@ -67,13 +67,13 @@
 | 
			
		||||
        "typescript": "3.0.1"
 | 
			
		||||
    },
 | 
			
		||||
    "dependencies": {
 | 
			
		||||
        "@0x/base-contract": "^4.0.2",
 | 
			
		||||
        "@0x/base-contract": "^4.0.3",
 | 
			
		||||
        "@0x/contracts-exchange-libs": "1.0.2",
 | 
			
		||||
        "@0x/contracts-utils": "2.0.1",
 | 
			
		||||
        "@0x/types": "^2.0.2",
 | 
			
		||||
        "@0x/typescript-typings": "^4.0.0",
 | 
			
		||||
        "@0x/utils": "^4.0.3",
 | 
			
		||||
        "@0x/web3-wrapper": "^4.0.2",
 | 
			
		||||
        "@0x/utils": "^4.1.0",
 | 
			
		||||
        "@0x/web3-wrapper": "^5.0.0",
 | 
			
		||||
        "ethereum-types": "^2.0.0",
 | 
			
		||||
        "lodash": "^4.17.11"
 | 
			
		||||
    },
 | 
			
		||||
 
 | 
			
		||||
@@ -1,6 +1,6 @@
 | 
			
		||||
{
 | 
			
		||||
    "name": "@0x/contracts-erc721",
 | 
			
		||||
    "version": "1.0.4",
 | 
			
		||||
    "version": "1.0.5",
 | 
			
		||||
    "engines": {
 | 
			
		||||
        "node": ">=6.12"
 | 
			
		||||
    },
 | 
			
		||||
@@ -46,11 +46,11 @@
 | 
			
		||||
    },
 | 
			
		||||
    "homepage": "https://github.com/0xProject/0x-monorepo/contracts/tokens/README.md",
 | 
			
		||||
    "devDependencies": {
 | 
			
		||||
        "@0x/abi-gen": "^2.0.2",
 | 
			
		||||
        "@0x/contracts-gen": "^1.0.1",
 | 
			
		||||
        "@0x/contracts-test-utils": "^3.0.3",
 | 
			
		||||
        "@0x/dev-utils": "^2.0.2",
 | 
			
		||||
        "@0x/sol-compiler": "^3.0.2",
 | 
			
		||||
        "@0x/abi-gen": "^2.0.3",
 | 
			
		||||
        "@0x/contracts-gen": "^1.0.2",
 | 
			
		||||
        "@0x/contracts-test-utils": "^3.0.4",
 | 
			
		||||
        "@0x/dev-utils": "^2.1.0",
 | 
			
		||||
        "@0x/sol-compiler": "^3.0.3",
 | 
			
		||||
        "@0x/tslint-config": "^3.0.0",
 | 
			
		||||
        "@types/lodash": "4.14.104",
 | 
			
		||||
        "@types/node": "*",
 | 
			
		||||
@@ -67,12 +67,12 @@
 | 
			
		||||
        "typescript": "3.0.1"
 | 
			
		||||
    },
 | 
			
		||||
    "dependencies": {
 | 
			
		||||
        "@0x/base-contract": "^4.0.2",
 | 
			
		||||
        "@0x/base-contract": "^4.0.3",
 | 
			
		||||
        "@0x/contracts-utils": "2.0.1",
 | 
			
		||||
        "@0x/types": "^2.0.2",
 | 
			
		||||
        "@0x/typescript-typings": "^4.0.0",
 | 
			
		||||
        "@0x/utils": "^4.0.3",
 | 
			
		||||
        "@0x/web3-wrapper": "^4.0.2",
 | 
			
		||||
        "@0x/utils": "^4.1.0",
 | 
			
		||||
        "@0x/web3-wrapper": "^5.0.0",
 | 
			
		||||
        "ethereum-types": "^2.0.0",
 | 
			
		||||
        "lodash": "^4.17.11"
 | 
			
		||||
    },
 | 
			
		||||
 
 | 
			
		||||
@@ -1,6 +1,6 @@
 | 
			
		||||
{
 | 
			
		||||
    "name": "@0x/contracts-exchange-forwarder",
 | 
			
		||||
    "version": "1.0.4",
 | 
			
		||||
    "version": "1.0.5",
 | 
			
		||||
    "engines": {
 | 
			
		||||
        "node": ">=6.12"
 | 
			
		||||
    },
 | 
			
		||||
@@ -46,12 +46,12 @@
 | 
			
		||||
    },
 | 
			
		||||
    "homepage": "https://github.com/0xProject/0x-monorepo/contracts/extensions/README.md",
 | 
			
		||||
    "devDependencies": {
 | 
			
		||||
        "@0x/abi-gen": "^2.0.2",
 | 
			
		||||
        "@0x/contract-wrappers": "^7.0.2",
 | 
			
		||||
        "@0x/contracts-gen": "^1.0.1",
 | 
			
		||||
        "@0x/contracts-test-utils": "^3.0.3",
 | 
			
		||||
        "@0x/dev-utils": "^2.0.2",
 | 
			
		||||
        "@0x/sol-compiler": "^3.0.2",
 | 
			
		||||
        "@0x/abi-gen": "^2.0.3",
 | 
			
		||||
        "@0x/contract-wrappers": "^7.1.0",
 | 
			
		||||
        "@0x/contracts-gen": "^1.0.2",
 | 
			
		||||
        "@0x/contracts-test-utils": "^3.0.4",
 | 
			
		||||
        "@0x/dev-utils": "^2.1.0",
 | 
			
		||||
        "@0x/sol-compiler": "^3.0.3",
 | 
			
		||||
        "@0x/tslint-config": "^3.0.0",
 | 
			
		||||
        "@types/lodash": "4.14.104",
 | 
			
		||||
        "@types/node": "*",
 | 
			
		||||
@@ -68,18 +68,18 @@
 | 
			
		||||
        "typescript": "3.0.1"
 | 
			
		||||
    },
 | 
			
		||||
    "dependencies": {
 | 
			
		||||
        "@0x/base-contract": "^4.0.2",
 | 
			
		||||
        "@0x/base-contract": "^4.0.3",
 | 
			
		||||
        "@0x/contracts-asset-proxy": "1.0.2",
 | 
			
		||||
        "@0x/contracts-erc20": "1.0.2",
 | 
			
		||||
        "@0x/contracts-erc721": "1.0.2",
 | 
			
		||||
        "@0x/contracts-exchange": "1.0.2",
 | 
			
		||||
        "@0x/contracts-exchange-libs": "1.0.2",
 | 
			
		||||
        "@0x/contracts-utils": "2.0.1",
 | 
			
		||||
        "@0x/order-utils": "^6.0.1",
 | 
			
		||||
        "@0x/order-utils": "^6.1.0",
 | 
			
		||||
        "@0x/types": "^2.0.2",
 | 
			
		||||
        "@0x/typescript-typings": "^4.0.0",
 | 
			
		||||
        "@0x/utils": "^4.0.3",
 | 
			
		||||
        "@0x/web3-wrapper": "^4.0.2",
 | 
			
		||||
        "@0x/utils": "^4.1.0",
 | 
			
		||||
        "@0x/web3-wrapper": "^5.0.0",
 | 
			
		||||
        "ethereum-types": "^2.0.0",
 | 
			
		||||
        "lodash": "^4.17.11"
 | 
			
		||||
    },
 | 
			
		||||
 
 | 
			
		||||
@@ -1,6 +1,6 @@
 | 
			
		||||
{
 | 
			
		||||
    "name": "@0x/contracts-exchange-libs",
 | 
			
		||||
    "version": "1.0.4",
 | 
			
		||||
    "version": "1.0.5",
 | 
			
		||||
    "engines": {
 | 
			
		||||
        "node": ">=6.12"
 | 
			
		||||
    },
 | 
			
		||||
@@ -46,11 +46,11 @@
 | 
			
		||||
    },
 | 
			
		||||
    "homepage": "https://github.com/0xProject/0x-monorepo/contracts/libs/README.md",
 | 
			
		||||
    "devDependencies": {
 | 
			
		||||
        "@0x/abi-gen": "^2.0.2",
 | 
			
		||||
        "@0x/contracts-gen": "^1.0.1",
 | 
			
		||||
        "@0x/contracts-test-utils": "^3.0.3",
 | 
			
		||||
        "@0x/dev-utils": "^2.0.2",
 | 
			
		||||
        "@0x/sol-compiler": "^3.0.2",
 | 
			
		||||
        "@0x/abi-gen": "^2.0.3",
 | 
			
		||||
        "@0x/contracts-gen": "^1.0.2",
 | 
			
		||||
        "@0x/contracts-test-utils": "^3.0.4",
 | 
			
		||||
        "@0x/dev-utils": "^2.1.0",
 | 
			
		||||
        "@0x/sol-compiler": "^3.0.3",
 | 
			
		||||
        "@0x/tslint-config": "^3.0.0",
 | 
			
		||||
        "@types/lodash": "4.14.104",
 | 
			
		||||
        "@types/node": "*",
 | 
			
		||||
@@ -67,13 +67,13 @@
 | 
			
		||||
        "typescript": "3.0.1"
 | 
			
		||||
    },
 | 
			
		||||
    "dependencies": {
 | 
			
		||||
        "@0x/base-contract": "^4.0.2",
 | 
			
		||||
        "@0x/base-contract": "^4.0.3",
 | 
			
		||||
        "@0x/contracts-utils": "2.0.1",
 | 
			
		||||
        "@0x/order-utils": "^6.0.1",
 | 
			
		||||
        "@0x/order-utils": "^6.1.0",
 | 
			
		||||
        "@0x/types": "^2.0.2",
 | 
			
		||||
        "@0x/typescript-typings": "^4.0.0",
 | 
			
		||||
        "@0x/utils": "^4.0.3",
 | 
			
		||||
        "@0x/web3-wrapper": "^4.0.2",
 | 
			
		||||
        "@0x/utils": "^4.1.0",
 | 
			
		||||
        "@0x/web3-wrapper": "^5.0.0",
 | 
			
		||||
        "ethereum-types": "^2.0.0",
 | 
			
		||||
        "lodash": "^4.17.11"
 | 
			
		||||
    },
 | 
			
		||||
 
 | 
			
		||||
@@ -1,6 +1,6 @@
 | 
			
		||||
{
 | 
			
		||||
    "name": "@0x/contracts-exchange",
 | 
			
		||||
    "version": "1.0.4",
 | 
			
		||||
    "version": "1.0.5",
 | 
			
		||||
    "engines": {
 | 
			
		||||
        "node": ">=6.12"
 | 
			
		||||
    },
 | 
			
		||||
@@ -46,11 +46,11 @@
 | 
			
		||||
    },
 | 
			
		||||
    "homepage": "https://github.com/0xProject/0x-monorepo/contracts/protocol/README.md",
 | 
			
		||||
    "devDependencies": {
 | 
			
		||||
        "@0x/abi-gen": "^2.0.2",
 | 
			
		||||
        "@0x/contracts-gen": "^1.0.1",
 | 
			
		||||
        "@0x/contracts-test-utils": "^3.0.3",
 | 
			
		||||
        "@0x/dev-utils": "^2.0.2",
 | 
			
		||||
        "@0x/sol-compiler": "^3.0.2",
 | 
			
		||||
        "@0x/abi-gen": "^2.0.3",
 | 
			
		||||
        "@0x/contracts-gen": "^1.0.2",
 | 
			
		||||
        "@0x/contracts-test-utils": "^3.0.4",
 | 
			
		||||
        "@0x/dev-utils": "^2.1.0",
 | 
			
		||||
        "@0x/sol-compiler": "^3.0.3",
 | 
			
		||||
        "@0x/tslint-config": "^3.0.0",
 | 
			
		||||
        "@types/lodash": "4.14.104",
 | 
			
		||||
        "@types/node": "*",
 | 
			
		||||
@@ -67,17 +67,17 @@
 | 
			
		||||
        "typescript": "3.0.1"
 | 
			
		||||
    },
 | 
			
		||||
    "dependencies": {
 | 
			
		||||
        "@0x/base-contract": "^4.0.2",
 | 
			
		||||
        "@0x/base-contract": "^4.0.3",
 | 
			
		||||
        "@0x/contracts-asset-proxy": "1.0.2",
 | 
			
		||||
        "@0x/contracts-erc20": "1.0.2",
 | 
			
		||||
        "@0x/contracts-erc721": "1.0.2",
 | 
			
		||||
        "@0x/contracts-exchange-libs": "1.0.2",
 | 
			
		||||
        "@0x/contracts-utils": "2.0.1",
 | 
			
		||||
        "@0x/order-utils": "^6.0.1",
 | 
			
		||||
        "@0x/order-utils": "^6.1.0",
 | 
			
		||||
        "@0x/types": "^2.0.2",
 | 
			
		||||
        "@0x/typescript-typings": "^4.0.0",
 | 
			
		||||
        "@0x/utils": "^4.0.3",
 | 
			
		||||
        "@0x/web3-wrapper": "^4.0.2",
 | 
			
		||||
        "@0x/utils": "^4.1.0",
 | 
			
		||||
        "@0x/web3-wrapper": "^5.0.0",
 | 
			
		||||
        "ethereum-types": "^2.0.0",
 | 
			
		||||
        "ethereumjs-util": "^5.1.1",
 | 
			
		||||
        "lodash": "^4.17.11"
 | 
			
		||||
 
 | 
			
		||||
@@ -1,6 +1,6 @@
 | 
			
		||||
{
 | 
			
		||||
    "name": "@0x/contracts-extensions",
 | 
			
		||||
    "version": "2.0.3",
 | 
			
		||||
    "version": "2.0.4",
 | 
			
		||||
    "engines": {
 | 
			
		||||
        "node": ">=6.12"
 | 
			
		||||
    },
 | 
			
		||||
@@ -46,12 +46,12 @@
 | 
			
		||||
    },
 | 
			
		||||
    "homepage": "https://github.com/0xProject/0x-monorepo/contracts/extensions/README.md",
 | 
			
		||||
    "devDependencies": {
 | 
			
		||||
        "@0x/abi-gen": "^2.0.2",
 | 
			
		||||
        "@0x/contract-wrappers": "^7.0.2",
 | 
			
		||||
        "@0x/contracts-gen": "^1.0.1",
 | 
			
		||||
        "@0x/contracts-test-utils": "^3.0.3",
 | 
			
		||||
        "@0x/dev-utils": "^2.0.2",
 | 
			
		||||
        "@0x/sol-compiler": "^3.0.2",
 | 
			
		||||
        "@0x/abi-gen": "^2.0.3",
 | 
			
		||||
        "@0x/contract-wrappers": "^7.1.0",
 | 
			
		||||
        "@0x/contracts-gen": "^1.0.2",
 | 
			
		||||
        "@0x/contracts-test-utils": "^3.0.4",
 | 
			
		||||
        "@0x/dev-utils": "^2.1.0",
 | 
			
		||||
        "@0x/sol-compiler": "^3.0.3",
 | 
			
		||||
        "@0x/tslint-config": "^3.0.0",
 | 
			
		||||
        "@types/lodash": "4.14.104",
 | 
			
		||||
        "@types/node": "*",
 | 
			
		||||
@@ -68,18 +68,18 @@
 | 
			
		||||
        "typescript": "3.0.1"
 | 
			
		||||
    },
 | 
			
		||||
    "dependencies": {
 | 
			
		||||
        "@0x/base-contract": "^4.0.2",
 | 
			
		||||
        "@0x/base-contract": "^4.0.3",
 | 
			
		||||
        "@0x/contracts-asset-proxy": "1.0.2",
 | 
			
		||||
        "@0x/contracts-erc20": "1.0.2",
 | 
			
		||||
        "@0x/contracts-erc721": "1.0.2",
 | 
			
		||||
        "@0x/contracts-exchange": "1.0.2",
 | 
			
		||||
        "@0x/contracts-exchange-libs": "1.0.2",
 | 
			
		||||
        "@0x/contracts-utils": "2.0.1",
 | 
			
		||||
        "@0x/order-utils": "^6.0.1",
 | 
			
		||||
        "@0x/order-utils": "^6.1.0",
 | 
			
		||||
        "@0x/types": "^2.0.2",
 | 
			
		||||
        "@0x/typescript-typings": "^4.0.0",
 | 
			
		||||
        "@0x/utils": "^4.0.3",
 | 
			
		||||
        "@0x/web3-wrapper": "^4.0.2",
 | 
			
		||||
        "@0x/utils": "^4.1.0",
 | 
			
		||||
        "@0x/web3-wrapper": "^5.0.0",
 | 
			
		||||
        "ethereum-types": "^2.0.0",
 | 
			
		||||
        "lodash": "^4.17.11"
 | 
			
		||||
    },
 | 
			
		||||
 
 | 
			
		||||
@@ -1,6 +1,6 @@
 | 
			
		||||
{
 | 
			
		||||
    "name": "@0x/contracts-multisig",
 | 
			
		||||
    "version": "2.0.3",
 | 
			
		||||
    "version": "2.0.4",
 | 
			
		||||
    "engines": {
 | 
			
		||||
        "node": ">=6.12"
 | 
			
		||||
    },
 | 
			
		||||
@@ -46,11 +46,11 @@
 | 
			
		||||
    },
 | 
			
		||||
    "homepage": "https://github.com/0xProject/0x-monorepo/contracts/multisig/README.md",
 | 
			
		||||
    "devDependencies": {
 | 
			
		||||
        "@0x/abi-gen": "^2.0.2",
 | 
			
		||||
        "@0x/contracts-gen": "^1.0.1",
 | 
			
		||||
        "@0x/contracts-test-utils": "^3.0.3",
 | 
			
		||||
        "@0x/dev-utils": "^2.0.2",
 | 
			
		||||
        "@0x/sol-compiler": "^3.0.2",
 | 
			
		||||
        "@0x/abi-gen": "^2.0.3",
 | 
			
		||||
        "@0x/contracts-gen": "^1.0.2",
 | 
			
		||||
        "@0x/contracts-test-utils": "^3.0.4",
 | 
			
		||||
        "@0x/dev-utils": "^2.1.0",
 | 
			
		||||
        "@0x/sol-compiler": "^3.0.3",
 | 
			
		||||
        "@0x/tslint-config": "^3.0.0",
 | 
			
		||||
        "@types/lodash": "4.14.104",
 | 
			
		||||
        "@types/node": "*",
 | 
			
		||||
@@ -67,13 +67,13 @@
 | 
			
		||||
        "typescript": "3.0.1"
 | 
			
		||||
    },
 | 
			
		||||
    "dependencies": {
 | 
			
		||||
        "@0x/base-contract": "^4.0.2",
 | 
			
		||||
        "@0x/base-contract": "^4.0.3",
 | 
			
		||||
        "@0x/contracts-asset-proxy": "1.0.2",
 | 
			
		||||
        "@0x/contracts-erc20": "1.0.2",
 | 
			
		||||
        "@0x/types": "^2.0.2",
 | 
			
		||||
        "@0x/typescript-typings": "^4.0.0",
 | 
			
		||||
        "@0x/utils": "^4.0.3",
 | 
			
		||||
        "@0x/web3-wrapper": "^4.0.2",
 | 
			
		||||
        "@0x/utils": "^4.1.0",
 | 
			
		||||
        "@0x/web3-wrapper": "^5.0.0",
 | 
			
		||||
        "ethereum-types": "^2.0.0",
 | 
			
		||||
        "lodash": "^4.17.11"
 | 
			
		||||
    },
 | 
			
		||||
 
 | 
			
		||||
@@ -1,6 +1,6 @@
 | 
			
		||||
{
 | 
			
		||||
    "name": "@0x/contracts-test-utils",
 | 
			
		||||
    "version": "3.0.3",
 | 
			
		||||
    "version": "3.0.4",
 | 
			
		||||
    "engines": {
 | 
			
		||||
        "node": ">=6.12"
 | 
			
		||||
    },
 | 
			
		||||
@@ -40,19 +40,19 @@
 | 
			
		||||
        "typescript": "3.0.1"
 | 
			
		||||
    },
 | 
			
		||||
    "dependencies": {
 | 
			
		||||
        "@0x/abi-gen": "^2.0.2",
 | 
			
		||||
        "@0x/dev-utils": "^2.0.2",
 | 
			
		||||
        "@0x/order-utils": "^6.0.1",
 | 
			
		||||
        "@0x/sol-compiler": "^3.0.2",
 | 
			
		||||
        "@0x/sol-coverage": "^2.0.2",
 | 
			
		||||
        "@0x/sol-profiler": "^2.0.3",
 | 
			
		||||
        "@0x/sol-trace": "^2.0.3",
 | 
			
		||||
        "@0x/subproviders": "^3.0.2",
 | 
			
		||||
        "@0x/abi-gen": "^2.0.3",
 | 
			
		||||
        "@0x/dev-utils": "^2.1.0",
 | 
			
		||||
        "@0x/order-utils": "^6.1.0",
 | 
			
		||||
        "@0x/sol-compiler": "^3.0.3",
 | 
			
		||||
        "@0x/sol-coverage": "^2.0.3",
 | 
			
		||||
        "@0x/sol-profiler": "^2.0.4",
 | 
			
		||||
        "@0x/sol-trace": "^2.0.4",
 | 
			
		||||
        "@0x/subproviders": "^3.0.3",
 | 
			
		||||
        "@0x/tslint-config": "^3.0.0",
 | 
			
		||||
        "@0x/types": "^2.0.2",
 | 
			
		||||
        "@0x/typescript-typings": "^4.0.0",
 | 
			
		||||
        "@0x/utils": "^4.0.3",
 | 
			
		||||
        "@0x/web3-wrapper": "^4.0.2",
 | 
			
		||||
        "@0x/utils": "^4.1.0",
 | 
			
		||||
        "@0x/web3-wrapper": "^5.0.0",
 | 
			
		||||
        "@types/bn.js": "^4.11.0",
 | 
			
		||||
        "@types/js-combinatorics": "^0.5.29",
 | 
			
		||||
        "@types/lodash": "4.14.104",
 | 
			
		||||
 
 | 
			
		||||
@@ -1,6 +1,6 @@
 | 
			
		||||
{
 | 
			
		||||
    "name": "@0x/contracts-utils",
 | 
			
		||||
    "version": "2.0.3",
 | 
			
		||||
    "version": "2.0.4",
 | 
			
		||||
    "engines": {
 | 
			
		||||
        "node": ">=6.12"
 | 
			
		||||
    },
 | 
			
		||||
@@ -46,11 +46,11 @@
 | 
			
		||||
    },
 | 
			
		||||
    "homepage": "https://github.com/0xProject/0x-monorepo/contracts/utils/README.md",
 | 
			
		||||
    "devDependencies": {
 | 
			
		||||
        "@0x/abi-gen": "^2.0.2",
 | 
			
		||||
        "@0x/contracts-gen": "^1.0.1",
 | 
			
		||||
        "@0x/contracts-test-utils": "^3.0.3",
 | 
			
		||||
        "@0x/dev-utils": "^2.0.2",
 | 
			
		||||
        "@0x/sol-compiler": "^3.0.2",
 | 
			
		||||
        "@0x/abi-gen": "^2.0.3",
 | 
			
		||||
        "@0x/contracts-gen": "^1.0.2",
 | 
			
		||||
        "@0x/contracts-test-utils": "^3.0.4",
 | 
			
		||||
        "@0x/dev-utils": "^2.1.0",
 | 
			
		||||
        "@0x/sol-compiler": "^3.0.3",
 | 
			
		||||
        "@0x/tslint-config": "^3.0.0",
 | 
			
		||||
        "@types/bn.js": "^4.11.0",
 | 
			
		||||
        "@types/lodash": "4.14.104",
 | 
			
		||||
@@ -68,12 +68,12 @@
 | 
			
		||||
        "typescript": "3.0.1"
 | 
			
		||||
    },
 | 
			
		||||
    "dependencies": {
 | 
			
		||||
        "@0x/base-contract": "^4.0.2",
 | 
			
		||||
        "@0x/order-utils": "^6.0.1",
 | 
			
		||||
        "@0x/base-contract": "^4.0.3",
 | 
			
		||||
        "@0x/order-utils": "^6.1.0",
 | 
			
		||||
        "@0x/types": "^2.0.2",
 | 
			
		||||
        "@0x/typescript-typings": "^4.0.0",
 | 
			
		||||
        "@0x/utils": "^4.0.3",
 | 
			
		||||
        "@0x/web3-wrapper": "^4.0.2",
 | 
			
		||||
        "@0x/utils": "^4.1.0",
 | 
			
		||||
        "@0x/web3-wrapper": "^5.0.0",
 | 
			
		||||
        "bn.js": "^4.11.8",
 | 
			
		||||
        "ethereum-types": "^2.0.0",
 | 
			
		||||
        "ethereumjs-util": "^5.1.1",
 | 
			
		||||
 
 | 
			
		||||
@@ -1,6 +1,6 @@
 | 
			
		||||
{
 | 
			
		||||
    "name": "0x.js",
 | 
			
		||||
    "version": "4.0.3",
 | 
			
		||||
    "version": "5.0.0",
 | 
			
		||||
    "engines": {
 | 
			
		||||
        "node": ">=6.12"
 | 
			
		||||
    },
 | 
			
		||||
@@ -42,10 +42,10 @@
 | 
			
		||||
    },
 | 
			
		||||
    "license": "Apache-2.0",
 | 
			
		||||
    "devDependencies": {
 | 
			
		||||
        "@0x/abi-gen-wrappers": "^3.0.2",
 | 
			
		||||
        "@0x/abi-gen-wrappers": "^3.0.3",
 | 
			
		||||
        "@0x/contract-addresses": "^2.2.1",
 | 
			
		||||
        "@0x/dev-utils": "^2.0.2",
 | 
			
		||||
        "@0x/migrations": "^3.0.3",
 | 
			
		||||
        "@0x/dev-utils": "^2.1.0",
 | 
			
		||||
        "@0x/migrations": "^3.0.4",
 | 
			
		||||
        "@0x/tslint-config": "^3.0.0",
 | 
			
		||||
        "@types/lodash": "4.14.104",
 | 
			
		||||
        "@types/mocha": "^2.2.42",
 | 
			
		||||
@@ -72,16 +72,16 @@
 | 
			
		||||
        "webpack": "^4.20.2"
 | 
			
		||||
    },
 | 
			
		||||
    "dependencies": {
 | 
			
		||||
        "@0x/assert": "^2.0.2",
 | 
			
		||||
        "@0x/base-contract": "^4.0.2",
 | 
			
		||||
        "@0x/contract-wrappers": "^7.0.2",
 | 
			
		||||
        "@0x/order-utils": "^6.0.1",
 | 
			
		||||
        "@0x/order-watcher": "^3.0.3",
 | 
			
		||||
        "@0x/subproviders": "^3.0.2",
 | 
			
		||||
        "@0x/assert": "^2.0.3",
 | 
			
		||||
        "@0x/base-contract": "^4.0.3",
 | 
			
		||||
        "@0x/contract-wrappers": "^7.1.0",
 | 
			
		||||
        "@0x/order-utils": "^6.1.0",
 | 
			
		||||
        "@0x/order-watcher": "^3.0.4",
 | 
			
		||||
        "@0x/subproviders": "^3.0.3",
 | 
			
		||||
        "@0x/types": "^2.0.2",
 | 
			
		||||
        "@0x/typescript-typings": "^4.0.0",
 | 
			
		||||
        "@0x/utils": "^4.0.3",
 | 
			
		||||
        "@0x/web3-wrapper": "^4.0.2",
 | 
			
		||||
        "@0x/utils": "^4.1.0",
 | 
			
		||||
        "@0x/web3-wrapper": "^5.0.0",
 | 
			
		||||
        "@types/web3-provider-engine": "^14.0.0",
 | 
			
		||||
        "ethereum-types": "^2.0.0",
 | 
			
		||||
        "ethers": "~4.0.4",
 | 
			
		||||
 
 | 
			
		||||
@@ -1,6 +1,6 @@
 | 
			
		||||
{
 | 
			
		||||
    "name": "@0x/abi-gen-wrappers",
 | 
			
		||||
    "version": "3.0.2",
 | 
			
		||||
    "version": "3.0.3",
 | 
			
		||||
    "engines": {
 | 
			
		||||
        "node": ">=6.12"
 | 
			
		||||
    },
 | 
			
		||||
@@ -30,19 +30,19 @@
 | 
			
		||||
    },
 | 
			
		||||
    "homepage": "https://github.com/0xProject/0x-monorepo/packages/abi-gen-wrappers/README.md",
 | 
			
		||||
    "devDependencies": {
 | 
			
		||||
        "@0x/abi-gen": "^2.0.2",
 | 
			
		||||
        "@0x/abi-gen": "^2.0.3",
 | 
			
		||||
        "@0x/abi-gen-templates": "^2.0.0",
 | 
			
		||||
        "@0x/tslint-config": "^3.0.0",
 | 
			
		||||
        "@0x/types": "^2.0.2",
 | 
			
		||||
        "@0x/utils": "^4.0.3",
 | 
			
		||||
        "@0x/web3-wrapper": "^4.0.2",
 | 
			
		||||
        "@0x/utils": "^4.1.0",
 | 
			
		||||
        "@0x/web3-wrapper": "^5.0.0",
 | 
			
		||||
        "ethereum-types": "^2.0.0",
 | 
			
		||||
        "ethers": "~4.0.4",
 | 
			
		||||
        "lodash": "^4.17.11",
 | 
			
		||||
        "shx": "^0.2.2"
 | 
			
		||||
    },
 | 
			
		||||
    "dependencies": {
 | 
			
		||||
        "@0x/base-contract": "^4.0.2"
 | 
			
		||||
        "@0x/base-contract": "^4.0.3"
 | 
			
		||||
    },
 | 
			
		||||
    "publishConfig": {
 | 
			
		||||
        "access": "public"
 | 
			
		||||
 
 | 
			
		||||
@@ -1,6 +1,6 @@
 | 
			
		||||
{
 | 
			
		||||
    "name": "@0x/abi-gen",
 | 
			
		||||
    "version": "2.0.2",
 | 
			
		||||
    "version": "2.0.3",
 | 
			
		||||
    "engines": {
 | 
			
		||||
        "node": ">=6.12"
 | 
			
		||||
    },
 | 
			
		||||
@@ -32,7 +32,7 @@
 | 
			
		||||
    "homepage": "https://github.com/0xProject/0x-monorepo/packages/abi-gen/README.md",
 | 
			
		||||
    "dependencies": {
 | 
			
		||||
        "@0x/typescript-typings": "^4.0.0",
 | 
			
		||||
        "@0x/utils": "^4.0.3",
 | 
			
		||||
        "@0x/utils": "^4.1.0",
 | 
			
		||||
        "chalk": "^2.3.0",
 | 
			
		||||
        "ethereum-types": "^2.0.0",
 | 
			
		||||
        "glob": "^7.1.2",
 | 
			
		||||
 
 | 
			
		||||
@@ -1,6 +1,6 @@
 | 
			
		||||
{
 | 
			
		||||
    "name": "@0x/assert",
 | 
			
		||||
    "version": "2.0.2",
 | 
			
		||||
    "version": "2.0.3",
 | 
			
		||||
    "engines": {
 | 
			
		||||
        "node": ">=6.12"
 | 
			
		||||
    },
 | 
			
		||||
@@ -44,9 +44,9 @@
 | 
			
		||||
        "typescript": "3.0.1"
 | 
			
		||||
    },
 | 
			
		||||
    "dependencies": {
 | 
			
		||||
        "@0x/json-schemas": "^3.0.2",
 | 
			
		||||
        "@0x/json-schemas": "^3.0.3",
 | 
			
		||||
        "@0x/typescript-typings": "^4.0.0",
 | 
			
		||||
        "@0x/utils": "^4.0.3",
 | 
			
		||||
        "@0x/utils": "^4.1.0",
 | 
			
		||||
        "lodash": "^4.17.11",
 | 
			
		||||
        "valid-url": "^1.0.9"
 | 
			
		||||
    },
 | 
			
		||||
 
 | 
			
		||||
@@ -1,6 +1,6 @@
 | 
			
		||||
{
 | 
			
		||||
    "name": "@0x/asset-buyer",
 | 
			
		||||
    "version": "5.0.3",
 | 
			
		||||
    "version": "5.0.4",
 | 
			
		||||
    "engines": {
 | 
			
		||||
        "node": ">=6.12"
 | 
			
		||||
    },
 | 
			
		||||
@@ -36,16 +36,16 @@
 | 
			
		||||
    },
 | 
			
		||||
    "homepage": "https://github.com/0xProject/0x-monorepo/packages/asset-buyer/README.md",
 | 
			
		||||
    "dependencies": {
 | 
			
		||||
        "@0x/assert": "^2.0.2",
 | 
			
		||||
        "@0x/connect": "^4.0.3",
 | 
			
		||||
        "@0x/contract-wrappers": "^7.0.2",
 | 
			
		||||
        "@0x/json-schemas": "^3.0.2",
 | 
			
		||||
        "@0x/order-utils": "^6.0.1",
 | 
			
		||||
        "@0x/subproviders": "^3.0.2",
 | 
			
		||||
        "@0x/assert": "^2.0.3",
 | 
			
		||||
        "@0x/connect": "^4.0.4",
 | 
			
		||||
        "@0x/contract-wrappers": "^7.1.0",
 | 
			
		||||
        "@0x/json-schemas": "^3.0.3",
 | 
			
		||||
        "@0x/order-utils": "^6.1.0",
 | 
			
		||||
        "@0x/subproviders": "^3.0.3",
 | 
			
		||||
        "@0x/types": "^2.0.2",
 | 
			
		||||
        "@0x/typescript-typings": "^4.0.0",
 | 
			
		||||
        "@0x/utils": "^4.0.3",
 | 
			
		||||
        "@0x/web3-wrapper": "^4.0.2",
 | 
			
		||||
        "@0x/utils": "^4.1.0",
 | 
			
		||||
        "@0x/web3-wrapper": "^5.0.0",
 | 
			
		||||
        "ethereum-types": "^2.0.0",
 | 
			
		||||
        "lodash": "^4.17.11"
 | 
			
		||||
    },
 | 
			
		||||
 
 | 
			
		||||
@@ -1,6 +1,6 @@
 | 
			
		||||
{
 | 
			
		||||
    "name": "@0x/base-contract",
 | 
			
		||||
    "version": "4.0.2",
 | 
			
		||||
    "version": "4.0.3",
 | 
			
		||||
    "engines": {
 | 
			
		||||
        "node": ">=6.12"
 | 
			
		||||
    },
 | 
			
		||||
@@ -41,8 +41,8 @@
 | 
			
		||||
    },
 | 
			
		||||
    "dependencies": {
 | 
			
		||||
        "@0x/typescript-typings": "^4.0.0",
 | 
			
		||||
        "@0x/utils": "^4.0.3",
 | 
			
		||||
        "@0x/web3-wrapper": "^4.0.2",
 | 
			
		||||
        "@0x/utils": "^4.1.0",
 | 
			
		||||
        "@0x/web3-wrapper": "^5.0.0",
 | 
			
		||||
        "ethereum-types": "^2.0.0",
 | 
			
		||||
        "ethers": "~4.0.4",
 | 
			
		||||
        "lodash": "^4.17.11"
 | 
			
		||||
 
 | 
			
		||||
@@ -1,6 +1,6 @@
 | 
			
		||||
{
 | 
			
		||||
    "name": "@0x/connect",
 | 
			
		||||
    "version": "4.0.3",
 | 
			
		||||
    "version": "4.0.4",
 | 
			
		||||
    "engines": {
 | 
			
		||||
        "node": ">=6.12"
 | 
			
		||||
    },
 | 
			
		||||
@@ -44,12 +44,12 @@
 | 
			
		||||
    },
 | 
			
		||||
    "homepage": "https://github.com/0xProject/0x-monorepo/packages/connect/README.md",
 | 
			
		||||
    "dependencies": {
 | 
			
		||||
        "@0x/assert": "^2.0.2",
 | 
			
		||||
        "@0x/json-schemas": "^3.0.2",
 | 
			
		||||
        "@0x/order-utils": "^6.0.1",
 | 
			
		||||
        "@0x/assert": "^2.0.3",
 | 
			
		||||
        "@0x/json-schemas": "^3.0.3",
 | 
			
		||||
        "@0x/order-utils": "^6.1.0",
 | 
			
		||||
        "@0x/types": "^2.0.2",
 | 
			
		||||
        "@0x/typescript-typings": "^4.0.0",
 | 
			
		||||
        "@0x/utils": "^4.0.3",
 | 
			
		||||
        "@0x/utils": "^4.1.0",
 | 
			
		||||
        "lodash": "^4.17.11",
 | 
			
		||||
        "query-string": "^6.0.0",
 | 
			
		||||
        "sinon": "^4.0.0",
 | 
			
		||||
 
 | 
			
		||||
@@ -1,6 +1,6 @@
 | 
			
		||||
{
 | 
			
		||||
    "name": "@0x/contract-wrappers",
 | 
			
		||||
    "version": "7.0.2",
 | 
			
		||||
    "version": "7.1.0",
 | 
			
		||||
    "description": "Smart TS wrappers for 0x smart contracts",
 | 
			
		||||
    "keywords": [
 | 
			
		||||
        "0xproject",
 | 
			
		||||
@@ -37,9 +37,9 @@
 | 
			
		||||
        "node": ">=6.0.0"
 | 
			
		||||
    },
 | 
			
		||||
    "devDependencies": {
 | 
			
		||||
        "@0x/dev-utils": "^2.0.2",
 | 
			
		||||
        "@0x/migrations": "^3.0.3",
 | 
			
		||||
        "@0x/subproviders": "^3.0.2",
 | 
			
		||||
        "@0x/dev-utils": "^2.1.0",
 | 
			
		||||
        "@0x/migrations": "^3.0.4",
 | 
			
		||||
        "@0x/subproviders": "^3.0.3",
 | 
			
		||||
        "@0x/tslint-config": "^3.0.0",
 | 
			
		||||
        "@types/lodash": "4.14.104",
 | 
			
		||||
        "@types/mocha": "^2.2.42",
 | 
			
		||||
@@ -65,18 +65,18 @@
 | 
			
		||||
        "web3-provider-engine": "14.0.6"
 | 
			
		||||
    },
 | 
			
		||||
    "dependencies": {
 | 
			
		||||
        "@0x/abi-gen-wrappers": "^3.0.2",
 | 
			
		||||
        "@0x/assert": "^2.0.2",
 | 
			
		||||
        "@0x/abi-gen-wrappers": "^3.0.3",
 | 
			
		||||
        "@0x/assert": "^2.0.3",
 | 
			
		||||
        "@0x/contract-addresses": "^2.2.1",
 | 
			
		||||
        "@0x/contract-artifacts": "^1.3.0",
 | 
			
		||||
        "@0x/contracts-test-utils": "^3.0.3",
 | 
			
		||||
        "@0x/fill-scenarios": "^2.0.3",
 | 
			
		||||
        "@0x/json-schemas": "^3.0.2",
 | 
			
		||||
        "@0x/order-utils": "^6.0.1",
 | 
			
		||||
        "@0x/contracts-test-utils": "^3.0.4",
 | 
			
		||||
        "@0x/fill-scenarios": "^2.0.4",
 | 
			
		||||
        "@0x/json-schemas": "^3.0.3",
 | 
			
		||||
        "@0x/order-utils": "^6.1.0",
 | 
			
		||||
        "@0x/types": "^2.0.2",
 | 
			
		||||
        "@0x/typescript-typings": "^4.0.0",
 | 
			
		||||
        "@0x/utils": "^4.0.3",
 | 
			
		||||
        "@0x/web3-wrapper": "^4.0.2",
 | 
			
		||||
        "@0x/utils": "^4.1.0",
 | 
			
		||||
        "@0x/web3-wrapper": "^5.0.0",
 | 
			
		||||
        "ethereum-types": "^2.0.0",
 | 
			
		||||
        "ethereumjs-abi": "0.6.5",
 | 
			
		||||
        "ethereumjs-blockstream": "6.0.0",
 | 
			
		||||
 
 | 
			
		||||
@@ -1,6 +1,6 @@
 | 
			
		||||
{
 | 
			
		||||
    "name": "@0x/contracts-gen",
 | 
			
		||||
    "version": "1.0.1",
 | 
			
		||||
    "version": "1.0.2",
 | 
			
		||||
    "engines": {
 | 
			
		||||
        "node": ">=6.12"
 | 
			
		||||
    },
 | 
			
		||||
@@ -29,7 +29,7 @@
 | 
			
		||||
        "@0x/sol-resolver": "^2.0.2",
 | 
			
		||||
        "@0x/types": "^2.0.2",
 | 
			
		||||
        "@0x/typescript-typings": "^4.0.0",
 | 
			
		||||
        "@0x/utils": "^4.0.3",
 | 
			
		||||
        "@0x/utils": "^4.1.0",
 | 
			
		||||
        "ethereum-types": "^2.0.0",
 | 
			
		||||
        "lodash": "^4.17.11",
 | 
			
		||||
        "prettier": "^1.16.3",
 | 
			
		||||
 
 | 
			
		||||
@@ -1,6 +1,6 @@
 | 
			
		||||
{
 | 
			
		||||
    "name": "@0x/dev-tools-pages",
 | 
			
		||||
    "version": "0.0.18",
 | 
			
		||||
    "version": "0.0.19",
 | 
			
		||||
    "engines": {
 | 
			
		||||
        "node": ">=6.12"
 | 
			
		||||
    },
 | 
			
		||||
@@ -26,7 +26,7 @@
 | 
			
		||||
    },
 | 
			
		||||
    "license": "Apache-2.0",
 | 
			
		||||
    "dependencies": {
 | 
			
		||||
        "@0x/react-shared": "^2.0.3",
 | 
			
		||||
        "@0x/react-shared": "^2.0.4",
 | 
			
		||||
        "basscss": "^8.0.3",
 | 
			
		||||
        "bowser": "^1.9.3",
 | 
			
		||||
        "highlight.js": "^9.13.1",
 | 
			
		||||
 
 | 
			
		||||
@@ -1,6 +1,6 @@
 | 
			
		||||
{
 | 
			
		||||
    "name": "@0x/dev-utils",
 | 
			
		||||
    "version": "2.0.2",
 | 
			
		||||
    "version": "2.1.0",
 | 
			
		||||
    "engines": {
 | 
			
		||||
        "node": ">=6.12"
 | 
			
		||||
    },
 | 
			
		||||
@@ -41,11 +41,11 @@
 | 
			
		||||
        "typescript": "3.0.1"
 | 
			
		||||
    },
 | 
			
		||||
    "dependencies": {
 | 
			
		||||
        "@0x/subproviders": "^3.0.2",
 | 
			
		||||
        "@0x/subproviders": "^3.0.3",
 | 
			
		||||
        "@0x/types": "^2.0.2",
 | 
			
		||||
        "@0x/typescript-typings": "^4.0.0",
 | 
			
		||||
        "@0x/utils": "^4.0.3",
 | 
			
		||||
        "@0x/web3-wrapper": "^4.0.2",
 | 
			
		||||
        "@0x/utils": "^4.1.0",
 | 
			
		||||
        "@0x/web3-wrapper": "^5.0.0",
 | 
			
		||||
        "@types/web3-provider-engine": "^14.0.0",
 | 
			
		||||
        "chai": "^4.0.1",
 | 
			
		||||
        "ethereum-types": "^2.0.0",
 | 
			
		||||
 
 | 
			
		||||
@@ -1,6 +1,6 @@
 | 
			
		||||
{
 | 
			
		||||
    "name": "@0x/fill-scenarios",
 | 
			
		||||
    "version": "2.0.3",
 | 
			
		||||
    "version": "2.0.4",
 | 
			
		||||
    "description": "0x order fill scenario generator",
 | 
			
		||||
    "main": "lib/index.js",
 | 
			
		||||
    "types": "lib/index.d.ts",
 | 
			
		||||
@@ -28,14 +28,14 @@
 | 
			
		||||
        "typescript": "3.0.1"
 | 
			
		||||
    },
 | 
			
		||||
    "dependencies": {
 | 
			
		||||
        "@0x/abi-gen-wrappers": "^3.0.2",
 | 
			
		||||
        "@0x/base-contract": "^4.0.2",
 | 
			
		||||
        "@0x/abi-gen-wrappers": "^3.0.3",
 | 
			
		||||
        "@0x/base-contract": "^4.0.3",
 | 
			
		||||
        "@0x/contract-artifacts": "^1.3.0",
 | 
			
		||||
        "@0x/order-utils": "^6.0.1",
 | 
			
		||||
        "@0x/order-utils": "^6.1.0",
 | 
			
		||||
        "@0x/types": "^2.0.2",
 | 
			
		||||
        "@0x/typescript-typings": "^4.0.0",
 | 
			
		||||
        "@0x/utils": "^4.0.3",
 | 
			
		||||
        "@0x/web3-wrapper": "^4.0.2",
 | 
			
		||||
        "@0x/utils": "^4.1.0",
 | 
			
		||||
        "@0x/web3-wrapper": "^5.0.0",
 | 
			
		||||
        "ethereum-types": "^2.0.0",
 | 
			
		||||
        "ethers": "~4.0.4",
 | 
			
		||||
        "lodash": "^4.17.11"
 | 
			
		||||
 
 | 
			
		||||
@@ -1,6 +1,6 @@
 | 
			
		||||
{
 | 
			
		||||
    "name": "@0x/instant",
 | 
			
		||||
    "version": "1.0.12",
 | 
			
		||||
    "version": "1.0.13",
 | 
			
		||||
    "engines": {
 | 
			
		||||
        "node": ">=6.12"
 | 
			
		||||
    },
 | 
			
		||||
@@ -42,15 +42,15 @@
 | 
			
		||||
    },
 | 
			
		||||
    "homepage": "https://github.com/0xProject/0x-monorepo/packages/instant/README.md",
 | 
			
		||||
    "dependencies": {
 | 
			
		||||
        "@0x/assert": "^2.0.2",
 | 
			
		||||
        "@0x/asset-buyer": "^5.0.3",
 | 
			
		||||
        "@0x/json-schemas": "^3.0.2",
 | 
			
		||||
        "@0x/order-utils": "^6.0.1",
 | 
			
		||||
        "@0x/subproviders": "^3.0.2",
 | 
			
		||||
        "@0x/assert": "^2.0.3",
 | 
			
		||||
        "@0x/asset-buyer": "^5.0.4",
 | 
			
		||||
        "@0x/json-schemas": "^3.0.3",
 | 
			
		||||
        "@0x/order-utils": "^6.1.0",
 | 
			
		||||
        "@0x/subproviders": "^3.0.3",
 | 
			
		||||
        "@0x/types": "^2.0.2",
 | 
			
		||||
        "@0x/typescript-typings": "^4.0.0",
 | 
			
		||||
        "@0x/utils": "^4.0.3",
 | 
			
		||||
        "@0x/web3-wrapper": "^4.0.2",
 | 
			
		||||
        "@0x/utils": "^4.1.0",
 | 
			
		||||
        "@0x/web3-wrapper": "^5.0.0",
 | 
			
		||||
        "babel-runtime": "^6.26.0",
 | 
			
		||||
        "bowser": "^1.9.4",
 | 
			
		||||
        "copy-to-clipboard": "^3.0.8",
 | 
			
		||||
 
 | 
			
		||||
@@ -1,6 +1,6 @@
 | 
			
		||||
{
 | 
			
		||||
    "name": "@0x/json-schemas",
 | 
			
		||||
    "version": "3.0.2",
 | 
			
		||||
    "version": "3.0.3",
 | 
			
		||||
    "engines": {
 | 
			
		||||
        "node": ">=6.12"
 | 
			
		||||
    },
 | 
			
		||||
@@ -46,7 +46,7 @@
 | 
			
		||||
    },
 | 
			
		||||
    "devDependencies": {
 | 
			
		||||
        "@0x/tslint-config": "^3.0.0",
 | 
			
		||||
        "@0x/utils": "^4.0.3",
 | 
			
		||||
        "@0x/utils": "^4.1.0",
 | 
			
		||||
        "@types/lodash.foreach": "^4.5.3",
 | 
			
		||||
        "@types/lodash.values": "^4.3.3",
 | 
			
		||||
        "@types/mocha": "^2.2.42",
 | 
			
		||||
 
 | 
			
		||||
@@ -1,6 +1,6 @@
 | 
			
		||||
{
 | 
			
		||||
    "name": "@0x/metacoin",
 | 
			
		||||
    "version": "0.0.39",
 | 
			
		||||
    "version": "0.0.40",
 | 
			
		||||
    "engines": {
 | 
			
		||||
        "node": ">=6.12"
 | 
			
		||||
    },
 | 
			
		||||
@@ -30,18 +30,18 @@
 | 
			
		||||
    "author": "",
 | 
			
		||||
    "license": "Apache-2.0",
 | 
			
		||||
    "dependencies": {
 | 
			
		||||
        "@0x/abi-gen": "^2.0.2",
 | 
			
		||||
        "@0x/abi-gen": "^2.0.3",
 | 
			
		||||
        "@0x/abi-gen-templates": "^2.0.0",
 | 
			
		||||
        "@0x/base-contract": "^4.0.2",
 | 
			
		||||
        "@0x/sol-coverage": "^2.0.2",
 | 
			
		||||
        "@0x/sol-profiler": "^2.0.3",
 | 
			
		||||
        "@0x/sol-trace": "^2.0.3",
 | 
			
		||||
        "@0x/subproviders": "^3.0.2",
 | 
			
		||||
        "@0x/base-contract": "^4.0.3",
 | 
			
		||||
        "@0x/sol-coverage": "^2.0.3",
 | 
			
		||||
        "@0x/sol-profiler": "^2.0.4",
 | 
			
		||||
        "@0x/sol-trace": "^2.0.4",
 | 
			
		||||
        "@0x/subproviders": "^3.0.3",
 | 
			
		||||
        "@0x/tslint-config": "^3.0.0",
 | 
			
		||||
        "@0x/types": "^2.0.2",
 | 
			
		||||
        "@0x/typescript-typings": "^4.0.0",
 | 
			
		||||
        "@0x/utils": "^4.0.3",
 | 
			
		||||
        "@0x/web3-wrapper": "^4.0.2",
 | 
			
		||||
        "@0x/utils": "^4.1.0",
 | 
			
		||||
        "@0x/web3-wrapper": "^5.0.0",
 | 
			
		||||
        "@types/mocha": "^2.2.42",
 | 
			
		||||
        "copyfiles": "^2.0.0",
 | 
			
		||||
        "ethereum-types": "^2.0.0",
 | 
			
		||||
@@ -50,8 +50,8 @@
 | 
			
		||||
        "run-s": "^0.0.0"
 | 
			
		||||
    },
 | 
			
		||||
    "devDependencies": {
 | 
			
		||||
        "@0x/dev-utils": "^2.0.2",
 | 
			
		||||
        "@0x/sol-compiler": "^3.0.2",
 | 
			
		||||
        "@0x/dev-utils": "^2.1.0",
 | 
			
		||||
        "@0x/sol-compiler": "^3.0.3",
 | 
			
		||||
        "chai": "^4.0.1",
 | 
			
		||||
        "chai-as-promised": "^7.1.0",
 | 
			
		||||
        "chai-bignumber": "^3.0.0",
 | 
			
		||||
 
 | 
			
		||||
@@ -1,6 +1,6 @@
 | 
			
		||||
{
 | 
			
		||||
    "name": "@0x/migrations",
 | 
			
		||||
    "version": "3.0.3",
 | 
			
		||||
    "version": "3.0.4",
 | 
			
		||||
    "engines": {
 | 
			
		||||
        "node": ">=6.12"
 | 
			
		||||
    },
 | 
			
		||||
@@ -35,7 +35,7 @@
 | 
			
		||||
    },
 | 
			
		||||
    "license": "Apache-2.0",
 | 
			
		||||
    "devDependencies": {
 | 
			
		||||
        "@0x/dev-utils": "^2.0.2",
 | 
			
		||||
        "@0x/dev-utils": "^2.1.0",
 | 
			
		||||
        "@0x/tslint-config": "^3.0.0",
 | 
			
		||||
        "@0x/types": "^2.0.2",
 | 
			
		||||
        "@types/yargs": "^11.0.0",
 | 
			
		||||
@@ -48,16 +48,16 @@
 | 
			
		||||
        "yargs": "^10.0.3"
 | 
			
		||||
    },
 | 
			
		||||
    "dependencies": {
 | 
			
		||||
        "@0x/abi-gen-wrappers": "^3.0.2",
 | 
			
		||||
        "@0x/base-contract": "^4.0.2",
 | 
			
		||||
        "@0x/abi-gen-wrappers": "^3.0.3",
 | 
			
		||||
        "@0x/base-contract": "^4.0.3",
 | 
			
		||||
        "@0x/contract-addresses": "^2.2.1",
 | 
			
		||||
        "@0x/contract-artifacts": "^1.3.0",
 | 
			
		||||
        "@0x/order-utils": "^6.0.1",
 | 
			
		||||
        "@0x/sol-compiler": "^3.0.2",
 | 
			
		||||
        "@0x/subproviders": "^3.0.2",
 | 
			
		||||
        "@0x/order-utils": "^6.1.0",
 | 
			
		||||
        "@0x/sol-compiler": "^3.0.3",
 | 
			
		||||
        "@0x/subproviders": "^3.0.3",
 | 
			
		||||
        "@0x/typescript-typings": "^4.0.0",
 | 
			
		||||
        "@0x/utils": "^4.0.3",
 | 
			
		||||
        "@0x/web3-wrapper": "^4.0.2",
 | 
			
		||||
        "@0x/utils": "^4.1.0",
 | 
			
		||||
        "@0x/web3-wrapper": "^5.0.0",
 | 
			
		||||
        "@ledgerhq/hw-app-eth": "^4.3.0",
 | 
			
		||||
        "ethereum-types": "^2.0.0",
 | 
			
		||||
        "ethers": "~4.0.4",
 | 
			
		||||
 
 | 
			
		||||
@@ -1,7 +1,7 @@
 | 
			
		||||
{
 | 
			
		||||
    "private": true,
 | 
			
		||||
    "name": "@0x/monorepo-scripts",
 | 
			
		||||
    "version": "1.0.23",
 | 
			
		||||
    "version": "1.0.24",
 | 
			
		||||
    "engines": {
 | 
			
		||||
        "node": ">=6.12"
 | 
			
		||||
    },
 | 
			
		||||
@@ -48,7 +48,7 @@
 | 
			
		||||
    },
 | 
			
		||||
    "dependencies": {
 | 
			
		||||
        "@0x/types": "^2.0.2",
 | 
			
		||||
        "@0x/utils": "^4.0.3",
 | 
			
		||||
        "@0x/utils": "^4.1.0",
 | 
			
		||||
        "@lerna/batch-packages": "^3.0.0-beta.18",
 | 
			
		||||
        "@types/depcheck": "^0.6.0",
 | 
			
		||||
        "async-child-process": "^1.1.1",
 | 
			
		||||
 
 | 
			
		||||
@@ -1,6 +1,6 @@
 | 
			
		||||
{
 | 
			
		||||
    "name": "@0x/order-utils",
 | 
			
		||||
    "version": "6.0.1",
 | 
			
		||||
    "version": "6.1.0",
 | 
			
		||||
    "engines": {
 | 
			
		||||
        "node": ">=6.12"
 | 
			
		||||
    },
 | 
			
		||||
@@ -35,7 +35,7 @@
 | 
			
		||||
    },
 | 
			
		||||
    "homepage": "https://github.com/0xProject/0x-monorepo/packages/order-utils/README.md",
 | 
			
		||||
    "devDependencies": {
 | 
			
		||||
        "@0x/dev-utils": "^2.0.2",
 | 
			
		||||
        "@0x/dev-utils": "^2.1.0",
 | 
			
		||||
        "@0x/tslint-config": "^3.0.0",
 | 
			
		||||
        "@types/bn.js": "^4.11.0",
 | 
			
		||||
        "@types/lodash": "4.14.104",
 | 
			
		||||
@@ -53,16 +53,16 @@
 | 
			
		||||
        "typescript": "3.0.1"
 | 
			
		||||
    },
 | 
			
		||||
    "dependencies": {
 | 
			
		||||
        "@0x/abi-gen-wrappers": "^3.0.2",
 | 
			
		||||
        "@0x/assert": "^2.0.2",
 | 
			
		||||
        "@0x/base-contract": "^4.0.2",
 | 
			
		||||
        "@0x/abi-gen-wrappers": "^3.0.3",
 | 
			
		||||
        "@0x/assert": "^2.0.3",
 | 
			
		||||
        "@0x/base-contract": "^4.0.3",
 | 
			
		||||
        "@0x/contract-addresses": "^2.2.1",
 | 
			
		||||
        "@0x/contract-artifacts": "^1.3.0",
 | 
			
		||||
        "@0x/json-schemas": "^3.0.2",
 | 
			
		||||
        "@0x/json-schemas": "^3.0.3",
 | 
			
		||||
        "@0x/types": "^2.0.2",
 | 
			
		||||
        "@0x/typescript-typings": "^4.0.0",
 | 
			
		||||
        "@0x/utils": "^4.0.3",
 | 
			
		||||
        "@0x/web3-wrapper": "^4.0.2",
 | 
			
		||||
        "@0x/utils": "^4.1.0",
 | 
			
		||||
        "@0x/web3-wrapper": "^5.0.0",
 | 
			
		||||
        "@types/node": "*",
 | 
			
		||||
        "bn.js": "^4.11.8",
 | 
			
		||||
        "ethereum-types": "^2.0.0",
 | 
			
		||||
 
 | 
			
		||||
@@ -1,6 +1,6 @@
 | 
			
		||||
{
 | 
			
		||||
    "name": "@0x/order-watcher",
 | 
			
		||||
    "version": "3.0.3",
 | 
			
		||||
    "version": "3.0.4",
 | 
			
		||||
    "description": "An order watcher daemon that watches for order validity",
 | 
			
		||||
    "keywords": [
 | 
			
		||||
        "0x",
 | 
			
		||||
@@ -38,9 +38,9 @@
 | 
			
		||||
        "node": ">=6.0.0"
 | 
			
		||||
    },
 | 
			
		||||
    "devDependencies": {
 | 
			
		||||
        "@0x/dev-utils": "^2.0.2",
 | 
			
		||||
        "@0x/migrations": "^3.0.3",
 | 
			
		||||
        "@0x/subproviders": "^3.0.2",
 | 
			
		||||
        "@0x/dev-utils": "^2.1.0",
 | 
			
		||||
        "@0x/migrations": "^3.0.4",
 | 
			
		||||
        "@0x/subproviders": "^3.0.3",
 | 
			
		||||
        "@0x/tslint-config": "^3.0.0",
 | 
			
		||||
        "@types/bintrees": "^1.0.2",
 | 
			
		||||
        "@types/lodash": "4.14.104",
 | 
			
		||||
@@ -63,19 +63,19 @@
 | 
			
		||||
        "typescript": "3.0.1"
 | 
			
		||||
    },
 | 
			
		||||
    "dependencies": {
 | 
			
		||||
        "@0x/abi-gen-wrappers": "^3.0.2",
 | 
			
		||||
        "@0x/assert": "^2.0.2",
 | 
			
		||||
        "@0x/base-contract": "^4.0.2",
 | 
			
		||||
        "@0x/abi-gen-wrappers": "^3.0.3",
 | 
			
		||||
        "@0x/assert": "^2.0.3",
 | 
			
		||||
        "@0x/base-contract": "^4.0.3",
 | 
			
		||||
        "@0x/contract-addresses": "^2.2.1",
 | 
			
		||||
        "@0x/contract-artifacts": "^1.3.0",
 | 
			
		||||
        "@0x/contract-wrappers": "^7.0.2",
 | 
			
		||||
        "@0x/fill-scenarios": "^2.0.3",
 | 
			
		||||
        "@0x/json-schemas": "^3.0.2",
 | 
			
		||||
        "@0x/order-utils": "^6.0.1",
 | 
			
		||||
        "@0x/contract-wrappers": "^7.1.0",
 | 
			
		||||
        "@0x/fill-scenarios": "^2.0.4",
 | 
			
		||||
        "@0x/json-schemas": "^3.0.3",
 | 
			
		||||
        "@0x/order-utils": "^6.1.0",
 | 
			
		||||
        "@0x/types": "^2.0.2",
 | 
			
		||||
        "@0x/typescript-typings": "^4.0.0",
 | 
			
		||||
        "@0x/utils": "^4.0.3",
 | 
			
		||||
        "@0x/web3-wrapper": "^4.0.2",
 | 
			
		||||
        "@0x/utils": "^4.1.0",
 | 
			
		||||
        "@0x/web3-wrapper": "^5.0.0",
 | 
			
		||||
        "bintrees": "^1.0.2",
 | 
			
		||||
        "ethereum-types": "^2.0.0",
 | 
			
		||||
        "ethereumjs-blockstream": "6.0.0",
 | 
			
		||||
 
 | 
			
		||||
@@ -1,6 +1,6 @@
 | 
			
		||||
{
 | 
			
		||||
    "name": "@0x/pipeline",
 | 
			
		||||
    "version": "1.0.9",
 | 
			
		||||
    "version": "1.0.10",
 | 
			
		||||
    "private": true,
 | 
			
		||||
    "description": "Data pipeline for offline analysis",
 | 
			
		||||
    "scripts": {
 | 
			
		||||
@@ -39,16 +39,16 @@
 | 
			
		||||
        "typescript": "3.0.1"
 | 
			
		||||
    },
 | 
			
		||||
    "dependencies": {
 | 
			
		||||
        "@0x/connect": "^4.0.3",
 | 
			
		||||
        "@0x/connect": "^4.0.4",
 | 
			
		||||
        "@0x/contract-addresses": "^2.2.1",
 | 
			
		||||
        "@0x/contract-artifacts": "^1.3.0",
 | 
			
		||||
        "@0x/contract-wrappers": "^7.0.2",
 | 
			
		||||
        "@0x/dev-utils": "^2.0.2",
 | 
			
		||||
        "@0x/order-utils": "^6.0.1",
 | 
			
		||||
        "@0x/subproviders": "^3.0.2",
 | 
			
		||||
        "@0x/contract-wrappers": "^7.1.0",
 | 
			
		||||
        "@0x/dev-utils": "^2.1.0",
 | 
			
		||||
        "@0x/order-utils": "^6.1.0",
 | 
			
		||||
        "@0x/subproviders": "^3.0.3",
 | 
			
		||||
        "@0x/types": "^2.0.2",
 | 
			
		||||
        "@0x/utils": "^4.0.3",
 | 
			
		||||
        "@0x/web3-wrapper": "^4.0.2",
 | 
			
		||||
        "@0x/utils": "^4.1.0",
 | 
			
		||||
        "@0x/web3-wrapper": "^5.0.0",
 | 
			
		||||
        "@types/dockerode": "^2.5.9",
 | 
			
		||||
        "@types/p-limit": "^2.0.0",
 | 
			
		||||
        "async-parallel": "^1.2.3",
 | 
			
		||||
 
 | 
			
		||||
@@ -1,6 +1,6 @@
 | 
			
		||||
{
 | 
			
		||||
    "name": "@0x/react-docs",
 | 
			
		||||
    "version": "2.0.3",
 | 
			
		||||
    "version": "2.0.4",
 | 
			
		||||
    "engines": {
 | 
			
		||||
        "node": ">=6.12"
 | 
			
		||||
    },
 | 
			
		||||
@@ -24,7 +24,7 @@
 | 
			
		||||
        "url": "https://github.com/0xProject/0x-monorepo.git"
 | 
			
		||||
    },
 | 
			
		||||
    "devDependencies": {
 | 
			
		||||
        "@0x/dev-utils": "^2.0.2",
 | 
			
		||||
        "@0x/dev-utils": "^2.1.0",
 | 
			
		||||
        "@0x/tslint-config": "^3.0.0",
 | 
			
		||||
        "@types/compare-versions": "^3.0.0",
 | 
			
		||||
        "@types/styled-components": "4.0.0",
 | 
			
		||||
@@ -34,9 +34,9 @@
 | 
			
		||||
        "typescript": "3.0.1"
 | 
			
		||||
    },
 | 
			
		||||
    "dependencies": {
 | 
			
		||||
        "@0x/react-shared": "^2.0.3",
 | 
			
		||||
        "@0x/react-shared": "^2.0.4",
 | 
			
		||||
        "@0x/types": "^2.0.2",
 | 
			
		||||
        "@0x/utils": "^4.0.3",
 | 
			
		||||
        "@0x/utils": "^4.1.0",
 | 
			
		||||
        "@types/lodash": "4.14.104",
 | 
			
		||||
        "@types/material-ui": "^0.20.0",
 | 
			
		||||
        "@types/node": "*",
 | 
			
		||||
 
 | 
			
		||||
@@ -1,6 +1,6 @@
 | 
			
		||||
{
 | 
			
		||||
    "name": "@0x/react-shared",
 | 
			
		||||
    "version": "2.0.3",
 | 
			
		||||
    "version": "2.0.4",
 | 
			
		||||
    "engines": {
 | 
			
		||||
        "node": ">=6.12"
 | 
			
		||||
    },
 | 
			
		||||
@@ -25,7 +25,7 @@
 | 
			
		||||
        "url": "https://github.com/0xProject/0x-monorepo.git"
 | 
			
		||||
    },
 | 
			
		||||
    "devDependencies": {
 | 
			
		||||
        "@0x/dev-utils": "^2.0.2",
 | 
			
		||||
        "@0x/dev-utils": "^2.1.0",
 | 
			
		||||
        "@0x/tslint-config": "^3.0.0",
 | 
			
		||||
        "make-promises-safe": "^1.1.0",
 | 
			
		||||
        "shx": "^0.2.2",
 | 
			
		||||
 
 | 
			
		||||
@@ -1,6 +1,6 @@
 | 
			
		||||
{
 | 
			
		||||
    "name": "@0x/sol-compiler",
 | 
			
		||||
    "version": "3.0.2",
 | 
			
		||||
    "version": "3.0.3",
 | 
			
		||||
    "engines": {
 | 
			
		||||
        "node": ">=6.12"
 | 
			
		||||
    },
 | 
			
		||||
@@ -42,7 +42,7 @@
 | 
			
		||||
    },
 | 
			
		||||
    "homepage": "https://github.com/0xProject/0x-monorepo/packages/sol-compiler/README.md",
 | 
			
		||||
    "devDependencies": {
 | 
			
		||||
        "@0x/dev-utils": "^2.0.2",
 | 
			
		||||
        "@0x/dev-utils": "^2.1.0",
 | 
			
		||||
        "@0x/tslint-config": "^3.0.0",
 | 
			
		||||
        "@types/chokidar": "^1.7.5",
 | 
			
		||||
        "@types/mkdirp": "^0.5.2",
 | 
			
		||||
@@ -67,13 +67,13 @@
 | 
			
		||||
        "zeppelin-solidity": "1.8.0"
 | 
			
		||||
    },
 | 
			
		||||
    "dependencies": {
 | 
			
		||||
        "@0x/assert": "^2.0.2",
 | 
			
		||||
        "@0x/json-schemas": "^3.0.2",
 | 
			
		||||
        "@0x/assert": "^2.0.3",
 | 
			
		||||
        "@0x/json-schemas": "^3.0.3",
 | 
			
		||||
        "@0x/sol-resolver": "^2.0.2",
 | 
			
		||||
        "@0x/types": "^2.0.2",
 | 
			
		||||
        "@0x/typescript-typings": "^4.0.0",
 | 
			
		||||
        "@0x/utils": "^4.0.3",
 | 
			
		||||
        "@0x/web3-wrapper": "^4.0.2",
 | 
			
		||||
        "@0x/utils": "^4.1.0",
 | 
			
		||||
        "@0x/web3-wrapper": "^5.0.0",
 | 
			
		||||
        "@types/yargs": "^11.0.0",
 | 
			
		||||
        "chalk": "^2.3.0",
 | 
			
		||||
        "chokidar": "^2.0.4",
 | 
			
		||||
 
 | 
			
		||||
@@ -1,6 +1,6 @@
 | 
			
		||||
{
 | 
			
		||||
    "name": "@0x/sol-coverage",
 | 
			
		||||
    "version": "2.0.2",
 | 
			
		||||
    "version": "2.0.3",
 | 
			
		||||
    "engines": {
 | 
			
		||||
        "node": ">=6.12"
 | 
			
		||||
    },
 | 
			
		||||
@@ -29,8 +29,8 @@
 | 
			
		||||
    },
 | 
			
		||||
    "homepage": "https://github.com/0xProject/0x-monorepo/packages/sol-coverage/README.md",
 | 
			
		||||
    "dependencies": {
 | 
			
		||||
        "@0x/sol-tracing-utils": "^6.0.2",
 | 
			
		||||
        "@0x/subproviders": "^3.0.2",
 | 
			
		||||
        "@0x/sol-tracing-utils": "^6.0.3",
 | 
			
		||||
        "@0x/subproviders": "^3.0.3",
 | 
			
		||||
        "@0x/typescript-typings": "^4.0.0",
 | 
			
		||||
        "ethereum-types": "^2.0.0",
 | 
			
		||||
        "lodash": "^4.17.11"
 | 
			
		||||
 
 | 
			
		||||
@@ -1,6 +1,6 @@
 | 
			
		||||
{
 | 
			
		||||
    "name": "@0x/sol-doc",
 | 
			
		||||
    "version": "2.0.2",
 | 
			
		||||
    "version": "2.0.3",
 | 
			
		||||
    "description": "Solidity documentation generator",
 | 
			
		||||
    "main": "lib/src/index.js",
 | 
			
		||||
    "types": "lib/src/index.d.js",
 | 
			
		||||
@@ -25,9 +25,9 @@
 | 
			
		||||
    "author": "F. Eugene Aumson",
 | 
			
		||||
    "license": "Apache-2.0",
 | 
			
		||||
    "dependencies": {
 | 
			
		||||
        "@0x/sol-compiler": "^3.0.2",
 | 
			
		||||
        "@0x/sol-compiler": "^3.0.3",
 | 
			
		||||
        "@0x/types": "^2.0.2",
 | 
			
		||||
        "@0x/utils": "^4.0.3",
 | 
			
		||||
        "@0x/utils": "^4.1.0",
 | 
			
		||||
        "ethereum-types": "^2.0.0",
 | 
			
		||||
        "ethereumjs-util": "^5.1.1",
 | 
			
		||||
        "lodash": "^4.17.11",
 | 
			
		||||
 
 | 
			
		||||
@@ -1,6 +1,6 @@
 | 
			
		||||
{
 | 
			
		||||
    "name": "@0x/sol-profiler",
 | 
			
		||||
    "version": "2.0.3",
 | 
			
		||||
    "version": "2.0.4",
 | 
			
		||||
    "engines": {
 | 
			
		||||
        "node": ">=6.12"
 | 
			
		||||
    },
 | 
			
		||||
@@ -29,8 +29,8 @@
 | 
			
		||||
    },
 | 
			
		||||
    "homepage": "https://github.com/0xProject/0x-monorepo/packages/sol-profiler/README.md",
 | 
			
		||||
    "dependencies": {
 | 
			
		||||
        "@0x/sol-tracing-utils": "^6.0.2",
 | 
			
		||||
        "@0x/subproviders": "^3.0.2",
 | 
			
		||||
        "@0x/sol-tracing-utils": "^6.0.3",
 | 
			
		||||
        "@0x/subproviders": "^3.0.3",
 | 
			
		||||
        "@0x/typescript-typings": "^4.0.0",
 | 
			
		||||
        "ethereum-types": "^2.0.0",
 | 
			
		||||
        "lodash": "^4.17.11"
 | 
			
		||||
 
 | 
			
		||||
@@ -1,6 +1,6 @@
 | 
			
		||||
{
 | 
			
		||||
    "name": "@0x/sol-trace",
 | 
			
		||||
    "version": "2.0.3",
 | 
			
		||||
    "version": "2.0.4",
 | 
			
		||||
    "engines": {
 | 
			
		||||
        "node": ">=6.12"
 | 
			
		||||
    },
 | 
			
		||||
@@ -29,8 +29,8 @@
 | 
			
		||||
    },
 | 
			
		||||
    "homepage": "https://github.com/0xProject/0x-monorepo/packages/sol-trace/README.md",
 | 
			
		||||
    "dependencies": {
 | 
			
		||||
        "@0x/sol-tracing-utils": "^6.0.2",
 | 
			
		||||
        "@0x/subproviders": "^3.0.2",
 | 
			
		||||
        "@0x/sol-tracing-utils": "^6.0.3",
 | 
			
		||||
        "@0x/subproviders": "^3.0.3",
 | 
			
		||||
        "@0x/typescript-typings": "^4.0.0",
 | 
			
		||||
        "chalk": "^2.3.0",
 | 
			
		||||
        "ethereum-types": "^2.0.0",
 | 
			
		||||
 
 | 
			
		||||
@@ -1,6 +1,6 @@
 | 
			
		||||
{
 | 
			
		||||
    "name": "@0x/sol-tracing-utils",
 | 
			
		||||
    "version": "6.0.2",
 | 
			
		||||
    "version": "6.0.3",
 | 
			
		||||
    "engines": {
 | 
			
		||||
        "node": ">=6.12"
 | 
			
		||||
    },
 | 
			
		||||
@@ -42,13 +42,13 @@
 | 
			
		||||
    },
 | 
			
		||||
    "homepage": "https://github.com/0xProject/0x-monorepo/packages/sol-tracing-utils/README.md",
 | 
			
		||||
    "dependencies": {
 | 
			
		||||
        "@0x/dev-utils": "^2.0.2",
 | 
			
		||||
        "@0x/sol-compiler": "^3.0.2",
 | 
			
		||||
        "@0x/dev-utils": "^2.1.0",
 | 
			
		||||
        "@0x/sol-compiler": "^3.0.3",
 | 
			
		||||
        "@0x/sol-resolver": "^2.0.2",
 | 
			
		||||
        "@0x/subproviders": "^3.0.2",
 | 
			
		||||
        "@0x/subproviders": "^3.0.3",
 | 
			
		||||
        "@0x/typescript-typings": "^4.0.0",
 | 
			
		||||
        "@0x/utils": "^4.0.3",
 | 
			
		||||
        "@0x/web3-wrapper": "^4.0.2",
 | 
			
		||||
        "@0x/utils": "^4.1.0",
 | 
			
		||||
        "@0x/web3-wrapper": "^5.0.0",
 | 
			
		||||
        "@types/solidity-parser-antlr": "^0.2.0",
 | 
			
		||||
        "chalk": "^2.3.0",
 | 
			
		||||
        "ethereum-types": "^2.0.0",
 | 
			
		||||
 
 | 
			
		||||
@@ -1,6 +1,6 @@
 | 
			
		||||
{
 | 
			
		||||
    "name": "@0x/sra-spec",
 | 
			
		||||
    "version": "2.0.2",
 | 
			
		||||
    "version": "2.0.3",
 | 
			
		||||
    "engines": {
 | 
			
		||||
        "node": ">=6.12"
 | 
			
		||||
    },
 | 
			
		||||
@@ -35,7 +35,7 @@
 | 
			
		||||
    },
 | 
			
		||||
    "homepage": "https://github.com/0xProject/0x-monorepo/packages/sra-spec/README.md",
 | 
			
		||||
    "dependencies": {
 | 
			
		||||
        "@0x/json-schemas": "^3.0.2",
 | 
			
		||||
        "@0x/json-schemas": "^3.0.3",
 | 
			
		||||
        "@loopback/openapi-v3-types": "^0.8.2"
 | 
			
		||||
    },
 | 
			
		||||
    "devDependencies": {
 | 
			
		||||
 
 | 
			
		||||
@@ -1,6 +1,6 @@
 | 
			
		||||
{
 | 
			
		||||
    "name": "@0x/subproviders",
 | 
			
		||||
    "version": "3.0.2",
 | 
			
		||||
    "version": "3.0.3",
 | 
			
		||||
    "engines": {
 | 
			
		||||
        "node": ">=6.12"
 | 
			
		||||
    },
 | 
			
		||||
@@ -29,11 +29,11 @@
 | 
			
		||||
        }
 | 
			
		||||
    },
 | 
			
		||||
    "dependencies": {
 | 
			
		||||
        "@0x/assert": "^2.0.2",
 | 
			
		||||
        "@0x/assert": "^2.0.3",
 | 
			
		||||
        "@0x/types": "^2.0.2",
 | 
			
		||||
        "@0x/typescript-typings": "^4.0.0",
 | 
			
		||||
        "@0x/utils": "^4.0.3",
 | 
			
		||||
        "@0x/web3-wrapper": "^4.0.2",
 | 
			
		||||
        "@0x/utils": "^4.1.0",
 | 
			
		||||
        "@0x/web3-wrapper": "^5.0.0",
 | 
			
		||||
        "@ledgerhq/hw-app-eth": "^4.3.0",
 | 
			
		||||
        "@ledgerhq/hw-transport-u2f": "4.24.0",
 | 
			
		||||
        "@types/eth-lightwallet": "^3.0.0",
 | 
			
		||||
 
 | 
			
		||||
@@ -1,7 +1,7 @@
 | 
			
		||||
{
 | 
			
		||||
    "private": true,
 | 
			
		||||
    "name": "@0x/testnet-faucets",
 | 
			
		||||
    "version": "1.0.68",
 | 
			
		||||
    "version": "1.0.69",
 | 
			
		||||
    "engines": {
 | 
			
		||||
        "node": ">=6.12"
 | 
			
		||||
    },
 | 
			
		||||
@@ -18,11 +18,11 @@
 | 
			
		||||
    "author": "Fabio Berger",
 | 
			
		||||
    "license": "Apache-2.0",
 | 
			
		||||
    "dependencies": {
 | 
			
		||||
        "0x.js": "^4.0.3",
 | 
			
		||||
        "@0x/subproviders": "^3.0.2",
 | 
			
		||||
        "0x.js": "^5.0.0",
 | 
			
		||||
        "@0x/subproviders": "^3.0.3",
 | 
			
		||||
        "@0x/typescript-typings": "^4.0.0",
 | 
			
		||||
        "@0x/utils": "^4.0.3",
 | 
			
		||||
        "@0x/web3-wrapper": "^4.0.2",
 | 
			
		||||
        "@0x/utils": "^4.1.0",
 | 
			
		||||
        "@0x/web3-wrapper": "^5.0.0",
 | 
			
		||||
        "body-parser": "^1.17.1",
 | 
			
		||||
        "ethereum-types": "^2.0.0",
 | 
			
		||||
        "ethereumjs-tx": "^1.3.5",
 | 
			
		||||
 
 | 
			
		||||
@@ -1,6 +1,6 @@
 | 
			
		||||
{
 | 
			
		||||
    "name": "@0x/utils",
 | 
			
		||||
    "version": "4.0.3",
 | 
			
		||||
    "version": "4.1.0",
 | 
			
		||||
    "engines": {
 | 
			
		||||
        "node": ">=6.12"
 | 
			
		||||
    },
 | 
			
		||||
 
 | 
			
		||||
@@ -1,6 +1,6 @@
 | 
			
		||||
{
 | 
			
		||||
    "name": "@0x/web3-wrapper",
 | 
			
		||||
    "version": "4.0.2",
 | 
			
		||||
    "version": "5.0.0",
 | 
			
		||||
    "engines": {
 | 
			
		||||
        "node": ">=6.12"
 | 
			
		||||
    },
 | 
			
		||||
@@ -54,10 +54,10 @@
 | 
			
		||||
        "typescript": "3.0.1"
 | 
			
		||||
    },
 | 
			
		||||
    "dependencies": {
 | 
			
		||||
        "@0x/assert": "^2.0.2",
 | 
			
		||||
        "@0x/json-schemas": "^3.0.2",
 | 
			
		||||
        "@0x/assert": "^2.0.3",
 | 
			
		||||
        "@0x/json-schemas": "^3.0.3",
 | 
			
		||||
        "@0x/typescript-typings": "^4.0.0",
 | 
			
		||||
        "@0x/utils": "^4.0.3",
 | 
			
		||||
        "@0x/utils": "^4.1.0",
 | 
			
		||||
        "ethereum-types": "^2.0.0",
 | 
			
		||||
        "ethereumjs-util": "^5.1.1",
 | 
			
		||||
        "ethers": "~4.0.4",
 | 
			
		||||
 
 | 
			
		||||
@@ -1,6 +1,6 @@
 | 
			
		||||
{
 | 
			
		||||
    "name": "@0x/website",
 | 
			
		||||
    "version": "0.0.71",
 | 
			
		||||
    "version": "0.0.72",
 | 
			
		||||
    "engines": {
 | 
			
		||||
        "node": ">=6.12"
 | 
			
		||||
    },
 | 
			
		||||
@@ -20,18 +20,18 @@
 | 
			
		||||
    "author": "Fabio Berger",
 | 
			
		||||
    "license": "Apache-2.0",
 | 
			
		||||
    "dependencies": {
 | 
			
		||||
        "@0x/asset-buyer": "^5.0.3",
 | 
			
		||||
        "@0x/asset-buyer": "^5.0.4",
 | 
			
		||||
        "@0x/contract-addresses": "^2.2.1",
 | 
			
		||||
        "@0x/contract-wrappers": "^7.0.2",
 | 
			
		||||
        "@0x/json-schemas": "^3.0.2",
 | 
			
		||||
        "@0x/order-utils": "^6.0.1",
 | 
			
		||||
        "@0x/react-docs": "^2.0.3",
 | 
			
		||||
        "@0x/react-shared": "^2.0.3",
 | 
			
		||||
        "@0x/subproviders": "^3.0.2",
 | 
			
		||||
        "@0x/contract-wrappers": "^7.1.0",
 | 
			
		||||
        "@0x/json-schemas": "^3.0.3",
 | 
			
		||||
        "@0x/order-utils": "^6.1.0",
 | 
			
		||||
        "@0x/react-docs": "^2.0.4",
 | 
			
		||||
        "@0x/react-shared": "^2.0.4",
 | 
			
		||||
        "@0x/subproviders": "^3.0.3",
 | 
			
		||||
        "@0x/types": "^2.0.2",
 | 
			
		||||
        "@0x/typescript-typings": "^4.0.0",
 | 
			
		||||
        "@0x/utils": "^4.0.3",
 | 
			
		||||
        "@0x/web3-wrapper": "^4.0.2",
 | 
			
		||||
        "@0x/utils": "^4.1.0",
 | 
			
		||||
        "@0x/web3-wrapper": "^5.0.0",
 | 
			
		||||
        "@reach/dialog": "^0.1.2",
 | 
			
		||||
        "@types/react-lazyload": "^2.3.1",
 | 
			
		||||
        "@types/react-loadable": "^5.4.2",
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user