Publish
- 0x.js@0.32.0 - @0xproject/abi-gen@0.1.7 - @0xproject/assert@0.0.16 - @0xproject/connect@0.5.5 - contracts@2.1.9 - @0xproject/deployer@0.0.6 - @0xproject/dev-utils@0.0.10 - @0xproject/json-schemas@0.7.8 - @0xproject/monorepo-scripts@0.1.9 - @0xproject/subproviders@0.3.6 - @0xproject/testnet-faucets@1.0.10 - @0xproject/tslint-config@0.4.7 - @0xproject/types@0.1.9 - @0xproject/utils@0.3.0 - web3-typescript-typings@0.9.9 - @0xproject/web3-wrapper@0.1.10 - @0xproject/website@0.0.12
This commit is contained in:
		@@ -1,6 +1,6 @@
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
    "name": "0x.js",
 | 
					    "name": "0x.js",
 | 
				
			||||||
    "version": "0.31.1",
 | 
					    "version": "0.32.0",
 | 
				
			||||||
    "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",
 | 
				
			||||||
@@ -42,9 +42,9 @@
 | 
				
			|||||||
        "node": ">=6.0.0"
 | 
					        "node": ">=6.0.0"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "devDependencies": {
 | 
					    "devDependencies": {
 | 
				
			||||||
        "@0xproject/abi-gen": "^0.1.6",
 | 
					        "@0xproject/abi-gen": "^0.1.7",
 | 
				
			||||||
        "@0xproject/dev-utils": "^0.0.9",
 | 
					        "@0xproject/dev-utils": "^0.0.10",
 | 
				
			||||||
        "@0xproject/tslint-config": "^0.4.6",
 | 
					        "@0xproject/tslint-config": "^0.4.7",
 | 
				
			||||||
        "@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",
 | 
				
			||||||
@@ -76,15 +76,15 @@
 | 
				
			|||||||
        "typedoc": "~0.8.0",
 | 
					        "typedoc": "~0.8.0",
 | 
				
			||||||
        "typescript": "2.7.1",
 | 
					        "typescript": "2.7.1",
 | 
				
			||||||
        "web3-provider-engine": "^13.0.1",
 | 
					        "web3-provider-engine": "^13.0.1",
 | 
				
			||||||
        "web3-typescript-typings": "^0.9.8",
 | 
					        "web3-typescript-typings": "^0.9.9",
 | 
				
			||||||
        "webpack": "^3.1.0"
 | 
					        "webpack": "^3.1.0"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "dependencies": {
 | 
					    "dependencies": {
 | 
				
			||||||
        "@0xproject/assert": "^0.0.15",
 | 
					        "@0xproject/assert": "^0.0.16",
 | 
				
			||||||
        "@0xproject/json-schemas": "^0.7.7",
 | 
					        "@0xproject/json-schemas": "^0.7.8",
 | 
				
			||||||
        "@0xproject/types": "^0.1.8",
 | 
					        "@0xproject/types": "^0.1.9",
 | 
				
			||||||
        "@0xproject/utils": "^0.2.4",
 | 
					        "@0xproject/utils": "^0.3.0",
 | 
				
			||||||
        "@0xproject/web3-wrapper": "^0.1.9",
 | 
					        "@0xproject/web3-wrapper": "^0.1.10",
 | 
				
			||||||
        "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",
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,6 +1,6 @@
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
    "name": "@0xproject/abi-gen",
 | 
					    "name": "@0xproject/abi-gen",
 | 
				
			||||||
    "version": "0.1.6",
 | 
					    "version": "0.1.7",
 | 
				
			||||||
    "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.js/packages/abi-gen/README.md",
 | 
					    "homepage": "https://github.com/0xProject/0x.js/packages/abi-gen/README.md",
 | 
				
			||||||
    "dependencies": {
 | 
					    "dependencies": {
 | 
				
			||||||
        "@0xproject/utils": "^0.2.4",
 | 
					        "@0xproject/utils": "^0.3.0",
 | 
				
			||||||
        "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,7 +34,7 @@
 | 
				
			|||||||
        "yargs": "^10.0.3"
 | 
					        "yargs": "^10.0.3"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "devDependencies": {
 | 
					    "devDependencies": {
 | 
				
			||||||
        "@0xproject/tslint-config": "^0.4.6",
 | 
					        "@0xproject/tslint-config": "^0.4.7",
 | 
				
			||||||
        "@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",
 | 
				
			||||||
@@ -44,6 +44,6 @@
 | 
				
			|||||||
        "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.9.8"
 | 
					        "web3-typescript-typings": "^0.9.9"
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,6 +1,6 @@
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
    "name": "@0xproject/assert",
 | 
					    "name": "@0xproject/assert",
 | 
				
			||||||
    "version": "0.0.15",
 | 
					    "version": "0.0.16",
 | 
				
			||||||
    "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",
 | 
				
			||||||
@@ -24,7 +24,7 @@
 | 
				
			|||||||
    },
 | 
					    },
 | 
				
			||||||
    "homepage": "https://github.com/0xProject/0x.js/packages/assert/README.md",
 | 
					    "homepage": "https://github.com/0xProject/0x.js/packages/assert/README.md",
 | 
				
			||||||
    "devDependencies": {
 | 
					    "devDependencies": {
 | 
				
			||||||
        "@0xproject/tslint-config": "^0.4.6",
 | 
					        "@0xproject/tslint-config": "^0.4.7",
 | 
				
			||||||
        "@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",
 | 
				
			||||||
@@ -38,8 +38,8 @@
 | 
				
			|||||||
        "typescript": "2.7.1"
 | 
					        "typescript": "2.7.1"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "dependencies": {
 | 
					    "dependencies": {
 | 
				
			||||||
        "@0xproject/json-schemas": "^0.7.7",
 | 
					        "@0xproject/json-schemas": "^0.7.8",
 | 
				
			||||||
        "@0xproject/utils": "^0.2.4",
 | 
					        "@0xproject/utils": "^0.3.0",
 | 
				
			||||||
        "lodash": "^4.17.4",
 | 
					        "lodash": "^4.17.4",
 | 
				
			||||||
        "valid-url": "^1.0.9"
 | 
					        "valid-url": "^1.0.9"
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,6 +1,6 @@
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
    "name": "@0xproject/connect",
 | 
					    "name": "@0xproject/connect",
 | 
				
			||||||
    "version": "0.5.4",
 | 
					    "version": "0.5.5",
 | 
				
			||||||
    "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",
 | 
				
			||||||
@@ -37,16 +37,16 @@
 | 
				
			|||||||
    },
 | 
					    },
 | 
				
			||||||
    "homepage": "https://github.com/0xProject/0x.js/packages/connect/README.md",
 | 
					    "homepage": "https://github.com/0xProject/0x.js/packages/connect/README.md",
 | 
				
			||||||
    "dependencies": {
 | 
					    "dependencies": {
 | 
				
			||||||
        "@0xproject/assert": "^0.0.15",
 | 
					        "@0xproject/assert": "^0.0.16",
 | 
				
			||||||
        "@0xproject/json-schemas": "^0.7.7",
 | 
					        "@0xproject/json-schemas": "^0.7.8",
 | 
				
			||||||
        "@0xproject/utils": "^0.2.4",
 | 
					        "@0xproject/utils": "^0.3.0",
 | 
				
			||||||
        "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/tslint-config": "^0.4.6",
 | 
					        "@0xproject/tslint-config": "^0.4.7",
 | 
				
			||||||
        "@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",
 | 
				
			||||||
@@ -65,6 +65,6 @@
 | 
				
			|||||||
        "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.9.8"
 | 
					        "web3-typescript-typings": "^0.9.9"
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,7 +1,7 @@
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
    "private": true,
 | 
					    "private": true,
 | 
				
			||||||
    "name": "contracts",
 | 
					    "name": "contracts",
 | 
				
			||||||
    "version": "2.1.8",
 | 
					    "version": "2.1.9",
 | 
				
			||||||
    "description": "Smart contract components of 0x protocol",
 | 
					    "description": "Smart contract components of 0x protocol",
 | 
				
			||||||
    "main": "index.js",
 | 
					    "main": "index.js",
 | 
				
			||||||
    "directories": {
 | 
					    "directories": {
 | 
				
			||||||
@@ -32,9 +32,9 @@
 | 
				
			|||||||
    },
 | 
					    },
 | 
				
			||||||
    "homepage": "https://github.com/0xProject/0x.js/packages/contracts/README.md",
 | 
					    "homepage": "https://github.com/0xProject/0x.js/packages/contracts/README.md",
 | 
				
			||||||
    "devDependencies": {
 | 
					    "devDependencies": {
 | 
				
			||||||
        "@0xproject/dev-utils": "^0.0.9",
 | 
					        "@0xproject/dev-utils": "^0.0.10",
 | 
				
			||||||
        "@0xproject/tslint-config": "^0.4.6",
 | 
					        "@0xproject/tslint-config": "^0.4.7",
 | 
				
			||||||
        "@0xproject/types": "^0.1.8",
 | 
					        "@0xproject/types": "^0.1.9",
 | 
				
			||||||
        "@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",
 | 
				
			||||||
@@ -54,15 +54,15 @@
 | 
				
			|||||||
        "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.9.8",
 | 
					        "web3-typescript-typings": "^0.9.9",
 | 
				
			||||||
        "yargs": "^10.0.3"
 | 
					        "yargs": "^10.0.3"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "dependencies": {
 | 
					    "dependencies": {
 | 
				
			||||||
        "0x.js": "^0.31.1",
 | 
					        "0x.js": "^0.32.0",
 | 
				
			||||||
        "@0xproject/deployer": "^0.0.5",
 | 
					        "@0xproject/deployer": "^0.0.6",
 | 
				
			||||||
        "@0xproject/json-schemas": "^0.7.7",
 | 
					        "@0xproject/json-schemas": "^0.7.8",
 | 
				
			||||||
        "@0xproject/utils": "^0.2.4",
 | 
					        "@0xproject/utils": "^0.3.0",
 | 
				
			||||||
        "@0xproject/web3-wrapper": "^0.1.9",
 | 
					        "@0xproject/web3-wrapper": "^0.1.10",
 | 
				
			||||||
        "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.0.5",
 | 
					    "version": "0.0.6",
 | 
				
			||||||
    "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",
 | 
				
			||||||
@@ -31,11 +31,11 @@
 | 
				
			|||||||
        "copyfiles": "^1.2.0",
 | 
					        "copyfiles": "^1.2.0",
 | 
				
			||||||
        "types-bn": "^0.0.1",
 | 
					        "types-bn": "^0.0.1",
 | 
				
			||||||
        "typescript": "2.7.1",
 | 
					        "typescript": "2.7.1",
 | 
				
			||||||
        "web3-typescript-typings": "^0.9.8"
 | 
					        "web3-typescript-typings": "^0.9.9"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "dependencies": {
 | 
					    "dependencies": {
 | 
				
			||||||
        "@0xproject/utils": "^0.2.4",
 | 
					        "@0xproject/utils": "^0.3.0",
 | 
				
			||||||
        "@0xproject/web3-wrapper": "^0.1.9",
 | 
					        "@0xproject/web3-wrapper": "^0.1.10",
 | 
				
			||||||
        "lodash": "^4.17.4",
 | 
					        "lodash": "^4.17.4",
 | 
				
			||||||
        "solc": "^0.4.18",
 | 
					        "solc": "^0.4.18",
 | 
				
			||||||
        "web3": "^0.20.0",
 | 
					        "web3": "^0.20.0",
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,6 +1,6 @@
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
    "name": "@0xproject/dev-utils",
 | 
					    "name": "@0xproject/dev-utils",
 | 
				
			||||||
    "version": "0.0.9",
 | 
					    "version": "0.0.10",
 | 
				
			||||||
    "description": "0x dev TS utils",
 | 
					    "description": "0x dev 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.js/packages/dev-utils/README.md",
 | 
					    "homepage": "https://github.com/0xProject/0x.js/packages/dev-utils/README.md",
 | 
				
			||||||
    "devDependencies": {
 | 
					    "devDependencies": {
 | 
				
			||||||
        "@0xproject/tslint-config": "^0.4.6",
 | 
					        "@0xproject/tslint-config": "^0.4.7",
 | 
				
			||||||
        "@0xproject/types": "^0.1.8",
 | 
					        "@0xproject/types": "^0.1.9",
 | 
				
			||||||
        "@types/lodash": "^4.14.86",
 | 
					        "@types/lodash": "^4.14.86",
 | 
				
			||||||
        "npm-run-all": "^4.1.2",
 | 
					        "npm-run-all": "^4.1.2",
 | 
				
			||||||
        "shx": "^0.2.2",
 | 
					        "shx": "^0.2.2",
 | 
				
			||||||
@@ -31,7 +31,7 @@
 | 
				
			|||||||
        "typescript": "2.7.1"
 | 
					        "typescript": "2.7.1"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "dependencies": {
 | 
					    "dependencies": {
 | 
				
			||||||
        "@0xproject/utils": "^0.2.4",
 | 
					        "@0xproject/utils": "^0.3.0",
 | 
				
			||||||
        "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",
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,6 +1,6 @@
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
    "name": "@0xproject/json-schemas",
 | 
					    "name": "@0xproject/json-schemas",
 | 
				
			||||||
    "version": "0.7.7",
 | 
					    "version": "0.7.8",
 | 
				
			||||||
    "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",
 | 
				
			||||||
@@ -28,8 +28,8 @@
 | 
				
			|||||||
        "lodash.values": "^4.3.0"
 | 
					        "lodash.values": "^4.3.0"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "devDependencies": {
 | 
					    "devDependencies": {
 | 
				
			||||||
        "@0xproject/tslint-config": "^0.4.6",
 | 
					        "@0xproject/tslint-config": "^0.4.7",
 | 
				
			||||||
        "@0xproject/utils": "^0.2.4",
 | 
					        "@0xproject/utils": "^0.3.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": "^2.2.42",
 | 
					        "@types/mocha": "^2.2.42",
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,6 +1,6 @@
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
    "name": "@0xproject/monorepo-scripts",
 | 
					    "name": "@0xproject/monorepo-scripts",
 | 
				
			||||||
    "version": "0.1.8",
 | 
					    "version": "0.1.9",
 | 
				
			||||||
    "private": true,
 | 
					    "private": true,
 | 
				
			||||||
    "description": "Helper scripts for the monorepo",
 | 
					    "description": "Helper scripts for the monorepo",
 | 
				
			||||||
    "scripts": {
 | 
					    "scripts": {
 | 
				
			||||||
@@ -20,7 +20,7 @@
 | 
				
			|||||||
    },
 | 
					    },
 | 
				
			||||||
    "homepage": "https://github.com/0xProject/0x.js/packages/monorepo-scripts/README.md",
 | 
					    "homepage": "https://github.com/0xProject/0x.js/packages/monorepo-scripts/README.md",
 | 
				
			||||||
    "devDependencies": {
 | 
					    "devDependencies": {
 | 
				
			||||||
        "@0xproject/tslint-config": "^0.4.6",
 | 
					        "@0xproject/tslint-config": "^0.4.7",
 | 
				
			||||||
        "@types/glob": "^5.0.33",
 | 
					        "@types/glob": "^5.0.33",
 | 
				
			||||||
        "@types/node": "^8.0.53",
 | 
					        "@types/node": "^8.0.53",
 | 
				
			||||||
        "shx": "^0.2.2",
 | 
					        "shx": "^0.2.2",
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,6 +1,6 @@
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
    "name": "@0xproject/subproviders",
 | 
					    "name": "@0xproject/subproviders",
 | 
				
			||||||
    "version": "0.3.5",
 | 
					    "version": "0.3.6",
 | 
				
			||||||
    "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",
 | 
				
			||||||
@@ -18,8 +18,8 @@
 | 
				
			|||||||
        "test:integration": "run-s clean build run_mocha_integration"
 | 
					        "test:integration": "run-s clean build run_mocha_integration"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "dependencies": {
 | 
					    "dependencies": {
 | 
				
			||||||
        "@0xproject/assert": "^0.0.15",
 | 
					        "@0xproject/assert": "^0.0.16",
 | 
				
			||||||
        "@0xproject/utils": "^0.2.4",
 | 
					        "@0xproject/utils": "^0.3.0",
 | 
				
			||||||
        "bn.js": "^4.11.8",
 | 
					        "bn.js": "^4.11.8",
 | 
				
			||||||
        "es6-promisify": "^5.0.0",
 | 
					        "es6-promisify": "^5.0.0",
 | 
				
			||||||
        "ethereumjs-tx": "^1.3.3",
 | 
					        "ethereumjs-tx": "^1.3.3",
 | 
				
			||||||
@@ -32,8 +32,8 @@
 | 
				
			|||||||
        "web3-provider-engine": "^13.0.1"
 | 
					        "web3-provider-engine": "^13.0.1"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "devDependencies": {
 | 
					    "devDependencies": {
 | 
				
			||||||
        "@0xproject/tslint-config": "^0.4.6",
 | 
					        "@0xproject/tslint-config": "^0.4.7",
 | 
				
			||||||
        "@0xproject/utils": "^0.2.4",
 | 
					        "@0xproject/utils": "^0.3.0",
 | 
				
			||||||
        "@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",
 | 
				
			||||||
@@ -50,7 +50,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.9.8",
 | 
					        "web3-typescript-typings": "^0.9.9",
 | 
				
			||||||
        "webpack": "^3.1.0"
 | 
					        "webpack": "^3.1.0"
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,7 +1,7 @@
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
    "private": true,
 | 
					    "private": true,
 | 
				
			||||||
    "name": "@0xproject/testnet-faucets",
 | 
					    "name": "@0xproject/testnet-faucets",
 | 
				
			||||||
    "version": "1.0.9",
 | 
					    "version": "1.0.10",
 | 
				
			||||||
    "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,8 +15,8 @@
 | 
				
			|||||||
    "author": "Fabio Berger",
 | 
					    "author": "Fabio Berger",
 | 
				
			||||||
    "license": "Apache-2.0",
 | 
					    "license": "Apache-2.0",
 | 
				
			||||||
    "dependencies": {
 | 
					    "dependencies": {
 | 
				
			||||||
        "0x.js": "^0.31.1",
 | 
					        "0x.js": "^0.32.0",
 | 
				
			||||||
        "@0xproject/utils": "^0.2.4",
 | 
					        "@0xproject/utils": "^0.3.0",
 | 
				
			||||||
        "body-parser": "^1.17.1",
 | 
					        "body-parser": "^1.17.1",
 | 
				
			||||||
        "ethereumjs-tx": "^1.3.3",
 | 
					        "ethereumjs-tx": "^1.3.3",
 | 
				
			||||||
        "express": "^4.15.2",
 | 
					        "express": "^4.15.2",
 | 
				
			||||||
@@ -26,7 +26,7 @@
 | 
				
			|||||||
        "web3-provider-engine": "^13.0.1"
 | 
					        "web3-provider-engine": "^13.0.1"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "devDependencies": {
 | 
					    "devDependencies": {
 | 
				
			||||||
        "@0xproject/tslint-config": "^0.4.6",
 | 
					        "@0xproject/tslint-config": "^0.4.7",
 | 
				
			||||||
        "@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",
 | 
				
			||||||
@@ -37,7 +37,7 @@
 | 
				
			|||||||
        "source-map-loader": "^0.1.6",
 | 
					        "source-map-loader": "^0.1.6",
 | 
				
			||||||
        "tslint": "5.8.0",
 | 
					        "tslint": "5.8.0",
 | 
				
			||||||
        "typescript": "2.7.1",
 | 
					        "typescript": "2.7.1",
 | 
				
			||||||
        "web3-typescript-typings": "^0.9.8",
 | 
					        "web3-typescript-typings": "^0.9.9",
 | 
				
			||||||
        "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.6",
 | 
					    "version": "0.4.7",
 | 
				
			||||||
    "description": "Lint rules related to 0xProject for TSLint",
 | 
					    "description": "Lint rules related to 0xProject for TSLint",
 | 
				
			||||||
    "main": "tslint.json",
 | 
					    "main": "tslint.json",
 | 
				
			||||||
    "scripts": {
 | 
					    "scripts": {
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,6 +1,6 @@
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
    "name": "@0xproject/types",
 | 
					    "name": "@0xproject/types",
 | 
				
			||||||
    "version": "0.1.8",
 | 
					    "version": "0.1.9",
 | 
				
			||||||
    "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,11 +20,11 @@
 | 
				
			|||||||
    },
 | 
					    },
 | 
				
			||||||
    "homepage": "https://github.com/0xProject/0x.js/packages/types/README.md",
 | 
					    "homepage": "https://github.com/0xProject/0x.js/packages/types/README.md",
 | 
				
			||||||
    "devDependencies": {
 | 
					    "devDependencies": {
 | 
				
			||||||
        "@0xproject/tslint-config": "^0.4.6",
 | 
					        "@0xproject/tslint-config": "^0.4.7",
 | 
				
			||||||
        "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.9.8"
 | 
					        "web3-typescript-typings": "^0.9.9"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "dependencies": {
 | 
					    "dependencies": {
 | 
				
			||||||
        "bignumber.js": "~4.1.0",
 | 
					        "bignumber.js": "~4.1.0",
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,6 +1,6 @@
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
    "name": "@0xproject/utils",
 | 
					    "name": "@0xproject/utils",
 | 
				
			||||||
    "version": "0.2.4",
 | 
					    "version": "0.3.0",
 | 
				
			||||||
    "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,14 +20,14 @@
 | 
				
			|||||||
    },
 | 
					    },
 | 
				
			||||||
    "homepage": "https://github.com/0xProject/0x.js/packages/utils/README.md",
 | 
					    "homepage": "https://github.com/0xProject/0x.js/packages/utils/README.md",
 | 
				
			||||||
    "devDependencies": {
 | 
					    "devDependencies": {
 | 
				
			||||||
        "@0xproject/tslint-config": "^0.4.6",
 | 
					        "@0xproject/tslint-config": "^0.4.7",
 | 
				
			||||||
        "@0xproject/types": "^0.1.8",
 | 
					        "@0xproject/types": "^0.1.9",
 | 
				
			||||||
        "@types/lodash": "^4.14.86",
 | 
					        "@types/lodash": "^4.14.86",
 | 
				
			||||||
        "npm-run-all": "^4.1.2",
 | 
					        "npm-run-all": "^4.1.2",
 | 
				
			||||||
        "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.9.8"
 | 
					        "web3-typescript-typings": "^0.9.9"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "dependencies": {
 | 
					    "dependencies": {
 | 
				
			||||||
        "bignumber.js": "~4.1.0",
 | 
					        "bignumber.js": "~4.1.0",
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,6 +1,6 @@
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
    "name": "web3-typescript-typings",
 | 
					    "name": "web3-typescript-typings",
 | 
				
			||||||
    "version": "0.9.8",
 | 
					    "version": "0.9.9",
 | 
				
			||||||
    "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",
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,6 +1,6 @@
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
    "name": "@0xproject/web3-wrapper",
 | 
					    "name": "@0xproject/web3-wrapper",
 | 
				
			||||||
    "version": "0.1.9",
 | 
					    "version": "0.1.10",
 | 
				
			||||||
    "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,17 +20,17 @@
 | 
				
			|||||||
    },
 | 
					    },
 | 
				
			||||||
    "homepage": "https://github.com/0xProject/0x.js/packages/web3-wrapper/README.md",
 | 
					    "homepage": "https://github.com/0xProject/0x.js/packages/web3-wrapper/README.md",
 | 
				
			||||||
    "devDependencies": {
 | 
					    "devDependencies": {
 | 
				
			||||||
        "@0xproject/tslint-config": "^0.4.6",
 | 
					        "@0xproject/tslint-config": "^0.4.7",
 | 
				
			||||||
        "@0xproject/types": "^0.1.8",
 | 
					        "@0xproject/types": "^0.1.9",
 | 
				
			||||||
        "@types/lodash": "^4.14.86",
 | 
					        "@types/lodash": "^4.14.86",
 | 
				
			||||||
        "npm-run-all": "^4.1.2",
 | 
					        "npm-run-all": "^4.1.2",
 | 
				
			||||||
        "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.9.8"
 | 
					        "web3-typescript-typings": "^0.9.9"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "dependencies": {
 | 
					    "dependencies": {
 | 
				
			||||||
        "@0xproject/utils": "^0.2.4",
 | 
					        "@0xproject/utils": "^0.3.0",
 | 
				
			||||||
        "lodash": "^4.17.4",
 | 
					        "lodash": "^4.17.4",
 | 
				
			||||||
        "web3": "^0.20.0"
 | 
					        "web3": "^0.20.0"
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,6 +1,6 @@
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
    "name": "@0xproject/website",
 | 
					    "name": "@0xproject/website",
 | 
				
			||||||
    "version": "0.0.11",
 | 
					    "version": "0.0.12",
 | 
				
			||||||
    "private": true,
 | 
					    "private": true,
 | 
				
			||||||
    "description": "Website and 0x portal dapp",
 | 
					    "description": "Website and 0x portal dapp",
 | 
				
			||||||
    "scripts": {
 | 
					    "scripts": {
 | 
				
			||||||
@@ -18,9 +18,9 @@
 | 
				
			|||||||
    "author": "Fabio Berger",
 | 
					    "author": "Fabio Berger",
 | 
				
			||||||
    "license": "Apache-2.0",
 | 
					    "license": "Apache-2.0",
 | 
				
			||||||
    "dependencies": {
 | 
					    "dependencies": {
 | 
				
			||||||
        "0x.js": "^0.31.1",
 | 
					        "0x.js": "^0.32.0",
 | 
				
			||||||
        "@0xproject/subproviders": "^0.3.5",
 | 
					        "@0xproject/subproviders": "^0.3.6",
 | 
				
			||||||
        "@0xproject/utils": "^0.2.4",
 | 
					        "@0xproject/utils": "^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",
 | 
				
			||||||
@@ -97,7 +97,7 @@
 | 
				
			|||||||
        "style-loader": "0.13.x",
 | 
					        "style-loader": "0.13.x",
 | 
				
			||||||
        "tslint": "5.8.0",
 | 
					        "tslint": "5.8.0",
 | 
				
			||||||
        "typescript": "2.7.1",
 | 
					        "typescript": "2.7.1",
 | 
				
			||||||
        "web3-typescript-typings": "^0.9.8",
 | 
					        "web3-typescript-typings": "^0.9.9",
 | 
				
			||||||
        "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