Publish
- 0x.js@0.33.2 - @0xproject/abi-gen@0.2.6 - @0xproject/assert@0.2.1 - @0xproject/base-contract@0.0.4 - chai-as-promised-typescript-typings@0.0.11 - chai-typescript-typings@0.0.5 - @0xproject/connect@0.6.4 - contracts@2.1.16 - @0xproject/deployer@0.3.0 - @0xproject/dev-utils@0.3.0 - ethers-typescript-typings@0.0.3 - @0xproject/json-schemas@0.7.15 - @0xproject/monorepo-scripts@0.1.13 - @0xproject/react-docs-example@0.0.2 - @0xproject/react-docs@0.0.2 - @0xproject/react-shared@0.0.2 - @0xproject/sol-cov@0.0.2 - @0xproject/sra-report@0.0.2 - @0xproject/subproviders@0.8.0 - @0xproject/testnet-faucets@1.0.17 - @0xproject/tslint-config@0.4.11 - @0xproject/types@0.4.0 - @0xproject/utils@0.4.2 - web3-typescript-typings@0.10.1 - @0xproject/web3-wrapper@0.3.0 - @0xproject/website@0.0.19
This commit is contained in:
		@@ -1,6 +1,6 @@
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
    "name": "0x.js",
 | 
					    "name": "0x.js",
 | 
				
			||||||
    "version": "0.33.1",
 | 
					    "version": "0.33.2",
 | 
				
			||||||
    "description": "A javascript library for interacting with the 0x protocol",
 | 
					    "description": "A javascript library for interacting with the 0x protocol",
 | 
				
			||||||
    "keywords": [
 | 
					    "keywords": [
 | 
				
			||||||
        "0x.js",
 | 
					        "0x.js",
 | 
				
			||||||
@@ -33,9 +33,14 @@
 | 
				
			|||||||
    "config": {
 | 
					    "config": {
 | 
				
			||||||
        "artifacts": "TokenTransferProxy Exchange TokenRegistry Token EtherToken",
 | 
					        "artifacts": "TokenTransferProxy Exchange TokenRegistry Token EtherToken",
 | 
				
			||||||
        "postpublish": {
 | 
					        "postpublish": {
 | 
				
			||||||
            "assets": ["_bundles/index.js", "_bundles/index.min.js"],
 | 
					            "assets": [
 | 
				
			||||||
 | 
					                "_bundles/index.js",
 | 
				
			||||||
 | 
					                "_bundles/index.min.js"
 | 
				
			||||||
 | 
					            ],
 | 
				
			||||||
            "docPublishConfigs": {
 | 
					            "docPublishConfigs": {
 | 
				
			||||||
                "extraFileIncludes": ["../types/src/index.ts"],
 | 
					                "extraFileIncludes": [
 | 
				
			||||||
 | 
					                    "../types/src/index.ts"
 | 
				
			||||||
 | 
					                ],
 | 
				
			||||||
                "s3BucketPath": "s3://0xjs-docs-jsons/",
 | 
					                "s3BucketPath": "s3://0xjs-docs-jsons/",
 | 
				
			||||||
                "s3StagingBucketPath": "s3://staging-0xjs-docs-jsons/"
 | 
					                "s3StagingBucketPath": "s3://staging-0xjs-docs-jsons/"
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
@@ -50,10 +55,10 @@
 | 
				
			|||||||
        "node": ">=6.0.0"
 | 
					        "node": ">=6.0.0"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "devDependencies": {
 | 
					    "devDependencies": {
 | 
				
			||||||
        "@0xproject/abi-gen": "^0.2.5",
 | 
					        "@0xproject/abi-gen": "^0.2.6",
 | 
				
			||||||
        "@0xproject/dev-utils": "^0.2.1",
 | 
					        "@0xproject/dev-utils": "^0.3.0",
 | 
				
			||||||
        "@0xproject/monorepo-scripts": "^0.1.12",
 | 
					        "@0xproject/monorepo-scripts": "^0.1.13",
 | 
				
			||||||
        "@0xproject/tslint-config": "^0.4.10",
 | 
					        "@0xproject/tslint-config": "^0.4.11",
 | 
				
			||||||
        "@types/bintrees": "^1.0.2",
 | 
					        "@types/bintrees": "^1.0.2",
 | 
				
			||||||
        "@types/jsonschema": "^1.1.1",
 | 
					        "@types/jsonschema": "^1.1.1",
 | 
				
			||||||
        "@types/lodash": "^4.14.86",
 | 
					        "@types/lodash": "^4.14.86",
 | 
				
			||||||
@@ -64,9 +69,9 @@
 | 
				
			|||||||
        "awesome-typescript-loader": "^3.1.3",
 | 
					        "awesome-typescript-loader": "^3.1.3",
 | 
				
			||||||
        "chai": "^4.0.1",
 | 
					        "chai": "^4.0.1",
 | 
				
			||||||
        "chai-as-promised": "^7.1.0",
 | 
					        "chai-as-promised": "^7.1.0",
 | 
				
			||||||
        "chai-as-promised-typescript-typings": "^0.0.10",
 | 
					        "chai-as-promised-typescript-typings": "^0.0.11",
 | 
				
			||||||
        "chai-bignumber": "^2.0.1",
 | 
					        "chai-bignumber": "^2.0.1",
 | 
				
			||||||
        "chai-typescript-typings": "^0.0.4",
 | 
					        "chai-typescript-typings": "^0.0.5",
 | 
				
			||||||
        "copyfiles": "^1.2.0",
 | 
					        "copyfiles": "^1.2.0",
 | 
				
			||||||
        "dirty-chai": "^2.0.1",
 | 
					        "dirty-chai": "^2.0.1",
 | 
				
			||||||
        "json-loader": "^0.5.4",
 | 
					        "json-loader": "^0.5.4",
 | 
				
			||||||
@@ -89,26 +94,26 @@
 | 
				
			|||||||
        "webpack": "^3.1.0"
 | 
					        "webpack": "^3.1.0"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "dependencies": {
 | 
					    "dependencies": {
 | 
				
			||||||
        "@0xproject/assert": "^0.2.0",
 | 
					        "@0xproject/assert": "^0.2.1",
 | 
				
			||||||
        "@0xproject/base-contract": "^0.0.3",
 | 
					        "@0xproject/base-contract": "^0.0.4",
 | 
				
			||||||
        "@0xproject/json-schemas": "^0.7.14",
 | 
					        "@0xproject/json-schemas": "^0.7.15",
 | 
				
			||||||
        "@0xproject/types": "^0.3.1",
 | 
					        "@0xproject/types": "^0.4.0",
 | 
				
			||||||
        "@0xproject/utils": "^0.4.1",
 | 
					        "@0xproject/utils": "^0.4.2",
 | 
				
			||||||
        "@0xproject/web3-wrapper": "^0.2.1",
 | 
					        "@0xproject/web3-wrapper": "^0.3.0",
 | 
				
			||||||
        "bintrees": "^1.0.2",
 | 
					        "bintrees": "^1.0.2",
 | 
				
			||||||
        "bn.js": "^4.11.8",
 | 
					        "bn.js": "^4.11.8",
 | 
				
			||||||
        "ethereumjs-abi": "^0.6.4",
 | 
					        "ethereumjs-abi": "^0.6.4",
 | 
				
			||||||
        "ethereumjs-blockstream": "^2.0.6",
 | 
					        "ethereumjs-blockstream": "^2.0.6",
 | 
				
			||||||
        "ethereumjs-util": "^5.1.1",
 | 
					        "ethereumjs-util": "^5.1.1",
 | 
				
			||||||
        "ethers-contracts": "^2.2.1",
 | 
					        "ethers-contracts": "^2.2.1",
 | 
				
			||||||
        "ethers-typescript-typings": "^0.0.2",
 | 
					        "ethers-typescript-typings": "^0.0.3",
 | 
				
			||||||
        "js-sha3": "^0.7.0",
 | 
					        "js-sha3": "^0.7.0",
 | 
				
			||||||
        "lodash": "^4.17.4",
 | 
					        "lodash": "^4.17.4",
 | 
				
			||||||
        "uuid": "^3.1.0",
 | 
					        "uuid": "^3.1.0",
 | 
				
			||||||
        "web3": "^0.20.0",
 | 
					        "web3": "^0.20.0",
 | 
				
			||||||
        "web3-typescript-typings": "^0.10.0"
 | 
					        "web3-typescript-typings": "^0.10.1"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "publishConfig": {
 | 
					    "publishConfig": {
 | 
				
			||||||
      "access": "public"
 | 
					        "access": "public"
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,6 +1,6 @@
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
    "name": "@0xproject/abi-gen",
 | 
					    "name": "@0xproject/abi-gen",
 | 
				
			||||||
    "version": "0.2.5",
 | 
					    "version": "0.2.6",
 | 
				
			||||||
    "description": "Generate contract wrappers from ABI and handlebars templates",
 | 
					    "description": "Generate contract wrappers from ABI and handlebars templates",
 | 
				
			||||||
    "main": "lib/index.js",
 | 
					    "main": "lib/index.js",
 | 
				
			||||||
    "types": "lib/index.d.ts",
 | 
					    "types": "lib/index.d.ts",
 | 
				
			||||||
@@ -23,7 +23,7 @@
 | 
				
			|||||||
    },
 | 
					    },
 | 
				
			||||||
    "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": {
 | 
				
			||||||
        "@0xproject/utils": "^0.4.1",
 | 
					        "@0xproject/utils": "^0.4.2",
 | 
				
			||||||
        "chalk": "^2.3.0",
 | 
					        "chalk": "^2.3.0",
 | 
				
			||||||
        "glob": "^7.1.2",
 | 
					        "glob": "^7.1.2",
 | 
				
			||||||
        "handlebars": "^4.0.11",
 | 
					        "handlebars": "^4.0.11",
 | 
				
			||||||
@@ -34,8 +34,8 @@
 | 
				
			|||||||
        "yargs": "^10.0.3"
 | 
					        "yargs": "^10.0.3"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "devDependencies": {
 | 
					    "devDependencies": {
 | 
				
			||||||
        "@0xproject/monorepo-scripts": "^0.1.12",
 | 
					        "@0xproject/monorepo-scripts": "^0.1.13",
 | 
				
			||||||
        "@0xproject/tslint-config": "^0.4.10",
 | 
					        "@0xproject/tslint-config": "^0.4.11",
 | 
				
			||||||
        "@types/glob": "^5.0.33",
 | 
					        "@types/glob": "^5.0.33",
 | 
				
			||||||
        "@types/handlebars": "^4.0.36",
 | 
					        "@types/handlebars": "^4.0.36",
 | 
				
			||||||
        "@types/mkdirp": "^0.5.1",
 | 
					        "@types/mkdirp": "^0.5.1",
 | 
				
			||||||
@@ -46,9 +46,9 @@
 | 
				
			|||||||
        "shx": "^0.2.2",
 | 
					        "shx": "^0.2.2",
 | 
				
			||||||
        "tslint": "5.8.0",
 | 
					        "tslint": "5.8.0",
 | 
				
			||||||
        "typescript": "2.7.1",
 | 
					        "typescript": "2.7.1",
 | 
				
			||||||
        "web3-typescript-typings": "^0.10.0"
 | 
					        "web3-typescript-typings": "^0.10.1"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "publishConfig": {
 | 
					    "publishConfig": {
 | 
				
			||||||
      "access": "public"
 | 
					        "access": "public"
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,6 +1,6 @@
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
    "name": "@0xproject/assert",
 | 
					    "name": "@0xproject/assert",
 | 
				
			||||||
    "version": "0.2.0",
 | 
					    "version": "0.2.1",
 | 
				
			||||||
    "description": "Provides a standard way of performing type and schema validation across 0x projects",
 | 
					    "description": "Provides a standard way of performing type and schema validation across 0x projects",
 | 
				
			||||||
    "main": "lib/src/index.js",
 | 
					    "main": "lib/src/index.js",
 | 
				
			||||||
    "types": "lib/src/index.d.ts",
 | 
					    "types": "lib/src/index.d.ts",
 | 
				
			||||||
@@ -26,29 +26,29 @@
 | 
				
			|||||||
    },
 | 
					    },
 | 
				
			||||||
    "homepage": "https://github.com/0xProject/0x-monorepo/packages/assert/README.md",
 | 
					    "homepage": "https://github.com/0xProject/0x-monorepo/packages/assert/README.md",
 | 
				
			||||||
    "devDependencies": {
 | 
					    "devDependencies": {
 | 
				
			||||||
        "@0xproject/monorepo-scripts": "^0.1.12",
 | 
					        "@0xproject/monorepo-scripts": "^0.1.13",
 | 
				
			||||||
        "@0xproject/tslint-config": "^0.4.10",
 | 
					        "@0xproject/tslint-config": "^0.4.11",
 | 
				
			||||||
        "@types/lodash": "^4.14.86",
 | 
					        "@types/lodash": "^4.14.86",
 | 
				
			||||||
        "@types/mocha": "^2.2.42",
 | 
					        "@types/mocha": "^2.2.42",
 | 
				
			||||||
        "@types/valid-url": "^1.0.2",
 | 
					        "@types/valid-url": "^1.0.2",
 | 
				
			||||||
        "nyc": "^11.0.1",
 | 
					 | 
				
			||||||
        "chai": "^4.0.1",
 | 
					        "chai": "^4.0.1",
 | 
				
			||||||
        "chai-typescript-typings": "^0.0.4",
 | 
					        "chai-typescript-typings": "^0.0.5",
 | 
				
			||||||
        "copyfiles": "^1.2.0",
 | 
					        "copyfiles": "^1.2.0",
 | 
				
			||||||
        "dirty-chai": "^2.0.1",
 | 
					        "dirty-chai": "^2.0.1",
 | 
				
			||||||
        "mocha": "^4.0.1",
 | 
					        "mocha": "^4.0.1",
 | 
				
			||||||
        "npm-run-all": "^4.1.2",
 | 
					        "npm-run-all": "^4.1.2",
 | 
				
			||||||
 | 
					        "nyc": "^11.0.1",
 | 
				
			||||||
        "shx": "^0.2.2",
 | 
					        "shx": "^0.2.2",
 | 
				
			||||||
        "tslint": "5.8.0",
 | 
					        "tslint": "5.8.0",
 | 
				
			||||||
        "typescript": "2.7.1"
 | 
					        "typescript": "2.7.1"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "dependencies": {
 | 
					    "dependencies": {
 | 
				
			||||||
        "@0xproject/json-schemas": "^0.7.14",
 | 
					        "@0xproject/json-schemas": "^0.7.15",
 | 
				
			||||||
        "@0xproject/utils": "^0.4.1",
 | 
					        "@0xproject/utils": "^0.4.2",
 | 
				
			||||||
        "lodash": "^4.17.4",
 | 
					        "lodash": "^4.17.4",
 | 
				
			||||||
        "valid-url": "^1.0.9"
 | 
					        "valid-url": "^1.0.9"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "publishConfig": {
 | 
					    "publishConfig": {
 | 
				
			||||||
      "access": "public"
 | 
					        "access": "public"
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,6 +1,6 @@
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
    "name": "@0xproject/base-contract",
 | 
					    "name": "@0xproject/base-contract",
 | 
				
			||||||
    "version": "0.0.3",
 | 
					    "version": "0.0.4",
 | 
				
			||||||
    "description": "0x Base TS contract",
 | 
					    "description": "0x Base TS contract",
 | 
				
			||||||
    "main": "lib/index.js",
 | 
					    "main": "lib/index.js",
 | 
				
			||||||
    "types": "lib/index.d.ts",
 | 
					    "types": "lib/index.d.ts",
 | 
				
			||||||
@@ -20,8 +20,8 @@
 | 
				
			|||||||
    },
 | 
					    },
 | 
				
			||||||
    "homepage": "https://github.com/0xProject/0x-monorepo/packages/base-contract/README.md",
 | 
					    "homepage": "https://github.com/0xProject/0x-monorepo/packages/base-contract/README.md",
 | 
				
			||||||
    "devDependencies": {
 | 
					    "devDependencies": {
 | 
				
			||||||
        "@0xproject/monorepo-scripts": "^0.1.12",
 | 
					        "@0xproject/monorepo-scripts": "^0.1.13",
 | 
				
			||||||
        "@0xproject/tslint-config": "^0.4.10",
 | 
					        "@0xproject/tslint-config": "^0.4.11",
 | 
				
			||||||
        "@types/lodash": "^4.14.86",
 | 
					        "@types/lodash": "^4.14.86",
 | 
				
			||||||
        "copyfiles": "^1.2.0",
 | 
					        "copyfiles": "^1.2.0",
 | 
				
			||||||
        "npm-run-all": "^4.1.2",
 | 
					        "npm-run-all": "^4.1.2",
 | 
				
			||||||
@@ -30,15 +30,15 @@
 | 
				
			|||||||
        "typescript": "2.7.1"
 | 
					        "typescript": "2.7.1"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "dependencies": {
 | 
					    "dependencies": {
 | 
				
			||||||
        "@0xproject/types": "^0.3.1",
 | 
					        "@0xproject/types": "^0.4.0",
 | 
				
			||||||
        "@0xproject/web3-wrapper": "^0.2.1",
 | 
					        "@0xproject/web3-wrapper": "^0.3.0",
 | 
				
			||||||
        "ethers-contracts": "^2.2.1",
 | 
					        "ethers-contracts": "^2.2.1",
 | 
				
			||||||
        "ethers-typescript-typings": "^0.0.2",
 | 
					        "ethers-typescript-typings": "^0.0.3",
 | 
				
			||||||
        "lodash": "^4.17.4",
 | 
					        "lodash": "^4.17.4",
 | 
				
			||||||
        "web3": "^0.20.0",
 | 
					        "web3": "^0.20.0",
 | 
				
			||||||
        "web3-typescript-typings": "^0.10.0"
 | 
					        "web3-typescript-typings": "^0.10.1"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "publishConfig": {
 | 
					    "publishConfig": {
 | 
				
			||||||
      "access": "public"
 | 
					        "access": "public"
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,6 +1,6 @@
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
    "name": "chai-as-promised-typescript-typings",
 | 
					    "name": "chai-as-promised-typescript-typings",
 | 
				
			||||||
    "version": "0.0.10",
 | 
					    "version": "0.0.11",
 | 
				
			||||||
    "description": "Typescript type definitions for chai-as-promised",
 | 
					    "description": "Typescript type definitions for chai-as-promised",
 | 
				
			||||||
    "main": "index.d.ts",
 | 
					    "main": "index.d.ts",
 | 
				
			||||||
    "types": "index.d.ts",
 | 
					    "types": "index.d.ts",
 | 
				
			||||||
@@ -22,14 +22,14 @@
 | 
				
			|||||||
    },
 | 
					    },
 | 
				
			||||||
    "homepage": "https://github.com/0xProject/0x-monorepo/packages/chai-as-promised-typescript-typings#readme",
 | 
					    "homepage": "https://github.com/0xProject/0x-monorepo/packages/chai-as-promised-typescript-typings#readme",
 | 
				
			||||||
    "dependencies": {
 | 
					    "dependencies": {
 | 
				
			||||||
        "chai-typescript-typings": "^0.0.4"
 | 
					        "chai-typescript-typings": "^0.0.5"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "devDependencies": {
 | 
					    "devDependencies": {
 | 
				
			||||||
        "@0xproject/monorepo-scripts": "^0.1.12",
 | 
					        "@0xproject/monorepo-scripts": "^0.1.13",
 | 
				
			||||||
        "copyfiles": "^1.2.0",
 | 
					        "copyfiles": "^1.2.0",
 | 
				
			||||||
        "shx": "^0.2.2"
 | 
					        "shx": "^0.2.2"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "publishConfig": {
 | 
					    "publishConfig": {
 | 
				
			||||||
      "access": "public"
 | 
					        "access": "public"
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,6 +1,6 @@
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
    "name": "chai-typescript-typings",
 | 
					    "name": "chai-typescript-typings",
 | 
				
			||||||
    "version": "0.0.4",
 | 
					    "version": "0.0.5",
 | 
				
			||||||
    "description": "Typescript type definitions for chai",
 | 
					    "description": "Typescript type definitions for chai",
 | 
				
			||||||
    "main": "index.d.ts",
 | 
					    "main": "index.d.ts",
 | 
				
			||||||
    "types": "index.d.ts",
 | 
					    "types": "index.d.ts",
 | 
				
			||||||
@@ -18,11 +18,11 @@
 | 
				
			|||||||
    },
 | 
					    },
 | 
				
			||||||
    "homepage": "https://github.com/0xProject/0x-monorepo/packages/chai-typescript-typings#readme",
 | 
					    "homepage": "https://github.com/0xProject/0x-monorepo/packages/chai-typescript-typings#readme",
 | 
				
			||||||
    "devDependencies": {
 | 
					    "devDependencies": {
 | 
				
			||||||
        "@0xproject/monorepo-scripts": "^0.1.12",
 | 
					        "@0xproject/monorepo-scripts": "^0.1.13",
 | 
				
			||||||
        "copyfiles": "^1.2.0",
 | 
					        "copyfiles": "^1.2.0",
 | 
				
			||||||
        "shx": "^0.2.2"
 | 
					        "shx": "^0.2.2"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "publishConfig": {
 | 
					    "publishConfig": {
 | 
				
			||||||
      "access": "public"
 | 
					        "access": "public"
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,6 +1,6 @@
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
    "name": "@0xproject/connect",
 | 
					    "name": "@0xproject/connect",
 | 
				
			||||||
    "version": "0.6.3",
 | 
					    "version": "0.6.4",
 | 
				
			||||||
    "description": "A javascript library for interacting with the standard relayer api",
 | 
					    "description": "A javascript library for interacting with the standard relayer api",
 | 
				
			||||||
    "keywords": [
 | 
					    "keywords": [
 | 
				
			||||||
        "connect",
 | 
					        "connect",
 | 
				
			||||||
@@ -27,7 +27,10 @@
 | 
				
			|||||||
    },
 | 
					    },
 | 
				
			||||||
    "config": {
 | 
					    "config": {
 | 
				
			||||||
        "postpublish": {
 | 
					        "postpublish": {
 | 
				
			||||||
            "assets": ["_bundles/index.js", "_bundles/index.min.js"],
 | 
					            "assets": [
 | 
				
			||||||
 | 
					                "_bundles/index.js",
 | 
				
			||||||
 | 
					                "_bundles/index.min.js"
 | 
				
			||||||
 | 
					            ],
 | 
				
			||||||
            "docPublishConfigs": {
 | 
					            "docPublishConfigs": {
 | 
				
			||||||
                "s3BucketPath": "s3://connect-docs-jsons/",
 | 
					                "s3BucketPath": "s3://connect-docs-jsons/",
 | 
				
			||||||
                "s3StagingBucketPath": "s3://staging-connect-docs-jsons/"
 | 
					                "s3StagingBucketPath": "s3://staging-connect-docs-jsons/"
 | 
				
			||||||
@@ -48,39 +51,39 @@
 | 
				
			|||||||
    },
 | 
					    },
 | 
				
			||||||
    "homepage": "https://github.com/0xProject/0x-monorepo/packages/connect/README.md",
 | 
					    "homepage": "https://github.com/0xProject/0x-monorepo/packages/connect/README.md",
 | 
				
			||||||
    "dependencies": {
 | 
					    "dependencies": {
 | 
				
			||||||
        "@0xproject/assert": "^0.2.0",
 | 
					        "@0xproject/assert": "^0.2.1",
 | 
				
			||||||
        "@0xproject/json-schemas": "^0.7.14",
 | 
					        "@0xproject/json-schemas": "^0.7.15",
 | 
				
			||||||
        "@0xproject/types": "^0.3.1",
 | 
					        "@0xproject/types": "^0.4.0",
 | 
				
			||||||
        "@0xproject/utils": "^0.4.1",
 | 
					        "@0xproject/utils": "^0.4.2",
 | 
				
			||||||
        "isomorphic-fetch": "^2.2.1",
 | 
					        "isomorphic-fetch": "^2.2.1",
 | 
				
			||||||
        "lodash": "^4.17.4",
 | 
					        "lodash": "^4.17.4",
 | 
				
			||||||
        "query-string": "^5.0.1",
 | 
					        "query-string": "^5.0.1",
 | 
				
			||||||
        "websocket": "^1.0.25"
 | 
					        "websocket": "^1.0.25"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "devDependencies": {
 | 
					    "devDependencies": {
 | 
				
			||||||
        "@0xproject/monorepo-scripts": "^0.1.12",
 | 
					        "@0xproject/monorepo-scripts": "^0.1.13",
 | 
				
			||||||
        "@0xproject/tslint-config": "^0.4.10",
 | 
					        "@0xproject/tslint-config": "^0.4.11",
 | 
				
			||||||
        "@types/fetch-mock": "^5.12.1",
 | 
					        "@types/fetch-mock": "^5.12.1",
 | 
				
			||||||
        "@types/lodash": "^4.14.86",
 | 
					        "@types/lodash": "^4.14.86",
 | 
				
			||||||
        "@types/mocha": "^2.2.42",
 | 
					        "@types/mocha": "^2.2.42",
 | 
				
			||||||
        "@types/query-string": "^5.0.1",
 | 
					        "@types/query-string": "^5.0.1",
 | 
				
			||||||
        "@types/websocket": "^0.0.34",
 | 
					        "@types/websocket": "^0.0.34",
 | 
				
			||||||
        "nyc": "^11.0.1",
 | 
					 | 
				
			||||||
        "async-child-process": "^1.1.1",
 | 
					        "async-child-process": "^1.1.1",
 | 
				
			||||||
        "chai": "^4.0.1",
 | 
					        "chai": "^4.0.1",
 | 
				
			||||||
        "chai-as-promised": "^7.1.0",
 | 
					        "chai-as-promised": "^7.1.0",
 | 
				
			||||||
        "chai-as-promised-typescript-typings": "^0.0.10",
 | 
					        "chai-as-promised-typescript-typings": "^0.0.11",
 | 
				
			||||||
        "chai-typescript-typings": "^0.0.4",
 | 
					        "chai-typescript-typings": "^0.0.5",
 | 
				
			||||||
        "copyfiles": "^1.2.0",
 | 
					        "copyfiles": "^1.2.0",
 | 
				
			||||||
        "dirty-chai": "^2.0.1",
 | 
					        "dirty-chai": "^2.0.1",
 | 
				
			||||||
        "fetch-mock": "^5.13.1",
 | 
					        "fetch-mock": "^5.13.1",
 | 
				
			||||||
        "mocha": "^4.0.1",
 | 
					        "mocha": "^4.0.1",
 | 
				
			||||||
        "npm-run-all": "^4.1.2",
 | 
					        "npm-run-all": "^4.1.2",
 | 
				
			||||||
 | 
					        "nyc": "^11.0.1",
 | 
				
			||||||
        "shx": "^0.2.2",
 | 
					        "shx": "^0.2.2",
 | 
				
			||||||
        "tslint": "5.8.0",
 | 
					        "tslint": "5.8.0",
 | 
				
			||||||
        "typedoc": "~0.8.0",
 | 
					        "typedoc": "~0.8.0",
 | 
				
			||||||
        "typescript": "2.7.1",
 | 
					        "typescript": "2.7.1",
 | 
				
			||||||
        "web3-typescript-typings": "^0.10.0"
 | 
					        "web3-typescript-typings": "^0.10.1"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "publishConfig": {
 | 
					    "publishConfig": {
 | 
				
			||||||
        "access": "public"
 | 
					        "access": "public"
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,7 +1,7 @@
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
    "private": true,
 | 
					    "private": true,
 | 
				
			||||||
    "name": "contracts",
 | 
					    "name": "contracts",
 | 
				
			||||||
    "version": "2.1.15",
 | 
					    "version": "2.1.16",
 | 
				
			||||||
    "description": "Smart contract components of 0x protocol",
 | 
					    "description": "Smart contract components of 0x protocol",
 | 
				
			||||||
    "main": "index.js",
 | 
					    "main": "index.js",
 | 
				
			||||||
    "directories": {
 | 
					    "directories": {
 | 
				
			||||||
@@ -40,8 +40,8 @@
 | 
				
			|||||||
    },
 | 
					    },
 | 
				
			||||||
    "homepage": "https://github.com/0xProject/0x-monorepo/packages/contracts/README.md",
 | 
					    "homepage": "https://github.com/0xProject/0x-monorepo/packages/contracts/README.md",
 | 
				
			||||||
    "devDependencies": {
 | 
					    "devDependencies": {
 | 
				
			||||||
        "@0xproject/dev-utils": "^0.2.1",
 | 
					        "@0xproject/dev-utils": "^0.3.0",
 | 
				
			||||||
        "@0xproject/tslint-config": "^0.4.10",
 | 
					        "@0xproject/tslint-config": "^0.4.11",
 | 
				
			||||||
        "@types/bluebird": "^3.5.3",
 | 
					        "@types/bluebird": "^3.5.3",
 | 
				
			||||||
        "@types/lodash": "^4.14.86",
 | 
					        "@types/lodash": "^4.14.86",
 | 
				
			||||||
        "@types/node": "^8.0.53",
 | 
					        "@types/node": "^8.0.53",
 | 
				
			||||||
@@ -49,12 +49,12 @@
 | 
				
			|||||||
        "@types/yargs": "^10.0.0",
 | 
					        "@types/yargs": "^10.0.0",
 | 
				
			||||||
        "chai": "^4.0.1",
 | 
					        "chai": "^4.0.1",
 | 
				
			||||||
        "chai-as-promised": "^7.1.0",
 | 
					        "chai-as-promised": "^7.1.0",
 | 
				
			||||||
        "chai-as-promised-typescript-typings": "^0.0.10",
 | 
					        "chai-as-promised-typescript-typings": "^0.0.11",
 | 
				
			||||||
        "chai-bignumber": "^2.0.1",
 | 
					        "chai-bignumber": "^2.0.1",
 | 
				
			||||||
        "chai-typescript-typings": "^0.0.4",
 | 
					        "chai-typescript-typings": "^0.0.5",
 | 
				
			||||||
        "copyfiles": "^1.2.0",
 | 
					        "copyfiles": "^1.2.0",
 | 
				
			||||||
        "dirty-chai": "^2.0.1",
 | 
					        "dirty-chai": "^2.0.1",
 | 
				
			||||||
        "ethers-typescript-typings": "^0.0.2",
 | 
					        "ethers-typescript-typings": "^0.0.3",
 | 
				
			||||||
        "mocha": "^4.0.1",
 | 
					        "mocha": "^4.0.1",
 | 
				
			||||||
        "npm-run-all": "^4.1.2",
 | 
					        "npm-run-all": "^4.1.2",
 | 
				
			||||||
        "shx": "^0.2.2",
 | 
					        "shx": "^0.2.2",
 | 
				
			||||||
@@ -63,16 +63,16 @@
 | 
				
			|||||||
        "types-bn": "^0.0.1",
 | 
					        "types-bn": "^0.0.1",
 | 
				
			||||||
        "types-ethereumjs-util": "0xProject/types-ethereumjs-util",
 | 
					        "types-ethereumjs-util": "0xProject/types-ethereumjs-util",
 | 
				
			||||||
        "typescript": "2.7.1",
 | 
					        "typescript": "2.7.1",
 | 
				
			||||||
        "web3-typescript-typings": "^0.10.0",
 | 
					        "web3-typescript-typings": "^0.10.1",
 | 
				
			||||||
        "yargs": "^10.0.3"
 | 
					        "yargs": "^10.0.3"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "dependencies": {
 | 
					    "dependencies": {
 | 
				
			||||||
        "0x.js": "^0.33.1",
 | 
					        "0x.js": "^0.33.2",
 | 
				
			||||||
        "@0xproject/deployer": "^0.2.1",
 | 
					        "@0xproject/deployer": "^0.3.0",
 | 
				
			||||||
        "@0xproject/json-schemas": "^0.7.14",
 | 
					        "@0xproject/json-schemas": "^0.7.15",
 | 
				
			||||||
        "@0xproject/types": "^0.3.1",
 | 
					        "@0xproject/types": "^0.4.0",
 | 
				
			||||||
        "@0xproject/utils": "^0.4.1",
 | 
					        "@0xproject/utils": "^0.4.2",
 | 
				
			||||||
        "@0xproject/web3-wrapper": "^0.2.1",
 | 
					        "@0xproject/web3-wrapper": "^0.3.0",
 | 
				
			||||||
        "bluebird": "^3.5.0",
 | 
					        "bluebird": "^3.5.0",
 | 
				
			||||||
        "bn.js": "^4.11.8",
 | 
					        "bn.js": "^4.11.8",
 | 
				
			||||||
        "ethereumjs-abi": "^0.6.4",
 | 
					        "ethereumjs-abi": "^0.6.4",
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,6 +1,6 @@
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
    "name": "@0xproject/deployer",
 | 
					    "name": "@0xproject/deployer",
 | 
				
			||||||
    "version": "0.2.1",
 | 
					    "version": "0.3.0",
 | 
				
			||||||
    "description": "Smart contract deployer of 0x protocol",
 | 
					    "description": "Smart contract deployer of 0x protocol",
 | 
				
			||||||
    "main": "lib/src/index.js",
 | 
					    "main": "lib/src/index.js",
 | 
				
			||||||
    "types": "lib/src/index.d.ts",
 | 
					    "types": "lib/src/index.d.ts",
 | 
				
			||||||
@@ -30,25 +30,25 @@
 | 
				
			|||||||
    },
 | 
					    },
 | 
				
			||||||
    "homepage": "https://github.com/0xProject/0x-monorepo/packages/deployer/README.md",
 | 
					    "homepage": "https://github.com/0xProject/0x-monorepo/packages/deployer/README.md",
 | 
				
			||||||
    "devDependencies": {
 | 
					    "devDependencies": {
 | 
				
			||||||
        "@0xproject/monorepo-scripts": "^0.1.12",
 | 
					        "@0xproject/monorepo-scripts": "^0.1.13",
 | 
				
			||||||
        "@0xproject/tslint-config": "^0.4.10",
 | 
					        "@0xproject/tslint-config": "^0.4.11",
 | 
				
			||||||
        "@types/require-from-string": "^1.2.0",
 | 
					        "@types/require-from-string": "^1.2.0",
 | 
				
			||||||
        "chai": "^4.0.1",
 | 
					        "chai": "^4.0.1",
 | 
				
			||||||
        "copyfiles": "^1.2.0",
 | 
					        "copyfiles": "^1.2.0",
 | 
				
			||||||
        "nyc": "^11.0.1",
 | 
					        "ethers-typescript-typings": "^0.0.3",
 | 
				
			||||||
        "ethers-typescript-typings": "^0.0.2",
 | 
					 | 
				
			||||||
        "mocha": "^4.0.1",
 | 
					        "mocha": "^4.0.1",
 | 
				
			||||||
 | 
					        "nyc": "^11.0.1",
 | 
				
			||||||
        "shx": "^0.2.2",
 | 
					        "shx": "^0.2.2",
 | 
				
			||||||
        "tslint": "5.8.0",
 | 
					        "tslint": "5.8.0",
 | 
				
			||||||
        "types-bn": "^0.0.1",
 | 
					        "types-bn": "^0.0.1",
 | 
				
			||||||
        "typescript": "2.7.1",
 | 
					        "typescript": "2.7.1",
 | 
				
			||||||
        "web3-typescript-typings": "^0.10.0"
 | 
					        "web3-typescript-typings": "^0.10.1"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "dependencies": {
 | 
					    "dependencies": {
 | 
				
			||||||
        "@0xproject/json-schemas": "^0.7.14",
 | 
					        "@0xproject/json-schemas": "^0.7.15",
 | 
				
			||||||
        "@0xproject/types": "^0.3.1",
 | 
					        "@0xproject/types": "^0.4.0",
 | 
				
			||||||
        "@0xproject/utils": "^0.4.1",
 | 
					        "@0xproject/utils": "^0.4.2",
 | 
				
			||||||
        "@0xproject/web3-wrapper": "^0.2.1",
 | 
					        "@0xproject/web3-wrapper": "^0.3.0",
 | 
				
			||||||
        "ethereumjs-util": "^5.1.1",
 | 
					        "ethereumjs-util": "^5.1.1",
 | 
				
			||||||
        "isomorphic-fetch": "^2.2.1",
 | 
					        "isomorphic-fetch": "^2.2.1",
 | 
				
			||||||
        "lodash": "^4.17.4",
 | 
					        "lodash": "^4.17.4",
 | 
				
			||||||
@@ -59,6 +59,6 @@
 | 
				
			|||||||
        "yargs": "^10.0.3"
 | 
					        "yargs": "^10.0.3"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "publishConfig": {
 | 
					    "publishConfig": {
 | 
				
			||||||
      "access": "public"
 | 
					        "access": "public"
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,6 +1,6 @@
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
    "name": "@0xproject/dev-utils",
 | 
					    "name": "@0xproject/dev-utils",
 | 
				
			||||||
    "version": "0.2.1",
 | 
					    "version": "0.3.0",
 | 
				
			||||||
    "description": "0x dev TS utils",
 | 
					    "description": "0x dev TS utils",
 | 
				
			||||||
    "main": "lib/src/index.js",
 | 
					    "main": "lib/src/index.js",
 | 
				
			||||||
    "types": "lib/src/index.d.ts",
 | 
					    "types": "lib/src/index.d.ts",
 | 
				
			||||||
@@ -25,17 +25,17 @@
 | 
				
			|||||||
    },
 | 
					    },
 | 
				
			||||||
    "homepage": "https://github.com/0xProject/0x-monorepo/packages/dev-utils/README.md",
 | 
					    "homepage": "https://github.com/0xProject/0x-monorepo/packages/dev-utils/README.md",
 | 
				
			||||||
    "devDependencies": {
 | 
					    "devDependencies": {
 | 
				
			||||||
        "@0xproject/monorepo-scripts": "^0.1.12",
 | 
					        "@0xproject/monorepo-scripts": "^0.1.13",
 | 
				
			||||||
        "@0xproject/tslint-config": "^0.4.10",
 | 
					        "@0xproject/tslint-config": "^0.4.11",
 | 
				
			||||||
        "@0xproject/web3-wrapper": "^0.2.1",
 | 
					        "@0xproject/web3-wrapper": "^0.3.0",
 | 
				
			||||||
        "@types/lodash": "^4.14.86",
 | 
					        "@types/lodash": "^4.14.86",
 | 
				
			||||||
        "@types/mocha": "^2.2.42",
 | 
					        "@types/mocha": "^2.2.42",
 | 
				
			||||||
        "nyc": "^11.0.1",
 | 
					 | 
				
			||||||
        "chai": "^4.0.1",
 | 
					        "chai": "^4.0.1",
 | 
				
			||||||
        "chai-typescript-typings": "^0.0.4",
 | 
					        "chai-typescript-typings": "^0.0.5",
 | 
				
			||||||
        "copyfiles": "^1.2.0",
 | 
					        "copyfiles": "^1.2.0",
 | 
				
			||||||
        "mocha": "^4.0.1",
 | 
					        "mocha": "^4.0.1",
 | 
				
			||||||
        "npm-run-all": "^4.1.2",
 | 
					        "npm-run-all": "^4.1.2",
 | 
				
			||||||
 | 
					        "nyc": "^11.0.1",
 | 
				
			||||||
        "shx": "^0.2.2",
 | 
					        "shx": "^0.2.2",
 | 
				
			||||||
        "tslint": "5.8.0",
 | 
					        "tslint": "5.8.0",
 | 
				
			||||||
        "types-bn": "^0.0.1",
 | 
					        "types-bn": "^0.0.1",
 | 
				
			||||||
@@ -43,10 +43,10 @@
 | 
				
			|||||||
        "typescript": "2.7.1"
 | 
					        "typescript": "2.7.1"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "dependencies": {
 | 
					    "dependencies": {
 | 
				
			||||||
        "@0xproject/sol-cov": "^0.0.1",
 | 
					        "@0xproject/sol-cov": "^0.0.2",
 | 
				
			||||||
        "@0xproject/subproviders": "^0.7.0",
 | 
					        "@0xproject/subproviders": "^0.8.0",
 | 
				
			||||||
        "@0xproject/types": "^0.3.1",
 | 
					        "@0xproject/types": "^0.4.0",
 | 
				
			||||||
        "@0xproject/utils": "^0.4.1",
 | 
					        "@0xproject/utils": "^0.4.2",
 | 
				
			||||||
        "ethereumjs-util": "^5.1.2",
 | 
					        "ethereumjs-util": "^5.1.2",
 | 
				
			||||||
        "lodash": "^4.17.4",
 | 
					        "lodash": "^4.17.4",
 | 
				
			||||||
        "request-promise-native": "^1.0.5",
 | 
					        "request-promise-native": "^1.0.5",
 | 
				
			||||||
@@ -54,6 +54,6 @@
 | 
				
			|||||||
        "web3-provider-engine": "^13.0.1"
 | 
					        "web3-provider-engine": "^13.0.1"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "publishConfig": {
 | 
					    "publishConfig": {
 | 
				
			||||||
      "access": "public"
 | 
					        "access": "public"
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,6 +1,6 @@
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
    "name": "ethers-typescript-typings",
 | 
					    "name": "ethers-typescript-typings",
 | 
				
			||||||
    "version": "0.0.2",
 | 
					    "version": "0.0.3",
 | 
				
			||||||
    "description": "Typescript type definitions for ethers.js",
 | 
					    "description": "Typescript type definitions for ethers.js",
 | 
				
			||||||
    "main": "index.d.ts",
 | 
					    "main": "index.d.ts",
 | 
				
			||||||
    "types": "index.d.ts",
 | 
					    "types": "index.d.ts",
 | 
				
			||||||
@@ -23,7 +23,7 @@
 | 
				
			|||||||
    },
 | 
					    },
 | 
				
			||||||
    "homepage": "https://github.com/0xProject/0x-monorepo/packages/ethers-typescript-typings#readme",
 | 
					    "homepage": "https://github.com/0xProject/0x-monorepo/packages/ethers-typescript-typings#readme",
 | 
				
			||||||
    "devDependencies": {
 | 
					    "devDependencies": {
 | 
				
			||||||
        "@0xproject/monorepo-scripts": "^0.1.12",
 | 
					        "@0xproject/monorepo-scripts": "^0.1.13",
 | 
				
			||||||
        "copyfiles": "^1.2.0",
 | 
					        "copyfiles": "^1.2.0",
 | 
				
			||||||
        "shx": "^0.2.2",
 | 
					        "shx": "^0.2.2",
 | 
				
			||||||
        "tslint": "5.8.0",
 | 
					        "tslint": "5.8.0",
 | 
				
			||||||
@@ -31,6 +31,6 @@
 | 
				
			|||||||
        "typescript": "2.7.1"
 | 
					        "typescript": "2.7.1"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "publishConfig": {
 | 
					    "publishConfig": {
 | 
				
			||||||
      "access": "public"
 | 
					        "access": "public"
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,6 +1,6 @@
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
    "name": "@0xproject/json-schemas",
 | 
					    "name": "@0xproject/json-schemas",
 | 
				
			||||||
    "version": "0.7.14",
 | 
					    "version": "0.7.15",
 | 
				
			||||||
    "description": "0x-related json schemas",
 | 
					    "description": "0x-related json schemas",
 | 
				
			||||||
    "main": "lib/src/index.js",
 | 
					    "main": "lib/src/index.js",
 | 
				
			||||||
    "types": "lib/src/index.d.ts",
 | 
					    "types": "lib/src/index.d.ts",
 | 
				
			||||||
@@ -30,25 +30,25 @@
 | 
				
			|||||||
        "lodash.values": "^4.3.0"
 | 
					        "lodash.values": "^4.3.0"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "devDependencies": {
 | 
					    "devDependencies": {
 | 
				
			||||||
        "@0xproject/monorepo-scripts": "^0.1.12",
 | 
					        "@0xproject/monorepo-scripts": "^0.1.13",
 | 
				
			||||||
        "@0xproject/tslint-config": "^0.4.10",
 | 
					        "@0xproject/tslint-config": "^0.4.11",
 | 
				
			||||||
        "@0xproject/utils": "^0.4.1",
 | 
					        "@0xproject/utils": "^0.4.2",
 | 
				
			||||||
        "@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": "^2.2.42",
 | 
					        "@types/mocha": "^2.2.42",
 | 
				
			||||||
        "nyc": "^11.0.1",
 | 
					 | 
				
			||||||
        "chai": "^4.0.1",
 | 
					        "chai": "^4.0.1",
 | 
				
			||||||
        "chai-typescript-typings": "^0.0.4",
 | 
					        "chai-typescript-typings": "^0.0.5",
 | 
				
			||||||
        "copyfiles": "^1.2.0",
 | 
					        "copyfiles": "^1.2.0",
 | 
				
			||||||
        "dirty-chai": "^2.0.1",
 | 
					        "dirty-chai": "^2.0.1",
 | 
				
			||||||
        "lodash.foreach": "^4.5.0",
 | 
					        "lodash.foreach": "^4.5.0",
 | 
				
			||||||
        "mocha": "^4.0.1",
 | 
					        "mocha": "^4.0.1",
 | 
				
			||||||
        "npm-run-all": "^4.1.2",
 | 
					        "npm-run-all": "^4.1.2",
 | 
				
			||||||
 | 
					        "nyc": "^11.0.1",
 | 
				
			||||||
        "shx": "^0.2.2",
 | 
					        "shx": "^0.2.2",
 | 
				
			||||||
        "tslint": "5.8.0",
 | 
					        "tslint": "5.8.0",
 | 
				
			||||||
        "typescript": "2.7.1"
 | 
					        "typescript": "2.7.1"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "publishConfig": {
 | 
					    "publishConfig": {
 | 
				
			||||||
      "access": "public"
 | 
					        "access": "public"
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,6 +1,6 @@
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
    "name": "@0xproject/monorepo-scripts",
 | 
					    "name": "@0xproject/monorepo-scripts",
 | 
				
			||||||
    "version": "0.1.12",
 | 
					    "version": "0.1.13",
 | 
				
			||||||
    "description": "Helper scripts for the monorepo",
 | 
					    "description": "Helper scripts for the monorepo",
 | 
				
			||||||
    "main": "lib/index.js",
 | 
					    "main": "lib/index.js",
 | 
				
			||||||
    "types": "lib/index.d.ts",
 | 
					    "types": "lib/index.d.ts",
 | 
				
			||||||
@@ -30,12 +30,12 @@
 | 
				
			|||||||
        "typescript": "2.7.1"
 | 
					        "typescript": "2.7.1"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "dependencies": {
 | 
					    "dependencies": {
 | 
				
			||||||
        "es6-promisify": "^5.0.0",
 | 
					 | 
				
			||||||
        "async-child-process": "^1.1.1",
 | 
					        "async-child-process": "^1.1.1",
 | 
				
			||||||
        "publish-release": "0xproject/publish-release",
 | 
					 | 
				
			||||||
        "chalk": "^2.3.0",
 | 
					        "chalk": "^2.3.0",
 | 
				
			||||||
 | 
					        "es6-promisify": "^5.0.0",
 | 
				
			||||||
        "glob": "^7.1.2",
 | 
					        "glob": "^7.1.2",
 | 
				
			||||||
        "lodash": "^4.17.4",
 | 
					        "lodash": "^4.17.4",
 | 
				
			||||||
 | 
					        "publish-release": "0xproject/publish-release",
 | 
				
			||||||
        "semver-sort": "^0.0.4"
 | 
					        "semver-sort": "^0.0.4"
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,9 +1,8 @@
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
    "name": "@0xproject/react-docs-example",
 | 
					 | 
				
			||||||
    "version": "0.0.1",
 | 
					 | 
				
			||||||
    "private": true,
 | 
					    "private": true,
 | 
				
			||||||
    "description":
 | 
					    "name": "@0xproject/react-docs-example",
 | 
				
			||||||
        "An example app using react-docs",
 | 
					    "version": "0.0.2",
 | 
				
			||||||
 | 
					    "description": "An example app using react-docs",
 | 
				
			||||||
    "scripts": {
 | 
					    "scripts": {
 | 
				
			||||||
        "lint": "tslint --project . 'ts/**/*.ts' 'ts/**/*.tsx'",
 | 
					        "lint": "tslint --project . 'ts/**/*.ts' 'ts/**/*.tsx'",
 | 
				
			||||||
        "build": "tsc",
 | 
					        "build": "tsc",
 | 
				
			||||||
@@ -11,28 +10,26 @@
 | 
				
			|||||||
        "build:watch": "tsc -w",
 | 
					        "build:watch": "tsc -w",
 | 
				
			||||||
        "clean": "shx rm -rf lib; shx rm -f public/bundle*",
 | 
					        "clean": "shx rm -rf lib; shx rm -f public/bundle*",
 | 
				
			||||||
        "dev": "webpack-dev-server --open",
 | 
					        "dev": "webpack-dev-server --open",
 | 
				
			||||||
        "deploy_example":
 | 
					        "deploy_example": "npm run build:example; aws s3 sync ./public/. s3://react-docs-example --profile 0xproject --region us-east-1 --grants read=uri=http://acs.amazonaws.com/groups/global/AllUsers"
 | 
				
			||||||
            "npm run build:example; aws s3 sync ./public/. s3://react-docs-example --profile 0xproject --region us-east-1 --grants read=uri=http://acs.amazonaws.com/groups/global/AllUsers"
 | 
					 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "author": "Fabio Berger",
 | 
					    "author": "Fabio Berger",
 | 
				
			||||||
    "license": "Apache-2.0",
 | 
					    "license": "Apache-2.0",
 | 
				
			||||||
    "bugs": {
 | 
					    "bugs": {
 | 
				
			||||||
        "url": "https://github.com/0xProject/0x-monorepo/issues"
 | 
					        "url": "https://github.com/0xProject/0x-monorepo/issues"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "homepage":
 | 
					    "homepage": "https://github.com/0xProject/0x-monorepo/packages/react-docs-example/README.md",
 | 
				
			||||||
        "https://github.com/0xProject/0x-monorepo/packages/react-docs-example/README.md",
 | 
					 | 
				
			||||||
    "repository": {
 | 
					    "repository": {
 | 
				
			||||||
        "type": "git",
 | 
					        "type": "git",
 | 
				
			||||||
        "url": "https://github.com/0xProject/0x-monorepo.git"
 | 
					        "url": "https://github.com/0xProject/0x-monorepo.git"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "devDependencies": {
 | 
					    "devDependencies": {
 | 
				
			||||||
        "@0xproject/tslint-config": "^0.4.9",
 | 
					        "@0xproject/tslint-config": "^0.4.11",
 | 
				
			||||||
 | 
					        "@types/lodash": "^4.14.86",
 | 
				
			||||||
        "@types/material-ui": "0.18.0",
 | 
					        "@types/material-ui": "0.18.0",
 | 
				
			||||||
 | 
					        "@types/node": "^8.0.53",
 | 
				
			||||||
        "@types/react": "^15.0.15",
 | 
					        "@types/react": "^15.0.15",
 | 
				
			||||||
        "@types/react-dom": "^0.14.23",
 | 
					        "@types/react-dom": "^0.14.23",
 | 
				
			||||||
        "@types/react-tap-event-plugin": "0.0.30",
 | 
					        "@types/react-tap-event-plugin": "0.0.30",
 | 
				
			||||||
        "@types/lodash": "^4.14.86",
 | 
					 | 
				
			||||||
        "@types/node": "^8.0.53",
 | 
					 | 
				
			||||||
        "awesome-typescript-loader": "^3.1.3",
 | 
					        "awesome-typescript-loader": "^3.1.3",
 | 
				
			||||||
        "copyfiles": "^1.2.0",
 | 
					        "copyfiles": "^1.2.0",
 | 
				
			||||||
        "css-loader": "^0.28.9",
 | 
					        "css-loader": "^0.28.9",
 | 
				
			||||||
@@ -40,16 +37,16 @@
 | 
				
			|||||||
        "less": "^2.7.2",
 | 
					        "less": "^2.7.2",
 | 
				
			||||||
        "less-loader": "^2.2.3",
 | 
					        "less-loader": "^2.2.3",
 | 
				
			||||||
        "raw-loader": "^0.5.1",
 | 
					        "raw-loader": "^0.5.1",
 | 
				
			||||||
 | 
					        "shx": "^0.2.2",
 | 
				
			||||||
        "source-map-loader": "^0.2.3",
 | 
					        "source-map-loader": "^0.2.3",
 | 
				
			||||||
        "style-loader": "^0.20.2",
 | 
					        "style-loader": "^0.20.2",
 | 
				
			||||||
        "shx": "^0.2.2",
 | 
					 | 
				
			||||||
        "tslint": "^5.9.1",
 | 
					        "tslint": "^5.9.1",
 | 
				
			||||||
        "typescript": "2.7.1",
 | 
					        "typescript": "2.7.1",
 | 
				
			||||||
        "webpack": "^3.11.0",
 | 
					        "webpack": "^3.11.0",
 | 
				
			||||||
        "webpack-dev-server": "^2.11.1"
 | 
					        "webpack-dev-server": "^2.11.1"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "dependencies": {
 | 
					    "dependencies": {
 | 
				
			||||||
        "@0xproject/react-docs": "^0.0.1",
 | 
					        "@0xproject/react-docs": "^0.0.2",
 | 
				
			||||||
        "basscss": "^8.0.3",
 | 
					        "basscss": "^8.0.3",
 | 
				
			||||||
        "lodash": "^4.17.4",
 | 
					        "lodash": "^4.17.4",
 | 
				
			||||||
        "material-ui": "^0.17.1",
 | 
					        "material-ui": "^0.17.1",
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,6 +1,6 @@
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
    "name": "@0xproject/react-docs",
 | 
					    "name": "@0xproject/react-docs",
 | 
				
			||||||
    "version": "0.0.1",
 | 
					    "version": "0.0.2",
 | 
				
			||||||
    "description": "React documentation component for rendering TypeDoc & Doxity generated JSON",
 | 
					    "description": "React documentation component for rendering TypeDoc & Doxity generated JSON",
 | 
				
			||||||
    "main": "lib/index.js",
 | 
					    "main": "lib/index.js",
 | 
				
			||||||
    "types": "lib/index.d.ts",
 | 
					    "types": "lib/index.d.ts",
 | 
				
			||||||
@@ -21,9 +21,9 @@
 | 
				
			|||||||
        "url": "https://github.com/0xProject/0x-monorepo.git"
 | 
					        "url": "https://github.com/0xProject/0x-monorepo.git"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "devDependencies": {
 | 
					    "devDependencies": {
 | 
				
			||||||
        "@0xproject/dev-utils": "^0.2.1",
 | 
					        "@0xproject/dev-utils": "^0.3.0",
 | 
				
			||||||
        "@0xproject/monorepo-scripts": "^0.1.12",
 | 
					        "@0xproject/monorepo-scripts": "^0.1.13",
 | 
				
			||||||
        "@0xproject/tslint-config": "^0.4.9",
 | 
					        "@0xproject/tslint-config": "^0.4.11",
 | 
				
			||||||
        "@types/lodash": "^4.14.86",
 | 
					        "@types/lodash": "^4.14.86",
 | 
				
			||||||
        "@types/material-ui": "0.18.0",
 | 
					        "@types/material-ui": "0.18.0",
 | 
				
			||||||
        "@types/node": "^8.0.53",
 | 
					        "@types/node": "^8.0.53",
 | 
				
			||||||
@@ -37,8 +37,8 @@
 | 
				
			|||||||
        "typescript": "2.7.1"
 | 
					        "typescript": "2.7.1"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "dependencies": {
 | 
					    "dependencies": {
 | 
				
			||||||
        "@0xproject/react-shared": "^0.0.1",
 | 
					        "@0xproject/react-shared": "^0.0.2",
 | 
				
			||||||
        "@0xproject/utils": "^0.4.1",
 | 
					        "@0xproject/utils": "^0.4.2",
 | 
				
			||||||
        "basscss": "^8.0.3",
 | 
					        "basscss": "^8.0.3",
 | 
				
			||||||
        "compare-versions": "^3.0.1",
 | 
					        "compare-versions": "^3.0.1",
 | 
				
			||||||
        "lodash": "^4.17.4",
 | 
					        "lodash": "^4.17.4",
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,6 +1,6 @@
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
    "name": "@0xproject/react-shared",
 | 
					    "name": "@0xproject/react-shared",
 | 
				
			||||||
    "version": "0.0.1",
 | 
					    "version": "0.0.2",
 | 
				
			||||||
    "description": "0x shared react components",
 | 
					    "description": "0x shared react components",
 | 
				
			||||||
    "main": "lib/index.js",
 | 
					    "main": "lib/index.js",
 | 
				
			||||||
    "types": "lib/index.d.ts",
 | 
					    "types": "lib/index.d.ts",
 | 
				
			||||||
@@ -21,9 +21,9 @@
 | 
				
			|||||||
        "url": "https://github.com/0xProject/0x-monorepo.git"
 | 
					        "url": "https://github.com/0xProject/0x-monorepo.git"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "devDependencies": {
 | 
					    "devDependencies": {
 | 
				
			||||||
        "@0xproject/dev-utils": "^0.2.1",
 | 
					        "@0xproject/dev-utils": "^0.3.0",
 | 
				
			||||||
        "@0xproject/monorepo-scripts": "^0.1.12",
 | 
					        "@0xproject/monorepo-scripts": "^0.1.13",
 | 
				
			||||||
        "@0xproject/tslint-config": "^0.4.9",
 | 
					        "@0xproject/tslint-config": "^0.4.11",
 | 
				
			||||||
        "@types/lodash": "^4.14.86",
 | 
					        "@types/lodash": "^4.14.86",
 | 
				
			||||||
        "@types/material-ui": "0.18.0",
 | 
					        "@types/material-ui": "0.18.0",
 | 
				
			||||||
        "@types/node": "^8.0.53",
 | 
					        "@types/node": "^8.0.53",
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,6 +1,6 @@
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
    "name": "@0xproject/sol-cov",
 | 
					    "name": "@0xproject/sol-cov",
 | 
				
			||||||
    "version": "0.0.1",
 | 
					    "version": "0.0.2",
 | 
				
			||||||
    "description": "Generate coverage reports for Solidity code",
 | 
					    "description": "Generate coverage reports for Solidity code",
 | 
				
			||||||
    "main": "lib/src/index.js",
 | 
					    "main": "lib/src/index.js",
 | 
				
			||||||
    "types": "lib/src/index.d.ts",
 | 
					    "types": "lib/src/index.d.ts",
 | 
				
			||||||
@@ -25,7 +25,7 @@
 | 
				
			|||||||
    },
 | 
					    },
 | 
				
			||||||
    "homepage": "https://github.com/0xProject/0x.js/packages/sol-cov/README.md",
 | 
					    "homepage": "https://github.com/0xProject/0x.js/packages/sol-cov/README.md",
 | 
				
			||||||
    "dependencies": {
 | 
					    "dependencies": {
 | 
				
			||||||
        "@0xproject/subproviders": "^0.7.0",
 | 
					        "@0xproject/subproviders": "^0.8.0",
 | 
				
			||||||
        "@0xproject/utils": "^0.3.4",
 | 
					        "@0xproject/utils": "^0.3.4",
 | 
				
			||||||
        "ethereumjs-util": "^5.1.1",
 | 
					        "ethereumjs-util": "^5.1.1",
 | 
				
			||||||
        "glob": "^7.1.2",
 | 
					        "glob": "^7.1.2",
 | 
				
			||||||
@@ -38,20 +38,20 @@
 | 
				
			|||||||
        "web3": "^0.20.0"
 | 
					        "web3": "^0.20.0"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "devDependencies": {
 | 
					    "devDependencies": {
 | 
				
			||||||
        "@0xproject/monorepo-scripts": "^0.1.12",
 | 
					        "@0xproject/monorepo-scripts": "^0.1.13",
 | 
				
			||||||
        "@0xproject/tslint-config": "^0.4.9",
 | 
					        "@0xproject/tslint-config": "^0.4.11",
 | 
				
			||||||
        "@types/istanbul": "^0.4.29",
 | 
					        "@types/istanbul": "^0.4.29",
 | 
				
			||||||
        "@types/node": "^8.0.53",
 | 
					 | 
				
			||||||
        "@types/mocha": "^2.2.42",
 | 
					        "@types/mocha": "^2.2.42",
 | 
				
			||||||
        "sinon": "^4.0.0",
 | 
					        "@types/node": "^8.0.53",
 | 
				
			||||||
        "copyfiles": "^1.2.0",
 | 
					 | 
				
			||||||
        "nyc": "^11.0.1",
 | 
					 | 
				
			||||||
        "chai": "^4.0.1",
 | 
					        "chai": "^4.0.1",
 | 
				
			||||||
 | 
					        "chai-typescript-typings": "^0.0.5",
 | 
				
			||||||
 | 
					        "copyfiles": "^1.2.0",
 | 
				
			||||||
        "dirty-chai": "^2.0.1",
 | 
					        "dirty-chai": "^2.0.1",
 | 
				
			||||||
        "chai-typescript-typings": "^0.0.4",
 | 
					 | 
				
			||||||
        "mocha": "^4.0.1",
 | 
					        "mocha": "^4.0.1",
 | 
				
			||||||
        "npm-run-all": "^4.1.2",
 | 
					        "npm-run-all": "^4.1.2",
 | 
				
			||||||
 | 
					        "nyc": "^11.0.1",
 | 
				
			||||||
        "shx": "^0.2.2",
 | 
					        "shx": "^0.2.2",
 | 
				
			||||||
 | 
					        "sinon": "^4.0.0",
 | 
				
			||||||
        "tslint": "5.8.0",
 | 
					        "tslint": "5.8.0",
 | 
				
			||||||
        "typescript": "2.7.1",
 | 
					        "typescript": "2.7.1",
 | 
				
			||||||
        "web3-typescript-typings": "^0.9.11"
 | 
					        "web3-typescript-typings": "^0.9.11"
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,6 +1,6 @@
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
    "name": "@0xproject/sra-report",
 | 
					    "name": "@0xproject/sra-report",
 | 
				
			||||||
    "version": "0.0.1",
 | 
					    "version": "0.0.2",
 | 
				
			||||||
    "description": "Generate reports for standard relayer API compliance",
 | 
					    "description": "Generate reports for standard relayer API compliance",
 | 
				
			||||||
    "main": "lib/index.js",
 | 
					    "main": "lib/index.js",
 | 
				
			||||||
    "types": "lib/index.d.ts",
 | 
					    "types": "lib/index.d.ts",
 | 
				
			||||||
@@ -23,19 +23,19 @@
 | 
				
			|||||||
    },
 | 
					    },
 | 
				
			||||||
    "homepage": "https://github.com/0xProject/0x-monorepo/packages/sra-report/README.md",
 | 
					    "homepage": "https://github.com/0xProject/0x-monorepo/packages/sra-report/README.md",
 | 
				
			||||||
    "dependencies": {
 | 
					    "dependencies": {
 | 
				
			||||||
        "0x.js": "^0.33.1",
 | 
					        "0x.js": "^0.33.2",
 | 
				
			||||||
        "@0xproject/assert": "^0.2.0",
 | 
					        "@0xproject/assert": "^0.2.1",
 | 
				
			||||||
        "@0xproject/connect": "^0.6.3",
 | 
					        "@0xproject/connect": "^0.6.4",
 | 
				
			||||||
        "@0xproject/json-schemas": "^0.7.14",
 | 
					        "@0xproject/json-schemas": "^0.7.15",
 | 
				
			||||||
        "@0xproject/utils": "^0.4.1",
 | 
					        "@0xproject/utils": "^0.4.2",
 | 
				
			||||||
        "chalk": "^2.3.0",
 | 
					        "chalk": "^2.3.0",
 | 
				
			||||||
        "lodash": "^4.17.4",
 | 
					        "lodash": "^4.17.4",
 | 
				
			||||||
        "newman": "^3.9.3",
 | 
					        "newman": "^3.9.3",
 | 
				
			||||||
        "yargs": "^10.0.3"
 | 
					        "yargs": "^10.0.3"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "devDependencies": {
 | 
					    "devDependencies": {
 | 
				
			||||||
        "@0xproject/monorepo-scripts": "^0.1.12",
 | 
					        "@0xproject/monorepo-scripts": "^0.1.13",
 | 
				
			||||||
        "@0xproject/tslint-config": "^0.4.10",
 | 
					        "@0xproject/tslint-config": "^0.4.11",
 | 
				
			||||||
        "@types/lodash": "^4.14.86",
 | 
					        "@types/lodash": "^4.14.86",
 | 
				
			||||||
        "@types/node": "^8.0.53",
 | 
					        "@types/node": "^8.0.53",
 | 
				
			||||||
        "@types/yargs": "^10.0.0",
 | 
					        "@types/yargs": "^10.0.0",
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,6 +1,6 @@
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
    "name": "@0xproject/subproviders",
 | 
					    "name": "@0xproject/subproviders",
 | 
				
			||||||
    "version": "0.7.0",
 | 
					    "version": "0.8.0",
 | 
				
			||||||
    "main": "lib/src/index.js",
 | 
					    "main": "lib/src/index.js",
 | 
				
			||||||
    "types": "lib/src/index.d.ts",
 | 
					    "types": "lib/src/index.d.ts",
 | 
				
			||||||
    "license": "Apache-2.0",
 | 
					    "license": "Apache-2.0",
 | 
				
			||||||
@@ -20,9 +20,9 @@
 | 
				
			|||||||
        "test:integration": "run-s clean build run_mocha_integration"
 | 
					        "test:integration": "run-s clean build run_mocha_integration"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "dependencies": {
 | 
					    "dependencies": {
 | 
				
			||||||
        "@0xproject/assert": "^0.2.0",
 | 
					        "@0xproject/assert": "^0.2.1",
 | 
				
			||||||
        "@0xproject/types": "^0.3.1",
 | 
					        "@0xproject/types": "^0.4.0",
 | 
				
			||||||
        "@0xproject/utils": "^0.4.1",
 | 
					        "@0xproject/utils": "^0.4.2",
 | 
				
			||||||
        "@ledgerhq/hw-app-eth": "^4.3.0",
 | 
					        "@ledgerhq/hw-app-eth": "^4.3.0",
 | 
				
			||||||
        "@ledgerhq/hw-transport-u2f": "^4.3.0",
 | 
					        "@ledgerhq/hw-transport-u2f": "^4.3.0",
 | 
				
			||||||
        "bn.js": "^4.11.8",
 | 
					        "bn.js": "^4.11.8",
 | 
				
			||||||
@@ -35,24 +35,24 @@
 | 
				
			|||||||
        "semaphore-async-await": "^1.5.1",
 | 
					        "semaphore-async-await": "^1.5.1",
 | 
				
			||||||
        "web3": "^0.20.0",
 | 
					        "web3": "^0.20.0",
 | 
				
			||||||
        "web3-provider-engine": "^13.0.1",
 | 
					        "web3-provider-engine": "^13.0.1",
 | 
				
			||||||
        "web3-typescript-typings": "^0.10.0"
 | 
					        "web3-typescript-typings": "^0.10.1"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "devDependencies": {
 | 
					    "devDependencies": {
 | 
				
			||||||
        "@0xproject/monorepo-scripts": "^0.1.12",
 | 
					        "@0xproject/monorepo-scripts": "^0.1.13",
 | 
				
			||||||
        "@0xproject/tslint-config": "^0.4.10",
 | 
					        "@0xproject/tslint-config": "^0.4.11",
 | 
				
			||||||
        "@0xproject/utils": "^0.4.1",
 | 
					        "@0xproject/utils": "^0.4.2",
 | 
				
			||||||
        "@types/lodash": "^4.14.86",
 | 
					        "@types/lodash": "^4.14.86",
 | 
				
			||||||
        "@types/mocha": "^2.2.42",
 | 
					        "@types/mocha": "^2.2.42",
 | 
				
			||||||
        "@types/node": "^8.0.53",
 | 
					        "@types/node": "^8.0.53",
 | 
				
			||||||
        "nyc": "^11.0.1",
 | 
					 | 
				
			||||||
        "chai": "^4.0.1",
 | 
					        "chai": "^4.0.1",
 | 
				
			||||||
        "chai-as-promised": "^7.1.0",
 | 
					        "chai-as-promised": "^7.1.0",
 | 
				
			||||||
        "chai-as-promised-typescript-typings": "^0.0.10",
 | 
					        "chai-as-promised-typescript-typings": "^0.0.11",
 | 
				
			||||||
        "chai-typescript-typings": "^0.0.4",
 | 
					        "chai-typescript-typings": "^0.0.5",
 | 
				
			||||||
        "copyfiles": "^1.2.0",
 | 
					        "copyfiles": "^1.2.0",
 | 
				
			||||||
        "dirty-chai": "^2.0.1",
 | 
					        "dirty-chai": "^2.0.1",
 | 
				
			||||||
        "mocha": "^4.0.1",
 | 
					        "mocha": "^4.0.1",
 | 
				
			||||||
        "npm-run-all": "^4.1.2",
 | 
					        "npm-run-all": "^4.1.2",
 | 
				
			||||||
 | 
					        "nyc": "^11.0.1",
 | 
				
			||||||
        "shx": "^0.2.2",
 | 
					        "shx": "^0.2.2",
 | 
				
			||||||
        "tslint": "5.8.0",
 | 
					        "tslint": "5.8.0",
 | 
				
			||||||
        "types-bn": "^0.0.1",
 | 
					        "types-bn": "^0.0.1",
 | 
				
			||||||
@@ -64,9 +64,9 @@
 | 
				
			|||||||
        "@ledgerhq/hw-transport-node-hid": "^4.3.0"
 | 
					        "@ledgerhq/hw-transport-node-hid": "^4.3.0"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "publishConfig": {
 | 
					    "publishConfig": {
 | 
				
			||||||
      "access": "public"
 | 
					        "access": "public"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "browser": {
 | 
					    "browser": {
 | 
				
			||||||
      "ganache-core": false
 | 
					        "ganache-core": false
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,7 +1,7 @@
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
    "private": true,
 | 
					    "private": true,
 | 
				
			||||||
    "name": "@0xproject/testnet-faucets",
 | 
					    "name": "@0xproject/testnet-faucets",
 | 
				
			||||||
    "version": "1.0.16",
 | 
					    "version": "1.0.17",
 | 
				
			||||||
    "description": "A faucet micro-service that dispenses test ERC20 tokens or Ether",
 | 
					    "description": "A faucet micro-service that dispenses test ERC20 tokens or Ether",
 | 
				
			||||||
    "main": "server.js",
 | 
					    "main": "server.js",
 | 
				
			||||||
    "scripts": {
 | 
					    "scripts": {
 | 
				
			||||||
@@ -15,9 +15,9 @@
 | 
				
			|||||||
    "author": "Fabio Berger",
 | 
					    "author": "Fabio Berger",
 | 
				
			||||||
    "license": "Apache-2.0",
 | 
					    "license": "Apache-2.0",
 | 
				
			||||||
    "dependencies": {
 | 
					    "dependencies": {
 | 
				
			||||||
        "0x.js": "^0.33.1",
 | 
					        "0x.js": "^0.33.2",
 | 
				
			||||||
        "@0xproject/subproviders": "^0.7.0",
 | 
					        "@0xproject/subproviders": "^0.8.0",
 | 
				
			||||||
        "@0xproject/utils": "^0.4.1",
 | 
					        "@0xproject/utils": "^0.4.2",
 | 
				
			||||||
        "body-parser": "^1.17.1",
 | 
					        "body-parser": "^1.17.1",
 | 
				
			||||||
        "ethereumjs-tx": "^1.3.3",
 | 
					        "ethereumjs-tx": "^1.3.3",
 | 
				
			||||||
        "ethereumjs-util": "^5.1.1",
 | 
					        "ethereumjs-util": "^5.1.1",
 | 
				
			||||||
@@ -28,7 +28,7 @@
 | 
				
			|||||||
        "web3-provider-engine": "^13.0.1"
 | 
					        "web3-provider-engine": "^13.0.1"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "devDependencies": {
 | 
					    "devDependencies": {
 | 
				
			||||||
        "@0xproject/tslint-config": "^0.4.10",
 | 
					        "@0xproject/tslint-config": "^0.4.11",
 | 
				
			||||||
        "@types/body-parser": "^1.16.1",
 | 
					        "@types/body-parser": "^1.16.1",
 | 
				
			||||||
        "@types/express": "^4.0.35",
 | 
					        "@types/express": "^4.0.35",
 | 
				
			||||||
        "@types/lodash": "^4.14.86",
 | 
					        "@types/lodash": "^4.14.86",
 | 
				
			||||||
@@ -41,7 +41,7 @@
 | 
				
			|||||||
        "types-bn": "^0.0.1",
 | 
					        "types-bn": "^0.0.1",
 | 
				
			||||||
        "types-ethereumjs-util": "0xProject/types-ethereumjs-util",
 | 
					        "types-ethereumjs-util": "0xProject/types-ethereumjs-util",
 | 
				
			||||||
        "typescript": "2.7.1",
 | 
					        "typescript": "2.7.1",
 | 
				
			||||||
        "web3-typescript-typings": "^0.10.0",
 | 
					        "web3-typescript-typings": "^0.10.1",
 | 
				
			||||||
        "webpack": "^3.1.0",
 | 
					        "webpack": "^3.1.0",
 | 
				
			||||||
        "webpack-node-externals": "^1.6.0"
 | 
					        "webpack-node-externals": "^1.6.0"
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,6 +1,6 @@
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
    "name": "@0xproject/tslint-config",
 | 
					    "name": "@0xproject/tslint-config",
 | 
				
			||||||
    "version": "0.4.10",
 | 
					    "version": "0.4.11",
 | 
				
			||||||
    "description": "Lint rules related to 0xProject for TSLint",
 | 
					    "description": "Lint rules related to 0xProject for TSLint",
 | 
				
			||||||
    "main": "tslint.json",
 | 
					    "main": "tslint.json",
 | 
				
			||||||
    "scripts": {
 | 
					    "scripts": {
 | 
				
			||||||
@@ -30,7 +30,7 @@
 | 
				
			|||||||
    },
 | 
					    },
 | 
				
			||||||
    "homepage": "https://github.com/0xProject/0x-monorepo/packages/tslint-config/README.md",
 | 
					    "homepage": "https://github.com/0xProject/0x-monorepo/packages/tslint-config/README.md",
 | 
				
			||||||
    "devDependencies": {
 | 
					    "devDependencies": {
 | 
				
			||||||
        "@0xproject/monorepo-scripts": "^0.1.12",
 | 
					        "@0xproject/monorepo-scripts": "^0.1.13",
 | 
				
			||||||
        "@types/lodash": "^4.14.86",
 | 
					        "@types/lodash": "^4.14.86",
 | 
				
			||||||
        "copyfiles": "^1.2.0",
 | 
					        "copyfiles": "^1.2.0",
 | 
				
			||||||
        "shx": "^0.2.2",
 | 
					        "shx": "^0.2.2",
 | 
				
			||||||
@@ -43,6 +43,6 @@
 | 
				
			|||||||
        "tslint-react": "^3.2.0"
 | 
					        "tslint-react": "^3.2.0"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "publishConfig": {
 | 
					    "publishConfig": {
 | 
				
			||||||
      "access": "public"
 | 
					        "access": "public"
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,6 +1,6 @@
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
    "name": "@0xproject/types",
 | 
					    "name": "@0xproject/types",
 | 
				
			||||||
    "version": "0.3.1",
 | 
					    "version": "0.4.0",
 | 
				
			||||||
    "description": "0x types",
 | 
					    "description": "0x types",
 | 
				
			||||||
    "main": "lib/index.js",
 | 
					    "main": "lib/index.js",
 | 
				
			||||||
    "types": "lib/index.d.ts",
 | 
					    "types": "lib/index.d.ts",
 | 
				
			||||||
@@ -20,8 +20,8 @@
 | 
				
			|||||||
    },
 | 
					    },
 | 
				
			||||||
    "homepage": "https://github.com/0xProject/0x-monorepo/packages/types/README.md",
 | 
					    "homepage": "https://github.com/0xProject/0x-monorepo/packages/types/README.md",
 | 
				
			||||||
    "devDependencies": {
 | 
					    "devDependencies": {
 | 
				
			||||||
        "@0xproject/monorepo-scripts": "^0.1.12",
 | 
					        "@0xproject/monorepo-scripts": "^0.1.13",
 | 
				
			||||||
        "@0xproject/tslint-config": "^0.4.10",
 | 
					        "@0xproject/tslint-config": "^0.4.11",
 | 
				
			||||||
        "copyfiles": "^1.2.0",
 | 
					        "copyfiles": "^1.2.0",
 | 
				
			||||||
        "shx": "^0.2.2",
 | 
					        "shx": "^0.2.2",
 | 
				
			||||||
        "tslint": "5.8.0",
 | 
					        "tslint": "5.8.0",
 | 
				
			||||||
@@ -30,9 +30,9 @@
 | 
				
			|||||||
    "dependencies": {
 | 
					    "dependencies": {
 | 
				
			||||||
        "bignumber.js": "~4.1.0",
 | 
					        "bignumber.js": "~4.1.0",
 | 
				
			||||||
        "web3": "^0.20.0",
 | 
					        "web3": "^0.20.0",
 | 
				
			||||||
        "web3-typescript-typings": "^0.10.0"
 | 
					        "web3-typescript-typings": "^0.10.1"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "publishConfig": {
 | 
					    "publishConfig": {
 | 
				
			||||||
      "access": "public"
 | 
					        "access": "public"
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,6 +1,6 @@
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
    "name": "@0xproject/utils",
 | 
					    "name": "@0xproject/utils",
 | 
				
			||||||
    "version": "0.4.1",
 | 
					    "version": "0.4.2",
 | 
				
			||||||
    "description": "0x TS utils",
 | 
					    "description": "0x TS utils",
 | 
				
			||||||
    "main": "lib/index.js",
 | 
					    "main": "lib/index.js",
 | 
				
			||||||
    "types": "lib/index.d.ts",
 | 
					    "types": "lib/index.d.ts",
 | 
				
			||||||
@@ -20,8 +20,8 @@
 | 
				
			|||||||
    },
 | 
					    },
 | 
				
			||||||
    "homepage": "https://github.com/0xProject/0x-monorepo/packages/utils/README.md",
 | 
					    "homepage": "https://github.com/0xProject/0x-monorepo/packages/utils/README.md",
 | 
				
			||||||
    "devDependencies": {
 | 
					    "devDependencies": {
 | 
				
			||||||
        "@0xproject/monorepo-scripts": "^0.1.12",
 | 
					        "@0xproject/monorepo-scripts": "^0.1.13",
 | 
				
			||||||
        "@0xproject/tslint-config": "^0.4.10",
 | 
					        "@0xproject/tslint-config": "^0.4.11",
 | 
				
			||||||
        "@types/lodash": "^4.14.86",
 | 
					        "@types/lodash": "^4.14.86",
 | 
				
			||||||
        "copyfiles": "^1.2.0",
 | 
					        "copyfiles": "^1.2.0",
 | 
				
			||||||
        "npm-run-all": "^4.1.2",
 | 
					        "npm-run-all": "^4.1.2",
 | 
				
			||||||
@@ -30,16 +30,16 @@
 | 
				
			|||||||
        "typescript": "2.7.1"
 | 
					        "typescript": "2.7.1"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "dependencies": {
 | 
					    "dependencies": {
 | 
				
			||||||
        "@0xproject/types": "^0.3.1",
 | 
					        "@0xproject/types": "^0.4.0",
 | 
				
			||||||
        "bignumber.js": "~4.1.0",
 | 
					        "bignumber.js": "~4.1.0",
 | 
				
			||||||
        "ethers-contracts": "^2.2.1",
 | 
					        "ethers-contracts": "^2.2.1",
 | 
				
			||||||
        "ethers-typescript-typings": "^0.0.2",
 | 
					        "ethers-typescript-typings": "^0.0.3",
 | 
				
			||||||
        "js-sha3": "^0.7.0",
 | 
					        "js-sha3": "^0.7.0",
 | 
				
			||||||
        "lodash": "^4.17.4",
 | 
					        "lodash": "^4.17.4",
 | 
				
			||||||
        "web3": "^0.20.0",
 | 
					        "web3": "^0.20.0",
 | 
				
			||||||
        "web3-typescript-typings": "^0.10.0"
 | 
					        "web3-typescript-typings": "^0.10.1"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "publishConfig": {
 | 
					    "publishConfig": {
 | 
				
			||||||
      "access": "public"
 | 
					        "access": "public"
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,6 +1,6 @@
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
    "name": "web3-typescript-typings",
 | 
					    "name": "web3-typescript-typings",
 | 
				
			||||||
    "version": "0.10.0",
 | 
					    "version": "0.10.1",
 | 
				
			||||||
    "description": "Typescript type definitions for web3",
 | 
					    "description": "Typescript type definitions for web3",
 | 
				
			||||||
    "main": "index.d.ts",
 | 
					    "main": "index.d.ts",
 | 
				
			||||||
    "types": "index.d.ts",
 | 
					    "types": "index.d.ts",
 | 
				
			||||||
@@ -23,7 +23,7 @@
 | 
				
			|||||||
    },
 | 
					    },
 | 
				
			||||||
    "homepage": "https://github.com/0xProject/0x-monorepo/packages/web3-typescript-typings#readme",
 | 
					    "homepage": "https://github.com/0xProject/0x-monorepo/packages/web3-typescript-typings#readme",
 | 
				
			||||||
    "devDependencies": {
 | 
					    "devDependencies": {
 | 
				
			||||||
        "@0xproject/monorepo-scripts": "^0.1.12",
 | 
					        "@0xproject/monorepo-scripts": "^0.1.13",
 | 
				
			||||||
        "@types/bignumber.js": "^4.0.2",
 | 
					        "@types/bignumber.js": "^4.0.2",
 | 
				
			||||||
        "copyfiles": "^1.2.0",
 | 
					        "copyfiles": "^1.2.0",
 | 
				
			||||||
        "shx": "^0.2.2",
 | 
					        "shx": "^0.2.2",
 | 
				
			||||||
@@ -35,6 +35,6 @@
 | 
				
			|||||||
        "bignumber.js": "~4.1.0"
 | 
					        "bignumber.js": "~4.1.0"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "publishConfig": {
 | 
					    "publishConfig": {
 | 
				
			||||||
      "access": "public"
 | 
					        "access": "public"
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,6 +1,6 @@
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
    "name": "@0xproject/web3-wrapper",
 | 
					    "name": "@0xproject/web3-wrapper",
 | 
				
			||||||
    "version": "0.2.1",
 | 
					    "version": "0.3.0",
 | 
				
			||||||
    "description": "Wraps around web3 and gives a nicer interface",
 | 
					    "description": "Wraps around web3 and gives a nicer interface",
 | 
				
			||||||
    "main": "lib/index.js",
 | 
					    "main": "lib/index.js",
 | 
				
			||||||
    "types": "lib/index.d.ts",
 | 
					    "types": "lib/index.d.ts",
 | 
				
			||||||
@@ -20,8 +20,8 @@
 | 
				
			|||||||
    },
 | 
					    },
 | 
				
			||||||
    "homepage": "https://github.com/0xProject/0x-monorepo/packages/web3-wrapper/README.md",
 | 
					    "homepage": "https://github.com/0xProject/0x-monorepo/packages/web3-wrapper/README.md",
 | 
				
			||||||
    "devDependencies": {
 | 
					    "devDependencies": {
 | 
				
			||||||
        "@0xproject/monorepo-scripts": "^0.1.12",
 | 
					        "@0xproject/monorepo-scripts": "^0.1.13",
 | 
				
			||||||
        "@0xproject/tslint-config": "^0.4.10",
 | 
					        "@0xproject/tslint-config": "^0.4.11",
 | 
				
			||||||
        "@types/lodash": "^4.14.86",
 | 
					        "@types/lodash": "^4.14.86",
 | 
				
			||||||
        "copyfiles": "^1.2.0",
 | 
					        "copyfiles": "^1.2.0",
 | 
				
			||||||
        "npm-run-all": "^4.1.2",
 | 
					        "npm-run-all": "^4.1.2",
 | 
				
			||||||
@@ -30,15 +30,15 @@
 | 
				
			|||||||
        "typescript": "2.7.1"
 | 
					        "typescript": "2.7.1"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "dependencies": {
 | 
					    "dependencies": {
 | 
				
			||||||
        "@0xproject/types": "^0.3.1",
 | 
					        "@0xproject/types": "^0.4.0",
 | 
				
			||||||
        "@0xproject/utils": "^0.4.1",
 | 
					        "@0xproject/utils": "^0.4.2",
 | 
				
			||||||
        "ethers-contracts": "^2.2.1",
 | 
					        "ethers-contracts": "^2.2.1",
 | 
				
			||||||
        "ethers-typescript-typings": "^0.0.2",
 | 
					        "ethers-typescript-typings": "^0.0.3",
 | 
				
			||||||
        "lodash": "^4.17.4",
 | 
					        "lodash": "^4.17.4",
 | 
				
			||||||
        "web3": "^0.20.0",
 | 
					        "web3": "^0.20.0",
 | 
				
			||||||
        "web3-typescript-typings": "^0.10.0"
 | 
					        "web3-typescript-typings": "^0.10.1"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "publishConfig": {
 | 
					    "publishConfig": {
 | 
				
			||||||
      "access": "public"
 | 
					        "access": "public"
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,6 +1,6 @@
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
    "name": "@0xproject/website",
 | 
					    "name": "@0xproject/website",
 | 
				
			||||||
    "version": "0.0.18",
 | 
					    "version": "0.0.19",
 | 
				
			||||||
    "private": true,
 | 
					    "private": true,
 | 
				
			||||||
    "description": "Website and 0x portal dapp",
 | 
					    "description": "Website and 0x portal dapp",
 | 
				
			||||||
    "scripts": {
 | 
					    "scripts": {
 | 
				
			||||||
@@ -18,12 +18,12 @@
 | 
				
			|||||||
    "author": "Fabio Berger",
 | 
					    "author": "Fabio Berger",
 | 
				
			||||||
    "license": "Apache-2.0",
 | 
					    "license": "Apache-2.0",
 | 
				
			||||||
    "dependencies": {
 | 
					    "dependencies": {
 | 
				
			||||||
        "0x.js": "^0.33.1",
 | 
					        "0x.js": "^0.33.2",
 | 
				
			||||||
        "@0xproject/react-docs": "^0.0.1",
 | 
					        "@0xproject/react-docs": "^0.0.2",
 | 
				
			||||||
        "@0xproject/react-shared": "^0.0.1",
 | 
					        "@0xproject/react-shared": "^0.0.2",
 | 
				
			||||||
        "@0xproject/subproviders": "^0.7.0",
 | 
					        "@0xproject/subproviders": "^0.8.0",
 | 
				
			||||||
        "@0xproject/web3-wrapper": "^0.2.1",
 | 
					        "@0xproject/utils": "^0.4.2",
 | 
				
			||||||
        "@0xproject/utils": "^0.4.1",
 | 
					        "@0xproject/web3-wrapper": "^0.3.0",
 | 
				
			||||||
        "accounting": "^0.4.1",
 | 
					        "accounting": "^0.4.1",
 | 
				
			||||||
        "basscss": "^8.0.3",
 | 
					        "basscss": "^8.0.3",
 | 
				
			||||||
        "blockies": "^0.0.2",
 | 
					        "blockies": "^0.0.2",
 | 
				
			||||||
@@ -87,7 +87,7 @@
 | 
				
			|||||||
        "copy-webpack-plugin": "^4.0.1",
 | 
					        "copy-webpack-plugin": "^4.0.1",
 | 
				
			||||||
        "copyfiles": "^1.2.0",
 | 
					        "copyfiles": "^1.2.0",
 | 
				
			||||||
        "css-loader": "0.23.x",
 | 
					        "css-loader": "0.23.x",
 | 
				
			||||||
        "ethers-typescript-typings": "^0.0.2",
 | 
					        "ethers-typescript-typings": "^0.0.3",
 | 
				
			||||||
        "exports-loader": "0.6.x",
 | 
					        "exports-loader": "0.6.x",
 | 
				
			||||||
        "imports-loader": "0.6.x",
 | 
					        "imports-loader": "0.6.x",
 | 
				
			||||||
        "json-loader": "^0.5.4",
 | 
					        "json-loader": "^0.5.4",
 | 
				
			||||||
@@ -99,7 +99,7 @@
 | 
				
			|||||||
        "tslint": "5.8.0",
 | 
					        "tslint": "5.8.0",
 | 
				
			||||||
        "tslint-config-0xproject": "^0.0.2",
 | 
					        "tslint-config-0xproject": "^0.0.2",
 | 
				
			||||||
        "typescript": "2.7.1",
 | 
					        "typescript": "2.7.1",
 | 
				
			||||||
        "web3-typescript-typings": "^0.10.0",
 | 
					        "web3-typescript-typings": "^0.10.1",
 | 
				
			||||||
        "webpack": "^3.1.0",
 | 
					        "webpack": "^3.1.0",
 | 
				
			||||||
        "webpack-dev-middleware": "^1.10.0",
 | 
					        "webpack-dev-middleware": "^1.10.0",
 | 
				
			||||||
        "webpack-dev-server": "^2.5.0"
 | 
					        "webpack-dev-server": "^2.5.0"
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user