Publish
- 0x.js@2.0.7 - @0x/abi-gen@1.0.18 - @0x/abi-gen-wrappers@2.0.1 - @0x/assert@1.0.19 - @0x/asset-buyer@3.0.3 - @0x/base-contract@3.0.9 - @0x/connect@3.0.9 - @0x/contract-wrappers@4.1.2 - @0x/dev-tools-pages@0.0.9 - @0x/dev-utils@1.0.20 - ethereum-types@1.1.3 - @0x/fill-scenarios@1.0.15 - @0x/instant@1.0.3 - @0x/json-schemas@2.1.3 - @0x/metacoin@0.0.31 - @0x/migrations@2.2.1 - @0x/monorepo-scripts@1.0.15 - @0x/order-utils@3.0.6 - @0x/order-watcher@2.2.7 - @0x/pipeline@1.0.1 - @0x/react-docs@1.0.21 - @0x/react-shared@1.0.24 - @0x/sol-compiler@1.1.15 - @0x/sol-cov@2.1.15 - @0x/sol-doc@1.0.10 - @0x/sol-resolver@1.1.0 - @0x/sra-spec@1.0.12 - @0x/subproviders@2.1.7 - @0x/testnet-faucets@1.0.59 - @0x/types@1.4.0 - @0x/typescript-typings@3.0.5 - @0x/utils@2.0.7 - @0x/web3-wrapper@3.2.0 - @0x/website@0.0.62 - @0x/contracts-examples@1.0.1 - @0x/contracts-extensions@1.0.1 - @0x/contracts-interfaces@1.0.1 - @0x/contracts-libs@1.0.1 - @0x/contracts-multisig@1.0.1 - @0x/contracts-protocol@2.1.57 - @0x/contracts-test-utils@1.0.1 - @0x/contracts-tokens@1.0.1 - @0x/contracts-utils@1.0.1
This commit is contained in:
		@@ -1,7 +1,7 @@
 | 
			
		||||
{
 | 
			
		||||
    "private": true,
 | 
			
		||||
    "name": "@0x/contracts-examples",
 | 
			
		||||
    "version": "1.0.0",
 | 
			
		||||
    "version": "1.0.1",
 | 
			
		||||
    "engines": {
 | 
			
		||||
        "node": ">=6.12"
 | 
			
		||||
    },
 | 
			
		||||
@@ -33,12 +33,12 @@
 | 
			
		||||
    },
 | 
			
		||||
    "homepage": "https://github.com/0xProject/0x-monorepo/contracts/examples/README.md",
 | 
			
		||||
    "devDependencies": {
 | 
			
		||||
        "@0x/contracts-test-utils": "^1.0.0",
 | 
			
		||||
        "@0x/abi-gen": "^1.0.17",
 | 
			
		||||
        "@0x/dev-utils": "^1.0.19",
 | 
			
		||||
        "@0x/sol-compiler": "^1.1.14",
 | 
			
		||||
        "@0x/sol-cov": "^2.1.14",
 | 
			
		||||
        "@0x/subproviders": "^2.1.6",
 | 
			
		||||
        "@0x/abi-gen": "^1.0.18",
 | 
			
		||||
        "@0x/contracts-test-utils": "^1.0.1",
 | 
			
		||||
        "@0x/dev-utils": "^1.0.20",
 | 
			
		||||
        "@0x/sol-compiler": "^1.1.15",
 | 
			
		||||
        "@0x/sol-cov": "^2.1.15",
 | 
			
		||||
        "@0x/subproviders": "^2.1.7",
 | 
			
		||||
        "@0x/tslint-config": "^1.0.10",
 | 
			
		||||
        "@types/bn.js": "^4.11.0",
 | 
			
		||||
        "@types/lodash": "4.14.104",
 | 
			
		||||
@@ -48,8 +48,8 @@
 | 
			
		||||
        "chai-as-promised": "^7.1.0",
 | 
			
		||||
        "chai-bignumber": "^2.0.1",
 | 
			
		||||
        "dirty-chai": "^2.0.1",
 | 
			
		||||
        "make-promises-safe": "^1.1.0",
 | 
			
		||||
        "ethereumjs-abi": "0.6.5",
 | 
			
		||||
        "make-promises-safe": "^1.1.0",
 | 
			
		||||
        "mocha": "^4.1.0",
 | 
			
		||||
        "npm-run-all": "^4.1.2",
 | 
			
		||||
        "shx": "^0.2.2",
 | 
			
		||||
@@ -60,20 +60,20 @@
 | 
			
		||||
        "yargs": "^10.0.3"
 | 
			
		||||
    },
 | 
			
		||||
    "dependencies": {
 | 
			
		||||
        "@0x/base-contract": "^3.0.8",
 | 
			
		||||
        "@0x/order-utils": "^3.0.4",
 | 
			
		||||
        "@0x/contracts-multisig": "^1.0.0",
 | 
			
		||||
        "@0x/contracts-utils": "^1.0.0",
 | 
			
		||||
        "@0x/contracts-tokens": "^1.0.0",
 | 
			
		||||
        "@0x/contracts-libs": "^1.0.0",
 | 
			
		||||
        "@0x/contracts-interfaces": "^1.0.0",
 | 
			
		||||
        "@0x/types": "^1.3.0",
 | 
			
		||||
        "@0x/typescript-typings": "^3.0.4",
 | 
			
		||||
        "@0x/utils": "^2.0.6",
 | 
			
		||||
        "@0x/web3-wrapper": "^3.1.6",
 | 
			
		||||
        "@0x/base-contract": "^3.0.9",
 | 
			
		||||
        "@0x/contracts-interfaces": "^1.0.1",
 | 
			
		||||
        "@0x/contracts-libs": "^1.0.1",
 | 
			
		||||
        "@0x/contracts-multisig": "^1.0.1",
 | 
			
		||||
        "@0x/contracts-tokens": "^1.0.1",
 | 
			
		||||
        "@0x/contracts-utils": "^1.0.1",
 | 
			
		||||
        "@0x/order-utils": "^3.0.6",
 | 
			
		||||
        "@0x/types": "^1.4.0",
 | 
			
		||||
        "@0x/typescript-typings": "^3.0.5",
 | 
			
		||||
        "@0x/utils": "^2.0.7",
 | 
			
		||||
        "@0x/web3-wrapper": "^3.2.0",
 | 
			
		||||
        "@types/js-combinatorics": "^0.5.29",
 | 
			
		||||
        "bn.js": "^4.11.8",
 | 
			
		||||
        "ethereum-types": "^1.1.2",
 | 
			
		||||
        "ethereum-types": "^1.1.3",
 | 
			
		||||
        "ethereumjs-util": "^5.1.1",
 | 
			
		||||
        "lodash": "^4.17.5"
 | 
			
		||||
    },
 | 
			
		||||
 
 | 
			
		||||
@@ -1,7 +1,7 @@
 | 
			
		||||
{
 | 
			
		||||
    "private": true,
 | 
			
		||||
    "name": "@0x/contracts-extensions",
 | 
			
		||||
    "version": "1.0.0",
 | 
			
		||||
    "version": "1.0.1",
 | 
			
		||||
    "engines": {
 | 
			
		||||
        "node": ">=6.12"
 | 
			
		||||
    },
 | 
			
		||||
@@ -19,8 +19,7 @@
 | 
			
		||||
        "test:coverage": "SOLIDITY_COVERAGE=true run-s build run_mocha coverage:report:text coverage:report:lcov",
 | 
			
		||||
        "test:profiler": "SOLIDITY_PROFILER=true run-s build run_mocha profiler:report:html",
 | 
			
		||||
        "test:trace": "SOLIDITY_REVERT_TRACE=true run-s build run_mocha",
 | 
			
		||||
        "run_mocha":
 | 
			
		||||
            "mocha --require source-map-support/register --require make-promises-safe 'lib/test/**/*.js' --timeout 100000 --bail --exit",
 | 
			
		||||
        "run_mocha": "mocha --require source-map-support/register --require make-promises-safe 'lib/test/**/*.js' --timeout 100000 --bail --exit",
 | 
			
		||||
        "compile": "sol-compiler --contracts-dir contracts",
 | 
			
		||||
        "clean": "shx rm -rf lib generated-artifacts generated-wrappers",
 | 
			
		||||
        "generate_contract_wrappers": "abi-gen --abis  ${npm_package_config_abis} --template ../../node_modules/@0x/abi-gen-templates/contract.handlebars --partials '../../node_modules/@0x/abi-gen-templates/partials/**/*.handlebars' --output generated-wrappers --backend ethers",
 | 
			
		||||
@@ -45,12 +44,12 @@
 | 
			
		||||
    },
 | 
			
		||||
    "homepage": "https://github.com/0xProject/0x-monorepo/contracts/extensions/README.md",
 | 
			
		||||
    "devDependencies": {
 | 
			
		||||
        "@0x/contracts-test-utils": "^1.0.0",
 | 
			
		||||
        "@0x/abi-gen": "^1.0.17",
 | 
			
		||||
        "@0x/dev-utils": "^1.0.19",
 | 
			
		||||
        "@0x/sol-compiler": "^1.1.14",
 | 
			
		||||
        "@0x/sol-cov": "^2.1.14",
 | 
			
		||||
        "@0x/subproviders": "^2.1.6",
 | 
			
		||||
        "@0x/abi-gen": "^1.0.18",
 | 
			
		||||
        "@0x/contracts-test-utils": "^1.0.1",
 | 
			
		||||
        "@0x/dev-utils": "^1.0.20",
 | 
			
		||||
        "@0x/sol-compiler": "^1.1.15",
 | 
			
		||||
        "@0x/sol-cov": "^2.1.15",
 | 
			
		||||
        "@0x/subproviders": "^2.1.7",
 | 
			
		||||
        "@0x/tslint-config": "^1.0.10",
 | 
			
		||||
        "@types/bn.js": "^4.11.0",
 | 
			
		||||
        "@types/lodash": "4.14.104",
 | 
			
		||||
@@ -60,8 +59,8 @@
 | 
			
		||||
        "chai-as-promised": "^7.1.0",
 | 
			
		||||
        "chai-bignumber": "^2.0.1",
 | 
			
		||||
        "dirty-chai": "^2.0.1",
 | 
			
		||||
        "make-promises-safe": "^1.1.0",
 | 
			
		||||
        "ethereumjs-abi": "0.6.5",
 | 
			
		||||
        "make-promises-safe": "^1.1.0",
 | 
			
		||||
        "mocha": "^4.1.0",
 | 
			
		||||
        "npm-run-all": "^4.1.2",
 | 
			
		||||
        "shx": "^0.2.2",
 | 
			
		||||
@@ -72,20 +71,20 @@
 | 
			
		||||
        "yargs": "^10.0.3"
 | 
			
		||||
    },
 | 
			
		||||
    "dependencies": {
 | 
			
		||||
        "@0x/base-contract": "^3.0.8",
 | 
			
		||||
        "@0x/order-utils": "^3.0.4",
 | 
			
		||||
        "@0x/contracts-utils": "^1.0.0",
 | 
			
		||||
        "@0x/contracts-protocol": "^2.1.56",
 | 
			
		||||
        "@0x/contracts-tokens": "^1.0.0",
 | 
			
		||||
        "@0x/contracts-libs": "^1.0.0",
 | 
			
		||||
        "@0x/contracts-interfaces": "^1.0.0",
 | 
			
		||||
        "@0x/types": "^1.3.0",
 | 
			
		||||
        "@0x/typescript-typings": "^3.0.4",
 | 
			
		||||
        "@0x/utils": "^2.0.6",
 | 
			
		||||
        "@0x/web3-wrapper": "^3.1.6",
 | 
			
		||||
        "@0x/base-contract": "^3.0.9",
 | 
			
		||||
        "@0x/contracts-interfaces": "^1.0.1",
 | 
			
		||||
        "@0x/contracts-libs": "^1.0.1",
 | 
			
		||||
        "@0x/contracts-protocol": "^2.1.57",
 | 
			
		||||
        "@0x/contracts-tokens": "^1.0.1",
 | 
			
		||||
        "@0x/contracts-utils": "^1.0.1",
 | 
			
		||||
        "@0x/order-utils": "^3.0.6",
 | 
			
		||||
        "@0x/types": "^1.4.0",
 | 
			
		||||
        "@0x/typescript-typings": "^3.0.5",
 | 
			
		||||
        "@0x/utils": "^2.0.7",
 | 
			
		||||
        "@0x/web3-wrapper": "^3.2.0",
 | 
			
		||||
        "@types/js-combinatorics": "^0.5.29",
 | 
			
		||||
        "bn.js": "^4.11.8",
 | 
			
		||||
        "ethereum-types": "^1.1.2",
 | 
			
		||||
        "ethereum-types": "^1.1.3",
 | 
			
		||||
        "ethereumjs-util": "^5.1.1",
 | 
			
		||||
        "lodash": "^4.17.5"
 | 
			
		||||
    },
 | 
			
		||||
 
 | 
			
		||||
@@ -1,7 +1,7 @@
 | 
			
		||||
{
 | 
			
		||||
    "private": true,
 | 
			
		||||
    "name": "@0x/contracts-interfaces",
 | 
			
		||||
    "version": "1.0.0",
 | 
			
		||||
    "version": "1.0.1",
 | 
			
		||||
    "engines": {
 | 
			
		||||
        "node": ">=6.12"
 | 
			
		||||
    },
 | 
			
		||||
@@ -30,8 +30,8 @@
 | 
			
		||||
    },
 | 
			
		||||
    "homepage": "https://github.com/0xProject/0x-monorepo/contracts/interfaces/README.md",
 | 
			
		||||
    "devDependencies": {
 | 
			
		||||
        "@0x/abi-gen": "^1.0.17",
 | 
			
		||||
        "@0x/sol-compiler": "^1.1.14",
 | 
			
		||||
        "@0x/abi-gen": "^1.0.18",
 | 
			
		||||
        "@0x/sol-compiler": "^1.1.15",
 | 
			
		||||
        "@0x/tslint-config": "^1.0.10",
 | 
			
		||||
        "npm-run-all": "^4.1.2",
 | 
			
		||||
        "shx": "^0.2.2",
 | 
			
		||||
@@ -41,14 +41,14 @@
 | 
			
		||||
        "yargs": "^10.0.3"
 | 
			
		||||
    },
 | 
			
		||||
    "dependencies": {
 | 
			
		||||
        "@0x/base-contract": "^3.0.8",
 | 
			
		||||
        "@0x/contracts-utils": "^1.0.0",
 | 
			
		||||
        "@0x/contracts-libs": "^1.0.0",
 | 
			
		||||
        "@0x/types": "^1.3.0",
 | 
			
		||||
        "@0x/typescript-typings": "^3.0.4",
 | 
			
		||||
        "@0x/utils": "^2.0.6",
 | 
			
		||||
        "@0x/web3-wrapper": "^3.1.6",
 | 
			
		||||
        "ethereum-types": "^1.1.2",
 | 
			
		||||
        "@0x/base-contract": "^3.0.9",
 | 
			
		||||
        "@0x/contracts-libs": "^1.0.1",
 | 
			
		||||
        "@0x/contracts-utils": "^1.0.1",
 | 
			
		||||
        "@0x/types": "^1.4.0",
 | 
			
		||||
        "@0x/typescript-typings": "^3.0.5",
 | 
			
		||||
        "@0x/utils": "^2.0.7",
 | 
			
		||||
        "@0x/web3-wrapper": "^3.2.0",
 | 
			
		||||
        "ethereum-types": "^1.1.3",
 | 
			
		||||
        "lodash": "^4.17.5"
 | 
			
		||||
    },
 | 
			
		||||
    "publishConfig": {
 | 
			
		||||
 
 | 
			
		||||
@@ -1,7 +1,7 @@
 | 
			
		||||
{
 | 
			
		||||
    "private": true,
 | 
			
		||||
    "name": "@0x/contracts-libs",
 | 
			
		||||
    "version": "1.0.0",
 | 
			
		||||
    "version": "1.0.1",
 | 
			
		||||
    "engines": {
 | 
			
		||||
        "node": ">=6.12"
 | 
			
		||||
    },
 | 
			
		||||
@@ -19,8 +19,7 @@
 | 
			
		||||
        "test:coverage": "SOLIDITY_COVERAGE=true run-s build run_mocha coverage:report:text coverage:report:lcov",
 | 
			
		||||
        "test:profiler": "SOLIDITY_PROFILER=true run-s build run_mocha profiler:report:html",
 | 
			
		||||
        "test:trace": "SOLIDITY_REVERT_TRACE=true run-s build run_mocha",
 | 
			
		||||
        "run_mocha":
 | 
			
		||||
            "mocha --require source-map-support/register --require make-promises-safe 'lib/test/**/*.js' --timeout 100000 --bail --exit",
 | 
			
		||||
        "run_mocha": "mocha --require source-map-support/register --require make-promises-safe 'lib/test/**/*.js' --timeout 100000 --bail --exit",
 | 
			
		||||
        "compile": "sol-compiler --contracts-dir contracts",
 | 
			
		||||
        "clean": "shx rm -rf lib generated-artifacts generated-wrappers",
 | 
			
		||||
        "generate_contract_wrappers": "abi-gen --abis  ${npm_package_config_abis} --template ../../node_modules/@0x/abi-gen-templates/contract.handlebars --partials '../../node_modules/@0x/abi-gen-templates/partials/**/*.handlebars' --output generated-wrappers --backend ethers",
 | 
			
		||||
@@ -45,12 +44,12 @@
 | 
			
		||||
    },
 | 
			
		||||
    "homepage": "https://github.com/0xProject/0x-monorepo/contracts/libs/README.md",
 | 
			
		||||
    "devDependencies": {
 | 
			
		||||
        "@0x/contracts-test-utils": "^1.0.0",
 | 
			
		||||
        "@0x/abi-gen": "^1.0.17",
 | 
			
		||||
        "@0x/dev-utils": "^1.0.19",
 | 
			
		||||
        "@0x/sol-compiler": "^1.1.14",
 | 
			
		||||
        "@0x/sol-cov": "^2.1.14",
 | 
			
		||||
        "@0x/subproviders": "^2.1.6",
 | 
			
		||||
        "@0x/abi-gen": "^1.0.18",
 | 
			
		||||
        "@0x/contracts-test-utils": "^1.0.1",
 | 
			
		||||
        "@0x/dev-utils": "^1.0.20",
 | 
			
		||||
        "@0x/sol-compiler": "^1.1.15",
 | 
			
		||||
        "@0x/sol-cov": "^2.1.15",
 | 
			
		||||
        "@0x/subproviders": "^2.1.7",
 | 
			
		||||
        "@0x/tslint-config": "^1.0.10",
 | 
			
		||||
        "@types/bn.js": "^4.11.0",
 | 
			
		||||
        "@types/lodash": "4.14.104",
 | 
			
		||||
@@ -60,8 +59,8 @@
 | 
			
		||||
        "chai-as-promised": "^7.1.0",
 | 
			
		||||
        "chai-bignumber": "^2.0.1",
 | 
			
		||||
        "dirty-chai": "^2.0.1",
 | 
			
		||||
        "make-promises-safe": "^1.1.0",
 | 
			
		||||
        "ethereumjs-abi": "0.6.5",
 | 
			
		||||
        "make-promises-safe": "^1.1.0",
 | 
			
		||||
        "mocha": "^4.1.0",
 | 
			
		||||
        "npm-run-all": "^4.1.2",
 | 
			
		||||
        "shx": "^0.2.2",
 | 
			
		||||
@@ -72,17 +71,17 @@
 | 
			
		||||
        "yargs": "^10.0.3"
 | 
			
		||||
    },
 | 
			
		||||
    "dependencies": {
 | 
			
		||||
        "@0x/base-contract": "^3.0.8",
 | 
			
		||||
        "@0x/order-utils": "^3.0.4",
 | 
			
		||||
        "@0x/contracts-multisig": "^1.0.0",
 | 
			
		||||
        "@0x/contracts-utils": "^1.0.0",
 | 
			
		||||
        "@0x/types": "^1.3.0",
 | 
			
		||||
        "@0x/typescript-typings": "^3.0.4",
 | 
			
		||||
        "@0x/utils": "^2.0.6",
 | 
			
		||||
        "@0x/web3-wrapper": "^3.1.6",
 | 
			
		||||
        "@0x/base-contract": "^3.0.9",
 | 
			
		||||
        "@0x/contracts-multisig": "^1.0.1",
 | 
			
		||||
        "@0x/contracts-utils": "^1.0.1",
 | 
			
		||||
        "@0x/order-utils": "^3.0.6",
 | 
			
		||||
        "@0x/types": "^1.4.0",
 | 
			
		||||
        "@0x/typescript-typings": "^3.0.5",
 | 
			
		||||
        "@0x/utils": "^2.0.7",
 | 
			
		||||
        "@0x/web3-wrapper": "^3.2.0",
 | 
			
		||||
        "@types/js-combinatorics": "^0.5.29",
 | 
			
		||||
        "bn.js": "^4.11.8",
 | 
			
		||||
        "ethereum-types": "^1.1.2",
 | 
			
		||||
        "ethereum-types": "^1.1.3",
 | 
			
		||||
        "ethereumjs-util": "^5.1.1",
 | 
			
		||||
        "lodash": "^4.17.5"
 | 
			
		||||
    },
 | 
			
		||||
 
 | 
			
		||||
@@ -1,7 +1,7 @@
 | 
			
		||||
{
 | 
			
		||||
    "private": true,
 | 
			
		||||
    "name": "@0x/contracts-multisig",
 | 
			
		||||
    "version": "1.0.0",
 | 
			
		||||
    "version": "1.0.1",
 | 
			
		||||
    "engines": {
 | 
			
		||||
        "node": ">=6.12"
 | 
			
		||||
    },
 | 
			
		||||
@@ -44,12 +44,12 @@
 | 
			
		||||
    },
 | 
			
		||||
    "homepage": "https://github.com/0xProject/0x-monorepo/contracts/multisig/README.md",
 | 
			
		||||
    "devDependencies": {
 | 
			
		||||
        "@0x/contracts-test-utils": "^1.0.0",
 | 
			
		||||
        "@0x/abi-gen": "^1.0.17",
 | 
			
		||||
        "@0x/dev-utils": "^1.0.18",
 | 
			
		||||
        "@0x/sol-compiler": "^1.1.13",
 | 
			
		||||
        "@0x/sol-cov": "^2.1.13",
 | 
			
		||||
        "@0x/subproviders": "^2.1.5",
 | 
			
		||||
        "@0x/abi-gen": "^1.0.18",
 | 
			
		||||
        "@0x/contracts-test-utils": "^1.0.1",
 | 
			
		||||
        "@0x/dev-utils": "^1.0.20",
 | 
			
		||||
        "@0x/sol-compiler": "^1.1.15",
 | 
			
		||||
        "@0x/sol-cov": "^2.1.15",
 | 
			
		||||
        "@0x/subproviders": "^2.1.7",
 | 
			
		||||
        "@0x/tslint-config": "^1.0.10",
 | 
			
		||||
        "@types/bn.js": "^4.11.0",
 | 
			
		||||
        "@types/ethereumjs-abi": "^0.6.0",
 | 
			
		||||
@@ -71,13 +71,13 @@
 | 
			
		||||
        "yargs": "^10.0.3"
 | 
			
		||||
    },
 | 
			
		||||
    "dependencies": {
 | 
			
		||||
        "@0x/base-contract": "^3.0.7",
 | 
			
		||||
        "@0x/order-utils": "^3.0.3",
 | 
			
		||||
        "@0x/types": "^1.3.0",
 | 
			
		||||
        "@0x/typescript-typings": "^3.0.4",
 | 
			
		||||
        "@0x/utils": "^2.0.6",
 | 
			
		||||
        "@0x/web3-wrapper": "^3.1.5",
 | 
			
		||||
        "ethereum-types": "^1.1.2",
 | 
			
		||||
        "@0x/base-contract": "^3.0.9",
 | 
			
		||||
        "@0x/order-utils": "^3.0.6",
 | 
			
		||||
        "@0x/types": "^1.4.0",
 | 
			
		||||
        "@0x/typescript-typings": "^3.0.5",
 | 
			
		||||
        "@0x/utils": "^2.0.7",
 | 
			
		||||
        "@0x/web3-wrapper": "^3.2.0",
 | 
			
		||||
        "ethereum-types": "^1.1.3",
 | 
			
		||||
        "lodash": "^4.17.5"
 | 
			
		||||
    },
 | 
			
		||||
    "publishConfig": {
 | 
			
		||||
 
 | 
			
		||||
@@ -1,7 +1,7 @@
 | 
			
		||||
{
 | 
			
		||||
    "private": true,
 | 
			
		||||
    "name": "@0x/contracts-protocol",
 | 
			
		||||
    "version": "2.1.56",
 | 
			
		||||
    "version": "2.1.57",
 | 
			
		||||
    "engines": {
 | 
			
		||||
        "node": ">=6.12"
 | 
			
		||||
    },
 | 
			
		||||
@@ -19,8 +19,7 @@
 | 
			
		||||
        "test:coverage": "SOLIDITY_COVERAGE=true run-s build run_mocha coverage:report:text coverage:report:lcov",
 | 
			
		||||
        "test:profiler": "SOLIDITY_PROFILER=true run-s build run_mocha profiler:report:html",
 | 
			
		||||
        "test:trace": "SOLIDITY_REVERT_TRACE=true run-s build run_mocha",
 | 
			
		||||
        "run_mocha":
 | 
			
		||||
            "mocha --require source-map-support/register --require make-promises-safe 'lib/test/**/*.js' --timeout 100000 --bail --exit",
 | 
			
		||||
        "run_mocha": "mocha --require source-map-support/register --require make-promises-safe 'lib/test/**/*.js' --timeout 100000 --bail --exit",
 | 
			
		||||
        "compile": "sol-compiler --contracts-dir contracts",
 | 
			
		||||
        "clean": "shx rm -rf lib generated-artifacts generated-wrappers",
 | 
			
		||||
        "generate_contract_wrappers": "abi-gen --abis  ${npm_package_config_abis} --template ../../node_modules/@0x/abi-gen-templates/contract.handlebars --partials '../../node_modules/@0x/abi-gen-templates/partials/**/*.handlebars' --output generated-wrappers --backend ethers",
 | 
			
		||||
@@ -45,12 +44,12 @@
 | 
			
		||||
    },
 | 
			
		||||
    "homepage": "https://github.com/0xProject/0x-monorepo/contracts/protocol/README.md",
 | 
			
		||||
    "devDependencies": {
 | 
			
		||||
        "@0x/contracts-test-utils": "^1.0.0",
 | 
			
		||||
        "@0x/abi-gen": "^1.0.17",
 | 
			
		||||
        "@0x/dev-utils": "^1.0.19",
 | 
			
		||||
        "@0x/sol-compiler": "^1.1.14",
 | 
			
		||||
        "@0x/sol-cov": "^2.1.14",
 | 
			
		||||
        "@0x/subproviders": "^2.1.6",
 | 
			
		||||
        "@0x/abi-gen": "^1.0.18",
 | 
			
		||||
        "@0x/contracts-test-utils": "^1.0.1",
 | 
			
		||||
        "@0x/dev-utils": "^1.0.20",
 | 
			
		||||
        "@0x/sol-compiler": "^1.1.15",
 | 
			
		||||
        "@0x/sol-cov": "^2.1.15",
 | 
			
		||||
        "@0x/subproviders": "^2.1.7",
 | 
			
		||||
        "@0x/tslint-config": "^1.0.10",
 | 
			
		||||
        "@types/bn.js": "^4.11.0",
 | 
			
		||||
        "@types/lodash": "4.14.104",
 | 
			
		||||
@@ -60,8 +59,8 @@
 | 
			
		||||
        "chai-as-promised": "^7.1.0",
 | 
			
		||||
        "chai-bignumber": "^2.0.1",
 | 
			
		||||
        "dirty-chai": "^2.0.1",
 | 
			
		||||
        "make-promises-safe": "^1.1.0",
 | 
			
		||||
        "ethereumjs-abi": "0.6.5",
 | 
			
		||||
        "make-promises-safe": "^1.1.0",
 | 
			
		||||
        "mocha": "^4.1.0",
 | 
			
		||||
        "npm-run-all": "^4.1.2",
 | 
			
		||||
        "shx": "^0.2.2",
 | 
			
		||||
@@ -72,21 +71,21 @@
 | 
			
		||||
        "yargs": "^10.0.3"
 | 
			
		||||
    },
 | 
			
		||||
    "dependencies": {
 | 
			
		||||
        "@0x/base-contract": "^3.0.8",
 | 
			
		||||
        "@0x/order-utils": "^3.0.4",
 | 
			
		||||
        "@0x/contracts-multisig": "^1.0.0",
 | 
			
		||||
        "@0x/contracts-utils": "^1.0.0",
 | 
			
		||||
        "@0x/contracts-tokens": "^1.0.0",
 | 
			
		||||
        "@0x/contracts-examples": "^1.0.0",
 | 
			
		||||
        "@0x/contracts-libs": "^1.0.0",
 | 
			
		||||
        "@0x/contracts-interfaces": "^1.0.0",
 | 
			
		||||
        "@0x/types": "^1.3.0",
 | 
			
		||||
        "@0x/typescript-typings": "^3.0.4",
 | 
			
		||||
        "@0x/utils": "^2.0.6",
 | 
			
		||||
        "@0x/web3-wrapper": "^3.1.6",
 | 
			
		||||
        "@0x/base-contract": "^3.0.9",
 | 
			
		||||
        "@0x/contracts-examples": "^1.0.1",
 | 
			
		||||
        "@0x/contracts-interfaces": "^1.0.1",
 | 
			
		||||
        "@0x/contracts-libs": "^1.0.1",
 | 
			
		||||
        "@0x/contracts-multisig": "^1.0.1",
 | 
			
		||||
        "@0x/contracts-tokens": "^1.0.1",
 | 
			
		||||
        "@0x/contracts-utils": "^1.0.1",
 | 
			
		||||
        "@0x/order-utils": "^3.0.6",
 | 
			
		||||
        "@0x/types": "^1.4.0",
 | 
			
		||||
        "@0x/typescript-typings": "^3.0.5",
 | 
			
		||||
        "@0x/utils": "^2.0.7",
 | 
			
		||||
        "@0x/web3-wrapper": "^3.2.0",
 | 
			
		||||
        "@types/js-combinatorics": "^0.5.29",
 | 
			
		||||
        "bn.js": "^4.11.8",
 | 
			
		||||
        "ethereum-types": "^1.1.2",
 | 
			
		||||
        "ethereum-types": "^1.1.3",
 | 
			
		||||
        "ethereumjs-util": "^5.1.1",
 | 
			
		||||
        "lodash": "^4.17.5"
 | 
			
		||||
    },
 | 
			
		||||
 
 | 
			
		||||
@@ -1,6 +1,6 @@
 | 
			
		||||
{
 | 
			
		||||
    "name": "@0x/contracts-test-utils",
 | 
			
		||||
    "version": "1.0.0",
 | 
			
		||||
    "version": "1.0.1",
 | 
			
		||||
    "engines": {
 | 
			
		||||
        "node": ">=6.12"
 | 
			
		||||
    },
 | 
			
		||||
@@ -40,34 +40,34 @@
 | 
			
		||||
        "typescript": "3.0.1"
 | 
			
		||||
    },
 | 
			
		||||
    "dependencies": {
 | 
			
		||||
        "@0x/abi-gen": "^1.0.17",
 | 
			
		||||
        "@0x/dev-utils": "^1.0.18",
 | 
			
		||||
        "@0x/sol-compiler": "^1.1.13",
 | 
			
		||||
        "@0x/subproviders": "^2.1.5",
 | 
			
		||||
        "@0x/abi-gen": "^1.0.18",
 | 
			
		||||
        "@0x/dev-utils": "^1.0.20",
 | 
			
		||||
        "@0x/order-utils": "^3.0.6",
 | 
			
		||||
        "@0x/sol-compiler": "^1.1.15",
 | 
			
		||||
        "@0x/sol-cov": "^2.1.15",
 | 
			
		||||
        "@0x/subproviders": "^2.1.7",
 | 
			
		||||
        "@0x/tslint-config": "^1.0.10",
 | 
			
		||||
        "@0x/types": "^1.4.0",
 | 
			
		||||
        "@0x/typescript-typings": "^3.0.5",
 | 
			
		||||
        "@0x/utils": "^2.0.7",
 | 
			
		||||
        "@0x/web3-wrapper": "^3.2.0",
 | 
			
		||||
        "@types/bn.js": "^4.11.0",
 | 
			
		||||
        "@types/ethereumjs-abi": "^0.6.0",
 | 
			
		||||
        "@types/js-combinatorics": "^0.5.29",
 | 
			
		||||
        "@types/lodash": "4.14.104",
 | 
			
		||||
        "@types/node": "*",
 | 
			
		||||
        "bn.js": "^4.11.8",
 | 
			
		||||
        "chai": "^4.0.1",
 | 
			
		||||
        "chai-as-promised": "^7.1.0",
 | 
			
		||||
        "chai-bignumber": "^2.0.1",
 | 
			
		||||
        "dirty-chai": "^2.0.1",
 | 
			
		||||
        "make-promises-safe": "^1.1.0",
 | 
			
		||||
        "@0x/order-utils": "^3.0.3",
 | 
			
		||||
        "@0x/types": "^1.3.0",
 | 
			
		||||
        "@0x/typescript-typings": "^3.0.4",
 | 
			
		||||
        "@0x/utils": "^2.0.6",
 | 
			
		||||
        "@0x/sol-cov": "^2.1.13",
 | 
			
		||||
        "@0x/web3-wrapper": "^3.1.5",
 | 
			
		||||
        "@types/js-combinatorics": "^0.5.29",
 | 
			
		||||
        "chai-as-promised": "^7.1.0",
 | 
			
		||||
        "bn.js": "^4.11.8",
 | 
			
		||||
        "ethereum-types": "^1.1.2",
 | 
			
		||||
        "ethereum-types": "^1.1.3",
 | 
			
		||||
        "ethereumjs-abi": "0.6.5",
 | 
			
		||||
        "ethereumjs-util": "^5.1.1",
 | 
			
		||||
        "ethers": "~4.0.4",
 | 
			
		||||
        "js-combinatorics": "^0.5.3",
 | 
			
		||||
        "lodash": "^4.17.5"
 | 
			
		||||
        "lodash": "^4.17.5",
 | 
			
		||||
        "make-promises-safe": "^1.1.0"
 | 
			
		||||
    },
 | 
			
		||||
    "publishConfig": {
 | 
			
		||||
        "access": "public"
 | 
			
		||||
 
 | 
			
		||||
@@ -1,7 +1,7 @@
 | 
			
		||||
{
 | 
			
		||||
    "private": true,
 | 
			
		||||
    "name": "@0x/contracts-tokens",
 | 
			
		||||
    "version": "1.0.0",
 | 
			
		||||
    "version": "1.0.1",
 | 
			
		||||
    "engines": {
 | 
			
		||||
        "node": ">=6.12"
 | 
			
		||||
    },
 | 
			
		||||
@@ -19,8 +19,7 @@
 | 
			
		||||
        "test:coverage": "SOLIDITY_COVERAGE=true run-s build run_mocha coverage:report:text coverage:report:lcov",
 | 
			
		||||
        "test:profiler": "SOLIDITY_PROFILER=true run-s build run_mocha profiler:report:html",
 | 
			
		||||
        "test:trace": "SOLIDITY_REVERT_TRACE=true run-s build run_mocha",
 | 
			
		||||
        "run_mocha":
 | 
			
		||||
            "mocha --require source-map-support/register --require make-promises-safe 'lib/test/**/*.js' --timeout 100000 --bail --exit",
 | 
			
		||||
        "run_mocha": "mocha --require source-map-support/register --require make-promises-safe 'lib/test/**/*.js' --timeout 100000 --bail --exit",
 | 
			
		||||
        "compile": "sol-compiler --contracts-dir contracts",
 | 
			
		||||
        "clean": "shx rm -rf lib generated-artifacts generated-wrappers",
 | 
			
		||||
        "generate_contract_wrappers": "abi-gen --abis  ${npm_package_config_abis} --template ../../node_modules/@0x/abi-gen-templates/contract.handlebars --partials '../../node_modules/@0x/abi-gen-templates/partials/**/*.handlebars' --output generated-wrappers --backend ethers",
 | 
			
		||||
@@ -45,12 +44,12 @@
 | 
			
		||||
    },
 | 
			
		||||
    "homepage": "https://github.com/0xProject/0x-monorepo/contracts/tokens/README.md",
 | 
			
		||||
    "devDependencies": {
 | 
			
		||||
        "@0x/contracts-test-utils": "^1.0.0",
 | 
			
		||||
        "@0x/abi-gen": "^1.0.17",
 | 
			
		||||
        "@0x/dev-utils": "^1.0.19",
 | 
			
		||||
        "@0x/sol-compiler": "^1.1.14",
 | 
			
		||||
        "@0x/sol-cov": "^2.1.14",
 | 
			
		||||
        "@0x/subproviders": "^2.1.6",
 | 
			
		||||
        "@0x/abi-gen": "^1.0.18",
 | 
			
		||||
        "@0x/contracts-test-utils": "^1.0.1",
 | 
			
		||||
        "@0x/dev-utils": "^1.0.20",
 | 
			
		||||
        "@0x/sol-compiler": "^1.1.15",
 | 
			
		||||
        "@0x/sol-cov": "^2.1.15",
 | 
			
		||||
        "@0x/subproviders": "^2.1.7",
 | 
			
		||||
        "@0x/tslint-config": "^1.0.10",
 | 
			
		||||
        "@types/bn.js": "^4.11.0",
 | 
			
		||||
        "@types/lodash": "4.14.104",
 | 
			
		||||
@@ -60,8 +59,8 @@
 | 
			
		||||
        "chai-as-promised": "^7.1.0",
 | 
			
		||||
        "chai-bignumber": "^2.0.1",
 | 
			
		||||
        "dirty-chai": "^2.0.1",
 | 
			
		||||
        "make-promises-safe": "^1.1.0",
 | 
			
		||||
        "ethereumjs-abi": "0.6.5",
 | 
			
		||||
        "make-promises-safe": "^1.1.0",
 | 
			
		||||
        "mocha": "^4.1.0",
 | 
			
		||||
        "npm-run-all": "^4.1.2",
 | 
			
		||||
        "shx": "^0.2.2",
 | 
			
		||||
@@ -72,19 +71,19 @@
 | 
			
		||||
        "yargs": "^10.0.3"
 | 
			
		||||
    },
 | 
			
		||||
    "dependencies": {
 | 
			
		||||
        "@0x/base-contract": "^3.0.8",
 | 
			
		||||
        "@0x/order-utils": "^3.0.4",
 | 
			
		||||
        "@0x/contracts-multisig": "^1.0.0",
 | 
			
		||||
        "@0x/contracts-utils": "^1.0.0",
 | 
			
		||||
        "@0x/contracts-libs": "^1.0.0",
 | 
			
		||||
        "@0x/contracts-interfaces": "^1.0.0",
 | 
			
		||||
        "@0x/types": "^1.3.0",
 | 
			
		||||
        "@0x/typescript-typings": "^3.0.4",
 | 
			
		||||
        "@0x/utils": "^2.0.6",
 | 
			
		||||
        "@0x/web3-wrapper": "^3.1.6",
 | 
			
		||||
        "@0x/base-contract": "^3.0.9",
 | 
			
		||||
        "@0x/contracts-interfaces": "^1.0.1",
 | 
			
		||||
        "@0x/contracts-libs": "^1.0.1",
 | 
			
		||||
        "@0x/contracts-multisig": "^1.0.1",
 | 
			
		||||
        "@0x/contracts-utils": "^1.0.1",
 | 
			
		||||
        "@0x/order-utils": "^3.0.6",
 | 
			
		||||
        "@0x/types": "^1.4.0",
 | 
			
		||||
        "@0x/typescript-typings": "^3.0.5",
 | 
			
		||||
        "@0x/utils": "^2.0.7",
 | 
			
		||||
        "@0x/web3-wrapper": "^3.2.0",
 | 
			
		||||
        "@types/js-combinatorics": "^0.5.29",
 | 
			
		||||
        "bn.js": "^4.11.8",
 | 
			
		||||
        "ethereum-types": "^1.1.2",
 | 
			
		||||
        "ethereum-types": "^1.1.3",
 | 
			
		||||
        "ethereumjs-util": "^5.1.1",
 | 
			
		||||
        "lodash": "^4.17.5"
 | 
			
		||||
    },
 | 
			
		||||
 
 | 
			
		||||
@@ -1,7 +1,7 @@
 | 
			
		||||
{
 | 
			
		||||
    "private": true,
 | 
			
		||||
    "name": "@0x/contracts-utils",
 | 
			
		||||
    "version": "1.0.0",
 | 
			
		||||
    "version": "1.0.1",
 | 
			
		||||
    "engines": {
 | 
			
		||||
        "node": ">=6.12"
 | 
			
		||||
    },
 | 
			
		||||
@@ -19,8 +19,7 @@
 | 
			
		||||
        "test:coverage": "SOLIDITY_COVERAGE=true run-s build run_mocha coverage:report:text coverage:report:lcov",
 | 
			
		||||
        "test:profiler": "SOLIDITY_PROFILER=true run-s build run_mocha profiler:report:html",
 | 
			
		||||
        "test:trace": "SOLIDITY_REVERT_TRACE=true run-s build run_mocha",
 | 
			
		||||
        "run_mocha":
 | 
			
		||||
            "mocha --require source-map-support/register --require make-promises-safe 'lib/test/**/*.js' --timeout 100000 --bail --exit",
 | 
			
		||||
        "run_mocha": "mocha --require source-map-support/register --require make-promises-safe 'lib/test/**/*.js' --timeout 100000 --bail --exit",
 | 
			
		||||
        "compile": "sol-compiler --contracts-dir contracts",
 | 
			
		||||
        "clean": "shx rm -rf lib generated-artifacts generated-wrappers",
 | 
			
		||||
        "generate_contract_wrappers": "abi-gen --abis  ${npm_package_config_abis} --template ../../node_modules/@0x/abi-gen-templates/contract.handlebars --partials '../../node_modules/@0x/abi-gen-templates/partials/**/*.handlebars' --output generated-wrappers --backend ethers",
 | 
			
		||||
@@ -45,12 +44,12 @@
 | 
			
		||||
    },
 | 
			
		||||
    "homepage": "https://github.com/0xProject/0x-monorepo/contracts/utils/README.md",
 | 
			
		||||
    "devDependencies": {
 | 
			
		||||
        "@0x/contracts-test-utils": "^1.0.0",
 | 
			
		||||
        "@0x/abi-gen": "^1.0.17",
 | 
			
		||||
        "@0x/dev-utils": "^1.0.19",
 | 
			
		||||
        "@0x/sol-compiler": "^1.1.14",
 | 
			
		||||
        "@0x/sol-cov": "^2.1.14",
 | 
			
		||||
        "@0x/subproviders": "^2.1.6",
 | 
			
		||||
        "@0x/abi-gen": "^1.0.18",
 | 
			
		||||
        "@0x/contracts-test-utils": "^1.0.1",
 | 
			
		||||
        "@0x/dev-utils": "^1.0.20",
 | 
			
		||||
        "@0x/sol-compiler": "^1.1.15",
 | 
			
		||||
        "@0x/sol-cov": "^2.1.15",
 | 
			
		||||
        "@0x/subproviders": "^2.1.7",
 | 
			
		||||
        "@0x/tslint-config": "^1.0.10",
 | 
			
		||||
        "@types/bn.js": "^4.11.0",
 | 
			
		||||
        "@types/lodash": "4.14.104",
 | 
			
		||||
@@ -61,8 +60,8 @@
 | 
			
		||||
        "chai-as-promised": "^7.1.0",
 | 
			
		||||
        "chai-bignumber": "^2.0.1",
 | 
			
		||||
        "dirty-chai": "^2.0.1",
 | 
			
		||||
        "make-promises-safe": "^1.1.0",
 | 
			
		||||
        "ethereumjs-abi": "0.6.5",
 | 
			
		||||
        "make-promises-safe": "^1.1.0",
 | 
			
		||||
        "mocha": "^4.1.0",
 | 
			
		||||
        "npm-run-all": "^4.1.2",
 | 
			
		||||
        "shx": "^0.2.2",
 | 
			
		||||
@@ -73,14 +72,14 @@
 | 
			
		||||
        "yargs": "^10.0.3"
 | 
			
		||||
    },
 | 
			
		||||
    "dependencies": {
 | 
			
		||||
        "@0x/base-contract": "^3.0.8",
 | 
			
		||||
        "@0x/order-utils": "^3.0.4",
 | 
			
		||||
        "@0x/contracts-multisig": "^1.0.0",
 | 
			
		||||
        "@0x/types": "^1.3.0",
 | 
			
		||||
        "@0x/typescript-typings": "^3.0.4",
 | 
			
		||||
        "@0x/utils": "^2.0.6",
 | 
			
		||||
        "@0x/web3-wrapper": "^3.1.6",
 | 
			
		||||
        "ethereum-types": "^1.1.2",
 | 
			
		||||
        "@0x/base-contract": "^3.0.9",
 | 
			
		||||
        "@0x/contracts-multisig": "^1.0.1",
 | 
			
		||||
        "@0x/order-utils": "^3.0.6",
 | 
			
		||||
        "@0x/types": "^1.4.0",
 | 
			
		||||
        "@0x/typescript-typings": "^3.0.5",
 | 
			
		||||
        "@0x/utils": "^2.0.7",
 | 
			
		||||
        "@0x/web3-wrapper": "^3.2.0",
 | 
			
		||||
        "ethereum-types": "^1.1.3",
 | 
			
		||||
        "ethereumjs-util": "^5.1.1",
 | 
			
		||||
        "lodash": "^4.17.5"
 | 
			
		||||
    },
 | 
			
		||||
 
 | 
			
		||||
@@ -1,6 +1,6 @@
 | 
			
		||||
{
 | 
			
		||||
    "name": "0x.js",
 | 
			
		||||
    "version": "2.0.6",
 | 
			
		||||
    "version": "2.0.7",
 | 
			
		||||
    "engines": {
 | 
			
		||||
        "node": ">=6.12"
 | 
			
		||||
    },
 | 
			
		||||
@@ -42,10 +42,10 @@
 | 
			
		||||
    },
 | 
			
		||||
    "license": "Apache-2.0",
 | 
			
		||||
    "devDependencies": {
 | 
			
		||||
        "@0x/abi-gen-wrappers": "^2.0.0",
 | 
			
		||||
        "@0x/abi-gen-wrappers": "^2.0.1",
 | 
			
		||||
        "@0x/contract-addresses": "^2.0.0",
 | 
			
		||||
        "@0x/dev-utils": "^1.0.19",
 | 
			
		||||
        "@0x/migrations": "^2.2.0",
 | 
			
		||||
        "@0x/dev-utils": "^1.0.20",
 | 
			
		||||
        "@0x/migrations": "^2.2.1",
 | 
			
		||||
        "@0x/tslint-config": "^1.0.10",
 | 
			
		||||
        "@types/lodash": "4.14.104",
 | 
			
		||||
        "@types/mocha": "^2.2.42",
 | 
			
		||||
@@ -72,18 +72,18 @@
 | 
			
		||||
        "webpack": "^4.20.2"
 | 
			
		||||
    },
 | 
			
		||||
    "dependencies": {
 | 
			
		||||
        "@0x/assert": "^1.0.18",
 | 
			
		||||
        "@0x/base-contract": "^3.0.8",
 | 
			
		||||
        "@0x/contract-wrappers": "^4.1.1",
 | 
			
		||||
        "@0x/order-utils": "^3.0.4",
 | 
			
		||||
        "@0x/order-watcher": "^2.2.6",
 | 
			
		||||
        "@0x/subproviders": "^2.1.6",
 | 
			
		||||
        "@0x/types": "^1.3.0",
 | 
			
		||||
        "@0x/typescript-typings": "^3.0.4",
 | 
			
		||||
        "@0x/utils": "^2.0.6",
 | 
			
		||||
        "@0x/web3-wrapper": "^3.1.6",
 | 
			
		||||
        "@0x/assert": "^1.0.19",
 | 
			
		||||
        "@0x/base-contract": "^3.0.9",
 | 
			
		||||
        "@0x/contract-wrappers": "^4.1.2",
 | 
			
		||||
        "@0x/order-utils": "^3.0.6",
 | 
			
		||||
        "@0x/order-watcher": "^2.2.7",
 | 
			
		||||
        "@0x/subproviders": "^2.1.7",
 | 
			
		||||
        "@0x/types": "^1.4.0",
 | 
			
		||||
        "@0x/typescript-typings": "^3.0.5",
 | 
			
		||||
        "@0x/utils": "^2.0.7",
 | 
			
		||||
        "@0x/web3-wrapper": "^3.2.0",
 | 
			
		||||
        "@types/web3-provider-engine": "^14.0.0",
 | 
			
		||||
        "ethereum-types": "^1.1.2",
 | 
			
		||||
        "ethereum-types": "^1.1.3",
 | 
			
		||||
        "ethers": "~4.0.4",
 | 
			
		||||
        "lodash": "^4.17.5",
 | 
			
		||||
        "web3-provider-engine": "14.0.6"
 | 
			
		||||
 
 | 
			
		||||
@@ -1,6 +1,6 @@
 | 
			
		||||
{
 | 
			
		||||
    "name": "@0x/abi-gen-wrappers",
 | 
			
		||||
    "version": "2.0.0",
 | 
			
		||||
    "version": "2.0.1",
 | 
			
		||||
    "engines": {
 | 
			
		||||
        "node": ">=6.12"
 | 
			
		||||
    },
 | 
			
		||||
@@ -30,19 +30,19 @@
 | 
			
		||||
    },
 | 
			
		||||
    "homepage": "https://github.com/0xProject/0x-monorepo/packages/abi-gen-wrappers/README.md",
 | 
			
		||||
    "devDependencies": {
 | 
			
		||||
        "@0x/abi-gen": "^1.0.17",
 | 
			
		||||
        "@0x/abi-gen": "^1.0.18",
 | 
			
		||||
        "@0x/abi-gen-templates": "^1.0.1",
 | 
			
		||||
        "@0x/tslint-config": "^1.0.10",
 | 
			
		||||
        "@0x/types": "^1.3.0",
 | 
			
		||||
        "@0x/utils": "^2.0.6",
 | 
			
		||||
        "@0x/web3-wrapper": "^3.1.6",
 | 
			
		||||
        "ethereum-types": "^1.1.2",
 | 
			
		||||
        "@0x/types": "^1.4.0",
 | 
			
		||||
        "@0x/utils": "^2.0.7",
 | 
			
		||||
        "@0x/web3-wrapper": "^3.2.0",
 | 
			
		||||
        "ethereum-types": "^1.1.3",
 | 
			
		||||
        "ethers": "~4.0.4",
 | 
			
		||||
        "lodash": "^4.17.5",
 | 
			
		||||
        "shx": "^0.2.2"
 | 
			
		||||
    },
 | 
			
		||||
    "dependencies": {
 | 
			
		||||
        "@0x/base-contract": "^3.0.8"
 | 
			
		||||
        "@0x/base-contract": "^3.0.9"
 | 
			
		||||
    },
 | 
			
		||||
    "publishConfig": {
 | 
			
		||||
        "access": "public"
 | 
			
		||||
 
 | 
			
		||||
@@ -1,6 +1,6 @@
 | 
			
		||||
{
 | 
			
		||||
    "name": "@0x/abi-gen",
 | 
			
		||||
    "version": "1.0.17",
 | 
			
		||||
    "version": "1.0.18",
 | 
			
		||||
    "engines": {
 | 
			
		||||
        "node": ">=6.12"
 | 
			
		||||
    },
 | 
			
		||||
@@ -31,10 +31,10 @@
 | 
			
		||||
    },
 | 
			
		||||
    "homepage": "https://github.com/0xProject/0x-monorepo/packages/abi-gen/README.md",
 | 
			
		||||
    "dependencies": {
 | 
			
		||||
        "@0x/typescript-typings": "^3.0.4",
 | 
			
		||||
        "@0x/utils": "^2.0.6",
 | 
			
		||||
        "@0x/typescript-typings": "^3.0.5",
 | 
			
		||||
        "@0x/utils": "^2.0.7",
 | 
			
		||||
        "chalk": "^2.3.0",
 | 
			
		||||
        "ethereum-types": "^1.1.2",
 | 
			
		||||
        "ethereum-types": "^1.1.3",
 | 
			
		||||
        "glob": "^7.1.2",
 | 
			
		||||
        "handlebars": "^4.0.11",
 | 
			
		||||
        "lodash": "^4.17.5",
 | 
			
		||||
 
 | 
			
		||||
@@ -1,6 +1,6 @@
 | 
			
		||||
{
 | 
			
		||||
    "name": "@0x/assert",
 | 
			
		||||
    "version": "1.0.18",
 | 
			
		||||
    "version": "1.0.19",
 | 
			
		||||
    "engines": {
 | 
			
		||||
        "node": ">=6.12"
 | 
			
		||||
    },
 | 
			
		||||
@@ -44,9 +44,9 @@
 | 
			
		||||
        "typescript": "3.0.1"
 | 
			
		||||
    },
 | 
			
		||||
    "dependencies": {
 | 
			
		||||
        "@0x/json-schemas": "^2.1.2",
 | 
			
		||||
        "@0x/typescript-typings": "^3.0.4",
 | 
			
		||||
        "@0x/utils": "^2.0.6",
 | 
			
		||||
        "@0x/json-schemas": "^2.1.3",
 | 
			
		||||
        "@0x/typescript-typings": "^3.0.5",
 | 
			
		||||
        "@0x/utils": "^2.0.7",
 | 
			
		||||
        "lodash": "^4.17.5",
 | 
			
		||||
        "valid-url": "^1.0.9"
 | 
			
		||||
    },
 | 
			
		||||
 
 | 
			
		||||
@@ -1,6 +1,6 @@
 | 
			
		||||
{
 | 
			
		||||
    "name": "@0x/asset-buyer",
 | 
			
		||||
    "version": "3.0.2",
 | 
			
		||||
    "version": "3.0.3",
 | 
			
		||||
    "engines": {
 | 
			
		||||
        "node": ">=6.12"
 | 
			
		||||
    },
 | 
			
		||||
@@ -36,17 +36,17 @@
 | 
			
		||||
    },
 | 
			
		||||
    "homepage": "https://github.com/0xProject/0x-monorepo/packages/asset-buyer/README.md",
 | 
			
		||||
    "dependencies": {
 | 
			
		||||
        "@0x/assert": "^1.0.18",
 | 
			
		||||
        "@0x/connect": "^3.0.8",
 | 
			
		||||
        "@0x/contract-wrappers": "^4.1.1",
 | 
			
		||||
        "@0x/json-schemas": "^2.1.2",
 | 
			
		||||
        "@0x/order-utils": "^3.0.4",
 | 
			
		||||
        "@0x/subproviders": "^2.1.6",
 | 
			
		||||
        "@0x/types": "^1.3.0",
 | 
			
		||||
        "@0x/typescript-typings": "^3.0.4",
 | 
			
		||||
        "@0x/utils": "^2.0.6",
 | 
			
		||||
        "@0x/web3-wrapper": "^3.1.6",
 | 
			
		||||
        "ethereum-types": "^1.1.2",
 | 
			
		||||
        "@0x/assert": "^1.0.19",
 | 
			
		||||
        "@0x/connect": "^3.0.9",
 | 
			
		||||
        "@0x/contract-wrappers": "^4.1.2",
 | 
			
		||||
        "@0x/json-schemas": "^2.1.3",
 | 
			
		||||
        "@0x/order-utils": "^3.0.6",
 | 
			
		||||
        "@0x/subproviders": "^2.1.7",
 | 
			
		||||
        "@0x/types": "^1.4.0",
 | 
			
		||||
        "@0x/typescript-typings": "^3.0.5",
 | 
			
		||||
        "@0x/utils": "^2.0.7",
 | 
			
		||||
        "@0x/web3-wrapper": "^3.2.0",
 | 
			
		||||
        "ethereum-types": "^1.1.3",
 | 
			
		||||
        "lodash": "^4.17.5"
 | 
			
		||||
    },
 | 
			
		||||
    "devDependencies": {
 | 
			
		||||
 
 | 
			
		||||
@@ -1,6 +1,6 @@
 | 
			
		||||
{
 | 
			
		||||
    "name": "@0x/base-contract",
 | 
			
		||||
    "version": "3.0.8",
 | 
			
		||||
    "version": "3.0.9",
 | 
			
		||||
    "engines": {
 | 
			
		||||
        "node": ">=6.12"
 | 
			
		||||
    },
 | 
			
		||||
@@ -40,10 +40,10 @@
 | 
			
		||||
        "typescript": "3.0.1"
 | 
			
		||||
    },
 | 
			
		||||
    "dependencies": {
 | 
			
		||||
        "@0x/typescript-typings": "^3.0.4",
 | 
			
		||||
        "@0x/utils": "^2.0.6",
 | 
			
		||||
        "@0x/web3-wrapper": "^3.1.6",
 | 
			
		||||
        "ethereum-types": "^1.1.2",
 | 
			
		||||
        "@0x/typescript-typings": "^3.0.5",
 | 
			
		||||
        "@0x/utils": "^2.0.7",
 | 
			
		||||
        "@0x/web3-wrapper": "^3.2.0",
 | 
			
		||||
        "ethereum-types": "^1.1.3",
 | 
			
		||||
        "ethers": "~4.0.4",
 | 
			
		||||
        "lodash": "^4.17.5"
 | 
			
		||||
    },
 | 
			
		||||
 
 | 
			
		||||
@@ -1,6 +1,6 @@
 | 
			
		||||
{
 | 
			
		||||
    "name": "@0x/connect",
 | 
			
		||||
    "version": "3.0.8",
 | 
			
		||||
    "version": "3.0.9",
 | 
			
		||||
    "engines": {
 | 
			
		||||
        "node": ">=6.12"
 | 
			
		||||
    },
 | 
			
		||||
@@ -44,12 +44,12 @@
 | 
			
		||||
    },
 | 
			
		||||
    "homepage": "https://github.com/0xProject/0x-monorepo/packages/connect/README.md",
 | 
			
		||||
    "dependencies": {
 | 
			
		||||
        "@0x/assert": "^1.0.18",
 | 
			
		||||
        "@0x/json-schemas": "^2.1.2",
 | 
			
		||||
        "@0x/order-utils": "^3.0.4",
 | 
			
		||||
        "@0x/types": "^1.3.0",
 | 
			
		||||
        "@0x/typescript-typings": "^3.0.4",
 | 
			
		||||
        "@0x/utils": "^2.0.6",
 | 
			
		||||
        "@0x/assert": "^1.0.19",
 | 
			
		||||
        "@0x/json-schemas": "^2.1.3",
 | 
			
		||||
        "@0x/order-utils": "^3.0.6",
 | 
			
		||||
        "@0x/types": "^1.4.0",
 | 
			
		||||
        "@0x/typescript-typings": "^3.0.5",
 | 
			
		||||
        "@0x/utils": "^2.0.7",
 | 
			
		||||
        "lodash": "^4.17.5",
 | 
			
		||||
        "query-string": "^5.0.1",
 | 
			
		||||
        "sinon": "^4.0.0",
 | 
			
		||||
 
 | 
			
		||||
@@ -1,6 +1,6 @@
 | 
			
		||||
{
 | 
			
		||||
    "name": "@0x/contract-wrappers",
 | 
			
		||||
    "version": "4.1.1",
 | 
			
		||||
    "version": "4.1.2",
 | 
			
		||||
    "description": "Smart TS wrappers for 0x smart contracts",
 | 
			
		||||
    "keywords": [
 | 
			
		||||
        "0xproject",
 | 
			
		||||
@@ -37,9 +37,9 @@
 | 
			
		||||
        "node": ">=6.0.0"
 | 
			
		||||
    },
 | 
			
		||||
    "devDependencies": {
 | 
			
		||||
        "@0x/dev-utils": "^1.0.19",
 | 
			
		||||
        "@0x/migrations": "^2.2.0",
 | 
			
		||||
        "@0x/subproviders": "^2.1.6",
 | 
			
		||||
        "@0x/dev-utils": "^1.0.20",
 | 
			
		||||
        "@0x/migrations": "^2.2.1",
 | 
			
		||||
        "@0x/subproviders": "^2.1.7",
 | 
			
		||||
        "@0x/tslint-config": "^1.0.10",
 | 
			
		||||
        "@types/lodash": "4.14.104",
 | 
			
		||||
        "@types/mocha": "^2.2.42",
 | 
			
		||||
@@ -65,18 +65,18 @@
 | 
			
		||||
        "web3-provider-engine": "14.0.6"
 | 
			
		||||
    },
 | 
			
		||||
    "dependencies": {
 | 
			
		||||
        "@0x/abi-gen-wrappers": "^2.0.0",
 | 
			
		||||
        "@0x/assert": "^1.0.18",
 | 
			
		||||
        "@0x/abi-gen-wrappers": "^2.0.1",
 | 
			
		||||
        "@0x/assert": "^1.0.19",
 | 
			
		||||
        "@0x/contract-addresses": "^2.0.0",
 | 
			
		||||
        "@0x/contract-artifacts": "^1.1.2",
 | 
			
		||||
        "@0x/fill-scenarios": "^1.0.14",
 | 
			
		||||
        "@0x/json-schemas": "^2.1.2",
 | 
			
		||||
        "@0x/order-utils": "^3.0.4",
 | 
			
		||||
        "@0x/types": "^1.3.0",
 | 
			
		||||
        "@0x/typescript-typings": "^3.0.4",
 | 
			
		||||
        "@0x/utils": "^2.0.6",
 | 
			
		||||
        "@0x/web3-wrapper": "^3.1.6",
 | 
			
		||||
        "ethereum-types": "^1.1.2",
 | 
			
		||||
        "@0x/fill-scenarios": "^1.0.15",
 | 
			
		||||
        "@0x/json-schemas": "^2.1.3",
 | 
			
		||||
        "@0x/order-utils": "^3.0.6",
 | 
			
		||||
        "@0x/types": "^1.4.0",
 | 
			
		||||
        "@0x/typescript-typings": "^3.0.5",
 | 
			
		||||
        "@0x/utils": "^2.0.7",
 | 
			
		||||
        "@0x/web3-wrapper": "^3.2.0",
 | 
			
		||||
        "ethereum-types": "^1.1.3",
 | 
			
		||||
        "ethereumjs-blockstream": "6.0.0",
 | 
			
		||||
        "ethereumjs-util": "^5.1.1",
 | 
			
		||||
        "ethers": "~4.0.4",
 | 
			
		||||
 
 | 
			
		||||
@@ -1,6 +1,6 @@
 | 
			
		||||
{
 | 
			
		||||
    "name": "@0x/dev-tools-pages",
 | 
			
		||||
    "version": "0.0.8",
 | 
			
		||||
    "version": "0.0.9",
 | 
			
		||||
    "engines": {
 | 
			
		||||
        "node": ">=6.12"
 | 
			
		||||
    },
 | 
			
		||||
@@ -16,7 +16,7 @@
 | 
			
		||||
    },
 | 
			
		||||
    "license": "Apache-2.0",
 | 
			
		||||
    "dependencies": {
 | 
			
		||||
        "@0x/react-shared": "^1.0.23",
 | 
			
		||||
        "@0x/react-shared": "^1.0.24",
 | 
			
		||||
        "basscss": "^8.0.3",
 | 
			
		||||
        "bowser": "^1.9.3",
 | 
			
		||||
        "less": "^2.7.2",
 | 
			
		||||
 
 | 
			
		||||
@@ -1,6 +1,6 @@
 | 
			
		||||
{
 | 
			
		||||
    "name": "@0x/dev-utils",
 | 
			
		||||
    "version": "1.0.19",
 | 
			
		||||
    "version": "1.0.20",
 | 
			
		||||
    "engines": {
 | 
			
		||||
        "node": ">=6.12"
 | 
			
		||||
    },
 | 
			
		||||
@@ -41,14 +41,14 @@
 | 
			
		||||
        "typescript": "3.0.1"
 | 
			
		||||
    },
 | 
			
		||||
    "dependencies": {
 | 
			
		||||
        "@0x/subproviders": "^2.1.6",
 | 
			
		||||
        "@0x/types": "^1.3.0",
 | 
			
		||||
        "@0x/typescript-typings": "^3.0.4",
 | 
			
		||||
        "@0x/utils": "^2.0.6",
 | 
			
		||||
        "@0x/web3-wrapper": "^3.1.6",
 | 
			
		||||
        "@0x/subproviders": "^2.1.7",
 | 
			
		||||
        "@0x/types": "^1.4.0",
 | 
			
		||||
        "@0x/typescript-typings": "^3.0.5",
 | 
			
		||||
        "@0x/utils": "^2.0.7",
 | 
			
		||||
        "@0x/web3-wrapper": "^3.2.0",
 | 
			
		||||
        "@types/web3-provider-engine": "^14.0.0",
 | 
			
		||||
        "chai": "^4.0.1",
 | 
			
		||||
        "ethereum-types": "^1.1.2",
 | 
			
		||||
        "ethereum-types": "^1.1.3",
 | 
			
		||||
        "lodash": "^4.17.5"
 | 
			
		||||
    },
 | 
			
		||||
    "publishConfig": {
 | 
			
		||||
 
 | 
			
		||||
@@ -1,6 +1,6 @@
 | 
			
		||||
{
 | 
			
		||||
    "name": "ethereum-types",
 | 
			
		||||
    "version": "1.1.2",
 | 
			
		||||
    "version": "1.1.3",
 | 
			
		||||
    "engines": {
 | 
			
		||||
        "node": ">=6.12"
 | 
			
		||||
    },
 | 
			
		||||
 
 | 
			
		||||
@@ -1,6 +1,6 @@
 | 
			
		||||
{
 | 
			
		||||
    "name": "@0x/fill-scenarios",
 | 
			
		||||
    "version": "1.0.14",
 | 
			
		||||
    "version": "1.0.15",
 | 
			
		||||
    "description": "0x order fill scenario generator",
 | 
			
		||||
    "main": "lib/index.js",
 | 
			
		||||
    "types": "lib/index.d.ts",
 | 
			
		||||
@@ -28,15 +28,15 @@
 | 
			
		||||
        "typescript": "3.0.1"
 | 
			
		||||
    },
 | 
			
		||||
    "dependencies": {
 | 
			
		||||
        "@0x/abi-gen-wrappers": "^2.0.0",
 | 
			
		||||
        "@0x/base-contract": "^3.0.8",
 | 
			
		||||
        "@0x/abi-gen-wrappers": "^2.0.1",
 | 
			
		||||
        "@0x/base-contract": "^3.0.9",
 | 
			
		||||
        "@0x/contract-artifacts": "^1.1.2",
 | 
			
		||||
        "@0x/order-utils": "^3.0.4",
 | 
			
		||||
        "@0x/types": "^1.3.0",
 | 
			
		||||
        "@0x/typescript-typings": "^3.0.4",
 | 
			
		||||
        "@0x/utils": "^2.0.6",
 | 
			
		||||
        "@0x/web3-wrapper": "^3.1.6",
 | 
			
		||||
        "ethereum-types": "^1.1.2",
 | 
			
		||||
        "@0x/order-utils": "^3.0.6",
 | 
			
		||||
        "@0x/types": "^1.4.0",
 | 
			
		||||
        "@0x/typescript-typings": "^3.0.5",
 | 
			
		||||
        "@0x/utils": "^2.0.7",
 | 
			
		||||
        "@0x/web3-wrapper": "^3.2.0",
 | 
			
		||||
        "ethereum-types": "^1.1.3",
 | 
			
		||||
        "ethers": "~4.0.4",
 | 
			
		||||
        "lodash": "^4.17.5"
 | 
			
		||||
    },
 | 
			
		||||
 
 | 
			
		||||
@@ -1,6 +1,6 @@
 | 
			
		||||
{
 | 
			
		||||
    "name": "@0x/instant",
 | 
			
		||||
    "version": "1.0.2",
 | 
			
		||||
    "version": "1.0.3",
 | 
			
		||||
    "engines": {
 | 
			
		||||
        "node": ">=6.12"
 | 
			
		||||
    },
 | 
			
		||||
@@ -24,7 +24,10 @@
 | 
			
		||||
    },
 | 
			
		||||
    "config": {
 | 
			
		||||
        "postpublish": {
 | 
			
		||||
            "assets": ["packages/instant/umd/instant.js", "packages/instant/umd/instant.js.map"]
 | 
			
		||||
            "assets": [
 | 
			
		||||
                "packages/instant/umd/instant.js",
 | 
			
		||||
                "packages/instant/umd/instant.js.map"
 | 
			
		||||
            ]
 | 
			
		||||
        }
 | 
			
		||||
    },
 | 
			
		||||
    "repository": {
 | 
			
		||||
@@ -38,18 +41,18 @@
 | 
			
		||||
    },
 | 
			
		||||
    "homepage": "https://github.com/0xProject/0x-monorepo/packages/instant/README.md",
 | 
			
		||||
    "dependencies": {
 | 
			
		||||
        "@0x/assert": "^1.0.18",
 | 
			
		||||
        "@0x/asset-buyer": "^3.0.2",
 | 
			
		||||
        "@0x/json-schemas": "^2.1.2",
 | 
			
		||||
        "@0x/order-utils": "^3.0.4",
 | 
			
		||||
        "@0x/subproviders": "^2.1.6",
 | 
			
		||||
        "@0x/types": "^1.3.0",
 | 
			
		||||
        "@0x/typescript-typings": "^3.0.4",
 | 
			
		||||
        "@0x/utils": "^2.0.6",
 | 
			
		||||
        "@0x/web3-wrapper": "^3.1.6",
 | 
			
		||||
        "@0x/assert": "^1.0.19",
 | 
			
		||||
        "@0x/asset-buyer": "^3.0.3",
 | 
			
		||||
        "@0x/json-schemas": "^2.1.3",
 | 
			
		||||
        "@0x/order-utils": "^3.0.6",
 | 
			
		||||
        "@0x/subproviders": "^2.1.7",
 | 
			
		||||
        "@0x/types": "^1.4.0",
 | 
			
		||||
        "@0x/typescript-typings": "^3.0.5",
 | 
			
		||||
        "@0x/utils": "^2.0.7",
 | 
			
		||||
        "@0x/web3-wrapper": "^3.2.0",
 | 
			
		||||
        "bowser": "^1.9.4",
 | 
			
		||||
        "copy-to-clipboard": "^3.0.8",
 | 
			
		||||
        "ethereum-types": "^1.1.2",
 | 
			
		||||
        "ethereum-types": "^1.1.3",
 | 
			
		||||
        "lodash": "^4.17.5",
 | 
			
		||||
        "polished": "^2.2.0",
 | 
			
		||||
        "react": "^16.5.2",
 | 
			
		||||
 
 | 
			
		||||
@@ -1,6 +1,6 @@
 | 
			
		||||
{
 | 
			
		||||
    "name": "@0x/json-schemas",
 | 
			
		||||
    "version": "2.1.2",
 | 
			
		||||
    "version": "2.1.3",
 | 
			
		||||
    "engines": {
 | 
			
		||||
        "node": ">=6.12"
 | 
			
		||||
    },
 | 
			
		||||
@@ -39,14 +39,14 @@
 | 
			
		||||
    },
 | 
			
		||||
    "homepage": "https://github.com/0xProject/0x-monorepo/packages/json-schemas/README.md",
 | 
			
		||||
    "dependencies": {
 | 
			
		||||
        "@0x/typescript-typings": "^3.0.4",
 | 
			
		||||
        "@0x/typescript-typings": "^3.0.5",
 | 
			
		||||
        "@types/node": "*",
 | 
			
		||||
        "jsonschema": "^1.2.0",
 | 
			
		||||
        "lodash.values": "^4.3.0"
 | 
			
		||||
    },
 | 
			
		||||
    "devDependencies": {
 | 
			
		||||
        "@0x/tslint-config": "^1.0.10",
 | 
			
		||||
        "@0x/utils": "^2.0.6",
 | 
			
		||||
        "@0x/utils": "^2.0.7",
 | 
			
		||||
        "@types/lodash.foreach": "^4.5.3",
 | 
			
		||||
        "@types/lodash.values": "^4.3.3",
 | 
			
		||||
        "@types/mocha": "^2.2.42",
 | 
			
		||||
 
 | 
			
		||||
@@ -1,6 +1,6 @@
 | 
			
		||||
{
 | 
			
		||||
    "name": "@0x/metacoin",
 | 
			
		||||
    "version": "0.0.30",
 | 
			
		||||
    "version": "0.0.31",
 | 
			
		||||
    "engines": {
 | 
			
		||||
        "node": ">=6.12"
 | 
			
		||||
    },
 | 
			
		||||
@@ -29,26 +29,26 @@
 | 
			
		||||
    "author": "",
 | 
			
		||||
    "license": "Apache-2.0",
 | 
			
		||||
    "dependencies": {
 | 
			
		||||
        "@0x/abi-gen": "^1.0.17",
 | 
			
		||||
        "@0x/abi-gen": "^1.0.18",
 | 
			
		||||
        "@0x/abi-gen-templates": "^1.0.1",
 | 
			
		||||
        "@0x/base-contract": "^3.0.8",
 | 
			
		||||
        "@0x/sol-cov": "^2.1.14",
 | 
			
		||||
        "@0x/subproviders": "^2.1.6",
 | 
			
		||||
        "@0x/base-contract": "^3.0.9",
 | 
			
		||||
        "@0x/sol-cov": "^2.1.15",
 | 
			
		||||
        "@0x/subproviders": "^2.1.7",
 | 
			
		||||
        "@0x/tslint-config": "^1.0.10",
 | 
			
		||||
        "@0x/types": "^1.3.0",
 | 
			
		||||
        "@0x/typescript-typings": "^3.0.4",
 | 
			
		||||
        "@0x/utils": "^2.0.6",
 | 
			
		||||
        "@0x/web3-wrapper": "^3.1.6",
 | 
			
		||||
        "@0x/types": "^1.4.0",
 | 
			
		||||
        "@0x/typescript-typings": "^3.0.5",
 | 
			
		||||
        "@0x/utils": "^2.0.7",
 | 
			
		||||
        "@0x/web3-wrapper": "^3.2.0",
 | 
			
		||||
        "@types/mocha": "^5.2.2",
 | 
			
		||||
        "copyfiles": "^2.0.0",
 | 
			
		||||
        "ethereum-types": "^1.1.2",
 | 
			
		||||
        "ethereum-types": "^1.1.3",
 | 
			
		||||
        "ethers": "~4.0.4",
 | 
			
		||||
        "lodash": "^4.17.5",
 | 
			
		||||
        "run-s": "^0.0.0"
 | 
			
		||||
    },
 | 
			
		||||
    "devDependencies": {
 | 
			
		||||
        "@0x/dev-utils": "^1.0.19",
 | 
			
		||||
        "@0x/sol-compiler": "^1.1.14",
 | 
			
		||||
        "@0x/dev-utils": "^1.0.20",
 | 
			
		||||
        "@0x/sol-compiler": "^1.1.15",
 | 
			
		||||
        "chai": "^4.0.1",
 | 
			
		||||
        "chai-as-promised": "^7.1.0",
 | 
			
		||||
        "chai-bignumber": "^2.0.1",
 | 
			
		||||
 
 | 
			
		||||
@@ -1,6 +1,6 @@
 | 
			
		||||
{
 | 
			
		||||
    "name": "@0x/migrations",
 | 
			
		||||
    "version": "2.2.0",
 | 
			
		||||
    "version": "2.2.1",
 | 
			
		||||
    "engines": {
 | 
			
		||||
        "node": ">=6.12"
 | 
			
		||||
    },
 | 
			
		||||
@@ -26,9 +26,9 @@
 | 
			
		||||
    },
 | 
			
		||||
    "license": "Apache-2.0",
 | 
			
		||||
    "devDependencies": {
 | 
			
		||||
        "@0x/dev-utils": "^1.0.19",
 | 
			
		||||
        "@0x/dev-utils": "^1.0.20",
 | 
			
		||||
        "@0x/tslint-config": "^1.0.10",
 | 
			
		||||
        "@0x/types": "^1.3.0",
 | 
			
		||||
        "@0x/types": "^1.4.0",
 | 
			
		||||
        "@types/yargs": "^10.0.0",
 | 
			
		||||
        "make-promises-safe": "^1.1.0",
 | 
			
		||||
        "npm-run-all": "^4.1.2",
 | 
			
		||||
@@ -39,18 +39,18 @@
 | 
			
		||||
        "yargs": "^10.0.3"
 | 
			
		||||
    },
 | 
			
		||||
    "dependencies": {
 | 
			
		||||
        "@0x/abi-gen-wrappers": "^2.0.0",
 | 
			
		||||
        "@0x/base-contract": "^3.0.8",
 | 
			
		||||
        "@0x/abi-gen-wrappers": "^2.0.1",
 | 
			
		||||
        "@0x/base-contract": "^3.0.9",
 | 
			
		||||
        "@0x/contract-addresses": "^2.0.0",
 | 
			
		||||
        "@0x/contract-artifacts": "^1.1.2",
 | 
			
		||||
        "@0x/order-utils": "^3.0.4",
 | 
			
		||||
        "@0x/sol-compiler": "^1.1.14",
 | 
			
		||||
        "@0x/subproviders": "^2.1.6",
 | 
			
		||||
        "@0x/typescript-typings": "^3.0.4",
 | 
			
		||||
        "@0x/utils": "^2.0.6",
 | 
			
		||||
        "@0x/web3-wrapper": "^3.1.6",
 | 
			
		||||
        "@0x/order-utils": "^3.0.6",
 | 
			
		||||
        "@0x/sol-compiler": "^1.1.15",
 | 
			
		||||
        "@0x/subproviders": "^2.1.7",
 | 
			
		||||
        "@0x/typescript-typings": "^3.0.5",
 | 
			
		||||
        "@0x/utils": "^2.0.7",
 | 
			
		||||
        "@0x/web3-wrapper": "^3.2.0",
 | 
			
		||||
        "@ledgerhq/hw-app-eth": "^4.3.0",
 | 
			
		||||
        "ethereum-types": "^1.1.2",
 | 
			
		||||
        "ethereum-types": "^1.1.3",
 | 
			
		||||
        "ethers": "~4.0.4",
 | 
			
		||||
        "lodash": "^4.17.5"
 | 
			
		||||
    },
 | 
			
		||||
 
 | 
			
		||||
@@ -1,7 +1,7 @@
 | 
			
		||||
{
 | 
			
		||||
    "private": true,
 | 
			
		||||
    "name": "@0x/monorepo-scripts",
 | 
			
		||||
    "version": "1.0.14",
 | 
			
		||||
    "version": "1.0.15",
 | 
			
		||||
    "engines": {
 | 
			
		||||
        "node": ">=6.12"
 | 
			
		||||
    },
 | 
			
		||||
 
 | 
			
		||||
@@ -1,6 +1,6 @@
 | 
			
		||||
{
 | 
			
		||||
    "name": "@0x/order-utils",
 | 
			
		||||
    "version": "3.0.4",
 | 
			
		||||
    "version": "3.0.6",
 | 
			
		||||
    "engines": {
 | 
			
		||||
        "node": ">=6.12"
 | 
			
		||||
    },
 | 
			
		||||
@@ -35,7 +35,7 @@
 | 
			
		||||
    },
 | 
			
		||||
    "homepage": "https://github.com/0xProject/0x-monorepo/packages/order-utils/README.md",
 | 
			
		||||
    "devDependencies": {
 | 
			
		||||
        "@0x/dev-utils": "^1.0.19",
 | 
			
		||||
        "@0x/dev-utils": "^1.0.20",
 | 
			
		||||
        "@0x/tslint-config": "^1.0.10",
 | 
			
		||||
        "@types/bn.js": "^4.11.0",
 | 
			
		||||
        "@types/lodash": "4.14.104",
 | 
			
		||||
@@ -53,18 +53,18 @@
 | 
			
		||||
        "typescript": "3.0.1"
 | 
			
		||||
    },
 | 
			
		||||
    "dependencies": {
 | 
			
		||||
        "@0x/abi-gen-wrappers": "^2.0.0",
 | 
			
		||||
        "@0x/assert": "^1.0.18",
 | 
			
		||||
        "@0x/base-contract": "^3.0.8",
 | 
			
		||||
        "@0x/abi-gen-wrappers": "^2.0.1",
 | 
			
		||||
        "@0x/assert": "^1.0.19",
 | 
			
		||||
        "@0x/base-contract": "^3.0.9",
 | 
			
		||||
        "@0x/contract-artifacts": "^1.1.2",
 | 
			
		||||
        "@0x/json-schemas": "^2.1.2",
 | 
			
		||||
        "@0x/types": "^1.3.0",
 | 
			
		||||
        "@0x/typescript-typings": "^3.0.4",
 | 
			
		||||
        "@0x/utils": "^2.0.6",
 | 
			
		||||
        "@0x/web3-wrapper": "^3.1.6",
 | 
			
		||||
        "@0x/json-schemas": "^2.1.3",
 | 
			
		||||
        "@0x/types": "^1.4.0",
 | 
			
		||||
        "@0x/typescript-typings": "^3.0.5",
 | 
			
		||||
        "@0x/utils": "^2.0.7",
 | 
			
		||||
        "@0x/web3-wrapper": "^3.2.0",
 | 
			
		||||
        "@types/node": "*",
 | 
			
		||||
        "bn.js": "^4.11.8",
 | 
			
		||||
        "ethereum-types": "^1.1.2",
 | 
			
		||||
        "ethereum-types": "^1.1.3",
 | 
			
		||||
        "ethereumjs-abi": "0.6.5",
 | 
			
		||||
        "ethereumjs-util": "^5.1.1",
 | 
			
		||||
        "ethers": "~4.0.4",
 | 
			
		||||
 
 | 
			
		||||
@@ -1,6 +1,6 @@
 | 
			
		||||
{
 | 
			
		||||
    "name": "@0x/order-watcher",
 | 
			
		||||
    "version": "2.2.6",
 | 
			
		||||
    "version": "2.2.7",
 | 
			
		||||
    "description": "An order watcher daemon that watches for order validity",
 | 
			
		||||
    "keywords": [
 | 
			
		||||
        "0x",
 | 
			
		||||
@@ -33,8 +33,8 @@
 | 
			
		||||
        "node": ">=6.0.0"
 | 
			
		||||
    },
 | 
			
		||||
    "devDependencies": {
 | 
			
		||||
        "@0x/dev-utils": "^1.0.19",
 | 
			
		||||
        "@0x/migrations": "^2.2.0",
 | 
			
		||||
        "@0x/dev-utils": "^1.0.20",
 | 
			
		||||
        "@0x/migrations": "^2.2.1",
 | 
			
		||||
        "@0x/tslint-config": "^1.0.10",
 | 
			
		||||
        "@types/bintrees": "^1.0.2",
 | 
			
		||||
        "@types/lodash": "4.14.104",
 | 
			
		||||
@@ -57,21 +57,21 @@
 | 
			
		||||
        "typescript": "3.0.1"
 | 
			
		||||
    },
 | 
			
		||||
    "dependencies": {
 | 
			
		||||
        "@0x/abi-gen-wrappers": "^2.0.0",
 | 
			
		||||
        "@0x/assert": "^1.0.18",
 | 
			
		||||
        "@0x/base-contract": "^3.0.8",
 | 
			
		||||
        "@0x/abi-gen-wrappers": "^2.0.1",
 | 
			
		||||
        "@0x/assert": "^1.0.19",
 | 
			
		||||
        "@0x/base-contract": "^3.0.9",
 | 
			
		||||
        "@0x/contract-addresses": "^2.0.0",
 | 
			
		||||
        "@0x/contract-artifacts": "^1.1.2",
 | 
			
		||||
        "@0x/contract-wrappers": "^4.1.1",
 | 
			
		||||
        "@0x/fill-scenarios": "^1.0.14",
 | 
			
		||||
        "@0x/json-schemas": "^2.1.2",
 | 
			
		||||
        "@0x/order-utils": "^3.0.4",
 | 
			
		||||
        "@0x/types": "^1.3.0",
 | 
			
		||||
        "@0x/typescript-typings": "^3.0.4",
 | 
			
		||||
        "@0x/utils": "^2.0.6",
 | 
			
		||||
        "@0x/web3-wrapper": "^3.1.6",
 | 
			
		||||
        "@0x/contract-wrappers": "^4.1.2",
 | 
			
		||||
        "@0x/fill-scenarios": "^1.0.15",
 | 
			
		||||
        "@0x/json-schemas": "^2.1.3",
 | 
			
		||||
        "@0x/order-utils": "^3.0.6",
 | 
			
		||||
        "@0x/types": "^1.4.0",
 | 
			
		||||
        "@0x/typescript-typings": "^3.0.5",
 | 
			
		||||
        "@0x/utils": "^2.0.7",
 | 
			
		||||
        "@0x/web3-wrapper": "^3.2.0",
 | 
			
		||||
        "bintrees": "^1.0.2",
 | 
			
		||||
        "ethereum-types": "^1.1.2",
 | 
			
		||||
        "ethereum-types": "^1.1.3",
 | 
			
		||||
        "ethereumjs-blockstream": "6.0.0",
 | 
			
		||||
        "ethers": "~4.0.4",
 | 
			
		||||
        "lodash": "^4.17.5"
 | 
			
		||||
 
 | 
			
		||||
@@ -1,6 +1,6 @@
 | 
			
		||||
{
 | 
			
		||||
    "name": "@0x/pipeline",
 | 
			
		||||
    "version": "1.0.0",
 | 
			
		||||
    "version": "1.0.1",
 | 
			
		||||
    "private": true,
 | 
			
		||||
    "description": "Data pipeline for offline analysis",
 | 
			
		||||
    "scripts": {
 | 
			
		||||
@@ -39,23 +39,23 @@
 | 
			
		||||
        "typescript": "3.0.1"
 | 
			
		||||
    },
 | 
			
		||||
    "dependencies": {
 | 
			
		||||
        "@0x/connect": "^3.0.2",
 | 
			
		||||
        "@0x/connect": "^3.0.9",
 | 
			
		||||
        "@0x/contract-addresses": "^2.0.0",
 | 
			
		||||
        "@0x/contract-artifacts": "^1.0.1",
 | 
			
		||||
        "@0x/contract-wrappers": "^3.0.0",
 | 
			
		||||
        "@0x/dev-utils": "^1.0.13",
 | 
			
		||||
        "@0x/dev-utils": "^1.0.20",
 | 
			
		||||
        "@0x/order-utils": "^2.0.0",
 | 
			
		||||
        "@0x/subproviders": "^2.1.0",
 | 
			
		||||
        "@0x/types": "^1.2.0",
 | 
			
		||||
        "@0x/utils": "^2.0.3",
 | 
			
		||||
        "@0x/web3-wrapper": "^3.1.0",
 | 
			
		||||
        "@0x/subproviders": "^2.1.7",
 | 
			
		||||
        "@0x/types": "^1.4.0",
 | 
			
		||||
        "@0x/utils": "^2.0.7",
 | 
			
		||||
        "@0x/web3-wrapper": "^3.2.0",
 | 
			
		||||
        "@types/dockerode": "^2.5.9",
 | 
			
		||||
        "@types/p-limit": "^2.0.0",
 | 
			
		||||
        "async-parallel": "^1.2.3",
 | 
			
		||||
        "axios": "^0.18.0",
 | 
			
		||||
        "bottleneck": "^2.13.2",
 | 
			
		||||
        "dockerode": "^2.5.7",
 | 
			
		||||
        "ethereum-types": "^1.0.6",
 | 
			
		||||
        "ethereum-types": "^1.1.3",
 | 
			
		||||
        "pg": "^7.5.0",
 | 
			
		||||
        "prettier": "^1.15.3",
 | 
			
		||||
        "ramda": "^0.25.0",
 | 
			
		||||
 
 | 
			
		||||
@@ -1,6 +1,6 @@
 | 
			
		||||
{
 | 
			
		||||
    "name": "@0x/react-docs",
 | 
			
		||||
    "version": "1.0.20",
 | 
			
		||||
    "version": "1.0.21",
 | 
			
		||||
    "engines": {
 | 
			
		||||
        "node": ">=6.12"
 | 
			
		||||
    },
 | 
			
		||||
@@ -24,7 +24,7 @@
 | 
			
		||||
        "url": "https://github.com/0xProject/0x-monorepo.git"
 | 
			
		||||
    },
 | 
			
		||||
    "devDependencies": {
 | 
			
		||||
        "@0x/dev-utils": "^1.0.19",
 | 
			
		||||
        "@0x/dev-utils": "^1.0.20",
 | 
			
		||||
        "@0x/tslint-config": "^1.0.10",
 | 
			
		||||
        "@types/compare-versions": "^3.0.0",
 | 
			
		||||
        "@types/styled-components": "^4.0.0",
 | 
			
		||||
@@ -34,9 +34,9 @@
 | 
			
		||||
        "typescript": "3.0.1"
 | 
			
		||||
    },
 | 
			
		||||
    "dependencies": {
 | 
			
		||||
        "@0x/react-shared": "^1.0.23",
 | 
			
		||||
        "@0x/types": "^1.3.0",
 | 
			
		||||
        "@0x/utils": "^2.0.6",
 | 
			
		||||
        "@0x/react-shared": "^1.0.24",
 | 
			
		||||
        "@0x/types": "^1.4.0",
 | 
			
		||||
        "@0x/utils": "^2.0.7",
 | 
			
		||||
        "@types/lodash": "4.14.104",
 | 
			
		||||
        "@types/material-ui": "^0.20.0",
 | 
			
		||||
        "@types/node": "*",
 | 
			
		||||
 
 | 
			
		||||
@@ -1,6 +1,6 @@
 | 
			
		||||
{
 | 
			
		||||
    "name": "@0x/react-shared",
 | 
			
		||||
    "version": "1.0.23",
 | 
			
		||||
    "version": "1.0.24",
 | 
			
		||||
    "engines": {
 | 
			
		||||
        "node": ">=6.12"
 | 
			
		||||
    },
 | 
			
		||||
@@ -25,7 +25,7 @@
 | 
			
		||||
        "url": "https://github.com/0xProject/0x-monorepo.git"
 | 
			
		||||
    },
 | 
			
		||||
    "devDependencies": {
 | 
			
		||||
        "@0x/dev-utils": "^1.0.19",
 | 
			
		||||
        "@0x/dev-utils": "^1.0.20",
 | 
			
		||||
        "@0x/tslint-config": "^1.0.10",
 | 
			
		||||
        "make-promises-safe": "^1.1.0",
 | 
			
		||||
        "shx": "^0.2.2",
 | 
			
		||||
@@ -33,7 +33,7 @@
 | 
			
		||||
        "typescript": "3.0.1"
 | 
			
		||||
    },
 | 
			
		||||
    "dependencies": {
 | 
			
		||||
        "@0x/types": "^1.3.0",
 | 
			
		||||
        "@0x/types": "^1.4.0",
 | 
			
		||||
        "@material-ui/core": "^3.0.1",
 | 
			
		||||
        "@types/is-mobile": "0.3.0",
 | 
			
		||||
        "@types/lodash": "4.14.104",
 | 
			
		||||
 
 | 
			
		||||
@@ -1,6 +1,6 @@
 | 
			
		||||
{
 | 
			
		||||
    "name": "@0x/sol-compiler",
 | 
			
		||||
    "version": "1.1.14",
 | 
			
		||||
    "version": "1.1.15",
 | 
			
		||||
    "engines": {
 | 
			
		||||
        "node": ">=6.12"
 | 
			
		||||
    },
 | 
			
		||||
@@ -42,7 +42,7 @@
 | 
			
		||||
    },
 | 
			
		||||
    "homepage": "https://github.com/0xProject/0x-monorepo/packages/sol-compiler/README.md",
 | 
			
		||||
    "devDependencies": {
 | 
			
		||||
        "@0x/dev-utils": "^1.0.19",
 | 
			
		||||
        "@0x/dev-utils": "^1.0.20",
 | 
			
		||||
        "@0x/tslint-config": "^1.0.10",
 | 
			
		||||
        "@types/mkdirp": "^0.5.2",
 | 
			
		||||
        "@types/require-from-string": "^1.2.0",
 | 
			
		||||
@@ -65,16 +65,16 @@
 | 
			
		||||
        "zeppelin-solidity": "1.8.0"
 | 
			
		||||
    },
 | 
			
		||||
    "dependencies": {
 | 
			
		||||
        "@0x/assert": "^1.0.18",
 | 
			
		||||
        "@0x/json-schemas": "^2.1.2",
 | 
			
		||||
        "@0x/sol-resolver": "^1.0.17",
 | 
			
		||||
        "@0x/types": "^1.3.0",
 | 
			
		||||
        "@0x/typescript-typings": "^3.0.4",
 | 
			
		||||
        "@0x/utils": "^2.0.6",
 | 
			
		||||
        "@0x/web3-wrapper": "^3.1.6",
 | 
			
		||||
        "@0x/assert": "^1.0.19",
 | 
			
		||||
        "@0x/json-schemas": "^2.1.3",
 | 
			
		||||
        "@0x/sol-resolver": "^1.1.0",
 | 
			
		||||
        "@0x/types": "^1.4.0",
 | 
			
		||||
        "@0x/typescript-typings": "^3.0.5",
 | 
			
		||||
        "@0x/utils": "^2.0.7",
 | 
			
		||||
        "@0x/web3-wrapper": "^3.2.0",
 | 
			
		||||
        "@types/yargs": "^11.0.0",
 | 
			
		||||
        "chalk": "^2.3.0",
 | 
			
		||||
        "ethereum-types": "^1.1.2",
 | 
			
		||||
        "ethereum-types": "^1.1.3",
 | 
			
		||||
        "ethereumjs-util": "^5.1.1",
 | 
			
		||||
        "lodash": "^4.17.5",
 | 
			
		||||
        "mkdirp": "^0.5.1",
 | 
			
		||||
 
 | 
			
		||||
@@ -1,6 +1,6 @@
 | 
			
		||||
{
 | 
			
		||||
    "name": "@0x/sol-cov",
 | 
			
		||||
    "version": "2.1.14",
 | 
			
		||||
    "version": "2.1.15",
 | 
			
		||||
    "engines": {
 | 
			
		||||
        "node": ">=6.12"
 | 
			
		||||
    },
 | 
			
		||||
@@ -42,14 +42,14 @@
 | 
			
		||||
    },
 | 
			
		||||
    "homepage": "https://github.com/0xProject/0x.js/packages/sol-cov/README.md",
 | 
			
		||||
    "dependencies": {
 | 
			
		||||
        "@0x/dev-utils": "^1.0.19",
 | 
			
		||||
        "@0x/sol-compiler": "^1.1.14",
 | 
			
		||||
        "@0x/subproviders": "^2.1.6",
 | 
			
		||||
        "@0x/typescript-typings": "^3.0.4",
 | 
			
		||||
        "@0x/utils": "^2.0.6",
 | 
			
		||||
        "@0x/web3-wrapper": "^3.1.6",
 | 
			
		||||
        "@0x/dev-utils": "^1.0.20",
 | 
			
		||||
        "@0x/sol-compiler": "^1.1.15",
 | 
			
		||||
        "@0x/subproviders": "^2.1.7",
 | 
			
		||||
        "@0x/typescript-typings": "^3.0.5",
 | 
			
		||||
        "@0x/utils": "^2.0.7",
 | 
			
		||||
        "@0x/web3-wrapper": "^3.2.0",
 | 
			
		||||
        "@types/solidity-parser-antlr": "^0.2.0",
 | 
			
		||||
        "ethereum-types": "^1.1.2",
 | 
			
		||||
        "ethereum-types": "^1.1.3",
 | 
			
		||||
        "ethereumjs-util": "^5.1.1",
 | 
			
		||||
        "glob": "^7.1.2",
 | 
			
		||||
        "istanbul": "^0.4.5",
 | 
			
		||||
 
 | 
			
		||||
@@ -1,6 +1,6 @@
 | 
			
		||||
{
 | 
			
		||||
    "name": "@0x/sol-doc",
 | 
			
		||||
    "version": "1.0.9",
 | 
			
		||||
    "version": "1.0.10",
 | 
			
		||||
    "description": "Solidity documentation generator",
 | 
			
		||||
    "main": "lib/src/index.js",
 | 
			
		||||
    "types": "lib/src/index.d.js",
 | 
			
		||||
@@ -25,10 +25,10 @@
 | 
			
		||||
    "author": "F. Eugene Aumson",
 | 
			
		||||
    "license": "Apache-2.0",
 | 
			
		||||
    "dependencies": {
 | 
			
		||||
        "@0x/sol-compiler": "^1.1.14",
 | 
			
		||||
        "@0x/types": "^1.3.0",
 | 
			
		||||
        "@0x/utils": "^2.0.6",
 | 
			
		||||
        "ethereum-types": "^1.1.2",
 | 
			
		||||
        "@0x/sol-compiler": "^1.1.15",
 | 
			
		||||
        "@0x/types": "^1.4.0",
 | 
			
		||||
        "@0x/utils": "^2.0.7",
 | 
			
		||||
        "ethereum-types": "^1.1.3",
 | 
			
		||||
        "ethereumjs-util": "^5.1.1",
 | 
			
		||||
        "lodash": "^4.17.10",
 | 
			
		||||
        "yargs": "^12.0.2"
 | 
			
		||||
 
 | 
			
		||||
@@ -1,6 +1,6 @@
 | 
			
		||||
{
 | 
			
		||||
    "name": "@0x/sol-resolver",
 | 
			
		||||
    "version": "1.0.17",
 | 
			
		||||
    "version": "1.1.0",
 | 
			
		||||
    "engines": {
 | 
			
		||||
        "node": ">=6.12"
 | 
			
		||||
    },
 | 
			
		||||
@@ -30,8 +30,8 @@
 | 
			
		||||
        "typescript": "3.0.1"
 | 
			
		||||
    },
 | 
			
		||||
    "dependencies": {
 | 
			
		||||
        "@0x/types": "^1.3.0",
 | 
			
		||||
        "@0x/typescript-typings": "^3.0.4",
 | 
			
		||||
        "@0x/types": "^1.4.0",
 | 
			
		||||
        "@0x/typescript-typings": "^3.0.5",
 | 
			
		||||
        "lodash": "^4.17.5"
 | 
			
		||||
    },
 | 
			
		||||
    "publishConfig": {
 | 
			
		||||
 
 | 
			
		||||
@@ -1,6 +1,6 @@
 | 
			
		||||
{
 | 
			
		||||
    "name": "@0x/sra-spec",
 | 
			
		||||
    "version": "1.0.11",
 | 
			
		||||
    "version": "1.0.12",
 | 
			
		||||
    "engines": {
 | 
			
		||||
        "node": ">=6.12"
 | 
			
		||||
    },
 | 
			
		||||
@@ -35,7 +35,7 @@
 | 
			
		||||
    },
 | 
			
		||||
    "homepage": "https://github.com/0xProject/0x-monorepo/packages/sra-spec/README.md",
 | 
			
		||||
    "dependencies": {
 | 
			
		||||
        "@0x/json-schemas": "^2.1.2",
 | 
			
		||||
        "@0x/json-schemas": "^2.1.3",
 | 
			
		||||
        "@loopback/openapi-v3-types": "^0.8.2"
 | 
			
		||||
    },
 | 
			
		||||
    "devDependencies": {
 | 
			
		||||
 
 | 
			
		||||
@@ -1,6 +1,6 @@
 | 
			
		||||
{
 | 
			
		||||
    "name": "@0x/subproviders",
 | 
			
		||||
    "version": "2.1.6",
 | 
			
		||||
    "version": "2.1.7",
 | 
			
		||||
    "engines": {
 | 
			
		||||
        "node": ">=6.12"
 | 
			
		||||
    },
 | 
			
		||||
@@ -29,11 +29,11 @@
 | 
			
		||||
        }
 | 
			
		||||
    },
 | 
			
		||||
    "dependencies": {
 | 
			
		||||
        "@0x/assert": "^1.0.18",
 | 
			
		||||
        "@0x/types": "^1.3.0",
 | 
			
		||||
        "@0x/typescript-typings": "^3.0.4",
 | 
			
		||||
        "@0x/utils": "^2.0.6",
 | 
			
		||||
        "@0x/web3-wrapper": "^3.1.6",
 | 
			
		||||
        "@0x/assert": "^1.0.19",
 | 
			
		||||
        "@0x/types": "^1.4.0",
 | 
			
		||||
        "@0x/typescript-typings": "^3.0.5",
 | 
			
		||||
        "@0x/utils": "^2.0.7",
 | 
			
		||||
        "@0x/web3-wrapper": "^3.2.0",
 | 
			
		||||
        "@ledgerhq/hw-app-eth": "^4.3.0",
 | 
			
		||||
        "@ledgerhq/hw-transport-u2f": "4.24.0",
 | 
			
		||||
        "@types/eth-lightwallet": "^3.0.0",
 | 
			
		||||
@@ -43,7 +43,7 @@
 | 
			
		||||
        "bip39": "^2.5.0",
 | 
			
		||||
        "bn.js": "^4.11.8",
 | 
			
		||||
        "eth-lightwallet": "^3.0.1",
 | 
			
		||||
        "ethereum-types": "^1.1.2",
 | 
			
		||||
        "ethereum-types": "^1.1.3",
 | 
			
		||||
        "ethereumjs-tx": "^1.3.5",
 | 
			
		||||
        "ethereumjs-util": "^5.1.1",
 | 
			
		||||
        "ganache-core": "^2.2.1",
 | 
			
		||||
 
 | 
			
		||||
@@ -1,7 +1,7 @@
 | 
			
		||||
{
 | 
			
		||||
    "private": true,
 | 
			
		||||
    "name": "@0x/testnet-faucets",
 | 
			
		||||
    "version": "1.0.58",
 | 
			
		||||
    "version": "1.0.59",
 | 
			
		||||
    "engines": {
 | 
			
		||||
        "node": ">=6.12"
 | 
			
		||||
    },
 | 
			
		||||
@@ -18,13 +18,13 @@
 | 
			
		||||
    "author": "Fabio Berger",
 | 
			
		||||
    "license": "Apache-2.0",
 | 
			
		||||
    "dependencies": {
 | 
			
		||||
        "0x.js": "^2.0.6",
 | 
			
		||||
        "@0x/subproviders": "^2.1.6",
 | 
			
		||||
        "@0x/typescript-typings": "^3.0.4",
 | 
			
		||||
        "@0x/utils": "^2.0.6",
 | 
			
		||||
        "@0x/web3-wrapper": "^3.1.6",
 | 
			
		||||
        "0x.js": "^2.0.7",
 | 
			
		||||
        "@0x/subproviders": "^2.1.7",
 | 
			
		||||
        "@0x/typescript-typings": "^3.0.5",
 | 
			
		||||
        "@0x/utils": "^2.0.7",
 | 
			
		||||
        "@0x/web3-wrapper": "^3.2.0",
 | 
			
		||||
        "body-parser": "^1.17.1",
 | 
			
		||||
        "ethereum-types": "^1.1.2",
 | 
			
		||||
        "ethereum-types": "^1.1.3",
 | 
			
		||||
        "ethereumjs-tx": "^1.3.5",
 | 
			
		||||
        "ethereumjs-util": "^5.1.1",
 | 
			
		||||
        "express": "^4.15.2",
 | 
			
		||||
 
 | 
			
		||||
@@ -1,6 +1,6 @@
 | 
			
		||||
{
 | 
			
		||||
    "name": "@0x/types",
 | 
			
		||||
    "version": "1.3.0",
 | 
			
		||||
    "version": "1.4.0",
 | 
			
		||||
    "engines": {
 | 
			
		||||
        "node": ">=6.12"
 | 
			
		||||
    },
 | 
			
		||||
@@ -32,7 +32,7 @@
 | 
			
		||||
    "dependencies": {
 | 
			
		||||
        "@types/node": "*",
 | 
			
		||||
        "bignumber.js": "~4.1.0",
 | 
			
		||||
        "ethereum-types": "^1.1.2"
 | 
			
		||||
        "ethereum-types": "^1.1.3"
 | 
			
		||||
    },
 | 
			
		||||
    "publishConfig": {
 | 
			
		||||
        "access": "public"
 | 
			
		||||
 
 | 
			
		||||
@@ -1,6 +1,6 @@
 | 
			
		||||
{
 | 
			
		||||
    "name": "@0x/typescript-typings",
 | 
			
		||||
    "version": "3.0.4",
 | 
			
		||||
    "version": "3.0.5",
 | 
			
		||||
    "engines": {
 | 
			
		||||
        "node": ">=6.12"
 | 
			
		||||
    },
 | 
			
		||||
@@ -27,7 +27,7 @@
 | 
			
		||||
        "@types/bn.js": "^4.11.0",
 | 
			
		||||
        "@types/react": "*",
 | 
			
		||||
        "bignumber.js": "~4.1.0",
 | 
			
		||||
        "ethereum-types": "^1.1.2",
 | 
			
		||||
        "ethereum-types": "^1.1.3",
 | 
			
		||||
        "popper.js": "1.14.3"
 | 
			
		||||
    },
 | 
			
		||||
    "devDependencies": {
 | 
			
		||||
 
 | 
			
		||||
@@ -1,6 +1,6 @@
 | 
			
		||||
{
 | 
			
		||||
    "name": "@0x/utils",
 | 
			
		||||
    "version": "2.0.6",
 | 
			
		||||
    "version": "2.0.7",
 | 
			
		||||
    "engines": {
 | 
			
		||||
        "node": ">=6.12"
 | 
			
		||||
    },
 | 
			
		||||
@@ -44,13 +44,13 @@
 | 
			
		||||
        "typescript": "3.0.1"
 | 
			
		||||
    },
 | 
			
		||||
    "dependencies": {
 | 
			
		||||
        "@0x/types": "^1.3.0",
 | 
			
		||||
        "@0x/typescript-typings": "^3.0.4",
 | 
			
		||||
        "@0x/types": "^1.4.0",
 | 
			
		||||
        "@0x/typescript-typings": "^3.0.5",
 | 
			
		||||
        "@types/node": "*",
 | 
			
		||||
        "abortcontroller-polyfill": "^1.1.9",
 | 
			
		||||
        "bignumber.js": "~4.1.0",
 | 
			
		||||
        "detect-node": "2.0.3",
 | 
			
		||||
        "ethereum-types": "^1.1.2",
 | 
			
		||||
        "ethereum-types": "^1.1.3",
 | 
			
		||||
        "ethereumjs-util": "^5.1.1",
 | 
			
		||||
        "ethers": "~4.0.4",
 | 
			
		||||
        "isomorphic-fetch": "^2.2.1",
 | 
			
		||||
 
 | 
			
		||||
@@ -1,6 +1,6 @@
 | 
			
		||||
{
 | 
			
		||||
    "name": "@0x/web3-wrapper",
 | 
			
		||||
    "version": "3.1.6",
 | 
			
		||||
    "version": "3.2.0",
 | 
			
		||||
    "engines": {
 | 
			
		||||
        "node": ">=6.12"
 | 
			
		||||
    },
 | 
			
		||||
@@ -54,11 +54,11 @@
 | 
			
		||||
        "typescript": "3.0.1"
 | 
			
		||||
    },
 | 
			
		||||
    "dependencies": {
 | 
			
		||||
        "@0x/assert": "^1.0.18",
 | 
			
		||||
        "@0x/json-schemas": "^2.1.2",
 | 
			
		||||
        "@0x/typescript-typings": "^3.0.4",
 | 
			
		||||
        "@0x/utils": "^2.0.6",
 | 
			
		||||
        "ethereum-types": "^1.1.2",
 | 
			
		||||
        "@0x/assert": "^1.0.19",
 | 
			
		||||
        "@0x/json-schemas": "^2.1.3",
 | 
			
		||||
        "@0x/typescript-typings": "^3.0.5",
 | 
			
		||||
        "@0x/utils": "^2.0.7",
 | 
			
		||||
        "ethereum-types": "^1.1.3",
 | 
			
		||||
        "ethereumjs-util": "^5.1.1",
 | 
			
		||||
        "ethers": "~4.0.4",
 | 
			
		||||
        "lodash": "^4.17.5"
 | 
			
		||||
 
 | 
			
		||||
@@ -1,6 +1,6 @@
 | 
			
		||||
{
 | 
			
		||||
    "name": "@0x/website",
 | 
			
		||||
    "version": "0.0.61",
 | 
			
		||||
    "version": "0.0.62",
 | 
			
		||||
    "engines": {
 | 
			
		||||
        "node": ">=6.12"
 | 
			
		||||
    },
 | 
			
		||||
@@ -20,24 +20,24 @@
 | 
			
		||||
    "author": "Fabio Berger",
 | 
			
		||||
    "license": "Apache-2.0",
 | 
			
		||||
    "dependencies": {
 | 
			
		||||
        "@0x/asset-buyer": "^3.0.2",
 | 
			
		||||
        "@0x/asset-buyer": "^3.0.3",
 | 
			
		||||
        "@0x/contract-addresses": "^2.0.0",
 | 
			
		||||
        "@0x/contract-wrappers": "^4.1.1",
 | 
			
		||||
        "@0x/json-schemas": "^2.1.2",
 | 
			
		||||
        "@0x/order-utils": "^3.0.4",
 | 
			
		||||
        "@0x/react-docs": "^1.0.20",
 | 
			
		||||
        "@0x/react-shared": "^1.0.23",
 | 
			
		||||
        "@0x/subproviders": "^2.1.6",
 | 
			
		||||
        "@0x/types": "^1.3.0",
 | 
			
		||||
        "@0x/typescript-typings": "^3.0.4",
 | 
			
		||||
        "@0x/utils": "^2.0.6",
 | 
			
		||||
        "@0x/web3-wrapper": "^3.1.6",
 | 
			
		||||
        "@0x/contract-wrappers": "^4.1.2",
 | 
			
		||||
        "@0x/json-schemas": "^2.1.3",
 | 
			
		||||
        "@0x/order-utils": "^3.0.6",
 | 
			
		||||
        "@0x/react-docs": "^1.0.21",
 | 
			
		||||
        "@0x/react-shared": "^1.0.24",
 | 
			
		||||
        "@0x/subproviders": "^2.1.7",
 | 
			
		||||
        "@0x/types": "^1.4.0",
 | 
			
		||||
        "@0x/typescript-typings": "^3.0.5",
 | 
			
		||||
        "@0x/utils": "^2.0.7",
 | 
			
		||||
        "@0x/web3-wrapper": "^3.2.0",
 | 
			
		||||
        "accounting": "^0.4.1",
 | 
			
		||||
        "basscss": "^8.0.3",
 | 
			
		||||
        "blockies": "^0.0.2",
 | 
			
		||||
        "bowser": "^1.9.3",
 | 
			
		||||
        "deep-equal": "^1.0.1",
 | 
			
		||||
        "ethereum-types": "^1.1.2",
 | 
			
		||||
        "ethereum-types": "^1.1.3",
 | 
			
		||||
        "ethereumjs-util": "^5.1.1",
 | 
			
		||||
        "find-versions": "^2.0.0",
 | 
			
		||||
        "jsonschema": "^1.2.0",
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user