Publish
- @0x/contracts-asset-proxy@2.3.0-beta.0 - @0x/contracts-coordinator@2.1.0-beta.0 - @0x/contracts-dev-utils@0.1.0-beta.0 - @0x/contracts-erc1155@1.2.0-beta.0 - @0x/contracts-erc20@2.3.0-beta.0 - @0x/contracts-erc721@2.2.0-beta.0 - @0x/contracts-exchange-forwarder@3.1.0-beta.0 - @0x/contracts-exchange-libs@3.1.0-beta.0 - @0x/contracts-exchange@2.2.0-beta.0 - @0x/contracts-extensions@4.1.0-beta.0 - @0x/contracts-multisig@3.2.0-beta.0 - @0x/contracts-staking@1.1.0-beta.0 - @0x/contracts-test-utils@3.2.0-beta.0 - @0x/contracts-utils@3.3.0-beta.0 - 0x.js@7.1.0-beta.0 - @0x/abi-gen-wrappers@5.4.0-beta.0 - @0x/abi-gen@4.3.0-beta.0 - @0x/assert@2.2.0-beta.0 - @0x/asset-buyer@6.2.0-beta.0 - @0x/asset-swapper@2.1.0-beta.0 - @0x/base-contract@5.5.0-beta.0 - @0x/connect@5.1.0-beta.0 - @0x/contract-addresses@3.3.0-beta.0 - @0x/contract-artifacts@2.3.0-beta.0 - @0x/contract-wrappers@12.2.0-beta.0 - @0x/contracts-gen@1.1.0-beta.0 - @0x/dev-utils@2.4.0-beta.0 - ethereum-types@2.2.0-beta.0 - @0x/instant@1.0.32 - @0x/json-schemas@4.1.0-beta.0 - @0x/migrations@4.4.0-beta.0 - @0x/monorepo-scripts@1.0.38 - @0x/order-utils@8.5.0-beta.0 - @0x/orderbook@0.1.0-beta.0 - @0x/sol-compiler@3.2.0-beta.0 - @0x/sol-coverage@3.1.0-beta.0 - @0x/sol-doc@2.1.0-beta.0 - @0x/sol-profiler@3.2.0-beta.0 - @0x/sol-resolver@2.1.0-beta.0 - @0x/sol-trace@2.1.0-beta.0 - @0x/sol-tracing-utils@6.1.0-beta.0 - @0x/sra-spec@2.1.0-beta.0 - @0x/subproviders@5.1.0-beta.0 - @0x/testnet-faucets@1.0.88 - @0x/types@2.5.0-beta.0 - @0x/typescript-typings@4.4.0-beta.0 - @0x/utils@4.6.0-beta.0 - @0x/web3-wrapper@6.1.0-beta.0
This commit is contained in:
		@@ -1,6 +1,6 @@
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
    "name": "@0x/contracts-asset-proxy",
 | 
					    "name": "@0x/contracts-asset-proxy",
 | 
				
			||||||
    "version": "2.2.8",
 | 
					    "version": "2.3.0-beta.0",
 | 
				
			||||||
    "engines": {
 | 
					    "engines": {
 | 
				
			||||||
        "node": ">=6.12"
 | 
					        "node": ">=6.12"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
@@ -48,11 +48,11 @@
 | 
				
			|||||||
    },
 | 
					    },
 | 
				
			||||||
    "homepage": "https://github.com/0xProject/0x-monorepo/contracts/protocol/README.md",
 | 
					    "homepage": "https://github.com/0xProject/0x-monorepo/contracts/protocol/README.md",
 | 
				
			||||||
    "devDependencies": {
 | 
					    "devDependencies": {
 | 
				
			||||||
        "@0x/abi-gen": "^4.2.1",
 | 
					        "@0x/abi-gen": "^4.3.0-beta.0",
 | 
				
			||||||
        "@0x/contracts-gen": "^1.0.15",
 | 
					        "@0x/contracts-gen": "^1.1.0-beta.0",
 | 
				
			||||||
        "@0x/contracts-test-utils": "^3.1.16",
 | 
					        "@0x/contracts-test-utils": "^3.2.0-beta.0",
 | 
				
			||||||
        "@0x/dev-utils": "^2.3.3",
 | 
					        "@0x/dev-utils": "^2.4.0-beta.0",
 | 
				
			||||||
        "@0x/sol-compiler": "^3.1.15",
 | 
					        "@0x/sol-compiler": "^3.2.0-beta.0",
 | 
				
			||||||
        "@0x/tslint-config": "^3.0.1",
 | 
					        "@0x/tslint-config": "^3.0.1",
 | 
				
			||||||
        "@types/lodash": "4.14.104",
 | 
					        "@types/lodash": "4.14.104",
 | 
				
			||||||
        "@types/mocha": "^5.2.7",
 | 
					        "@types/mocha": "^5.2.7",
 | 
				
			||||||
@@ -71,17 +71,17 @@
 | 
				
			|||||||
        "typescript": "3.0.1"
 | 
					        "typescript": "3.0.1"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "dependencies": {
 | 
					    "dependencies": {
 | 
				
			||||||
        "@0x/base-contract": "^5.4.0",
 | 
					        "@0x/base-contract": "^5.5.0-beta.0",
 | 
				
			||||||
        "@0x/contracts-erc1155": "^1.1.15",
 | 
					        "@0x/contracts-erc1155": "^1.2.0-beta.0",
 | 
				
			||||||
        "@0x/contracts-erc20": "^2.2.14",
 | 
					        "@0x/contracts-erc20": "^2.3.0-beta.0",
 | 
				
			||||||
        "@0x/contracts-erc721": "^2.1.15",
 | 
					        "@0x/contracts-erc721": "^2.2.0-beta.0",
 | 
				
			||||||
        "@0x/contracts-utils": "^3.2.4",
 | 
					        "@0x/contracts-utils": "^3.3.0-beta.0",
 | 
				
			||||||
        "@0x/order-utils": "^8.4.0",
 | 
					        "@0x/order-utils": "^8.5.0-beta.0",
 | 
				
			||||||
        "@0x/types": "^2.4.3",
 | 
					        "@0x/types": "^2.5.0-beta.0",
 | 
				
			||||||
        "@0x/typescript-typings": "^4.3.0",
 | 
					        "@0x/typescript-typings": "^4.4.0-beta.0",
 | 
				
			||||||
        "@0x/utils": "^4.5.2",
 | 
					        "@0x/utils": "^4.6.0-beta.0",
 | 
				
			||||||
        "@0x/web3-wrapper": "^6.0.13",
 | 
					        "@0x/web3-wrapper": "^6.1.0-beta.0",
 | 
				
			||||||
        "ethereum-types": "^2.1.6",
 | 
					        "ethereum-types": "^2.2.0-beta.0",
 | 
				
			||||||
        "ethereumjs-util": "^5.1.1",
 | 
					        "ethereumjs-util": "^5.1.1",
 | 
				
			||||||
        "lodash": "^4.17.11"
 | 
					        "lodash": "^4.17.11"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,6 +1,6 @@
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
    "name": "@0x/contracts-coordinator",
 | 
					    "name": "@0x/contracts-coordinator",
 | 
				
			||||||
    "version": "2.0.13",
 | 
					    "version": "2.1.0-beta.0",
 | 
				
			||||||
    "engines": {
 | 
					    "engines": {
 | 
				
			||||||
        "node": ">=6.12"
 | 
					        "node": ">=6.12"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
@@ -48,11 +48,11 @@
 | 
				
			|||||||
    },
 | 
					    },
 | 
				
			||||||
    "homepage": "https://github.com/0xProject/0x-monorepo/contracts/extensions/README.md",
 | 
					    "homepage": "https://github.com/0xProject/0x-monorepo/contracts/extensions/README.md",
 | 
				
			||||||
    "devDependencies": {
 | 
					    "devDependencies": {
 | 
				
			||||||
        "@0x/abi-gen": "^4.2.1",
 | 
					        "@0x/abi-gen": "^4.3.0-beta.0",
 | 
				
			||||||
        "@0x/contracts-gen": "^1.0.15",
 | 
					        "@0x/contracts-gen": "^1.1.0-beta.0",
 | 
				
			||||||
        "@0x/contracts-test-utils": "^3.1.16",
 | 
					        "@0x/contracts-test-utils": "^3.2.0-beta.0",
 | 
				
			||||||
        "@0x/dev-utils": "^2.3.3",
 | 
					        "@0x/dev-utils": "^2.4.0-beta.0",
 | 
				
			||||||
        "@0x/sol-compiler": "^3.1.15",
 | 
					        "@0x/sol-compiler": "^3.2.0-beta.0",
 | 
				
			||||||
        "@0x/tslint-config": "^3.0.1",
 | 
					        "@0x/tslint-config": "^3.0.1",
 | 
				
			||||||
        "@types/lodash": "4.14.104",
 | 
					        "@types/lodash": "4.14.104",
 | 
				
			||||||
        "@types/mocha": "^5.2.7",
 | 
					        "@types/mocha": "^5.2.7",
 | 
				
			||||||
@@ -71,18 +71,18 @@
 | 
				
			|||||||
        "typescript": "3.0.1"
 | 
					        "typescript": "3.0.1"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "dependencies": {
 | 
					    "dependencies": {
 | 
				
			||||||
        "@0x/base-contract": "^5.4.0",
 | 
					        "@0x/base-contract": "^5.5.0-beta.0",
 | 
				
			||||||
        "@0x/contracts-asset-proxy": "^2.2.8",
 | 
					        "@0x/contracts-asset-proxy": "^2.3.0-beta.0",
 | 
				
			||||||
        "@0x/contracts-erc20": "^2.2.14",
 | 
					        "@0x/contracts-erc20": "^2.3.0-beta.0",
 | 
				
			||||||
        "@0x/contracts-exchange": "^2.1.14",
 | 
					        "@0x/contracts-exchange": "^2.2.0-beta.0",
 | 
				
			||||||
        "@0x/contracts-exchange-libs": "^3.0.8",
 | 
					        "@0x/contracts-exchange-libs": "^3.1.0-beta.0",
 | 
				
			||||||
        "@0x/contracts-utils": "^3.2.4",
 | 
					        "@0x/contracts-utils": "^3.3.0-beta.0",
 | 
				
			||||||
        "@0x/order-utils": "^8.4.0",
 | 
					        "@0x/order-utils": "^8.5.0-beta.0",
 | 
				
			||||||
        "@0x/types": "^2.4.3",
 | 
					        "@0x/types": "^2.5.0-beta.0",
 | 
				
			||||||
        "@0x/typescript-typings": "^4.3.0",
 | 
					        "@0x/typescript-typings": "^4.4.0-beta.0",
 | 
				
			||||||
        "@0x/utils": "^4.5.2",
 | 
					        "@0x/utils": "^4.6.0-beta.0",
 | 
				
			||||||
        "@0x/web3-wrapper": "^6.0.13",
 | 
					        "@0x/web3-wrapper": "^6.1.0-beta.0",
 | 
				
			||||||
        "ethereum-types": "^2.1.6",
 | 
					        "ethereum-types": "^2.2.0-beta.0",
 | 
				
			||||||
        "ethereumjs-util": "^5.1.1",
 | 
					        "ethereumjs-util": "^5.1.1",
 | 
				
			||||||
        "lodash": "^4.17.11"
 | 
					        "lodash": "^4.17.11"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,6 +1,6 @@
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
    "name": "@0x/contracts-dev-utils",
 | 
					    "name": "@0x/contracts-dev-utils",
 | 
				
			||||||
    "version": "0.0.10",
 | 
					    "version": "0.1.0-beta.0",
 | 
				
			||||||
    "engines": {
 | 
					    "engines": {
 | 
				
			||||||
        "node": ">=6.12"
 | 
					        "node": ">=6.12"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
@@ -49,11 +49,11 @@
 | 
				
			|||||||
    },
 | 
					    },
 | 
				
			||||||
    "homepage": "https://github.com/0xProject/0x-monorepo/contracts/dev-utils/README.md",
 | 
					    "homepage": "https://github.com/0xProject/0x-monorepo/contracts/dev-utils/README.md",
 | 
				
			||||||
    "devDependencies": {
 | 
					    "devDependencies": {
 | 
				
			||||||
        "@0x/abi-gen": "^4.2.1",
 | 
					        "@0x/abi-gen": "^4.3.0-beta.0",
 | 
				
			||||||
        "@0x/contracts-gen": "^1.0.15",
 | 
					        "@0x/contracts-gen": "^1.1.0-beta.0",
 | 
				
			||||||
        "@0x/contracts-test-utils": "^3.1.16",
 | 
					        "@0x/contracts-test-utils": "^3.2.0-beta.0",
 | 
				
			||||||
        "@0x/dev-utils": "^2.3.3",
 | 
					        "@0x/dev-utils": "^2.4.0-beta.0",
 | 
				
			||||||
        "@0x/sol-compiler": "^3.1.15",
 | 
					        "@0x/sol-compiler": "^3.2.0-beta.0",
 | 
				
			||||||
        "@0x/tslint-config": "^3.0.1",
 | 
					        "@0x/tslint-config": "^3.0.1",
 | 
				
			||||||
        "@types/lodash": "4.14.104",
 | 
					        "@types/lodash": "4.14.104",
 | 
				
			||||||
        "@types/mocha": "^5.2.7",
 | 
					        "@types/mocha": "^5.2.7",
 | 
				
			||||||
@@ -72,20 +72,20 @@
 | 
				
			|||||||
        "typescript": "3.0.1"
 | 
					        "typescript": "3.0.1"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "dependencies": {
 | 
					    "dependencies": {
 | 
				
			||||||
        "@0x/base-contract": "^5.4.0",
 | 
					        "@0x/base-contract": "^5.5.0-beta.0",
 | 
				
			||||||
        "@0x/contracts-asset-proxy": "^2.2.8",
 | 
					        "@0x/contracts-asset-proxy": "^2.3.0-beta.0",
 | 
				
			||||||
        "@0x/contracts-erc1155": "^1.1.15",
 | 
					        "@0x/contracts-erc1155": "^1.2.0-beta.0",
 | 
				
			||||||
        "@0x/contracts-erc20": "^2.2.14",
 | 
					        "@0x/contracts-erc20": "^2.3.0-beta.0",
 | 
				
			||||||
        "@0x/contracts-erc721": "^2.1.15",
 | 
					        "@0x/contracts-erc721": "^2.2.0-beta.0",
 | 
				
			||||||
        "@0x/contracts-exchange": "^2.1.14",
 | 
					        "@0x/contracts-exchange": "^2.2.0-beta.0",
 | 
				
			||||||
        "@0x/contracts-exchange-libs": "^3.0.8",
 | 
					        "@0x/contracts-exchange-libs": "^3.1.0-beta.0",
 | 
				
			||||||
        "@0x/contracts-utils": "^3.2.4",
 | 
					        "@0x/contracts-utils": "^3.3.0-beta.0",
 | 
				
			||||||
        "@0x/order-utils": "^8.4.0",
 | 
					        "@0x/order-utils": "^8.5.0-beta.0",
 | 
				
			||||||
        "@0x/types": "^2.4.3",
 | 
					        "@0x/types": "^2.5.0-beta.0",
 | 
				
			||||||
        "@0x/typescript-typings": "^4.3.0",
 | 
					        "@0x/typescript-typings": "^4.4.0-beta.0",
 | 
				
			||||||
        "@0x/utils": "^4.5.2",
 | 
					        "@0x/utils": "^4.6.0-beta.0",
 | 
				
			||||||
        "@0x/web3-wrapper": "^6.0.13",
 | 
					        "@0x/web3-wrapper": "^6.1.0-beta.0",
 | 
				
			||||||
        "ethereum-types": "^2.1.6",
 | 
					        "ethereum-types": "^2.2.0-beta.0",
 | 
				
			||||||
        "ethereumjs-util": "^5.1.1"
 | 
					        "ethereumjs-util": "^5.1.1"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "publishConfig": {
 | 
					    "publishConfig": {
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,6 +1,6 @@
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
    "name": "@0x/contracts-erc1155",
 | 
					    "name": "@0x/contracts-erc1155",
 | 
				
			||||||
    "version": "1.1.15",
 | 
					    "version": "1.2.0-beta.0",
 | 
				
			||||||
    "engines": {
 | 
					    "engines": {
 | 
				
			||||||
        "node": ">=6.12"
 | 
					        "node": ">=6.12"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
@@ -48,10 +48,10 @@
 | 
				
			|||||||
    },
 | 
					    },
 | 
				
			||||||
    "homepage": "https://github.com/0xProject/0x-monorepo/contracts/tokens/README.md",
 | 
					    "homepage": "https://github.com/0xProject/0x-monorepo/contracts/tokens/README.md",
 | 
				
			||||||
    "devDependencies": {
 | 
					    "devDependencies": {
 | 
				
			||||||
        "@0x/abi-gen": "^4.2.1",
 | 
					        "@0x/abi-gen": "^4.3.0-beta.0",
 | 
				
			||||||
        "@0x/contracts-gen": "^1.0.15",
 | 
					        "@0x/contracts-gen": "^1.1.0-beta.0",
 | 
				
			||||||
        "@0x/dev-utils": "^2.3.3",
 | 
					        "@0x/dev-utils": "^2.4.0-beta.0",
 | 
				
			||||||
        "@0x/sol-compiler": "^3.1.15",
 | 
					        "@0x/sol-compiler": "^3.2.0-beta.0",
 | 
				
			||||||
        "@0x/tslint-config": "^3.0.1",
 | 
					        "@0x/tslint-config": "^3.0.1",
 | 
				
			||||||
        "@types/lodash": "4.14.104",
 | 
					        "@types/lodash": "4.14.104",
 | 
				
			||||||
        "@types/mocha": "^5.2.7",
 | 
					        "@types/mocha": "^5.2.7",
 | 
				
			||||||
@@ -70,14 +70,14 @@
 | 
				
			|||||||
        "typescript": "3.0.1"
 | 
					        "typescript": "3.0.1"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "dependencies": {
 | 
					    "dependencies": {
 | 
				
			||||||
        "@0x/base-contract": "^5.4.0",
 | 
					        "@0x/base-contract": "^5.5.0-beta.0",
 | 
				
			||||||
        "@0x/contracts-test-utils": "^3.1.16",
 | 
					        "@0x/contracts-test-utils": "^3.2.0-beta.0",
 | 
				
			||||||
        "@0x/contracts-utils": "^3.2.4",
 | 
					        "@0x/contracts-utils": "^3.3.0-beta.0",
 | 
				
			||||||
        "@0x/types": "^2.4.3",
 | 
					        "@0x/types": "^2.5.0-beta.0",
 | 
				
			||||||
        "@0x/typescript-typings": "^4.3.0",
 | 
					        "@0x/typescript-typings": "^4.4.0-beta.0",
 | 
				
			||||||
        "@0x/utils": "^4.5.2",
 | 
					        "@0x/utils": "^4.6.0-beta.0",
 | 
				
			||||||
        "@0x/web3-wrapper": "^6.0.13",
 | 
					        "@0x/web3-wrapper": "^6.1.0-beta.0",
 | 
				
			||||||
        "ethereum-types": "^2.1.6",
 | 
					        "ethereum-types": "^2.2.0-beta.0",
 | 
				
			||||||
        "lodash": "^4.17.11"
 | 
					        "lodash": "^4.17.11"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "publishConfig": {
 | 
					    "publishConfig": {
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,6 +1,6 @@
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
    "name": "@0x/contracts-erc20",
 | 
					    "name": "@0x/contracts-erc20",
 | 
				
			||||||
    "version": "2.2.14",
 | 
					    "version": "2.3.0-beta.0",
 | 
				
			||||||
    "engines": {
 | 
					    "engines": {
 | 
				
			||||||
        "node": ">=6.12"
 | 
					        "node": ">=6.12"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
@@ -47,11 +47,11 @@
 | 
				
			|||||||
    },
 | 
					    },
 | 
				
			||||||
    "homepage": "https://github.com/0xProject/0x-monorepo/contracts/tokens/README.md",
 | 
					    "homepage": "https://github.com/0xProject/0x-monorepo/contracts/tokens/README.md",
 | 
				
			||||||
    "devDependencies": {
 | 
					    "devDependencies": {
 | 
				
			||||||
        "@0x/abi-gen": "^4.2.1",
 | 
					        "@0x/abi-gen": "^4.3.0-beta.0",
 | 
				
			||||||
        "@0x/contracts-gen": "^1.0.15",
 | 
					        "@0x/contracts-gen": "^1.1.0-beta.0",
 | 
				
			||||||
        "@0x/contracts-test-utils": "^3.1.16",
 | 
					        "@0x/contracts-test-utils": "^3.2.0-beta.0",
 | 
				
			||||||
        "@0x/dev-utils": "^2.3.3",
 | 
					        "@0x/dev-utils": "^2.4.0-beta.0",
 | 
				
			||||||
        "@0x/sol-compiler": "^3.1.15",
 | 
					        "@0x/sol-compiler": "^3.2.0-beta.0",
 | 
				
			||||||
        "@0x/tslint-config": "^3.0.1",
 | 
					        "@0x/tslint-config": "^3.0.1",
 | 
				
			||||||
        "@types/lodash": "4.14.104",
 | 
					        "@types/lodash": "4.14.104",
 | 
				
			||||||
        "@types/mocha": "^5.2.7",
 | 
					        "@types/mocha": "^5.2.7",
 | 
				
			||||||
@@ -69,13 +69,13 @@
 | 
				
			|||||||
        "typescript": "3.0.1"
 | 
					        "typescript": "3.0.1"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "dependencies": {
 | 
					    "dependencies": {
 | 
				
			||||||
        "@0x/base-contract": "^5.4.0",
 | 
					        "@0x/base-contract": "^5.5.0-beta.0",
 | 
				
			||||||
        "@0x/contracts-utils": "^3.2.4",
 | 
					        "@0x/contracts-utils": "^3.3.0-beta.0",
 | 
				
			||||||
        "@0x/types": "^2.4.3",
 | 
					        "@0x/types": "^2.5.0-beta.0",
 | 
				
			||||||
        "@0x/typescript-typings": "^4.3.0",
 | 
					        "@0x/typescript-typings": "^4.4.0-beta.0",
 | 
				
			||||||
        "@0x/utils": "^4.5.2",
 | 
					        "@0x/utils": "^4.6.0-beta.0",
 | 
				
			||||||
        "@0x/web3-wrapper": "^6.0.13",
 | 
					        "@0x/web3-wrapper": "^6.1.0-beta.0",
 | 
				
			||||||
        "ethereum-types": "^2.1.6",
 | 
					        "ethereum-types": "^2.2.0-beta.0",
 | 
				
			||||||
        "lodash": "^4.17.11"
 | 
					        "lodash": "^4.17.11"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "publishConfig": {
 | 
					    "publishConfig": {
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,6 +1,6 @@
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
    "name": "@0x/contracts-erc721",
 | 
					    "name": "@0x/contracts-erc721",
 | 
				
			||||||
    "version": "2.1.15",
 | 
					    "version": "2.2.0-beta.0",
 | 
				
			||||||
    "engines": {
 | 
					    "engines": {
 | 
				
			||||||
        "node": ">=6.12"
 | 
					        "node": ">=6.12"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
@@ -48,11 +48,11 @@
 | 
				
			|||||||
    },
 | 
					    },
 | 
				
			||||||
    "homepage": "https://github.com/0xProject/0x-monorepo/contracts/tokens/README.md",
 | 
					    "homepage": "https://github.com/0xProject/0x-monorepo/contracts/tokens/README.md",
 | 
				
			||||||
    "devDependencies": {
 | 
					    "devDependencies": {
 | 
				
			||||||
        "@0x/abi-gen": "^4.2.1",
 | 
					        "@0x/abi-gen": "^4.3.0-beta.0",
 | 
				
			||||||
        "@0x/contracts-gen": "^1.0.15",
 | 
					        "@0x/contracts-gen": "^1.1.0-beta.0",
 | 
				
			||||||
        "@0x/contracts-test-utils": "^3.1.16",
 | 
					        "@0x/contracts-test-utils": "^3.2.0-beta.0",
 | 
				
			||||||
        "@0x/dev-utils": "^2.3.3",
 | 
					        "@0x/dev-utils": "^2.4.0-beta.0",
 | 
				
			||||||
        "@0x/sol-compiler": "^3.1.15",
 | 
					        "@0x/sol-compiler": "^3.2.0-beta.0",
 | 
				
			||||||
        "@0x/tslint-config": "^3.0.1",
 | 
					        "@0x/tslint-config": "^3.0.1",
 | 
				
			||||||
        "@types/lodash": "4.14.104",
 | 
					        "@types/lodash": "4.14.104",
 | 
				
			||||||
        "@types/mocha": "^5.2.7",
 | 
					        "@types/mocha": "^5.2.7",
 | 
				
			||||||
@@ -71,13 +71,13 @@
 | 
				
			|||||||
        "typescript": "3.0.1"
 | 
					        "typescript": "3.0.1"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "dependencies": {
 | 
					    "dependencies": {
 | 
				
			||||||
        "@0x/base-contract": "^5.4.0",
 | 
					        "@0x/base-contract": "^5.5.0-beta.0",
 | 
				
			||||||
        "@0x/contracts-utils": "^3.2.4",
 | 
					        "@0x/contracts-utils": "^3.3.0-beta.0",
 | 
				
			||||||
        "@0x/types": "^2.4.3",
 | 
					        "@0x/types": "^2.5.0-beta.0",
 | 
				
			||||||
        "@0x/typescript-typings": "^4.3.0",
 | 
					        "@0x/typescript-typings": "^4.4.0-beta.0",
 | 
				
			||||||
        "@0x/utils": "^4.5.2",
 | 
					        "@0x/utils": "^4.6.0-beta.0",
 | 
				
			||||||
        "@0x/web3-wrapper": "^6.0.13",
 | 
					        "@0x/web3-wrapper": "^6.1.0-beta.0",
 | 
				
			||||||
        "ethereum-types": "^2.1.6",
 | 
					        "ethereum-types": "^2.2.0-beta.0",
 | 
				
			||||||
        "lodash": "^4.17.11"
 | 
					        "lodash": "^4.17.11"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "publishConfig": {
 | 
					    "publishConfig": {
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,6 +1,6 @@
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
    "name": "@0x/contracts-exchange-forwarder",
 | 
					    "name": "@0x/contracts-exchange-forwarder",
 | 
				
			||||||
    "version": "3.0.12",
 | 
					    "version": "3.1.0-beta.0",
 | 
				
			||||||
    "engines": {
 | 
					    "engines": {
 | 
				
			||||||
        "node": ">=6.12"
 | 
					        "node": ">=6.12"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
@@ -48,11 +48,11 @@
 | 
				
			|||||||
    },
 | 
					    },
 | 
				
			||||||
    "homepage": "https://github.com/0xProject/0x-monorepo/contracts/extensions/README.md",
 | 
					    "homepage": "https://github.com/0xProject/0x-monorepo/contracts/extensions/README.md",
 | 
				
			||||||
    "devDependencies": {
 | 
					    "devDependencies": {
 | 
				
			||||||
        "@0x/abi-gen": "^4.2.1",
 | 
					        "@0x/abi-gen": "^4.3.0-beta.0",
 | 
				
			||||||
        "@0x/contracts-gen": "^1.0.15",
 | 
					        "@0x/contracts-gen": "^1.1.0-beta.0",
 | 
				
			||||||
        "@0x/contracts-test-utils": "^3.1.16",
 | 
					        "@0x/contracts-test-utils": "^3.2.0-beta.0",
 | 
				
			||||||
        "@0x/dev-utils": "^2.3.3",
 | 
					        "@0x/dev-utils": "^2.4.0-beta.0",
 | 
				
			||||||
        "@0x/sol-compiler": "^3.1.15",
 | 
					        "@0x/sol-compiler": "^3.2.0-beta.0",
 | 
				
			||||||
        "@0x/tslint-config": "^3.0.1",
 | 
					        "@0x/tslint-config": "^3.0.1",
 | 
				
			||||||
        "@types/lodash": "4.14.104",
 | 
					        "@types/lodash": "4.14.104",
 | 
				
			||||||
        "@types/mocha": "^5.2.7",
 | 
					        "@types/mocha": "^5.2.7",
 | 
				
			||||||
@@ -71,19 +71,19 @@
 | 
				
			|||||||
        "typescript": "3.0.1"
 | 
					        "typescript": "3.0.1"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "dependencies": {
 | 
					    "dependencies": {
 | 
				
			||||||
        "@0x/base-contract": "^5.4.0",
 | 
					        "@0x/base-contract": "^5.5.0-beta.0",
 | 
				
			||||||
        "@0x/contracts-asset-proxy": "^2.2.8",
 | 
					        "@0x/contracts-asset-proxy": "^2.3.0-beta.0",
 | 
				
			||||||
        "@0x/contracts-erc20": "^2.2.14",
 | 
					        "@0x/contracts-erc20": "^2.3.0-beta.0",
 | 
				
			||||||
        "@0x/contracts-erc721": "^2.1.15",
 | 
					        "@0x/contracts-erc721": "^2.2.0-beta.0",
 | 
				
			||||||
        "@0x/contracts-exchange": "^2.1.14",
 | 
					        "@0x/contracts-exchange": "^2.2.0-beta.0",
 | 
				
			||||||
        "@0x/contracts-exchange-libs": "^3.0.8",
 | 
					        "@0x/contracts-exchange-libs": "^3.1.0-beta.0",
 | 
				
			||||||
        "@0x/contracts-utils": "^3.2.4",
 | 
					        "@0x/contracts-utils": "^3.3.0-beta.0",
 | 
				
			||||||
        "@0x/order-utils": "^8.4.0",
 | 
					        "@0x/order-utils": "^8.5.0-beta.0",
 | 
				
			||||||
        "@0x/types": "^2.4.3",
 | 
					        "@0x/types": "^2.5.0-beta.0",
 | 
				
			||||||
        "@0x/typescript-typings": "^4.3.0",
 | 
					        "@0x/typescript-typings": "^4.4.0-beta.0",
 | 
				
			||||||
        "@0x/utils": "^4.5.2",
 | 
					        "@0x/utils": "^4.6.0-beta.0",
 | 
				
			||||||
        "@0x/web3-wrapper": "^6.0.13",
 | 
					        "@0x/web3-wrapper": "^6.1.0-beta.0",
 | 
				
			||||||
        "ethereum-types": "^2.1.6",
 | 
					        "ethereum-types": "^2.2.0-beta.0",
 | 
				
			||||||
        "lodash": "^4.17.11"
 | 
					        "lodash": "^4.17.11"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "publishConfig": {
 | 
					    "publishConfig": {
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,6 +1,6 @@
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
    "name": "@0x/contracts-exchange-libs",
 | 
					    "name": "@0x/contracts-exchange-libs",
 | 
				
			||||||
    "version": "3.0.8",
 | 
					    "version": "3.1.0-beta.0",
 | 
				
			||||||
    "engines": {
 | 
					    "engines": {
 | 
				
			||||||
        "node": ">=6.12"
 | 
					        "node": ">=6.12"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
@@ -48,12 +48,12 @@
 | 
				
			|||||||
    },
 | 
					    },
 | 
				
			||||||
    "homepage": "https://github.com/0xProject/0x-monorepo/contracts/libs/README.md",
 | 
					    "homepage": "https://github.com/0xProject/0x-monorepo/contracts/libs/README.md",
 | 
				
			||||||
    "devDependencies": {
 | 
					    "devDependencies": {
 | 
				
			||||||
        "@0x/subproviders": "^5.0.1",
 | 
					        "@0x/abi-gen": "^4.3.0-beta.0",
 | 
				
			||||||
        "@0x/abi-gen": "^4.2.1",
 | 
					        "@0x/contracts-gen": "^1.1.0-beta.0",
 | 
				
			||||||
        "@0x/contracts-gen": "^1.0.15",
 | 
					        "@0x/contracts-test-utils": "^3.2.0-beta.0",
 | 
				
			||||||
        "@0x/contracts-test-utils": "^3.1.16",
 | 
					        "@0x/dev-utils": "^2.4.0-beta.0",
 | 
				
			||||||
        "@0x/dev-utils": "^2.3.3",
 | 
					        "@0x/sol-compiler": "^3.2.0-beta.0",
 | 
				
			||||||
        "@0x/sol-compiler": "^3.1.15",
 | 
					        "@0x/subproviders": "^5.1.0-beta.0",
 | 
				
			||||||
        "@0x/tslint-config": "^3.0.1",
 | 
					        "@0x/tslint-config": "^3.0.1",
 | 
				
			||||||
        "@types/lodash": "4.14.104",
 | 
					        "@types/lodash": "4.14.104",
 | 
				
			||||||
        "@types/mocha": "^5.2.7",
 | 
					        "@types/mocha": "^5.2.7",
 | 
				
			||||||
@@ -73,14 +73,14 @@
 | 
				
			|||||||
        "typescript": "3.0.1"
 | 
					        "typescript": "3.0.1"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "dependencies": {
 | 
					    "dependencies": {
 | 
				
			||||||
        "@0x/base-contract": "^5.4.0",
 | 
					        "@0x/base-contract": "^5.5.0-beta.0",
 | 
				
			||||||
        "@0x/contracts-utils": "^3.2.4",
 | 
					        "@0x/contracts-utils": "^3.3.0-beta.0",
 | 
				
			||||||
        "@0x/order-utils": "^8.4.0",
 | 
					        "@0x/order-utils": "^8.5.0-beta.0",
 | 
				
			||||||
        "@0x/types": "^2.4.3",
 | 
					        "@0x/types": "^2.5.0-beta.0",
 | 
				
			||||||
        "@0x/typescript-typings": "^4.3.0",
 | 
					        "@0x/typescript-typings": "^4.4.0-beta.0",
 | 
				
			||||||
        "@0x/utils": "^4.5.2",
 | 
					        "@0x/utils": "^4.6.0-beta.0",
 | 
				
			||||||
        "@0x/web3-wrapper": "^6.0.13",
 | 
					        "@0x/web3-wrapper": "^6.1.0-beta.0",
 | 
				
			||||||
        "ethereum-types": "^2.1.6",
 | 
					        "ethereum-types": "^2.2.0-beta.0",
 | 
				
			||||||
        "lodash": "^4.17.11"
 | 
					        "lodash": "^4.17.11"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "publishConfig": {
 | 
					    "publishConfig": {
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,6 +1,6 @@
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
    "name": "@0x/contracts-exchange",
 | 
					    "name": "@0x/contracts-exchange",
 | 
				
			||||||
    "version": "2.1.14",
 | 
					    "version": "2.2.0-beta.0",
 | 
				
			||||||
    "engines": {
 | 
					    "engines": {
 | 
				
			||||||
        "node": ">=6.12"
 | 
					        "node": ">=6.12"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
@@ -48,13 +48,13 @@
 | 
				
			|||||||
    },
 | 
					    },
 | 
				
			||||||
    "homepage": "https://github.com/0xProject/0x-monorepo/contracts/protocol/README.md",
 | 
					    "homepage": "https://github.com/0xProject/0x-monorepo/contracts/protocol/README.md",
 | 
				
			||||||
    "devDependencies": {
 | 
					    "devDependencies": {
 | 
				
			||||||
        "@0x/abi-gen": "^4.2.1",
 | 
					        "@0x/abi-gen": "^4.3.0-beta.0",
 | 
				
			||||||
        "@0x/contracts-gen": "^1.0.15",
 | 
					        "@0x/contracts-gen": "^1.1.0-beta.0",
 | 
				
			||||||
        "@0x/contracts-multisig": "^3.1.14",
 | 
					        "@0x/contracts-multisig": "^3.2.0-beta.0",
 | 
				
			||||||
        "@0x/contracts-staking": "^1.0.0",
 | 
					        "@0x/contracts-staking": "^1.1.0-beta.0",
 | 
				
			||||||
        "@0x/contracts-test-utils": "^3.1.16",
 | 
					        "@0x/contracts-test-utils": "^3.2.0-beta.0",
 | 
				
			||||||
        "@0x/dev-utils": "^2.3.3",
 | 
					        "@0x/dev-utils": "^2.4.0-beta.0",
 | 
				
			||||||
        "@0x/sol-compiler": "^3.1.15",
 | 
					        "@0x/sol-compiler": "^3.2.0-beta.0",
 | 
				
			||||||
        "@0x/tslint-config": "^3.0.1",
 | 
					        "@0x/tslint-config": "^3.0.1",
 | 
				
			||||||
        "@types/lodash": "4.14.104",
 | 
					        "@types/lodash": "4.14.104",
 | 
				
			||||||
        "@types/mocha": "^5.2.7",
 | 
					        "@types/mocha": "^5.2.7",
 | 
				
			||||||
@@ -73,19 +73,19 @@
 | 
				
			|||||||
        "typescript": "3.0.1"
 | 
					        "typescript": "3.0.1"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "dependencies": {
 | 
					    "dependencies": {
 | 
				
			||||||
        "@0x/base-contract": "^5.4.0",
 | 
					        "@0x/base-contract": "^5.5.0-beta.0",
 | 
				
			||||||
        "@0x/contracts-asset-proxy": "^2.2.8",
 | 
					        "@0x/contracts-asset-proxy": "^2.3.0-beta.0",
 | 
				
			||||||
        "@0x/contracts-erc1155": "^1.1.15",
 | 
					        "@0x/contracts-erc1155": "^1.2.0-beta.0",
 | 
				
			||||||
        "@0x/contracts-erc20": "^2.2.14",
 | 
					        "@0x/contracts-erc20": "^2.3.0-beta.0",
 | 
				
			||||||
        "@0x/contracts-erc721": "^2.1.15",
 | 
					        "@0x/contracts-erc721": "^2.2.0-beta.0",
 | 
				
			||||||
        "@0x/contracts-exchange-libs": "^3.0.8",
 | 
					        "@0x/contracts-exchange-libs": "^3.1.0-beta.0",
 | 
				
			||||||
        "@0x/contracts-utils": "^3.2.4",
 | 
					        "@0x/contracts-utils": "^3.3.0-beta.0",
 | 
				
			||||||
        "@0x/order-utils": "^8.4.0",
 | 
					        "@0x/order-utils": "^8.5.0-beta.0",
 | 
				
			||||||
        "@0x/types": "^2.4.3",
 | 
					        "@0x/types": "^2.5.0-beta.0",
 | 
				
			||||||
        "@0x/typescript-typings": "^4.3.0",
 | 
					        "@0x/typescript-typings": "^4.4.0-beta.0",
 | 
				
			||||||
        "@0x/utils": "^4.5.2",
 | 
					        "@0x/utils": "^4.6.0-beta.0",
 | 
				
			||||||
        "@0x/web3-wrapper": "^6.0.13",
 | 
					        "@0x/web3-wrapper": "^6.1.0-beta.0",
 | 
				
			||||||
        "ethereum-types": "^2.1.6",
 | 
					        "ethereum-types": "^2.2.0-beta.0",
 | 
				
			||||||
        "ethereumjs-util": "^5.1.1",
 | 
					        "ethereumjs-util": "^5.1.1",
 | 
				
			||||||
        "lodash": "^4.17.11"
 | 
					        "lodash": "^4.17.11"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,6 +1,6 @@
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
    "name": "@0x/contracts-extensions",
 | 
					    "name": "@0x/contracts-extensions",
 | 
				
			||||||
    "version": "4.0.8",
 | 
					    "version": "4.1.0-beta.0",
 | 
				
			||||||
    "engines": {
 | 
					    "engines": {
 | 
				
			||||||
        "node": ">=6.12"
 | 
					        "node": ">=6.12"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
@@ -48,11 +48,11 @@
 | 
				
			|||||||
    },
 | 
					    },
 | 
				
			||||||
    "homepage": "https://github.com/0xProject/0x-monorepo/contracts/extensions/README.md",
 | 
					    "homepage": "https://github.com/0xProject/0x-monorepo/contracts/extensions/README.md",
 | 
				
			||||||
    "devDependencies": {
 | 
					    "devDependencies": {
 | 
				
			||||||
        "@0x/abi-gen": "^4.2.1",
 | 
					        "@0x/abi-gen": "^4.3.0-beta.0",
 | 
				
			||||||
        "@0x/contracts-gen": "^1.0.15",
 | 
					        "@0x/contracts-gen": "^1.1.0-beta.0",
 | 
				
			||||||
        "@0x/contracts-test-utils": "^3.1.16",
 | 
					        "@0x/contracts-test-utils": "^3.2.0-beta.0",
 | 
				
			||||||
        "@0x/dev-utils": "^2.3.3",
 | 
					        "@0x/dev-utils": "^2.4.0-beta.0",
 | 
				
			||||||
        "@0x/sol-compiler": "^3.1.15",
 | 
					        "@0x/sol-compiler": "^3.2.0-beta.0",
 | 
				
			||||||
        "@0x/tslint-config": "^3.0.1",
 | 
					        "@0x/tslint-config": "^3.0.1",
 | 
				
			||||||
        "@types/lodash": "4.14.104",
 | 
					        "@types/lodash": "4.14.104",
 | 
				
			||||||
        "@types/mocha": "^5.2.7",
 | 
					        "@types/mocha": "^5.2.7",
 | 
				
			||||||
@@ -71,19 +71,19 @@
 | 
				
			|||||||
        "typescript": "3.0.1"
 | 
					        "typescript": "3.0.1"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "dependencies": {
 | 
					    "dependencies": {
 | 
				
			||||||
        "@0x/base-contract": "^5.4.0",
 | 
					        "@0x/base-contract": "^5.5.0-beta.0",
 | 
				
			||||||
        "@0x/contracts-asset-proxy": "^2.2.8",
 | 
					        "@0x/contracts-asset-proxy": "^2.3.0-beta.0",
 | 
				
			||||||
        "@0x/contracts-erc20": "^2.2.14",
 | 
					        "@0x/contracts-erc20": "^2.3.0-beta.0",
 | 
				
			||||||
        "@0x/contracts-erc721": "^2.1.15",
 | 
					        "@0x/contracts-erc721": "^2.2.0-beta.0",
 | 
				
			||||||
        "@0x/contracts-exchange": "^2.1.14",
 | 
					        "@0x/contracts-exchange": "^2.2.0-beta.0",
 | 
				
			||||||
        "@0x/contracts-exchange-libs": "^3.0.8",
 | 
					        "@0x/contracts-exchange-libs": "^3.1.0-beta.0",
 | 
				
			||||||
        "@0x/contracts-utils": "^3.2.4",
 | 
					        "@0x/contracts-utils": "^3.3.0-beta.0",
 | 
				
			||||||
        "@0x/order-utils": "^8.4.0",
 | 
					        "@0x/order-utils": "^8.5.0-beta.0",
 | 
				
			||||||
        "@0x/types": "^2.4.3",
 | 
					        "@0x/types": "^2.5.0-beta.0",
 | 
				
			||||||
        "@0x/typescript-typings": "^4.3.0",
 | 
					        "@0x/typescript-typings": "^4.4.0-beta.0",
 | 
				
			||||||
        "@0x/utils": "^4.5.2",
 | 
					        "@0x/utils": "^4.6.0-beta.0",
 | 
				
			||||||
        "@0x/web3-wrapper": "^6.0.13",
 | 
					        "@0x/web3-wrapper": "^6.1.0-beta.0",
 | 
				
			||||||
        "ethereum-types": "^2.1.6",
 | 
					        "ethereum-types": "^2.2.0-beta.0",
 | 
				
			||||||
        "lodash": "^4.17.11"
 | 
					        "lodash": "^4.17.11"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "publishConfig": {
 | 
					    "publishConfig": {
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,6 +1,6 @@
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
    "name": "@0x/contracts-multisig",
 | 
					    "name": "@0x/contracts-multisig",
 | 
				
			||||||
    "version": "3.1.14",
 | 
					    "version": "3.2.0-beta.0",
 | 
				
			||||||
    "engines": {
 | 
					    "engines": {
 | 
				
			||||||
        "node": ">=6.12"
 | 
					        "node": ">=6.12"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
@@ -47,11 +47,11 @@
 | 
				
			|||||||
    },
 | 
					    },
 | 
				
			||||||
    "homepage": "https://github.com/0xProject/0x-monorepo/contracts/multisig/README.md",
 | 
					    "homepage": "https://github.com/0xProject/0x-monorepo/contracts/multisig/README.md",
 | 
				
			||||||
    "devDependencies": {
 | 
					    "devDependencies": {
 | 
				
			||||||
        "@0x/abi-gen": "^4.2.1",
 | 
					        "@0x/abi-gen": "^4.3.0-beta.0",
 | 
				
			||||||
        "@0x/contracts-gen": "^1.0.15",
 | 
					        "@0x/contracts-gen": "^1.1.0-beta.0",
 | 
				
			||||||
        "@0x/contracts-test-utils": "^3.1.16",
 | 
					        "@0x/contracts-test-utils": "^3.2.0-beta.0",
 | 
				
			||||||
        "@0x/dev-utils": "^2.3.3",
 | 
					        "@0x/dev-utils": "^2.4.0-beta.0",
 | 
				
			||||||
        "@0x/sol-compiler": "^3.1.15",
 | 
					        "@0x/sol-compiler": "^3.2.0-beta.0",
 | 
				
			||||||
        "@0x/tslint-config": "^3.0.1",
 | 
					        "@0x/tslint-config": "^3.0.1",
 | 
				
			||||||
        "@types/lodash": "4.14.104",
 | 
					        "@types/lodash": "4.14.104",
 | 
				
			||||||
        "@types/mocha": "^5.2.7",
 | 
					        "@types/mocha": "^5.2.7",
 | 
				
			||||||
@@ -69,15 +69,15 @@
 | 
				
			|||||||
        "typescript": "3.0.1"
 | 
					        "typescript": "3.0.1"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "dependencies": {
 | 
					    "dependencies": {
 | 
				
			||||||
        "@0x/base-contract": "^5.4.0",
 | 
					        "@0x/base-contract": "^5.5.0-beta.0",
 | 
				
			||||||
        "@0x/contracts-asset-proxy": "^2.2.8",
 | 
					        "@0x/contracts-asset-proxy": "^2.3.0-beta.0",
 | 
				
			||||||
        "@0x/contracts-erc20": "^2.2.14",
 | 
					        "@0x/contracts-erc20": "^2.3.0-beta.0",
 | 
				
			||||||
        "@0x/contracts-utils": "^3.2.4",
 | 
					        "@0x/contracts-utils": "^3.3.0-beta.0",
 | 
				
			||||||
        "@0x/types": "^2.4.3",
 | 
					        "@0x/types": "^2.5.0-beta.0",
 | 
				
			||||||
        "@0x/typescript-typings": "^4.3.0",
 | 
					        "@0x/typescript-typings": "^4.4.0-beta.0",
 | 
				
			||||||
        "@0x/utils": "^4.5.2",
 | 
					        "@0x/utils": "^4.6.0-beta.0",
 | 
				
			||||||
        "@0x/web3-wrapper": "^6.0.13",
 | 
					        "@0x/web3-wrapper": "^6.1.0-beta.0",
 | 
				
			||||||
        "ethereum-types": "^2.1.6",
 | 
					        "ethereum-types": "^2.2.0-beta.0",
 | 
				
			||||||
        "lodash": "^4.17.11"
 | 
					        "lodash": "^4.17.11"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "publishConfig": {
 | 
					    "publishConfig": {
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,6 +1,6 @@
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
    "name": "@0x/contracts-staking",
 | 
					    "name": "@0x/contracts-staking",
 | 
				
			||||||
    "version": "1.0.0",
 | 
					    "version": "1.1.0-beta.0",
 | 
				
			||||||
    "engines": {
 | 
					    "engines": {
 | 
				
			||||||
        "node": ">=6.12"
 | 
					        "node": ">=6.12"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
@@ -49,11 +49,11 @@
 | 
				
			|||||||
    },
 | 
					    },
 | 
				
			||||||
    "homepage": "https://github.com/0xProject/0x-monorepo/contracts/tokens/README.md",
 | 
					    "homepage": "https://github.com/0xProject/0x-monorepo/contracts/tokens/README.md",
 | 
				
			||||||
    "devDependencies": {
 | 
					    "devDependencies": {
 | 
				
			||||||
        "@0x/abi-gen": "^4.2.1",
 | 
					        "@0x/abi-gen": "^4.3.0-beta.0",
 | 
				
			||||||
        "@0x/contracts-gen": "^1.0.15",
 | 
					        "@0x/contracts-gen": "^1.1.0-beta.0",
 | 
				
			||||||
        "@0x/contracts-test-utils": "^3.1.16",
 | 
					        "@0x/contracts-test-utils": "^3.2.0-beta.0",
 | 
				
			||||||
        "@0x/dev-utils": "^2.3.3",
 | 
					        "@0x/dev-utils": "^2.4.0-beta.0",
 | 
				
			||||||
        "@0x/sol-compiler": "^3.1.15",
 | 
					        "@0x/sol-compiler": "^3.2.0-beta.0",
 | 
				
			||||||
        "@0x/tslint-config": "^3.0.1",
 | 
					        "@0x/tslint-config": "^3.0.1",
 | 
				
			||||||
        "@0x/utils": "^4.5.2",
 | 
					        "@0x/utils": "^4.5.2",
 | 
				
			||||||
        "@types/lodash": "4.14.104",
 | 
					        "@types/lodash": "4.14.104",
 | 
				
			||||||
@@ -74,16 +74,16 @@
 | 
				
			|||||||
        "typescript": "3.0.1"
 | 
					        "typescript": "3.0.1"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "dependencies": {
 | 
					    "dependencies": {
 | 
				
			||||||
        "@0x/base-contract": "^5.4.0",
 | 
					        "@0x/base-contract": "^5.5.0-beta.0",
 | 
				
			||||||
        "@0x/contracts-asset-proxy": "^2.2.8",
 | 
					        "@0x/contracts-asset-proxy": "^2.3.0-beta.0",
 | 
				
			||||||
        "@0x/contracts-erc20": "^2.2.14",
 | 
					        "@0x/contracts-erc20": "^2.3.0-beta.0",
 | 
				
			||||||
        "@0x/contracts-utils": "^3.2.4",
 | 
					        "@0x/contracts-utils": "^3.3.0-beta.0",
 | 
				
			||||||
        "@0x/order-utils": "^8.4.0",
 | 
					        "@0x/order-utils": "^8.5.0-beta.0",
 | 
				
			||||||
        "@0x/types": "^2.4.3",
 | 
					        "@0x/types": "^2.5.0-beta.0",
 | 
				
			||||||
        "@0x/typescript-typings": "^4.3.0",
 | 
					        "@0x/typescript-typings": "^4.4.0-beta.0",
 | 
				
			||||||
        "@0x/utils": "^4.5.2",
 | 
					        "@0x/utils": "^4.6.0-beta.0",
 | 
				
			||||||
        "@0x/web3-wrapper": "^6.0.13",
 | 
					        "@0x/web3-wrapper": "^6.1.0-beta.0",
 | 
				
			||||||
        "ethereum-types": "^2.1.6",
 | 
					        "ethereum-types": "^2.2.0-beta.0",
 | 
				
			||||||
        "ethereumjs-util": "^5.1.1",
 | 
					        "ethereumjs-util": "^5.1.1",
 | 
				
			||||||
        "lodash": "^4.17.11"
 | 
					        "lodash": "^4.17.11"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,6 +1,6 @@
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
    "name": "@0x/contracts-test-utils",
 | 
					    "name": "@0x/contracts-test-utils",
 | 
				
			||||||
    "version": "3.1.16",
 | 
					    "version": "3.2.0-beta.0",
 | 
				
			||||||
    "engines": {
 | 
					    "engines": {
 | 
				
			||||||
        "node": ">=6.12"
 | 
					        "node": ">=6.12"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
@@ -40,29 +40,29 @@
 | 
				
			|||||||
        "typescript": "3.0.1"
 | 
					        "typescript": "3.0.1"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "dependencies": {
 | 
					    "dependencies": {
 | 
				
			||||||
        "@0x/dev-utils": "^2.3.3",
 | 
					        "@0x/dev-utils": "^2.4.0-beta.0",
 | 
				
			||||||
        "@0x/order-utils": "^8.4.0",
 | 
					        "@0x/order-utils": "^8.5.0-beta.0",
 | 
				
			||||||
        "@0x/sol-compiler": "^3.1.15",
 | 
					        "@0x/sol-compiler": "^3.2.0-beta.0",
 | 
				
			||||||
        "@0x/sol-coverage": "^3.0.12",
 | 
					        "@0x/sol-coverage": "^3.1.0-beta.0",
 | 
				
			||||||
        "@0x/sol-profiler": "^3.1.14",
 | 
					        "@0x/sol-profiler": "^3.2.0-beta.0",
 | 
				
			||||||
        "@0x/sol-trace": "^2.0.20",
 | 
					        "@0x/sol-trace": "^2.1.0-beta.0",
 | 
				
			||||||
        "@0x/subproviders": "^5.0.4",
 | 
					        "@0x/subproviders": "^5.1.0-beta.0",
 | 
				
			||||||
        "@0x/tslint-config": "^3.0.1",
 | 
					        "@0x/tslint-config": "^3.0.1",
 | 
				
			||||||
        "@0x/types": "^2.4.3",
 | 
					        "@0x/types": "^2.5.0-beta.0",
 | 
				
			||||||
        "@0x/typescript-typings": "^4.3.0",
 | 
					        "@0x/typescript-typings": "^4.4.0-beta.0",
 | 
				
			||||||
        "@0x/utils": "^4.5.2",
 | 
					        "@0x/utils": "^4.6.0-beta.0",
 | 
				
			||||||
        "@0x/web3-wrapper": "^6.0.13",
 | 
					        "@0x/web3-wrapper": "^6.1.0-beta.0",
 | 
				
			||||||
        "@types/bn.js": "^4.11.0",
 | 
					        "@types/bn.js": "^4.11.0",
 | 
				
			||||||
        "@types/js-combinatorics": "^0.5.29",
 | 
					        "@types/js-combinatorics": "^0.5.29",
 | 
				
			||||||
        "@types/lodash": "4.14.104",
 | 
					        "@types/lodash": "4.14.104",
 | 
				
			||||||
        "@types/node": "*",
 | 
					 | 
				
			||||||
        "@types/mocha": "^5.2.7",
 | 
					        "@types/mocha": "^5.2.7",
 | 
				
			||||||
 | 
					        "@types/node": "*",
 | 
				
			||||||
        "bn.js": "^4.11.8",
 | 
					        "bn.js": "^4.11.8",
 | 
				
			||||||
        "chai": "^4.0.1",
 | 
					        "chai": "^4.0.1",
 | 
				
			||||||
        "chai-as-promised": "^7.1.0",
 | 
					        "chai-as-promised": "^7.1.0",
 | 
				
			||||||
        "chai-bignumber": "^3.0.0",
 | 
					        "chai-bignumber": "^3.0.0",
 | 
				
			||||||
        "dirty-chai": "^2.0.1",
 | 
					        "dirty-chai": "^2.0.1",
 | 
				
			||||||
        "ethereum-types": "^2.1.6",
 | 
					        "ethereum-types": "^2.2.0-beta.0",
 | 
				
			||||||
        "ethereumjs-util": "^5.1.1",
 | 
					        "ethereumjs-util": "^5.1.1",
 | 
				
			||||||
        "ethers": "~4.0.4",
 | 
					        "ethers": "~4.0.4",
 | 
				
			||||||
        "js-combinatorics": "^0.5.3",
 | 
					        "js-combinatorics": "^0.5.3",
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,6 +1,6 @@
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
    "name": "@0x/contracts-utils",
 | 
					    "name": "@0x/contracts-utils",
 | 
				
			||||||
    "version": "3.2.4",
 | 
					    "version": "3.3.0-beta.0",
 | 
				
			||||||
    "engines": {
 | 
					    "engines": {
 | 
				
			||||||
        "node": ">=6.12"
 | 
					        "node": ">=6.12"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
@@ -48,11 +48,11 @@
 | 
				
			|||||||
    },
 | 
					    },
 | 
				
			||||||
    "homepage": "https://github.com/0xProject/0x-monorepo/contracts/utils/README.md",
 | 
					    "homepage": "https://github.com/0xProject/0x-monorepo/contracts/utils/README.md",
 | 
				
			||||||
    "devDependencies": {
 | 
					    "devDependencies": {
 | 
				
			||||||
        "@0x/abi-gen": "^4.2.1",
 | 
					        "@0x/abi-gen": "^4.3.0-beta.0",
 | 
				
			||||||
        "@0x/contracts-gen": "^1.0.15",
 | 
					        "@0x/contracts-gen": "^1.1.0-beta.0",
 | 
				
			||||||
        "@0x/contracts-test-utils": "^3.1.16",
 | 
					        "@0x/contracts-test-utils": "^3.2.0-beta.0",
 | 
				
			||||||
        "@0x/dev-utils": "^2.3.3",
 | 
					        "@0x/dev-utils": "^2.4.0-beta.0",
 | 
				
			||||||
        "@0x/sol-compiler": "^3.1.15",
 | 
					        "@0x/sol-compiler": "^3.2.0-beta.0",
 | 
				
			||||||
        "@0x/tslint-config": "^3.0.1",
 | 
					        "@0x/tslint-config": "^3.0.1",
 | 
				
			||||||
        "@types/bn.js": "^4.11.0",
 | 
					        "@types/bn.js": "^4.11.0",
 | 
				
			||||||
        "@types/lodash": "4.14.104",
 | 
					        "@types/lodash": "4.14.104",
 | 
				
			||||||
@@ -72,14 +72,14 @@
 | 
				
			|||||||
        "typescript": "3.0.1"
 | 
					        "typescript": "3.0.1"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "dependencies": {
 | 
					    "dependencies": {
 | 
				
			||||||
        "@0x/base-contract": "^5.4.0",
 | 
					        "@0x/base-contract": "^5.5.0-beta.0",
 | 
				
			||||||
        "@0x/order-utils": "^8.4.0",
 | 
					        "@0x/order-utils": "^8.5.0-beta.0",
 | 
				
			||||||
        "@0x/types": "^2.4.3",
 | 
					        "@0x/types": "^2.5.0-beta.0",
 | 
				
			||||||
        "@0x/typescript-typings": "^4.3.0",
 | 
					        "@0x/typescript-typings": "^4.4.0-beta.0",
 | 
				
			||||||
        "@0x/utils": "^4.5.2",
 | 
					        "@0x/utils": "^4.6.0-beta.0",
 | 
				
			||||||
        "@0x/web3-wrapper": "^6.0.13",
 | 
					        "@0x/web3-wrapper": "^6.1.0-beta.0",
 | 
				
			||||||
        "bn.js": "^4.11.8",
 | 
					        "bn.js": "^4.11.8",
 | 
				
			||||||
        "ethereum-types": "^2.1.6",
 | 
					        "ethereum-types": "^2.2.0-beta.0",
 | 
				
			||||||
        "ethereumjs-util": "^5.1.1",
 | 
					        "ethereumjs-util": "^5.1.1",
 | 
				
			||||||
        "lodash": "^4.17.11"
 | 
					        "lodash": "^4.17.11"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,6 +1,6 @@
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
    "name": "0x.js",
 | 
					    "name": "0x.js",
 | 
				
			||||||
    "version": "7.0.2",
 | 
					    "version": "7.1.0-beta.0",
 | 
				
			||||||
    "engines": {
 | 
					    "engines": {
 | 
				
			||||||
        "node": ">=6.12"
 | 
					        "node": ">=6.12"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
@@ -46,9 +46,9 @@
 | 
				
			|||||||
    },
 | 
					    },
 | 
				
			||||||
    "license": "Apache-2.0",
 | 
					    "license": "Apache-2.0",
 | 
				
			||||||
    "devDependencies": {
 | 
					    "devDependencies": {
 | 
				
			||||||
        "@0x/contract-addresses": "^3.2.0",
 | 
					        "@0x/contract-addresses": "^3.3.0-beta.0",
 | 
				
			||||||
        "@0x/dev-utils": "^2.3.3",
 | 
					        "@0x/dev-utils": "^2.4.0-beta.0",
 | 
				
			||||||
        "@0x/migrations": "^4.3.2",
 | 
					        "@0x/migrations": "^4.4.0-beta.0",
 | 
				
			||||||
        "@0x/ts-doc-gen": "^0.0.22",
 | 
					        "@0x/ts-doc-gen": "^0.0.22",
 | 
				
			||||||
        "@0x/tslint-config": "^3.0.1",
 | 
					        "@0x/tslint-config": "^3.0.1",
 | 
				
			||||||
        "@types/lodash": "4.14.104",
 | 
					        "@types/lodash": "4.14.104",
 | 
				
			||||||
@@ -77,19 +77,19 @@
 | 
				
			|||||||
        "webpack": "^4.20.2"
 | 
					        "webpack": "^4.20.2"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "dependencies": {
 | 
					    "dependencies": {
 | 
				
			||||||
        "@0x/abi-gen-wrappers": "^5.3.2",
 | 
					        "@0x/abi-gen-wrappers": "^5.4.0-beta.0",
 | 
				
			||||||
        "@0x/assert": "^2.1.6",
 | 
					        "@0x/assert": "^2.2.0-beta.0",
 | 
				
			||||||
        "@0x/asset-swapper": "^2.0.0",
 | 
					        "@0x/asset-swapper": "^2.1.0-beta.0",
 | 
				
			||||||
        "@0x/base-contract": "^5.4.0",
 | 
					        "@0x/base-contract": "^5.5.0-beta.0",
 | 
				
			||||||
        "@0x/contract-wrappers": "^12.1.0",
 | 
					        "@0x/contract-wrappers": "^12.2.0-beta.0",
 | 
				
			||||||
        "@0x/order-utils": "^8.4.0",
 | 
					        "@0x/order-utils": "^8.5.0-beta.0",
 | 
				
			||||||
        "@0x/subproviders": "^5.0.4",
 | 
					        "@0x/subproviders": "^5.1.0-beta.0",
 | 
				
			||||||
        "@0x/types": "^2.4.3",
 | 
					        "@0x/types": "^2.5.0-beta.0",
 | 
				
			||||||
        "@0x/typescript-typings": "^4.3.0",
 | 
					        "@0x/typescript-typings": "^4.4.0-beta.0",
 | 
				
			||||||
        "@0x/utils": "^4.5.2",
 | 
					        "@0x/utils": "^4.6.0-beta.0",
 | 
				
			||||||
        "@0x/web3-wrapper": "^6.0.13",
 | 
					        "@0x/web3-wrapper": "^6.1.0-beta.0",
 | 
				
			||||||
        "@types/web3-provider-engine": "^14.0.0",
 | 
					        "@types/web3-provider-engine": "^14.0.0",
 | 
				
			||||||
        "ethereum-types": "^2.1.6",
 | 
					        "ethereum-types": "^2.2.0-beta.0",
 | 
				
			||||||
        "ethers": "~4.0.4",
 | 
					        "ethers": "~4.0.4",
 | 
				
			||||||
        "lodash": "^4.17.11",
 | 
					        "lodash": "^4.17.11",
 | 
				
			||||||
        "web3-provider-engine": "14.0.6"
 | 
					        "web3-provider-engine": "14.0.6"
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,6 +1,6 @@
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
    "name": "@0x/abi-gen-wrappers",
 | 
					    "name": "@0x/abi-gen-wrappers",
 | 
				
			||||||
    "version": "5.3.2",
 | 
					    "version": "5.4.0-beta.0",
 | 
				
			||||||
    "engines": {
 | 
					    "engines": {
 | 
				
			||||||
        "node": ">=6.12"
 | 
					        "node": ">=6.12"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
@@ -33,22 +33,22 @@
 | 
				
			|||||||
    },
 | 
					    },
 | 
				
			||||||
    "homepage": "https://github.com/0xProject/0x-monorepo/packages/abi-gen-wrappers/README.md",
 | 
					    "homepage": "https://github.com/0xProject/0x-monorepo/packages/abi-gen-wrappers/README.md",
 | 
				
			||||||
    "devDependencies": {
 | 
					    "devDependencies": {
 | 
				
			||||||
        "@0x/abi-gen": "^4.2.1",
 | 
					        "@0x/abi-gen": "^4.3.0-beta.0",
 | 
				
			||||||
        "@0x/assert": "^2.1.6",
 | 
					        "@0x/assert": "^2.2.0-beta.0",
 | 
				
			||||||
        "@0x/json-schemas": "^4.0.2",
 | 
					        "@0x/json-schemas": "^4.1.0-beta.0",
 | 
				
			||||||
        "@0x/tslint-config": "^3.0.1",
 | 
					        "@0x/tslint-config": "^3.0.1",
 | 
				
			||||||
        "@0x/types": "^2.4.3",
 | 
					        "@0x/types": "^2.5.0-beta.0",
 | 
				
			||||||
        "@0x/utils": "^4.5.2",
 | 
					        "@0x/utils": "^4.6.0-beta.0",
 | 
				
			||||||
        "@0x/web3-wrapper": "^6.0.13",
 | 
					        "@0x/web3-wrapper": "^6.1.0-beta.0",
 | 
				
			||||||
        "ethereum-types": "^2.1.6",
 | 
					        "ethereum-types": "^2.2.0-beta.0",
 | 
				
			||||||
        "ethers": "~4.0.4",
 | 
					        "ethers": "~4.0.4",
 | 
				
			||||||
        "lodash": "^4.17.11",
 | 
					        "lodash": "^4.17.11",
 | 
				
			||||||
        "shx": "^0.2.2"
 | 
					        "shx": "^0.2.2"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "dependencies": {
 | 
					    "dependencies": {
 | 
				
			||||||
        "@0x/base-contract": "^5.4.0",
 | 
					        "@0x/base-contract": "^5.5.0-beta.0",
 | 
				
			||||||
        "@0x/contract-addresses": "^3.2.0",
 | 
					        "@0x/contract-addresses": "^3.3.0-beta.0",
 | 
				
			||||||
        "@0x/contract-artifacts": "^2.2.2"
 | 
					        "@0x/contract-artifacts": "^2.3.0-beta.0"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "publishConfig": {
 | 
					    "publishConfig": {
 | 
				
			||||||
        "access": "public"
 | 
					        "access": "public"
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,6 +1,6 @@
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
    "name": "@0x/abi-gen",
 | 
					    "name": "@0x/abi-gen",
 | 
				
			||||||
    "version": "4.2.1",
 | 
					    "version": "4.3.0-beta.0",
 | 
				
			||||||
    "engines": {
 | 
					    "engines": {
 | 
				
			||||||
        "node": ">=6.12"
 | 
					        "node": ">=6.12"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
@@ -61,14 +61,14 @@
 | 
				
			|||||||
    },
 | 
					    },
 | 
				
			||||||
    "homepage": "https://github.com/0xProject/0x-monorepo/packages/abi-gen/README.md",
 | 
					    "homepage": "https://github.com/0xProject/0x-monorepo/packages/abi-gen/README.md",
 | 
				
			||||||
    "dependencies": {
 | 
					    "dependencies": {
 | 
				
			||||||
        "@0x/types": "^2.4.3",
 | 
					        "@0x/types": "^2.5.0-beta.0",
 | 
				
			||||||
        "@0x/typescript-typings": "^4.3.0",
 | 
					        "@0x/typescript-typings": "^4.4.0-beta.0",
 | 
				
			||||||
        "@0x/utils": "^4.5.2",
 | 
					        "@0x/utils": "^4.6.0-beta.0",
 | 
				
			||||||
        "@types/toposort": "^2.0.1",
 | 
					        "@types/toposort": "^2.0.1",
 | 
				
			||||||
        "chalk": "^2.3.0",
 | 
					        "chalk": "^2.3.0",
 | 
				
			||||||
        "change-case": "^3.0.2",
 | 
					        "change-case": "^3.0.2",
 | 
				
			||||||
        "cli-format": "^3.0.9",
 | 
					        "cli-format": "^3.0.9",
 | 
				
			||||||
        "ethereum-types": "^2.1.6",
 | 
					        "ethereum-types": "^2.2.0-beta.0",
 | 
				
			||||||
        "glob": "^7.1.2",
 | 
					        "glob": "^7.1.2",
 | 
				
			||||||
        "handlebars": "^4.1.2",
 | 
					        "handlebars": "^4.1.2",
 | 
				
			||||||
        "lodash": "^4.17.11",
 | 
					        "lodash": "^4.17.11",
 | 
				
			||||||
@@ -79,13 +79,13 @@
 | 
				
			|||||||
        "yargs": "^10.0.3"
 | 
					        "yargs": "^10.0.3"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "devDependencies": {
 | 
					    "devDependencies": {
 | 
				
			||||||
        "@0x/base-contract": "^5.4.0",
 | 
					        "@0x/base-contract": "^5.5.0-beta.0",
 | 
				
			||||||
        "@0x/contracts-gen": "^1.0.15",
 | 
					        "@0x/contracts-gen": "^1.1.0-beta.0",
 | 
				
			||||||
        "@0x/dev-utils": "^2.3.3",
 | 
					        "@0x/dev-utils": "^2.4.0-beta.0",
 | 
				
			||||||
        "@0x/sol-compiler": "^3.1.15",
 | 
					        "@0x/sol-compiler": "^3.2.0-beta.0",
 | 
				
			||||||
        "@0x/subproviders": "^5.0.4",
 | 
					        "@0x/subproviders": "^5.1.0-beta.0",
 | 
				
			||||||
        "@0x/tslint-config": "^3.0.1",
 | 
					        "@0x/tslint-config": "^3.0.1",
 | 
				
			||||||
        "@0x/web3-wrapper": "^6.0.13",
 | 
					        "@0x/web3-wrapper": "^6.1.0-beta.0",
 | 
				
			||||||
        "@types/glob": "5.0.35",
 | 
					        "@types/glob": "5.0.35",
 | 
				
			||||||
        "@types/mkdirp": "^0.5.2",
 | 
					        "@types/mkdirp": "^0.5.2",
 | 
				
			||||||
        "@types/mocha": "^5.2.7",
 | 
					        "@types/mocha": "^5.2.7",
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,6 +1,6 @@
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
    "name": "@0x/assert",
 | 
					    "name": "@0x/assert",
 | 
				
			||||||
    "version": "2.1.6",
 | 
					    "version": "2.2.0-beta.0",
 | 
				
			||||||
    "engines": {
 | 
					    "engines": {
 | 
				
			||||||
        "node": ">=6.12"
 | 
					        "node": ">=6.12"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
@@ -45,9 +45,9 @@
 | 
				
			|||||||
        "typescript": "3.0.1"
 | 
					        "typescript": "3.0.1"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "dependencies": {
 | 
					    "dependencies": {
 | 
				
			||||||
        "@0x/json-schemas": "^4.0.2",
 | 
					        "@0x/json-schemas": "^4.1.0-beta.0",
 | 
				
			||||||
        "@0x/typescript-typings": "^4.3.0",
 | 
					        "@0x/typescript-typings": "^4.4.0-beta.0",
 | 
				
			||||||
        "@0x/utils": "^4.5.2",
 | 
					        "@0x/utils": "^4.6.0-beta.0",
 | 
				
			||||||
        "lodash": "^4.17.11",
 | 
					        "lodash": "^4.17.11",
 | 
				
			||||||
        "valid-url": "^1.0.9"
 | 
					        "valid-url": "^1.0.9"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,6 +1,6 @@
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
    "name": "@0x/asset-buyer",
 | 
					    "name": "@0x/asset-buyer",
 | 
				
			||||||
    "version": "6.1.14",
 | 
					    "version": "6.2.0-beta.0",
 | 
				
			||||||
    "engines": {
 | 
					    "engines": {
 | 
				
			||||||
        "node": ">=6.12"
 | 
					        "node": ">=6.12"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
@@ -40,17 +40,17 @@
 | 
				
			|||||||
    },
 | 
					    },
 | 
				
			||||||
    "homepage": "https://github.com/0xProject/0x-monorepo/packages/asset-buyer/README.md",
 | 
					    "homepage": "https://github.com/0xProject/0x-monorepo/packages/asset-buyer/README.md",
 | 
				
			||||||
    "dependencies": {
 | 
					    "dependencies": {
 | 
				
			||||||
        "@0x/assert": "^2.1.6",
 | 
					        "@0x/assert": "^2.2.0-beta.0",
 | 
				
			||||||
        "@0x/connect": "^5.0.19",
 | 
					        "@0x/connect": "^5.1.0-beta.0",
 | 
				
			||||||
        "@0x/contract-wrappers": "^12.1.0",
 | 
					        "@0x/contract-wrappers": "^12.2.0-beta.0",
 | 
				
			||||||
        "@0x/json-schemas": "^4.0.2",
 | 
					        "@0x/json-schemas": "^4.1.0-beta.0",
 | 
				
			||||||
        "@0x/order-utils": "^8.4.0",
 | 
					        "@0x/order-utils": "^8.5.0-beta.0",
 | 
				
			||||||
        "@0x/subproviders": "^5.0.4",
 | 
					        "@0x/subproviders": "^5.1.0-beta.0",
 | 
				
			||||||
        "@0x/types": "^2.4.3",
 | 
					        "@0x/types": "^2.5.0-beta.0",
 | 
				
			||||||
        "@0x/typescript-typings": "^4.3.0",
 | 
					        "@0x/typescript-typings": "^4.4.0-beta.0",
 | 
				
			||||||
        "@0x/utils": "^4.5.2",
 | 
					        "@0x/utils": "^4.6.0-beta.0",
 | 
				
			||||||
        "@0x/web3-wrapper": "^6.0.13",
 | 
					        "@0x/web3-wrapper": "^6.1.0-beta.0",
 | 
				
			||||||
        "ethereum-types": "^2.1.6",
 | 
					        "ethereum-types": "^2.2.0-beta.0",
 | 
				
			||||||
        "lodash": "^4.17.11"
 | 
					        "lodash": "^4.17.11"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "devDependencies": {
 | 
					    "devDependencies": {
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,6 +1,6 @@
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
    "name": "@0x/asset-swapper",
 | 
					    "name": "@0x/asset-swapper",
 | 
				
			||||||
    "version": "2.0.0",
 | 
					    "version": "2.1.0-beta.0",
 | 
				
			||||||
    "engines": {
 | 
					    "engines": {
 | 
				
			||||||
        "node": ">=6.12"
 | 
					        "node": ">=6.12"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
@@ -40,25 +40,25 @@
 | 
				
			|||||||
    },
 | 
					    },
 | 
				
			||||||
    "homepage": "https://0x.org/asset-swapper",
 | 
					    "homepage": "https://0x.org/asset-swapper",
 | 
				
			||||||
    "dependencies": {
 | 
					    "dependencies": {
 | 
				
			||||||
        "@0x/assert": "^2.1.6",
 | 
					        "@0x/assert": "^2.2.0-beta.0",
 | 
				
			||||||
        "@0x/connect": "^5.0.19",
 | 
					        "@0x/connect": "^5.1.0-beta.0",
 | 
				
			||||||
        "@0x/contract-addresses": "^3.2.0",
 | 
					        "@0x/contract-addresses": "^3.3.0-beta.0",
 | 
				
			||||||
        "@0x/contract-wrappers": "^12.1.0",
 | 
					        "@0x/contract-wrappers": "^12.2.0-beta.0",
 | 
				
			||||||
        "@0x/dev-utils": "^2.3.3",
 | 
					        "@0x/dev-utils": "^2.4.0-beta.0",
 | 
				
			||||||
        "@0x/json-schemas": "^4.0.2",
 | 
					        "@0x/json-schemas": "^4.1.0-beta.0",
 | 
				
			||||||
        "@0x/migrations": "^4.3.2",
 | 
					        "@0x/migrations": "^4.4.0-beta.0",
 | 
				
			||||||
        "@0x/order-utils": "^8.4.0",
 | 
					        "@0x/order-utils": "^8.5.0-beta.0",
 | 
				
			||||||
        "@0x/orderbook": "^0.0.2",
 | 
					        "@0x/orderbook": "^0.1.0-beta.0",
 | 
				
			||||||
        "@0x/subproviders": "^5.0.4",
 | 
					        "@0x/subproviders": "^5.1.0-beta.0",
 | 
				
			||||||
        "@0x/types": "^2.4.3",
 | 
					        "@0x/types": "^2.5.0-beta.0",
 | 
				
			||||||
        "@0x/typescript-typings": "^4.3.0",
 | 
					        "@0x/typescript-typings": "^4.4.0-beta.0",
 | 
				
			||||||
        "@0x/utils": "^4.5.2",
 | 
					        "@0x/utils": "^4.6.0-beta.0",
 | 
				
			||||||
        "@0x/web3-wrapper": "^6.0.13",
 | 
					        "@0x/web3-wrapper": "^6.1.0-beta.0",
 | 
				
			||||||
        "ethereum-types": "^2.1.6",
 | 
					        "ethereum-types": "^2.2.0-beta.0",
 | 
				
			||||||
        "lodash": "^4.17.11"
 | 
					        "lodash": "^4.17.11"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "devDependencies": {
 | 
					    "devDependencies": {
 | 
				
			||||||
        "@0x/contracts-test-utils": "^3.1.16",
 | 
					        "@0x/contracts-test-utils": "^3.2.0-beta.0",
 | 
				
			||||||
        "@0x/mesh-rpc-client": "^4.0.1-beta",
 | 
					        "@0x/mesh-rpc-client": "^4.0.1-beta",
 | 
				
			||||||
        "@0x/ts-doc-gen": "^0.0.22",
 | 
					        "@0x/ts-doc-gen": "^0.0.22",
 | 
				
			||||||
        "@0x/tslint-config": "^3.0.1",
 | 
					        "@0x/tslint-config": "^3.0.1",
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,6 +1,6 @@
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
    "name": "@0x/base-contract",
 | 
					    "name": "@0x/base-contract",
 | 
				
			||||||
    "version": "5.4.0",
 | 
					    "version": "5.5.0-beta.0",
 | 
				
			||||||
    "engines": {
 | 
					    "engines": {
 | 
				
			||||||
        "node": ">=6.12"
 | 
					        "node": ">=6.12"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
@@ -42,13 +42,13 @@
 | 
				
			|||||||
        "typescript": "3.0.1"
 | 
					        "typescript": "3.0.1"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "dependencies": {
 | 
					    "dependencies": {
 | 
				
			||||||
        "@0x/assert": "^2.1.6",
 | 
					        "@0x/assert": "^2.2.0-beta.0",
 | 
				
			||||||
        "@0x/json-schemas": "^4.0.2",
 | 
					        "@0x/json-schemas": "^4.1.0-beta.0",
 | 
				
			||||||
        "@0x/types": "^2.4.3",
 | 
					        "@0x/types": "^2.5.0-beta.0",
 | 
				
			||||||
        "@0x/typescript-typings": "^4.3.0",
 | 
					        "@0x/typescript-typings": "^4.4.0-beta.0",
 | 
				
			||||||
        "@0x/utils": "^4.5.2",
 | 
					        "@0x/utils": "^4.6.0-beta.0",
 | 
				
			||||||
        "@0x/web3-wrapper": "^6.0.13",
 | 
					        "@0x/web3-wrapper": "^6.1.0-beta.0",
 | 
				
			||||||
        "ethereum-types": "^2.1.6",
 | 
					        "ethereum-types": "^2.2.0-beta.0",
 | 
				
			||||||
        "ethereumjs-account": "^3.0.0",
 | 
					        "ethereumjs-account": "^3.0.0",
 | 
				
			||||||
        "ethereumjs-blockstream": "^7.0.0",
 | 
					        "ethereumjs-blockstream": "^7.0.0",
 | 
				
			||||||
        "ethereumjs-util": "^5.1.1",
 | 
					        "ethereumjs-util": "^5.1.1",
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,6 +1,6 @@
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
    "name": "@0x/connect",
 | 
					    "name": "@0x/connect",
 | 
				
			||||||
    "version": "5.0.19",
 | 
					    "version": "5.1.0-beta.0",
 | 
				
			||||||
    "engines": {
 | 
					    "engines": {
 | 
				
			||||||
        "node": ">=6.12"
 | 
					        "node": ">=6.12"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
@@ -48,12 +48,12 @@
 | 
				
			|||||||
    },
 | 
					    },
 | 
				
			||||||
    "homepage": "https://github.com/0xProject/0x-monorepo/packages/connect/README.md",
 | 
					    "homepage": "https://github.com/0xProject/0x-monorepo/packages/connect/README.md",
 | 
				
			||||||
    "dependencies": {
 | 
					    "dependencies": {
 | 
				
			||||||
        "@0x/assert": "^2.1.6",
 | 
					        "@0x/assert": "^2.2.0-beta.0",
 | 
				
			||||||
        "@0x/json-schemas": "^4.0.2",
 | 
					        "@0x/json-schemas": "^4.1.0-beta.0",
 | 
				
			||||||
        "@0x/order-utils": "^8.4.0",
 | 
					        "@0x/order-utils": "^8.5.0-beta.0",
 | 
				
			||||||
        "@0x/types": "^2.4.3",
 | 
					        "@0x/types": "^2.5.0-beta.0",
 | 
				
			||||||
        "@0x/typescript-typings": "^4.3.0",
 | 
					        "@0x/typescript-typings": "^4.4.0-beta.0",
 | 
				
			||||||
        "@0x/utils": "^4.5.2",
 | 
					        "@0x/utils": "^4.6.0-beta.0",
 | 
				
			||||||
        "lodash": "^4.17.11",
 | 
					        "lodash": "^4.17.11",
 | 
				
			||||||
        "query-string": "^6.0.0",
 | 
					        "query-string": "^6.0.0",
 | 
				
			||||||
        "sinon": "^4.0.0",
 | 
					        "sinon": "^4.0.0",
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,6 +1,6 @@
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
    "name": "@0x/contract-addresses",
 | 
					    "name": "@0x/contract-addresses",
 | 
				
			||||||
    "version": "3.2.0",
 | 
					    "version": "3.3.0-beta.0",
 | 
				
			||||||
    "engines": {
 | 
					    "engines": {
 | 
				
			||||||
        "node": ">=6.12"
 | 
					        "node": ">=6.12"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,6 +1,6 @@
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
    "name": "@0x/contract-artifacts",
 | 
					    "name": "@0x/contract-artifacts",
 | 
				
			||||||
    "version": "2.2.2",
 | 
					    "version": "2.3.0-beta.0",
 | 
				
			||||||
    "engines": {
 | 
					    "engines": {
 | 
				
			||||||
        "node": ">=6.12"
 | 
					        "node": ">=6.12"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
@@ -30,7 +30,7 @@
 | 
				
			|||||||
    },
 | 
					    },
 | 
				
			||||||
    "homepage": "https://github.com/0xProject/0x-monorepo/packages/contract-artifacts/README.md",
 | 
					    "homepage": "https://github.com/0xProject/0x-monorepo/packages/contract-artifacts/README.md",
 | 
				
			||||||
    "devDependencies": {
 | 
					    "devDependencies": {
 | 
				
			||||||
        "@0x/utils": "^4.5.2",
 | 
					        "@0x/utils": "^4.6.0-beta.0",
 | 
				
			||||||
        "@types/mocha": "^5.2.7",
 | 
					        "@types/mocha": "^5.2.7",
 | 
				
			||||||
        "chai": "^4.0.1",
 | 
					        "chai": "^4.0.1",
 | 
				
			||||||
        "lodash": "^4.17.11",
 | 
					        "lodash": "^4.17.11",
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,6 +1,6 @@
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
    "name": "@0x/contract-wrappers",
 | 
					    "name": "@0x/contract-wrappers",
 | 
				
			||||||
    "version": "12.1.0",
 | 
					    "version": "12.2.0-beta.0",
 | 
				
			||||||
    "engines": {
 | 
					    "engines": {
 | 
				
			||||||
        "node": ">=6.12"
 | 
					        "node": ">=6.12"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
@@ -47,24 +47,24 @@
 | 
				
			|||||||
    },
 | 
					    },
 | 
				
			||||||
    "homepage": "https://github.com/0xProject/0x-monorepo/packages/contract-wrappers/README.md",
 | 
					    "homepage": "https://github.com/0xProject/0x-monorepo/packages/contract-wrappers/README.md",
 | 
				
			||||||
    "devDependencies": {
 | 
					    "devDependencies": {
 | 
				
			||||||
        "@0x/assert": "^2.1.6",
 | 
					        "@0x/assert": "^2.2.0-beta.0",
 | 
				
			||||||
        "@0x/contracts-test-utils": "^3.1.16",
 | 
					        "@0x/contracts-test-utils": "^3.2.0-beta.0",
 | 
				
			||||||
        "@0x/coordinator-server": "^0.1.3",
 | 
					        "@0x/coordinator-server": "^0.1.3",
 | 
				
			||||||
        "@0x/dev-utils": "^2.3.3",
 | 
					        "@0x/dev-utils": "^2.4.0-beta.0",
 | 
				
			||||||
        "@0x/json-schemas": "^4.0.2",
 | 
					        "@0x/json-schemas": "^4.1.0-beta.0",
 | 
				
			||||||
        "@0x/migrations": "^4.3.2",
 | 
					        "@0x/migrations": "^4.4.0-beta.0",
 | 
				
			||||||
        "@0x/subproviders": "^5.0.4",
 | 
					        "@0x/subproviders": "^5.1.0-beta.0",
 | 
				
			||||||
        "@0x/ts-doc-gen": "^0.0.22",
 | 
					        "@0x/ts-doc-gen": "^0.0.22",
 | 
				
			||||||
        "@0x/tslint-config": "^3.0.1",
 | 
					        "@0x/tslint-config": "^3.0.1",
 | 
				
			||||||
        "@0x/types": "^2.4.3",
 | 
					        "@0x/types": "^2.5.0-beta.0",
 | 
				
			||||||
        "@0x/utils": "^4.5.2",
 | 
					        "@0x/utils": "^4.6.0-beta.0",
 | 
				
			||||||
        "@0x/web3-wrapper": "^6.0.13",
 | 
					        "@0x/web3-wrapper": "^6.1.0-beta.0",
 | 
				
			||||||
        "@types/nock": "^10.0.3",
 | 
					        "@types/nock": "^10.0.3",
 | 
				
			||||||
        "chai": "^4.0.1",
 | 
					        "chai": "^4.0.1",
 | 
				
			||||||
        "chai-as-promised": "^7.1.0",
 | 
					        "chai-as-promised": "^7.1.0",
 | 
				
			||||||
        "chai-bignumber": "^3.0.0",
 | 
					        "chai-bignumber": "^3.0.0",
 | 
				
			||||||
        "dirty-chai": "^2.0.1",
 | 
					        "dirty-chai": "^2.0.1",
 | 
				
			||||||
        "ethereum-types": "^2.1.6",
 | 
					        "ethereum-types": "^2.2.0-beta.0",
 | 
				
			||||||
        "lodash": "^4.17.11",
 | 
					        "lodash": "^4.17.11",
 | 
				
			||||||
        "mocha": "^6.2.0",
 | 
					        "mocha": "^6.2.0",
 | 
				
			||||||
        "nock": "^10.0.6",
 | 
					        "nock": "^10.0.6",
 | 
				
			||||||
@@ -74,11 +74,11 @@
 | 
				
			|||||||
        "typescript": "3.0.1"
 | 
					        "typescript": "3.0.1"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "dependencies": {
 | 
					    "dependencies": {
 | 
				
			||||||
        "@0x/abi-gen-wrappers": "^5.3.2",
 | 
					        "@0x/abi-gen-wrappers": "^5.4.0-beta.0",
 | 
				
			||||||
        "@0x/base-contract": "^5.4.0",
 | 
					        "@0x/base-contract": "^5.5.0-beta.0",
 | 
				
			||||||
        "@0x/contract-addresses": "^3.2.0",
 | 
					        "@0x/contract-addresses": "^3.3.0-beta.0",
 | 
				
			||||||
        "@0x/contract-artifacts": "^2.2.2",
 | 
					        "@0x/contract-artifacts": "^2.3.0-beta.0",
 | 
				
			||||||
        "@0x/order-utils": "^8.4.0",
 | 
					        "@0x/order-utils": "^8.5.0-beta.0",
 | 
				
			||||||
        "ethers": "~4.0.4",
 | 
					        "ethers": "~4.0.4",
 | 
				
			||||||
        "http-status-codes": "^1.3.2"
 | 
					        "http-status-codes": "^1.3.2"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,6 +1,6 @@
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
    "name": "@0x/contracts-gen",
 | 
					    "name": "@0x/contracts-gen",
 | 
				
			||||||
    "version": "1.0.15",
 | 
					    "version": "1.1.0-beta.0",
 | 
				
			||||||
    "engines": {
 | 
					    "engines": {
 | 
				
			||||||
        "node": ">=6.12"
 | 
					        "node": ">=6.12"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
@@ -27,12 +27,12 @@
 | 
				
			|||||||
    },
 | 
					    },
 | 
				
			||||||
    "homepage": "https://github.com/0xProject/0x-monorepo/packages/contracts-gen/README.md",
 | 
					    "homepage": "https://github.com/0xProject/0x-monorepo/packages/contracts-gen/README.md",
 | 
				
			||||||
    "dependencies": {
 | 
					    "dependencies": {
 | 
				
			||||||
        "@0x/sol-compiler": "^3.1.15",
 | 
					        "@0x/sol-compiler": "^3.2.0-beta.0",
 | 
				
			||||||
        "@0x/sol-resolver": "^2.0.11",
 | 
					        "@0x/sol-resolver": "^2.1.0-beta.0",
 | 
				
			||||||
        "@0x/types": "^2.4.3",
 | 
					        "@0x/types": "^2.5.0-beta.0",
 | 
				
			||||||
        "@0x/typescript-typings": "^4.3.0",
 | 
					        "@0x/typescript-typings": "^4.4.0-beta.0",
 | 
				
			||||||
        "@0x/utils": "^4.5.2",
 | 
					        "@0x/utils": "^4.6.0-beta.0",
 | 
				
			||||||
        "ethereum-types": "^2.1.6",
 | 
					        "ethereum-types": "^2.2.0-beta.0",
 | 
				
			||||||
        "lodash": "^4.17.11",
 | 
					        "lodash": "^4.17.11",
 | 
				
			||||||
        "prettier": "^1.16.3",
 | 
					        "prettier": "^1.16.3",
 | 
				
			||||||
        "to-snake-case": "^1.0.0"
 | 
					        "to-snake-case": "^1.0.0"
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,6 +1,6 @@
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
    "name": "@0x/dev-utils",
 | 
					    "name": "@0x/dev-utils",
 | 
				
			||||||
    "version": "2.3.3",
 | 
					    "version": "2.4.0-beta.0",
 | 
				
			||||||
    "engines": {
 | 
					    "engines": {
 | 
				
			||||||
        "node": ">=6.12"
 | 
					        "node": ">=6.12"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
@@ -42,17 +42,17 @@
 | 
				
			|||||||
        "typescript": "3.0.1"
 | 
					        "typescript": "3.0.1"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "dependencies": {
 | 
					    "dependencies": {
 | 
				
			||||||
        "@0x/subproviders": "^5.0.4",
 | 
					        "@0x/subproviders": "^5.1.0-beta.0",
 | 
				
			||||||
        "@0x/types": "^2.4.3",
 | 
					        "@0x/types": "^2.5.0-beta.0",
 | 
				
			||||||
        "@0x/typescript-typings": "^4.3.0",
 | 
					        "@0x/typescript-typings": "^4.4.0-beta.0",
 | 
				
			||||||
        "@0x/utils": "^4.5.2",
 | 
					        "@0x/utils": "^4.6.0-beta.0",
 | 
				
			||||||
        "@0x/web3-wrapper": "^6.0.13",
 | 
					        "@0x/web3-wrapper": "^6.1.0-beta.0",
 | 
				
			||||||
        "@types/web3-provider-engine": "^14.0.0",
 | 
					        "@types/web3-provider-engine": "^14.0.0",
 | 
				
			||||||
        "chai": "^4.0.1",
 | 
					        "chai": "^4.0.1",
 | 
				
			||||||
        "chai-as-promised": "^7.1.0",
 | 
					        "chai-as-promised": "^7.1.0",
 | 
				
			||||||
        "chai-bignumber": "^3.0.0",
 | 
					        "chai-bignumber": "^3.0.0",
 | 
				
			||||||
        "dirty-chai": "^2.0.1",
 | 
					        "dirty-chai": "^2.0.1",
 | 
				
			||||||
        "ethereum-types": "^2.1.6",
 | 
					        "ethereum-types": "^2.2.0-beta.0",
 | 
				
			||||||
        "lodash": "^4.17.11"
 | 
					        "lodash": "^4.17.11"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "publishConfig": {
 | 
					    "publishConfig": {
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,6 +1,6 @@
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
    "name": "ethereum-types",
 | 
					    "name": "ethereum-types",
 | 
				
			||||||
    "version": "2.1.6",
 | 
					    "version": "2.2.0-beta.0",
 | 
				
			||||||
    "engines": {
 | 
					    "engines": {
 | 
				
			||||||
        "node": ">=6.12"
 | 
					        "node": ">=6.12"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,6 +1,6 @@
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
    "name": "@0x/instant",
 | 
					    "name": "@0x/instant",
 | 
				
			||||||
    "version": "1.0.31",
 | 
					    "version": "1.0.32",
 | 
				
			||||||
    "engines": {
 | 
					    "engines": {
 | 
				
			||||||
        "node": ">=6.12"
 | 
					        "node": ">=6.12"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
@@ -43,19 +43,19 @@
 | 
				
			|||||||
    },
 | 
					    },
 | 
				
			||||||
    "homepage": "https://github.com/0xProject/0x-monorepo/packages/instant/README.md",
 | 
					    "homepage": "https://github.com/0xProject/0x-monorepo/packages/instant/README.md",
 | 
				
			||||||
    "dependencies": {
 | 
					    "dependencies": {
 | 
				
			||||||
        "@0x/assert": "^2.1.6",
 | 
					        "@0x/assert": "^2.2.0-beta.0",
 | 
				
			||||||
        "@0x/asset-buyer": "6.1.8",
 | 
					        "@0x/asset-buyer": "6.1.8",
 | 
				
			||||||
        "@0x/json-schemas": "^4.0.2",
 | 
					        "@0x/json-schemas": "^4.1.0-beta.0",
 | 
				
			||||||
        "@0x/order-utils": "^8.4.0",
 | 
					        "@0x/order-utils": "^8.5.0-beta.0",
 | 
				
			||||||
        "@0x/subproviders": "^5.0.4",
 | 
					        "@0x/subproviders": "^5.1.0-beta.0",
 | 
				
			||||||
        "@0x/types": "^2.4.3",
 | 
					        "@0x/types": "^2.5.0-beta.0",
 | 
				
			||||||
        "@0x/typescript-typings": "^4.3.0",
 | 
					        "@0x/typescript-typings": "^4.4.0-beta.0",
 | 
				
			||||||
        "@0x/utils": "^4.5.2",
 | 
					        "@0x/utils": "^4.6.0-beta.0",
 | 
				
			||||||
        "@0x/web3-wrapper": "^6.0.13",
 | 
					        "@0x/web3-wrapper": "^6.1.0-beta.0",
 | 
				
			||||||
        "babel-runtime": "^6.26.0",
 | 
					        "babel-runtime": "^6.26.0",
 | 
				
			||||||
        "bowser": "^1.9.4",
 | 
					        "bowser": "^1.9.4",
 | 
				
			||||||
        "copy-to-clipboard": "^3.0.8",
 | 
					        "copy-to-clipboard": "^3.0.8",
 | 
				
			||||||
        "ethereum-types": "^2.1.6",
 | 
					        "ethereum-types": "^2.2.0-beta.0",
 | 
				
			||||||
        "lodash": "^4.17.11",
 | 
					        "lodash": "^4.17.11",
 | 
				
			||||||
        "polished": "^1.9.2",
 | 
					        "polished": "^1.9.2",
 | 
				
			||||||
        "react": "^16.5.2",
 | 
					        "react": "^16.5.2",
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,6 +1,6 @@
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
    "name": "@0x/json-schemas",
 | 
					    "name": "@0x/json-schemas",
 | 
				
			||||||
    "version": "4.0.2",
 | 
					    "version": "4.1.0-beta.0",
 | 
				
			||||||
    "engines": {
 | 
					    "engines": {
 | 
				
			||||||
        "node": ">=6.12"
 | 
					        "node": ">=6.12"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
@@ -43,7 +43,7 @@
 | 
				
			|||||||
    },
 | 
					    },
 | 
				
			||||||
    "homepage": "https://github.com/0xProject/0x-monorepo/packages/json-schemas/README.md",
 | 
					    "homepage": "https://github.com/0xProject/0x-monorepo/packages/json-schemas/README.md",
 | 
				
			||||||
    "dependencies": {
 | 
					    "dependencies": {
 | 
				
			||||||
        "@0x/typescript-typings": "^4.3.0",
 | 
					        "@0x/typescript-typings": "^4.4.0-beta.0",
 | 
				
			||||||
        "@types/node": "*",
 | 
					        "@types/node": "*",
 | 
				
			||||||
        "jsonschema": "^1.2.0",
 | 
					        "jsonschema": "^1.2.0",
 | 
				
			||||||
        "lodash.values": "^4.3.0"
 | 
					        "lodash.values": "^4.3.0"
 | 
				
			||||||
@@ -51,7 +51,7 @@
 | 
				
			|||||||
    "devDependencies": {
 | 
					    "devDependencies": {
 | 
				
			||||||
        "@0x/ts-doc-gen": "^0.0.22",
 | 
					        "@0x/ts-doc-gen": "^0.0.22",
 | 
				
			||||||
        "@0x/tslint-config": "^3.0.1",
 | 
					        "@0x/tslint-config": "^3.0.1",
 | 
				
			||||||
        "@0x/utils": "^4.5.2",
 | 
					        "@0x/utils": "^4.6.0-beta.0",
 | 
				
			||||||
        "@types/lodash.foreach": "^4.5.3",
 | 
					        "@types/lodash.foreach": "^4.5.3",
 | 
				
			||||||
        "@types/lodash.values": "^4.3.3",
 | 
					        "@types/lodash.values": "^4.3.3",
 | 
				
			||||||
        "@types/mocha": "^5.2.7",
 | 
					        "@types/mocha": "^5.2.7",
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,6 +1,6 @@
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
    "name": "@0x/migrations",
 | 
					    "name": "@0x/migrations",
 | 
				
			||||||
    "version": "4.3.2",
 | 
					    "version": "4.4.0-beta.0",
 | 
				
			||||||
    "engines": {
 | 
					    "engines": {
 | 
				
			||||||
        "node": ">=6.12"
 | 
					        "node": ">=6.12"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
@@ -40,10 +40,10 @@
 | 
				
			|||||||
    },
 | 
					    },
 | 
				
			||||||
    "license": "Apache-2.0",
 | 
					    "license": "Apache-2.0",
 | 
				
			||||||
    "devDependencies": {
 | 
					    "devDependencies": {
 | 
				
			||||||
        "@0x/dev-utils": "^2.3.3",
 | 
					        "@0x/dev-utils": "^2.4.0-beta.0",
 | 
				
			||||||
        "@0x/ts-doc-gen": "^0.0.22",
 | 
					        "@0x/ts-doc-gen": "^0.0.22",
 | 
				
			||||||
        "@0x/tslint-config": "^3.0.1",
 | 
					        "@0x/tslint-config": "^3.0.1",
 | 
				
			||||||
        "@0x/types": "^2.4.3",
 | 
					        "@0x/types": "^2.5.0-beta.0",
 | 
				
			||||||
        "@types/yargs": "^11.0.0",
 | 
					        "@types/yargs": "^11.0.0",
 | 
				
			||||||
        "make-promises-safe": "^1.1.0",
 | 
					        "make-promises-safe": "^1.1.0",
 | 
				
			||||||
        "npm-run-all": "^4.1.2",
 | 
					        "npm-run-all": "^4.1.2",
 | 
				
			||||||
@@ -55,18 +55,18 @@
 | 
				
			|||||||
        "yargs": "^10.0.3"
 | 
					        "yargs": "^10.0.3"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "dependencies": {
 | 
					    "dependencies": {
 | 
				
			||||||
        "@0x/abi-gen-wrappers": "^5.3.2",
 | 
					        "@0x/abi-gen-wrappers": "^5.4.0-beta.0",
 | 
				
			||||||
        "@0x/base-contract": "^5.4.0",
 | 
					        "@0x/base-contract": "^5.5.0-beta.0",
 | 
				
			||||||
        "@0x/contract-addresses": "^3.2.0",
 | 
					        "@0x/contract-addresses": "^3.3.0-beta.0",
 | 
				
			||||||
        "@0x/contract-artifacts": "^2.2.2",
 | 
					        "@0x/contract-artifacts": "^2.3.0-beta.0",
 | 
				
			||||||
        "@0x/sol-compiler": "^3.1.15",
 | 
					        "@0x/sol-compiler": "^3.2.0-beta.0",
 | 
				
			||||||
        "@0x/subproviders": "^5.0.4",
 | 
					        "@0x/subproviders": "^5.1.0-beta.0",
 | 
				
			||||||
        "@0x/typescript-typings": "^4.3.0",
 | 
					        "@0x/typescript-typings": "^4.4.0-beta.0",
 | 
				
			||||||
        "@0x/utils": "^4.5.2",
 | 
					        "@0x/utils": "^4.6.0-beta.0",
 | 
				
			||||||
        "@0x/web3-wrapper": "^6.0.13",
 | 
					        "@0x/web3-wrapper": "^6.1.0-beta.0",
 | 
				
			||||||
        "@ledgerhq/hw-app-eth": "^4.3.0",
 | 
					        "@ledgerhq/hw-app-eth": "^4.3.0",
 | 
				
			||||||
        "@types/web3-provider-engine": "^14.0.0",
 | 
					        "@types/web3-provider-engine": "^14.0.0",
 | 
				
			||||||
        "ethereum-types": "^2.1.6",
 | 
					        "ethereum-types": "^2.2.0-beta.0",
 | 
				
			||||||
        "ethers": "~4.0.4",
 | 
					        "ethers": "~4.0.4",
 | 
				
			||||||
        "lodash": "^4.17.11"
 | 
					        "lodash": "^4.17.11"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,7 +1,7 @@
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
    "private": true,
 | 
					    "private": true,
 | 
				
			||||||
    "name": "@0x/monorepo-scripts",
 | 
					    "name": "@0x/monorepo-scripts",
 | 
				
			||||||
    "version": "1.0.37",
 | 
					    "version": "1.0.38",
 | 
				
			||||||
    "engines": {
 | 
					    "engines": {
 | 
				
			||||||
        "node": ">=6.12"
 | 
					        "node": ">=6.12"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
@@ -47,8 +47,8 @@
 | 
				
			|||||||
        "typescript": "3.0.1"
 | 
					        "typescript": "3.0.1"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "dependencies": {
 | 
					    "dependencies": {
 | 
				
			||||||
        "@0x/types": "^2.4.3",
 | 
					        "@0x/types": "^2.5.0-beta.0",
 | 
				
			||||||
        "@0x/utils": "^4.5.2",
 | 
					        "@0x/utils": "^4.6.0-beta.0",
 | 
				
			||||||
        "@lerna/batch-packages": "^3.0.0-beta.18",
 | 
					        "@lerna/batch-packages": "^3.0.0-beta.18",
 | 
				
			||||||
        "@types/depcheck": "^0.6.0",
 | 
					        "@types/depcheck": "^0.6.0",
 | 
				
			||||||
        "async-child-process": "^1.1.1",
 | 
					        "async-child-process": "^1.1.1",
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,6 +1,6 @@
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
    "name": "@0x/order-utils",
 | 
					    "name": "@0x/order-utils",
 | 
				
			||||||
    "version": "8.4.0",
 | 
					    "version": "8.5.0-beta.0",
 | 
				
			||||||
    "engines": {
 | 
					    "engines": {
 | 
				
			||||||
        "node": ">=6.12"
 | 
					        "node": ">=6.12"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
@@ -39,9 +39,9 @@
 | 
				
			|||||||
    },
 | 
					    },
 | 
				
			||||||
    "homepage": "https://github.com/0xProject/0x-monorepo/packages/order-utils/README.md",
 | 
					    "homepage": "https://github.com/0xProject/0x-monorepo/packages/order-utils/README.md",
 | 
				
			||||||
    "devDependencies": {
 | 
					    "devDependencies": {
 | 
				
			||||||
        "@0x/dev-utils": "^2.3.3",
 | 
					        "@0x/dev-utils": "^2.4.0-beta.0",
 | 
				
			||||||
        "@0x/migrations": "^4.3.2",
 | 
					        "@0x/migrations": "^4.4.0-beta.0",
 | 
				
			||||||
        "@0x/subproviders": "^5.0.4",
 | 
					        "@0x/subproviders": "^5.1.0-beta.0",
 | 
				
			||||||
        "@0x/ts-doc-gen": "^0.0.22",
 | 
					        "@0x/ts-doc-gen": "^0.0.22",
 | 
				
			||||||
        "@0x/tslint-config": "^3.0.1",
 | 
					        "@0x/tslint-config": "^3.0.1",
 | 
				
			||||||
        "@types/bn.js": "^4.11.0",
 | 
					        "@types/bn.js": "^4.11.0",
 | 
				
			||||||
@@ -60,18 +60,18 @@
 | 
				
			|||||||
        "web3-provider-engine": "14.0.6"
 | 
					        "web3-provider-engine": "14.0.6"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "dependencies": {
 | 
					    "dependencies": {
 | 
				
			||||||
        "@0x/abi-gen-wrappers": "^5.3.2",
 | 
					        "@0x/abi-gen-wrappers": "^5.4.0-beta.0",
 | 
				
			||||||
        "@0x/assert": "^2.1.6",
 | 
					        "@0x/assert": "^2.2.0-beta.0",
 | 
				
			||||||
        "@0x/contract-addresses": "^3.2.0",
 | 
					        "@0x/contract-addresses": "^3.3.0-beta.0",
 | 
				
			||||||
        "@0x/contract-artifacts": "^2.2.2",
 | 
					        "@0x/contract-artifacts": "^2.3.0-beta.0",
 | 
				
			||||||
        "@0x/json-schemas": "^4.0.2",
 | 
					        "@0x/json-schemas": "^4.1.0-beta.0",
 | 
				
			||||||
        "@0x/types": "^2.4.3",
 | 
					        "@0x/types": "^2.5.0-beta.0",
 | 
				
			||||||
        "@0x/typescript-typings": "^4.3.0",
 | 
					        "@0x/typescript-typings": "^4.4.0-beta.0",
 | 
				
			||||||
        "@0x/utils": "^4.5.2",
 | 
					        "@0x/utils": "^4.6.0-beta.0",
 | 
				
			||||||
        "@0x/web3-wrapper": "^6.0.13",
 | 
					        "@0x/web3-wrapper": "^6.1.0-beta.0",
 | 
				
			||||||
        "@types/node": "*",
 | 
					        "@types/node": "*",
 | 
				
			||||||
        "bn.js": "^4.11.8",
 | 
					        "bn.js": "^4.11.8",
 | 
				
			||||||
        "ethereum-types": "^2.1.6",
 | 
					        "ethereum-types": "^2.2.0-beta.0",
 | 
				
			||||||
        "ethereumjs-abi": "0.6.5",
 | 
					        "ethereumjs-abi": "0.6.5",
 | 
				
			||||||
        "ethereumjs-util": "^5.1.1",
 | 
					        "ethereumjs-util": "^5.1.1",
 | 
				
			||||||
        "ethers": "~4.0.4",
 | 
					        "ethers": "~4.0.4",
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,6 +1,6 @@
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
    "name": "@0x/orderbook",
 | 
					    "name": "@0x/orderbook",
 | 
				
			||||||
    "version": "0.0.2",
 | 
					    "version": "0.1.0-beta.0",
 | 
				
			||||||
    "description": "Library for retrieving and syncing a remote orderbook locally",
 | 
					    "description": "Library for retrieving and syncing a remote orderbook locally",
 | 
				
			||||||
    "main": "lib/src/index.js",
 | 
					    "main": "lib/src/index.js",
 | 
				
			||||||
    "types": "lib/src/index.d.ts",
 | 
					    "types": "lib/src/index.d.ts",
 | 
				
			||||||
@@ -30,7 +30,7 @@
 | 
				
			|||||||
    "license": "Apache-2.0",
 | 
					    "license": "Apache-2.0",
 | 
				
			||||||
    "devDependencies": {
 | 
					    "devDependencies": {
 | 
				
			||||||
        "@0x/tslint-config": "^3.0.1",
 | 
					        "@0x/tslint-config": "^3.0.1",
 | 
				
			||||||
        "@0x/types": "^2.4.3",
 | 
					        "@0x/types": "^2.5.0-beta.0",
 | 
				
			||||||
        "@types/jest": "^24.0.17",
 | 
					        "@types/jest": "^24.0.17",
 | 
				
			||||||
        "@types/sinon": "^2.2.2",
 | 
					        "@types/sinon": "^2.2.2",
 | 
				
			||||||
        "@types/websocket": "^0.0.39",
 | 
					        "@types/websocket": "^0.0.39",
 | 
				
			||||||
@@ -41,10 +41,10 @@
 | 
				
			|||||||
        "typescript": "3.0.1"
 | 
					        "typescript": "3.0.1"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "dependencies": {
 | 
					    "dependencies": {
 | 
				
			||||||
        "@0x/assert": "^2.1.6",
 | 
					        "@0x/assert": "^2.2.0-beta.0",
 | 
				
			||||||
        "@0x/connect": "^5.0.19",
 | 
					        "@0x/connect": "^5.1.0-beta.0",
 | 
				
			||||||
        "@0x/mesh-rpc-client": "^4.0.1-beta",
 | 
					        "@0x/mesh-rpc-client": "^4.0.1-beta",
 | 
				
			||||||
        "@0x/order-utils": "^8.4.0",
 | 
					        "@0x/order-utils": "^8.5.0-beta.0",
 | 
				
			||||||
        "@0x/utils": "^4.5.2"
 | 
					        "@0x/utils": "^4.6.0-beta.0"
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,6 +1,6 @@
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
    "name": "@0x/sol-compiler",
 | 
					    "name": "@0x/sol-compiler",
 | 
				
			||||||
    "version": "3.1.15",
 | 
					    "version": "3.2.0-beta.0",
 | 
				
			||||||
    "engines": {
 | 
					    "engines": {
 | 
				
			||||||
        "node": ">=6.12"
 | 
					        "node": ">=6.12"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
@@ -46,7 +46,7 @@
 | 
				
			|||||||
    },
 | 
					    },
 | 
				
			||||||
    "homepage": "https://github.com/0xProject/0x-monorepo/packages/sol-compiler/README.md",
 | 
					    "homepage": "https://github.com/0xProject/0x-monorepo/packages/sol-compiler/README.md",
 | 
				
			||||||
    "devDependencies": {
 | 
					    "devDependencies": {
 | 
				
			||||||
        "@0x/dev-utils": "^2.3.3",
 | 
					        "@0x/dev-utils": "^2.4.0-beta.0",
 | 
				
			||||||
        "@0x/ts-doc-gen": "^0.0.22",
 | 
					        "@0x/ts-doc-gen": "^0.0.22",
 | 
				
			||||||
        "@0x/tslint-config": "^3.0.1",
 | 
					        "@0x/tslint-config": "^3.0.1",
 | 
				
			||||||
        "@types/mkdirp": "^0.5.2",
 | 
					        "@types/mkdirp": "^0.5.2",
 | 
				
			||||||
@@ -74,17 +74,17 @@
 | 
				
			|||||||
        "zeppelin-solidity": "1.8.0"
 | 
					        "zeppelin-solidity": "1.8.0"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "dependencies": {
 | 
					    "dependencies": {
 | 
				
			||||||
        "@0x/assert": "^2.1.6",
 | 
					        "@0x/assert": "^2.2.0-beta.0",
 | 
				
			||||||
        "@0x/json-schemas": "^4.0.2",
 | 
					        "@0x/json-schemas": "^4.1.0-beta.0",
 | 
				
			||||||
        "@0x/sol-resolver": "^2.0.11",
 | 
					        "@0x/sol-resolver": "^2.1.0-beta.0",
 | 
				
			||||||
        "@0x/types": "^2.4.3",
 | 
					        "@0x/types": "^2.5.0-beta.0",
 | 
				
			||||||
        "@0x/typescript-typings": "^4.3.0",
 | 
					        "@0x/typescript-typings": "^4.4.0-beta.0",
 | 
				
			||||||
        "@0x/utils": "^4.5.2",
 | 
					        "@0x/utils": "^4.6.0-beta.0",
 | 
				
			||||||
        "@0x/web3-wrapper": "^6.0.13",
 | 
					        "@0x/web3-wrapper": "^6.1.0-beta.0",
 | 
				
			||||||
        "@types/yargs": "^11.0.0",
 | 
					        "@types/yargs": "^11.0.0",
 | 
				
			||||||
        "chalk": "^2.3.0",
 | 
					        "chalk": "^2.3.0",
 | 
				
			||||||
        "chokidar": "^3.0.2",
 | 
					        "chokidar": "^3.0.2",
 | 
				
			||||||
        "ethereum-types": "^2.1.6",
 | 
					        "ethereum-types": "^2.2.0-beta.0",
 | 
				
			||||||
        "ethereumjs-util": "^5.1.1",
 | 
					        "ethereumjs-util": "^5.1.1",
 | 
				
			||||||
        "lodash": "^4.17.11",
 | 
					        "lodash": "^4.17.11",
 | 
				
			||||||
        "mkdirp": "^0.5.1",
 | 
					        "mkdirp": "^0.5.1",
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,6 +1,6 @@
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
    "name": "@0x/sol-coverage",
 | 
					    "name": "@0x/sol-coverage",
 | 
				
			||||||
    "version": "3.0.12",
 | 
					    "version": "3.1.0-beta.0",
 | 
				
			||||||
    "engines": {
 | 
					    "engines": {
 | 
				
			||||||
        "node": ">=6.12"
 | 
					        "node": ">=6.12"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
@@ -33,11 +33,11 @@
 | 
				
			|||||||
    },
 | 
					    },
 | 
				
			||||||
    "homepage": "https://github.com/0xProject/0x-monorepo/packages/sol-coverage/README.md",
 | 
					    "homepage": "https://github.com/0xProject/0x-monorepo/packages/sol-coverage/README.md",
 | 
				
			||||||
    "dependencies": {
 | 
					    "dependencies": {
 | 
				
			||||||
        "@0x/sol-tracing-utils": "^6.0.19",
 | 
					        "@0x/sol-tracing-utils": "^6.1.0-beta.0",
 | 
				
			||||||
        "@0x/subproviders": "^5.0.4",
 | 
					        "@0x/subproviders": "^5.1.0-beta.0",
 | 
				
			||||||
        "@0x/typescript-typings": "^4.3.0",
 | 
					        "@0x/typescript-typings": "^4.4.0-beta.0",
 | 
				
			||||||
        "@types/minimatch": "^3.0.3",
 | 
					        "@types/minimatch": "^3.0.3",
 | 
				
			||||||
        "ethereum-types": "^2.1.6",
 | 
					        "ethereum-types": "^2.2.0-beta.0",
 | 
				
			||||||
        "lodash": "^4.17.11",
 | 
					        "lodash": "^4.17.11",
 | 
				
			||||||
        "minimatch": "^3.0.4",
 | 
					        "minimatch": "^3.0.4",
 | 
				
			||||||
        "web3-provider-engine": "14.0.6"
 | 
					        "web3-provider-engine": "14.0.6"
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,6 +1,6 @@
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
    "name": "@0x/sol-doc",
 | 
					    "name": "@0x/sol-doc",
 | 
				
			||||||
    "version": "2.0.19",
 | 
					    "version": "2.1.0-beta.0",
 | 
				
			||||||
    "description": "Solidity documentation generator",
 | 
					    "description": "Solidity documentation generator",
 | 
				
			||||||
    "main": "lib/src/index.js",
 | 
					    "main": "lib/src/index.js",
 | 
				
			||||||
    "types": "lib/src/index.d.js",
 | 
					    "types": "lib/src/index.d.js",
 | 
				
			||||||
@@ -26,10 +26,10 @@
 | 
				
			|||||||
    "author": "F. Eugene Aumson",
 | 
					    "author": "F. Eugene Aumson",
 | 
				
			||||||
    "license": "Apache-2.0",
 | 
					    "license": "Apache-2.0",
 | 
				
			||||||
    "dependencies": {
 | 
					    "dependencies": {
 | 
				
			||||||
        "@0x/sol-compiler": "^3.1.15",
 | 
					        "@0x/sol-compiler": "^3.2.0-beta.0",
 | 
				
			||||||
        "@0x/types": "^2.4.3",
 | 
					        "@0x/types": "^2.5.0-beta.0",
 | 
				
			||||||
        "@0x/utils": "^4.5.2",
 | 
					        "@0x/utils": "^4.6.0-beta.0",
 | 
				
			||||||
        "ethereum-types": "^2.1.6",
 | 
					        "ethereum-types": "^2.2.0-beta.0",
 | 
				
			||||||
        "ethereumjs-util": "^5.1.1",
 | 
					        "ethereumjs-util": "^5.1.1",
 | 
				
			||||||
        "lodash": "^4.17.11",
 | 
					        "lodash": "^4.17.11",
 | 
				
			||||||
        "yargs": "^10.0.3"
 | 
					        "yargs": "^10.0.3"
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,6 +1,6 @@
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
    "name": "@0x/sol-profiler",
 | 
					    "name": "@0x/sol-profiler",
 | 
				
			||||||
    "version": "3.1.14",
 | 
					    "version": "3.2.0-beta.0",
 | 
				
			||||||
    "engines": {
 | 
					    "engines": {
 | 
				
			||||||
        "node": ">=6.12"
 | 
					        "node": ">=6.12"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
@@ -33,11 +33,11 @@
 | 
				
			|||||||
    },
 | 
					    },
 | 
				
			||||||
    "homepage": "https://github.com/0xProject/0x-monorepo/packages/sol-profiler/README.md",
 | 
					    "homepage": "https://github.com/0xProject/0x-monorepo/packages/sol-profiler/README.md",
 | 
				
			||||||
    "dependencies": {
 | 
					    "dependencies": {
 | 
				
			||||||
        "@0x/sol-tracing-utils": "^6.0.19",
 | 
					        "@0x/sol-tracing-utils": "^6.1.0-beta.0",
 | 
				
			||||||
        "@0x/subproviders": "^5.0.4",
 | 
					        "@0x/subproviders": "^5.1.0-beta.0",
 | 
				
			||||||
        "@0x/typescript-typings": "^4.3.0",
 | 
					        "@0x/typescript-typings": "^4.4.0-beta.0",
 | 
				
			||||||
        "@0x/utils": "^4.5.2",
 | 
					        "@0x/utils": "^4.6.0-beta.0",
 | 
				
			||||||
        "ethereum-types": "^2.1.6",
 | 
					        "ethereum-types": "^2.2.0-beta.0",
 | 
				
			||||||
        "ethereumjs-util": "^5.1.1",
 | 
					        "ethereumjs-util": "^5.1.1",
 | 
				
			||||||
        "lodash": "^4.17.11",
 | 
					        "lodash": "^4.17.11",
 | 
				
			||||||
        "web3-provider-engine": "14.0.6"
 | 
					        "web3-provider-engine": "14.0.6"
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,6 +1,6 @@
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
    "name": "@0x/sol-resolver",
 | 
					    "name": "@0x/sol-resolver",
 | 
				
			||||||
    "version": "2.0.11",
 | 
					    "version": "2.1.0-beta.0",
 | 
				
			||||||
    "engines": {
 | 
					    "engines": {
 | 
				
			||||||
        "node": ">=6.12"
 | 
					        "node": ">=6.12"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
@@ -31,8 +31,8 @@
 | 
				
			|||||||
        "typescript": "3.0.1"
 | 
					        "typescript": "3.0.1"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "dependencies": {
 | 
					    "dependencies": {
 | 
				
			||||||
        "@0x/types": "^2.4.3",
 | 
					        "@0x/types": "^2.5.0-beta.0",
 | 
				
			||||||
        "@0x/typescript-typings": "^4.3.0",
 | 
					        "@0x/typescript-typings": "^4.4.0-beta.0",
 | 
				
			||||||
        "lodash": "^4.17.11"
 | 
					        "lodash": "^4.17.11"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "publishConfig": {
 | 
					    "publishConfig": {
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,6 +1,6 @@
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
    "name": "@0x/sol-trace",
 | 
					    "name": "@0x/sol-trace",
 | 
				
			||||||
    "version": "2.0.20",
 | 
					    "version": "2.1.0-beta.0",
 | 
				
			||||||
    "engines": {
 | 
					    "engines": {
 | 
				
			||||||
        "node": ">=6.12"
 | 
					        "node": ">=6.12"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
@@ -33,11 +33,11 @@
 | 
				
			|||||||
    },
 | 
					    },
 | 
				
			||||||
    "homepage": "https://github.com/0xProject/0x-monorepo/packages/sol-trace/README.md",
 | 
					    "homepage": "https://github.com/0xProject/0x-monorepo/packages/sol-trace/README.md",
 | 
				
			||||||
    "dependencies": {
 | 
					    "dependencies": {
 | 
				
			||||||
        "@0x/sol-tracing-utils": "^6.0.19",
 | 
					        "@0x/sol-tracing-utils": "^6.1.0-beta.0",
 | 
				
			||||||
        "@0x/subproviders": "^5.0.4",
 | 
					        "@0x/subproviders": "^5.1.0-beta.0",
 | 
				
			||||||
        "@0x/typescript-typings": "^4.3.0",
 | 
					        "@0x/typescript-typings": "^4.4.0-beta.0",
 | 
				
			||||||
        "chalk": "^2.3.0",
 | 
					        "chalk": "^2.3.0",
 | 
				
			||||||
        "ethereum-types": "^2.1.6",
 | 
					        "ethereum-types": "^2.2.0-beta.0",
 | 
				
			||||||
        "ethereumjs-util": "^5.1.1",
 | 
					        "ethereumjs-util": "^5.1.1",
 | 
				
			||||||
        "lodash": "^4.17.11",
 | 
					        "lodash": "^4.17.11",
 | 
				
			||||||
        "loglevel": "^1.6.1",
 | 
					        "loglevel": "^1.6.1",
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,6 +1,6 @@
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
    "name": "@0x/sol-tracing-utils",
 | 
					    "name": "@0x/sol-tracing-utils",
 | 
				
			||||||
    "version": "6.0.19",
 | 
					    "version": "6.1.0-beta.0",
 | 
				
			||||||
    "engines": {
 | 
					    "engines": {
 | 
				
			||||||
        "node": ">=6.12"
 | 
					        "node": ">=6.12"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
@@ -38,16 +38,16 @@
 | 
				
			|||||||
    },
 | 
					    },
 | 
				
			||||||
    "homepage": "https://github.com/0xProject/0x-monorepo/packages/sol-tracing-utils/README.md",
 | 
					    "homepage": "https://github.com/0xProject/0x-monorepo/packages/sol-tracing-utils/README.md",
 | 
				
			||||||
    "dependencies": {
 | 
					    "dependencies": {
 | 
				
			||||||
        "@0x/dev-utils": "^2.3.3",
 | 
					        "@0x/dev-utils": "^2.4.0-beta.0",
 | 
				
			||||||
        "@0x/sol-compiler": "^3.1.15",
 | 
					        "@0x/sol-compiler": "^3.2.0-beta.0",
 | 
				
			||||||
        "@0x/sol-resolver": "^2.0.11",
 | 
					        "@0x/sol-resolver": "^2.1.0-beta.0",
 | 
				
			||||||
        "@0x/subproviders": "^5.0.4",
 | 
					        "@0x/subproviders": "^5.1.0-beta.0",
 | 
				
			||||||
        "@0x/typescript-typings": "^4.3.0",
 | 
					        "@0x/typescript-typings": "^4.4.0-beta.0",
 | 
				
			||||||
        "@0x/utils": "^4.5.2",
 | 
					        "@0x/utils": "^4.6.0-beta.0",
 | 
				
			||||||
        "@0x/web3-wrapper": "^6.0.13",
 | 
					        "@0x/web3-wrapper": "^6.1.0-beta.0",
 | 
				
			||||||
        "@types/solidity-parser-antlr": "^0.2.3",
 | 
					        "@types/solidity-parser-antlr": "^0.2.3",
 | 
				
			||||||
        "chalk": "^2.3.0",
 | 
					        "chalk": "^2.3.0",
 | 
				
			||||||
        "ethereum-types": "^2.1.6",
 | 
					        "ethereum-types": "^2.2.0-beta.0",
 | 
				
			||||||
        "ethereumjs-util": "^5.1.1",
 | 
					        "ethereumjs-util": "^5.1.1",
 | 
				
			||||||
        "ethers": "~4.0.4",
 | 
					        "ethers": "~4.0.4",
 | 
				
			||||||
        "glob": "^7.1.2",
 | 
					        "glob": "^7.1.2",
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,6 +1,6 @@
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
    "name": "@0x/sra-spec",
 | 
					    "name": "@0x/sra-spec",
 | 
				
			||||||
    "version": "2.0.17",
 | 
					    "version": "2.1.0-beta.0",
 | 
				
			||||||
    "engines": {
 | 
					    "engines": {
 | 
				
			||||||
        "node": ">=6.12"
 | 
					        "node": ">=6.12"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
@@ -35,7 +35,7 @@
 | 
				
			|||||||
    },
 | 
					    },
 | 
				
			||||||
    "homepage": "https://github.com/0xProject/0x-monorepo/packages/sra-spec/README.md",
 | 
					    "homepage": "https://github.com/0xProject/0x-monorepo/packages/sra-spec/README.md",
 | 
				
			||||||
    "dependencies": {
 | 
					    "dependencies": {
 | 
				
			||||||
        "@0x/json-schemas": "^4.0.2",
 | 
					        "@0x/json-schemas": "^4.1.0-beta.0",
 | 
				
			||||||
        "@loopback/openapi-v3-types": "^0.8.2"
 | 
					        "@loopback/openapi-v3-types": "^0.8.2"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "devDependencies": {
 | 
					    "devDependencies": {
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,6 +1,6 @@
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
    "name": "@0x/subproviders",
 | 
					    "name": "@0x/subproviders",
 | 
				
			||||||
    "version": "5.0.4",
 | 
					    "version": "5.1.0-beta.0",
 | 
				
			||||||
    "engines": {
 | 
					    "engines": {
 | 
				
			||||||
        "node": ">=6.12"
 | 
					        "node": ">=6.12"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
@@ -33,18 +33,18 @@
 | 
				
			|||||||
        }
 | 
					        }
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "dependencies": {
 | 
					    "dependencies": {
 | 
				
			||||||
        "@0x/assert": "^2.1.6",
 | 
					        "@0x/assert": "^2.2.0-beta.0",
 | 
				
			||||||
        "@0x/types": "^2.4.3",
 | 
					        "@0x/types": "^2.5.0-beta.0",
 | 
				
			||||||
        "@0x/typescript-typings": "^4.3.0",
 | 
					        "@0x/typescript-typings": "^4.4.0-beta.0",
 | 
				
			||||||
        "@0x/utils": "^4.5.2",
 | 
					        "@0x/utils": "^4.6.0-beta.0",
 | 
				
			||||||
        "@0x/web3-wrapper": "^6.0.13",
 | 
					        "@0x/web3-wrapper": "^6.1.0-beta.0",
 | 
				
			||||||
        "@ledgerhq/hw-app-eth": "^4.3.0",
 | 
					        "@ledgerhq/hw-app-eth": "^4.3.0",
 | 
				
			||||||
        "@ledgerhq/hw-transport-u2f": "4.24.0",
 | 
					        "@ledgerhq/hw-transport-u2f": "4.24.0",
 | 
				
			||||||
        "@types/hdkey": "^0.7.0",
 | 
					        "@types/hdkey": "^0.7.0",
 | 
				
			||||||
        "@types/web3-provider-engine": "^14.0.0",
 | 
					        "@types/web3-provider-engine": "^14.0.0",
 | 
				
			||||||
        "bip39": "^2.5.0",
 | 
					        "bip39": "^2.5.0",
 | 
				
			||||||
        "bn.js": "^4.11.8",
 | 
					        "bn.js": "^4.11.8",
 | 
				
			||||||
        "ethereum-types": "^2.1.6",
 | 
					        "ethereum-types": "^2.2.0-beta.0",
 | 
				
			||||||
        "ethereumjs-tx": "^1.3.5",
 | 
					        "ethereumjs-tx": "^1.3.5",
 | 
				
			||||||
        "ethereumjs-util": "^5.1.1",
 | 
					        "ethereumjs-util": "^5.1.1",
 | 
				
			||||||
        "ganache-core": "^2.6.0",
 | 
					        "ganache-core": "^2.6.0",
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,7 +1,7 @@
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
    "private": true,
 | 
					    "private": true,
 | 
				
			||||||
    "name": "@0x/testnet-faucets",
 | 
					    "name": "@0x/testnet-faucets",
 | 
				
			||||||
    "version": "1.0.87",
 | 
					    "version": "1.0.88",
 | 
				
			||||||
    "engines": {
 | 
					    "engines": {
 | 
				
			||||||
        "node": ">=6.12"
 | 
					        "node": ">=6.12"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
@@ -19,15 +19,15 @@
 | 
				
			|||||||
    "author": "Fabio Berger",
 | 
					    "author": "Fabio Berger",
 | 
				
			||||||
    "license": "Apache-2.0",
 | 
					    "license": "Apache-2.0",
 | 
				
			||||||
    "dependencies": {
 | 
					    "dependencies": {
 | 
				
			||||||
        "0x.js": "^7.0.2",
 | 
					        "0x.js": "^7.1.0-beta.0",
 | 
				
			||||||
        "@0x/contract-addresses": "^3.2.0",
 | 
					        "@0x/contract-addresses": "^3.3.0-beta.0",
 | 
				
			||||||
        "@0x/contract-wrappers": "^12.1.0",
 | 
					        "@0x/contract-wrappers": "^12.2.0-beta.0",
 | 
				
			||||||
        "@0x/subproviders": "^5.0.4",
 | 
					        "@0x/subproviders": "^5.1.0-beta.0",
 | 
				
			||||||
        "@0x/typescript-typings": "^4.3.0",
 | 
					        "@0x/typescript-typings": "^4.4.0-beta.0",
 | 
				
			||||||
        "@0x/utils": "^4.5.2",
 | 
					        "@0x/utils": "^4.6.0-beta.0",
 | 
				
			||||||
        "@0x/web3-wrapper": "^6.0.13",
 | 
					        "@0x/web3-wrapper": "^6.1.0-beta.0",
 | 
				
			||||||
        "body-parser": "^1.17.1",
 | 
					        "body-parser": "^1.17.1",
 | 
				
			||||||
        "ethereum-types": "^2.1.6",
 | 
					        "ethereum-types": "^2.2.0-beta.0",
 | 
				
			||||||
        "ethereumjs-tx": "^1.3.5",
 | 
					        "ethereumjs-tx": "^1.3.5",
 | 
				
			||||||
        "ethereumjs-util": "^5.1.1",
 | 
					        "ethereumjs-util": "^5.1.1",
 | 
				
			||||||
        "express": "^4.15.2",
 | 
					        "express": "^4.15.2",
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,6 +1,6 @@
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
    "name": "@0x/types",
 | 
					    "name": "@0x/types",
 | 
				
			||||||
    "version": "2.4.3",
 | 
					    "version": "2.5.0-beta.0",
 | 
				
			||||||
    "engines": {
 | 
					    "engines": {
 | 
				
			||||||
        "node": ">=6.12"
 | 
					        "node": ">=6.12"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
@@ -32,7 +32,7 @@
 | 
				
			|||||||
    "dependencies": {
 | 
					    "dependencies": {
 | 
				
			||||||
        "@types/node": "*",
 | 
					        "@types/node": "*",
 | 
				
			||||||
        "bignumber.js": "~8.0.2",
 | 
					        "bignumber.js": "~8.0.2",
 | 
				
			||||||
        "ethereum-types": "^2.1.6"
 | 
					        "ethereum-types": "^2.2.0-beta.0"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "publishConfig": {
 | 
					    "publishConfig": {
 | 
				
			||||||
        "access": "public"
 | 
					        "access": "public"
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,6 +1,6 @@
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
    "name": "@0x/typescript-typings",
 | 
					    "name": "@0x/typescript-typings",
 | 
				
			||||||
    "version": "4.3.0",
 | 
					    "version": "4.4.0-beta.0",
 | 
				
			||||||
    "engines": {
 | 
					    "engines": {
 | 
				
			||||||
        "node": ">=6.12"
 | 
					        "node": ">=6.12"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
@@ -27,7 +27,7 @@
 | 
				
			|||||||
        "@types/bn.js": "^4.11.0",
 | 
					        "@types/bn.js": "^4.11.0",
 | 
				
			||||||
        "@types/react": "*",
 | 
					        "@types/react": "*",
 | 
				
			||||||
        "bignumber.js": "~8.0.2",
 | 
					        "bignumber.js": "~8.0.2",
 | 
				
			||||||
        "ethereum-types": "^2.1.6",
 | 
					        "ethereum-types": "^2.2.0-beta.0",
 | 
				
			||||||
        "popper.js": "1.14.3"
 | 
					        "popper.js": "1.14.3"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "devDependencies": {
 | 
					    "devDependencies": {
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,6 +1,6 @@
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
    "name": "@0x/utils",
 | 
					    "name": "@0x/utils",
 | 
				
			||||||
    "version": "4.5.2",
 | 
					    "version": "4.6.0-beta.0",
 | 
				
			||||||
    "engines": {
 | 
					    "engines": {
 | 
				
			||||||
        "node": ">=6.12"
 | 
					        "node": ">=6.12"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
@@ -45,14 +45,14 @@
 | 
				
			|||||||
        "typescript": "3.0.1"
 | 
					        "typescript": "3.0.1"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "dependencies": {
 | 
					    "dependencies": {
 | 
				
			||||||
        "@0x/types": "^2.4.3",
 | 
					        "@0x/types": "^2.5.0-beta.0",
 | 
				
			||||||
        "@0x/typescript-typings": "^4.3.0",
 | 
					        "@0x/typescript-typings": "^4.4.0-beta.0",
 | 
				
			||||||
        "@types/node": "*",
 | 
					        "@types/node": "*",
 | 
				
			||||||
        "abortcontroller-polyfill": "^1.1.9",
 | 
					        "abortcontroller-polyfill": "^1.1.9",
 | 
				
			||||||
        "bignumber.js": "~8.0.2",
 | 
					        "bignumber.js": "~8.0.2",
 | 
				
			||||||
        "chalk": "^2.3.0",
 | 
					        "chalk": "^2.3.0",
 | 
				
			||||||
        "detect-node": "2.0.3",
 | 
					        "detect-node": "2.0.3",
 | 
				
			||||||
        "ethereum-types": "^2.1.6",
 | 
					        "ethereum-types": "^2.2.0-beta.0",
 | 
				
			||||||
        "ethereumjs-util": "^5.1.1",
 | 
					        "ethereumjs-util": "^5.1.1",
 | 
				
			||||||
        "ethers": "~4.0.4",
 | 
					        "ethers": "~4.0.4",
 | 
				
			||||||
        "isomorphic-fetch": "2.2.1",
 | 
					        "isomorphic-fetch": "2.2.1",
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,6 +1,6 @@
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
    "name": "@0x/web3-wrapper",
 | 
					    "name": "@0x/web3-wrapper",
 | 
				
			||||||
    "version": "6.0.13",
 | 
					    "version": "6.1.0-beta.0",
 | 
				
			||||||
    "engines": {
 | 
					    "engines": {
 | 
				
			||||||
        "node": ">=6.12"
 | 
					        "node": ">=6.12"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
@@ -59,11 +59,11 @@
 | 
				
			|||||||
        "typescript": "3.0.1"
 | 
					        "typescript": "3.0.1"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "dependencies": {
 | 
					    "dependencies": {
 | 
				
			||||||
        "@0x/assert": "^2.1.6",
 | 
					        "@0x/assert": "^2.2.0-beta.0",
 | 
				
			||||||
        "@0x/json-schemas": "^4.0.2",
 | 
					        "@0x/json-schemas": "^4.1.0-beta.0",
 | 
				
			||||||
        "@0x/typescript-typings": "^4.3.0",
 | 
					        "@0x/typescript-typings": "^4.4.0-beta.0",
 | 
				
			||||||
        "@0x/utils": "^4.5.2",
 | 
					        "@0x/utils": "^4.6.0-beta.0",
 | 
				
			||||||
        "ethereum-types": "^2.1.6",
 | 
					        "ethereum-types": "^2.2.0-beta.0",
 | 
				
			||||||
        "ethereumjs-util": "^5.1.1",
 | 
					        "ethereumjs-util": "^5.1.1",
 | 
				
			||||||
        "ethers": "~4.0.4",
 | 
					        "ethers": "~4.0.4",
 | 
				
			||||||
        "lodash": "^4.17.11"
 | 
					        "lodash": "^4.17.11"
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user