diff --git a/contracts/asset-proxy/package.json b/contracts/asset-proxy/package.json index 7e750dfe66..af1e5e8815 100644 --- a/contracts/asset-proxy/package.json +++ b/contracts/asset-proxy/package.json @@ -1,6 +1,6 @@ { "name": "@0x/contracts-asset-proxy", - "version": "3.0.1", + "version": "3.0.2", "engines": { "node": ">=6.12" }, @@ -51,15 +51,15 @@ }, "homepage": "https://github.com/0xProject/0x-monorepo/contracts/protocol/README.md", "devDependencies": { - "@0x/abi-gen": "^5.0.1", - "@0x/contracts-gen": "^2.0.1", - "@0x/contracts-test-utils": "^5.0.0", - "@0x/contracts-utils": "^4.0.1", - "@0x/dev-utils": "^3.0.1", - "@0x/sol-compiler": "^4.0.1", + "@0x/abi-gen": "^5.0.2", + "@0x/contracts-gen": "^2.0.2", + "@0x/contracts-test-utils": "^5.0.1", + "@0x/contracts-utils": "^4.0.2", + "@0x/dev-utils": "^3.0.2", + "@0x/sol-compiler": "^4.0.2", "@0x/ts-doc-gen": "^0.0.22", "@0x/tslint-config": "^4.0.0", - "@0x/types": "^3.1.0", + "@0x/types": "^3.1.1", "@types/lodash": "4.14.104", "@types/mocha": "^5.2.7", "@types/node": "*", @@ -79,16 +79,16 @@ "typescript": "3.0.1" }, "dependencies": { - "@0x/base-contract": "^6.0.1", - "@0x/contracts-dev-utils": "^1.0.1", - "@0x/contracts-erc1155": "^2.0.1", - "@0x/contracts-erc20": "^3.0.1", - "@0x/contracts-erc721": "^3.0.1", - "@0x/contracts-exchange-libs": "^4.0.1", - "@0x/order-utils": "^10.0.0", - "@0x/typescript-typings": "^5.0.0", - "@0x/utils": "^5.1.0", - "@0x/web3-wrapper": "^7.0.1", + "@0x/base-contract": "^6.0.2", + "@0x/contracts-dev-utils": "^1.0.2", + "@0x/contracts-erc1155": "^2.0.2", + "@0x/contracts-erc20": "^3.0.2", + "@0x/contracts-erc721": "^3.0.2", + "@0x/contracts-exchange-libs": "^4.0.2", + "@0x/order-utils": "^10.0.1", + "@0x/typescript-typings": "^5.0.1", + "@0x/utils": "^5.1.1", + "@0x/web3-wrapper": "^7.0.2", "ethereum-types": "^3.0.0", "lodash": "^4.17.11" }, diff --git a/contracts/coordinator/package.json b/contracts/coordinator/package.json index 42357df542..09d475818a 100644 --- a/contracts/coordinator/package.json +++ b/contracts/coordinator/package.json @@ -1,6 +1,6 @@ { "name": "@0x/contracts-coordinator", - "version": "3.0.1", + "version": "3.0.2", "engines": { "node": ">=6.12" }, @@ -52,19 +52,19 @@ }, "homepage": "https://github.com/0xProject/0x-monorepo/contracts/extensions/README.md", "devDependencies": { - "@0x/abi-gen": "^5.0.1", - "@0x/contracts-asset-proxy": "^3.0.1", - "@0x/contracts-dev-utils": "^1.0.1", - "@0x/contracts-erc20": "^3.0.1", - "@0x/contracts-exchange": "^3.0.1", - "@0x/contracts-gen": "^2.0.1", - "@0x/contracts-test-utils": "^5.0.0", - "@0x/dev-utils": "^3.0.1", - "@0x/order-utils": "^10.0.0", - "@0x/sol-compiler": "^4.0.1", + "@0x/abi-gen": "^5.0.2", + "@0x/contracts-asset-proxy": "^3.0.2", + "@0x/contracts-dev-utils": "^1.0.2", + "@0x/contracts-erc20": "^3.0.2", + "@0x/contracts-exchange": "^3.0.2", + "@0x/contracts-gen": "^2.0.2", + "@0x/contracts-test-utils": "^5.0.1", + "@0x/dev-utils": "^3.0.2", + "@0x/order-utils": "^10.0.1", + "@0x/sol-compiler": "^4.0.2", "@0x/ts-doc-gen": "^0.0.22", "@0x/tslint-config": "^4.0.0", - "@0x/web3-wrapper": "^7.0.1", + "@0x/web3-wrapper": "^7.0.2", "@types/lodash": "4.14.104", "@types/mocha": "^5.2.7", "@types/node": "*", @@ -84,14 +84,14 @@ "typescript": "3.0.1" }, "dependencies": { - "@0x/assert": "^3.0.1", - "@0x/base-contract": "^6.0.1", - "@0x/contract-addresses": "^4.0.0", - "@0x/contracts-utils": "^4.0.1", - "@0x/json-schemas": "^5.0.1", - "@0x/types": "^3.1.0", - "@0x/typescript-typings": "^5.0.0", - "@0x/utils": "^5.1.0", + "@0x/assert": "^3.0.2", + "@0x/base-contract": "^6.0.2", + "@0x/contract-addresses": "^4.1.0", + "@0x/contracts-utils": "^4.0.2", + "@0x/json-schemas": "^5.0.2", + "@0x/types": "^3.1.1", + "@0x/typescript-typings": "^5.0.1", + "@0x/utils": "^5.1.1", "ethereum-types": "^3.0.0", "http-status-codes": "^1.3.2" }, diff --git a/contracts/dev-utils/package.json b/contracts/dev-utils/package.json index 2c041c13c8..c06e458df3 100644 --- a/contracts/dev-utils/package.json +++ b/contracts/dev-utils/package.json @@ -1,6 +1,6 @@ { "name": "@0x/contracts-dev-utils", - "version": "1.0.1", + "version": "1.0.2", "engines": { "node": ">=6.12" }, @@ -41,10 +41,10 @@ }, "homepage": "https://github.com/0xProject/0x-monorepo/contracts/dev-utils/README.md", "devDependencies": { - "@0x/abi-gen": "^5.0.1", - "@0x/assert": "^3.0.1", - "@0x/contracts-gen": "^2.0.1", - "@0x/sol-compiler": "^4.0.1", + "@0x/abi-gen": "^5.0.2", + "@0x/assert": "^3.0.2", + "@0x/contracts-gen": "^2.0.2", + "@0x/sol-compiler": "^4.0.2", "@0x/ts-doc-gen": "^0.0.22", "@0x/tslint-config": "^4.0.0", "@types/node": "*", @@ -59,7 +59,7 @@ "typescript": "3.0.1" }, "dependencies": { - "@0x/base-contract": "^6.0.1" + "@0x/base-contract": "^6.0.2" }, "publishConfig": { "access": "public" diff --git a/contracts/erc1155/package.json b/contracts/erc1155/package.json index 8ddb57c498..7d145de0d9 100644 --- a/contracts/erc1155/package.json +++ b/contracts/erc1155/package.json @@ -1,6 +1,6 @@ { "name": "@0x/contracts-erc1155", - "version": "2.0.1", + "version": "2.0.2", "engines": { "node": ">=6.12" }, @@ -52,15 +52,15 @@ }, "homepage": "https://github.com/0xProject/0x-monorepo/contracts/tokens/README.md", "devDependencies": { - "@0x/abi-gen": "^5.0.1", - "@0x/contracts-gen": "^2.0.1", - "@0x/contracts-utils": "^4.0.1", - "@0x/dev-utils": "^3.0.1", - "@0x/sol-compiler": "^4.0.1", + "@0x/abi-gen": "^5.0.2", + "@0x/contracts-gen": "^2.0.2", + "@0x/contracts-utils": "^4.0.2", + "@0x/dev-utils": "^3.0.2", + "@0x/sol-compiler": "^4.0.2", "@0x/ts-doc-gen": "^0.0.22", "@0x/tslint-config": "^4.0.0", - "@0x/types": "^3.1.0", - "@0x/typescript-typings": "^5.0.0", + "@0x/types": "^3.1.1", + "@0x/typescript-typings": "^5.0.1", "@types/lodash": "4.14.104", "@types/mocha": "^5.2.7", "@types/node": "*", @@ -80,10 +80,10 @@ "typescript": "3.0.1" }, "dependencies": { - "@0x/base-contract": "^6.0.1", - "@0x/contracts-test-utils": "^5.0.0", - "@0x/utils": "^5.1.0", - "@0x/web3-wrapper": "^7.0.1", + "@0x/base-contract": "^6.0.2", + "@0x/contracts-test-utils": "^5.0.1", + "@0x/utils": "^5.1.1", + "@0x/web3-wrapper": "^7.0.2", "lodash": "^4.17.11" }, "publishConfig": { diff --git a/contracts/erc20-bridge-sampler/package.json b/contracts/erc20-bridge-sampler/package.json index d1e94270a7..38f9b5d1c2 100644 --- a/contracts/erc20-bridge-sampler/package.json +++ b/contracts/erc20-bridge-sampler/package.json @@ -1,6 +1,6 @@ { "name": "@0x/contracts-erc20-bridge-sampler", - "version": "1.0.1", + "version": "1.0.2", "engines": { "node": ">=6.12" }, @@ -50,18 +50,18 @@ }, "homepage": "https://github.com/0xProject/0x-monorepo/contracts/protocol/README.md", "devDependencies": { - "@0x/abi-gen": "^5.0.1", - "@0x/contracts-asset-proxy": "^3.0.1", - "@0x/contracts-erc20": "^3.0.1", - "@0x/contracts-exchange": "^3.0.1", - "@0x/contracts-exchange-libs": "^4.0.1", - "@0x/contracts-gen": "^2.0.1", - "@0x/contracts-test-utils": "^5.0.0", - "@0x/contracts-utils": "^4.0.1", - "@0x/dev-utils": "^3.0.1", - "@0x/sol-compiler": "^4.0.1", + "@0x/abi-gen": "^5.0.2", + "@0x/contracts-asset-proxy": "^3.0.2", + "@0x/contracts-erc20": "^3.0.2", + "@0x/contracts-exchange": "^3.0.2", + "@0x/contracts-exchange-libs": "^4.0.2", + "@0x/contracts-gen": "^2.0.2", + "@0x/contracts-test-utils": "^5.0.1", + "@0x/contracts-utils": "^4.0.2", + "@0x/dev-utils": "^3.0.2", + "@0x/sol-compiler": "^4.0.2", "@0x/tslint-config": "^4.0.0", - "@0x/web3-wrapper": "^7.0.1", + "@0x/web3-wrapper": "^7.0.2", "@types/lodash": "4.14.104", "@types/mocha": "^5.2.7", "@types/node": "*", @@ -79,10 +79,10 @@ "typescript": "3.0.1" }, "dependencies": { - "@0x/base-contract": "^6.0.1", - "@0x/types": "^3.1.0", - "@0x/typescript-typings": "^5.0.0", - "@0x/utils": "^5.1.0", + "@0x/base-contract": "^6.0.2", + "@0x/types": "^3.1.1", + "@0x/typescript-typings": "^5.0.1", + "@0x/utils": "^5.1.1", "ethereum-types": "^3.0.0", "lodash": "^4.17.11" }, diff --git a/contracts/erc20/package.json b/contracts/erc20/package.json index 7f3c4a47d8..2fc7dc4fe6 100644 --- a/contracts/erc20/package.json +++ b/contracts/erc20/package.json @@ -1,6 +1,6 @@ { "name": "@0x/contracts-erc20", - "version": "3.0.1", + "version": "3.0.2", "engines": { "node": ">=6.12" }, @@ -51,18 +51,18 @@ }, "homepage": "https://github.com/0xProject/0x-monorepo/contracts/tokens/README.md", "devDependencies": { - "@0x/abi-gen": "^5.0.1", - "@0x/contracts-gen": "^2.0.1", - "@0x/contracts-test-utils": "^5.0.0", - "@0x/contracts-utils": "^4.0.1", - "@0x/dev-utils": "^3.0.1", - "@0x/sol-compiler": "^4.0.1", + "@0x/abi-gen": "^5.0.2", + "@0x/contracts-gen": "^2.0.2", + "@0x/contracts-test-utils": "^5.0.1", + "@0x/contracts-utils": "^4.0.2", + "@0x/dev-utils": "^3.0.2", + "@0x/sol-compiler": "^4.0.2", "@0x/ts-doc-gen": "^0.0.22", "@0x/tslint-config": "^4.0.0", - "@0x/types": "^3.1.0", - "@0x/typescript-typings": "^5.0.0", - "@0x/utils": "^5.1.0", - "@0x/web3-wrapper": "^7.0.1", + "@0x/types": "^3.1.1", + "@0x/typescript-typings": "^5.0.1", + "@0x/utils": "^5.1.1", + "@0x/web3-wrapper": "^7.0.2", "@types/lodash": "4.14.104", "@types/mocha": "^5.2.7", "@types/node": "*", @@ -82,7 +82,7 @@ "typescript": "3.0.1" }, "dependencies": { - "@0x/base-contract": "^6.0.1" + "@0x/base-contract": "^6.0.2" }, "publishConfig": { "access": "public" diff --git a/contracts/erc721/package.json b/contracts/erc721/package.json index 57268cd9b3..779ff3925a 100644 --- a/contracts/erc721/package.json +++ b/contracts/erc721/package.json @@ -1,6 +1,6 @@ { "name": "@0x/contracts-erc721", - "version": "3.0.1", + "version": "3.0.2", "engines": { "node": ">=6.12" }, @@ -52,18 +52,18 @@ }, "homepage": "https://github.com/0xProject/0x-monorepo/contracts/tokens/README.md", "devDependencies": { - "@0x/abi-gen": "^5.0.1", - "@0x/contracts-gen": "^2.0.1", - "@0x/contracts-test-utils": "^5.0.0", - "@0x/contracts-utils": "^4.0.1", - "@0x/dev-utils": "^3.0.1", - "@0x/sol-compiler": "^4.0.1", + "@0x/abi-gen": "^5.0.2", + "@0x/contracts-gen": "^2.0.2", + "@0x/contracts-test-utils": "^5.0.1", + "@0x/contracts-utils": "^4.0.2", + "@0x/dev-utils": "^3.0.2", + "@0x/sol-compiler": "^4.0.2", "@0x/ts-doc-gen": "^0.0.22", "@0x/tslint-config": "^4.0.0", - "@0x/types": "^3.1.0", - "@0x/typescript-typings": "^5.0.0", - "@0x/utils": "^5.1.0", - "@0x/web3-wrapper": "^7.0.1", + "@0x/types": "^3.1.1", + "@0x/typescript-typings": "^5.0.1", + "@0x/utils": "^5.1.1", + "@0x/web3-wrapper": "^7.0.2", "@types/lodash": "4.14.104", "@types/mocha": "^5.2.7", "@types/node": "*", @@ -84,7 +84,7 @@ "typescript": "3.0.1" }, "dependencies": { - "@0x/base-contract": "^6.0.1" + "@0x/base-contract": "^6.0.2" }, "publishConfig": { "access": "public" diff --git a/contracts/exchange-forwarder/package.json b/contracts/exchange-forwarder/package.json index 4c01baa719..e49e886141 100644 --- a/contracts/exchange-forwarder/package.json +++ b/contracts/exchange-forwarder/package.json @@ -1,6 +1,6 @@ { "name": "@0x/contracts-exchange-forwarder", - "version": "4.0.1", + "version": "4.0.2", "engines": { "node": ">=6.12" }, @@ -52,24 +52,24 @@ }, "homepage": "https://github.com/0xProject/0x-monorepo/contracts/extensions/README.md", "devDependencies": { - "@0x/abi-gen": "^5.0.1", - "@0x/contracts-asset-proxy": "^3.0.1", - "@0x/contracts-dev-utils": "^1.0.1", - "@0x/contracts-erc20": "^3.0.1", - "@0x/contracts-erc721": "^3.0.1", - "@0x/contracts-exchange": "^3.0.1", - "@0x/contracts-exchange-libs": "^4.0.1", - "@0x/contracts-gen": "^2.0.1", - "@0x/contracts-test-utils": "^5.0.0", - "@0x/contracts-utils": "^4.0.1", - "@0x/dev-utils": "^3.0.1", - "@0x/order-utils": "^10.0.0", - "@0x/sol-compiler": "^4.0.1", + "@0x/abi-gen": "^5.0.2", + "@0x/contracts-asset-proxy": "^3.0.2", + "@0x/contracts-dev-utils": "^1.0.2", + "@0x/contracts-erc20": "^3.0.2", + "@0x/contracts-erc721": "^3.0.2", + "@0x/contracts-exchange": "^3.0.2", + "@0x/contracts-exchange-libs": "^4.0.2", + "@0x/contracts-gen": "^2.0.2", + "@0x/contracts-test-utils": "^5.0.1", + "@0x/contracts-utils": "^4.0.2", + "@0x/dev-utils": "^3.0.2", + "@0x/order-utils": "^10.0.1", + "@0x/sol-compiler": "^4.0.2", "@0x/ts-doc-gen": "^0.0.22", "@0x/tslint-config": "^4.0.0", - "@0x/types": "^3.1.0", - "@0x/utils": "^5.1.0", - "@0x/web3-wrapper": "^7.0.1", + "@0x/types": "^3.1.1", + "@0x/utils": "^5.1.1", + "@0x/web3-wrapper": "^7.0.2", "@types/lodash": "4.14.104", "@types/mocha": "^5.2.7", "@types/node": "*", @@ -89,8 +89,8 @@ "typescript": "3.0.1" }, "dependencies": { - "@0x/base-contract": "^6.0.1", - "@0x/typescript-typings": "^5.0.0", + "@0x/base-contract": "^6.0.2", + "@0x/typescript-typings": "^5.0.1", "ethereum-types": "^3.0.0" }, "publishConfig": { diff --git a/contracts/exchange-libs/package.json b/contracts/exchange-libs/package.json index f21d44e3b6..854d36dc3b 100644 --- a/contracts/exchange-libs/package.json +++ b/contracts/exchange-libs/package.json @@ -1,6 +1,6 @@ { "name": "@0x/contracts-exchange-libs", - "version": "4.0.1", + "version": "4.0.2", "engines": { "node": ">=6.12" }, @@ -52,15 +52,15 @@ }, "homepage": "https://github.com/0xProject/0x-monorepo/contracts/libs/README.md", "devDependencies": { - "@0x/abi-gen": "^5.0.1", - "@0x/contracts-gen": "^2.0.1", - "@0x/contracts-test-utils": "^5.0.0", - "@0x/dev-utils": "^3.0.1", - "@0x/sol-compiler": "^4.0.1", - "@0x/subproviders": "^6.0.1", + "@0x/abi-gen": "^5.0.2", + "@0x/contracts-gen": "^2.0.2", + "@0x/contracts-test-utils": "^5.0.1", + "@0x/dev-utils": "^3.0.2", + "@0x/sol-compiler": "^4.0.2", + "@0x/subproviders": "^6.0.2", "@0x/ts-doc-gen": "^0.0.22", "@0x/tslint-config": "^4.0.0", - "@0x/web3-wrapper": "^7.0.1", + "@0x/web3-wrapper": "^7.0.2", "@types/lodash": "4.14.104", "@types/mocha": "^5.2.7", "@types/node": "*", @@ -81,12 +81,12 @@ "typescript": "3.0.1" }, "dependencies": { - "@0x/base-contract": "^6.0.1", - "@0x/contracts-utils": "^4.0.1", - "@0x/order-utils": "^10.0.0", - "@0x/types": "^3.1.0", - "@0x/typescript-typings": "^5.0.0", - "@0x/utils": "^5.1.0", + "@0x/base-contract": "^6.0.2", + "@0x/contracts-utils": "^4.0.2", + "@0x/order-utils": "^10.0.1", + "@0x/types": "^3.1.1", + "@0x/typescript-typings": "^5.0.1", + "@0x/utils": "^5.1.1", "ethereum-types": "^3.0.0" }, "publishConfig": { diff --git a/contracts/exchange/package.json b/contracts/exchange/package.json index 20890d3cb6..6c5b5c548d 100644 --- a/contracts/exchange/package.json +++ b/contracts/exchange/package.json @@ -1,6 +1,6 @@ { "name": "@0x/contracts-exchange", - "version": "3.0.1", + "version": "3.0.2", "engines": { "node": ">=6.12" }, @@ -52,21 +52,21 @@ }, "homepage": "https://github.com/0xProject/0x-monorepo/contracts/protocol/README.md", "devDependencies": { - "@0x/abi-gen": "^5.0.1", - "@0x/contracts-asset-proxy": "^3.0.1", - "@0x/contracts-exchange-libs": "^4.0.1", - "@0x/contracts-gen": "^2.0.1", - "@0x/contracts-multisig": "^4.0.1", - "@0x/contracts-staking": "^2.0.1", - "@0x/contracts-test-utils": "^5.0.0", - "@0x/contracts-utils": "^4.0.1", - "@0x/dev-utils": "^3.0.1", - "@0x/sol-compiler": "^4.0.1", + "@0x/abi-gen": "^5.0.2", + "@0x/contracts-asset-proxy": "^3.0.2", + "@0x/contracts-exchange-libs": "^4.0.2", + "@0x/contracts-gen": "^2.0.2", + "@0x/contracts-multisig": "^4.0.2", + "@0x/contracts-staking": "^2.0.2", + "@0x/contracts-test-utils": "^5.0.1", + "@0x/contracts-utils": "^4.0.2", + "@0x/dev-utils": "^3.0.2", + "@0x/sol-compiler": "^4.0.2", "@0x/ts-doc-gen": "^0.0.22", "@0x/tslint-config": "^4.0.0", - "@0x/types": "^3.1.0", - "@0x/typescript-typings": "^5.0.0", - "@0x/web3-wrapper": "^7.0.1", + "@0x/types": "^3.1.1", + "@0x/typescript-typings": "^5.0.1", + "@0x/web3-wrapper": "^7.0.2", "@types/lodash": "4.14.104", "@types/mocha": "^5.2.7", "@types/node": "*", @@ -88,13 +88,13 @@ "typescript": "3.0.1" }, "dependencies": { - "@0x/base-contract": "^6.0.1", - "@0x/contracts-dev-utils": "^1.0.1", - "@0x/contracts-erc1155": "^2.0.1", - "@0x/contracts-erc20": "^3.0.1", - "@0x/contracts-erc721": "^3.0.1", - "@0x/order-utils": "^10.0.0", - "@0x/utils": "^5.1.0", + "@0x/base-contract": "^6.0.2", + "@0x/contracts-dev-utils": "^1.0.2", + "@0x/contracts-erc1155": "^2.0.2", + "@0x/contracts-erc20": "^3.0.2", + "@0x/contracts-erc721": "^3.0.2", + "@0x/order-utils": "^10.0.1", + "@0x/utils": "^5.1.1", "lodash": "^4.17.11" }, "publishConfig": { diff --git a/contracts/extensions/package.json b/contracts/extensions/package.json index e2a42894d2..3d8a9abff5 100644 --- a/contracts/extensions/package.json +++ b/contracts/extensions/package.json @@ -1,6 +1,6 @@ { "name": "@0x/contracts-extensions", - "version": "5.1.0", + "version": "5.1.1", "engines": { "node": ">=6.12" }, @@ -52,24 +52,24 @@ }, "homepage": "https://github.com/0xProject/0x-monorepo/contracts/extensions/README.md", "devDependencies": { - "@0x/abi-gen": "^5.0.1", - "@0x/contracts-asset-proxy": "^3.0.1", - "@0x/contracts-dev-utils": "^1.0.1", - "@0x/contracts-erc20": "^3.0.1", - "@0x/contracts-erc721": "^3.0.1", - "@0x/contracts-exchange": "^3.0.1", - "@0x/contracts-exchange-libs": "^4.0.1", - "@0x/contracts-gen": "^2.0.1", - "@0x/contracts-test-utils": "^5.0.0", - "@0x/contracts-utils": "^4.0.1", - "@0x/dev-utils": "^3.0.1", - "@0x/order-utils": "^10.0.0", - "@0x/sol-compiler": "^4.0.1", + "@0x/abi-gen": "^5.0.2", + "@0x/contracts-asset-proxy": "^3.0.2", + "@0x/contracts-dev-utils": "^1.0.2", + "@0x/contracts-erc20": "^3.0.2", + "@0x/contracts-erc721": "^3.0.2", + "@0x/contracts-exchange": "^3.0.2", + "@0x/contracts-exchange-libs": "^4.0.2", + "@0x/contracts-gen": "^2.0.2", + "@0x/contracts-test-utils": "^5.0.1", + "@0x/contracts-utils": "^4.0.2", + "@0x/dev-utils": "^3.0.2", + "@0x/order-utils": "^10.0.1", + "@0x/sol-compiler": "^4.0.2", "@0x/ts-doc-gen": "^0.0.22", "@0x/tslint-config": "^4.0.0", - "@0x/types": "^3.1.0", - "@0x/utils": "^5.1.0", - "@0x/web3-wrapper": "^7.0.1", + "@0x/types": "^3.1.1", + "@0x/utils": "^5.1.1", + "@0x/web3-wrapper": "^7.0.2", "@types/lodash": "4.14.104", "@types/mocha": "^5.2.7", "@types/node": "*", @@ -91,8 +91,8 @@ "typescript": "3.0.1" }, "dependencies": { - "@0x/base-contract": "^6.0.1", - "@0x/typescript-typings": "^5.0.0", + "@0x/base-contract": "^6.0.2", + "@0x/typescript-typings": "^5.0.1", "ethereum-types": "^3.0.0" }, "publishConfig": { diff --git a/contracts/integrations/package.json b/contracts/integrations/package.json index 678ea29738..75f916ee21 100644 --- a/contracts/integrations/package.json +++ b/contracts/integrations/package.json @@ -1,6 +1,6 @@ { "name": "@0x/contracts-integrations", - "version": "2.0.1", + "version": "2.0.2", "engines": { "node": ">=6.12" }, @@ -51,22 +51,22 @@ }, "homepage": "https://github.com/0xProject/0x-monorepo/contracts/extensions/README.md", "devDependencies": { - "@0x/abi-gen": "^5.0.1", - "@0x/contract-addresses": "^4.0.0", - "@0x/contract-wrappers": "^13.1.0", - "@0x/contracts-coordinator": "^3.0.1", - "@0x/contracts-dev-utils": "^1.0.1", - "@0x/contracts-exchange-forwarder": "^4.0.1", - "@0x/contracts-exchange-libs": "^4.0.1", - "@0x/contracts-gen": "^2.0.1", - "@0x/contracts-utils": "^4.0.1", + "@0x/abi-gen": "^5.0.2", + "@0x/contract-addresses": "^4.1.0", + "@0x/contract-wrappers": "^13.2.0", + "@0x/contracts-coordinator": "^3.0.2", + "@0x/contracts-dev-utils": "^1.0.2", + "@0x/contracts-exchange-forwarder": "^4.0.2", + "@0x/contracts-exchange-libs": "^4.0.2", + "@0x/contracts-gen": "^2.0.2", + "@0x/contracts-utils": "^4.0.2", "@0x/coordinator-server": "^1.0.5", - "@0x/dev-utils": "^3.0.1", - "@0x/migrations": "^5.0.1", - "@0x/order-utils": "^10.0.0", - "@0x/sol-compiler": "^4.0.1", + "@0x/dev-utils": "^3.0.2", + "@0x/migrations": "^5.0.2", + "@0x/order-utils": "^10.0.1", + "@0x/sol-compiler": "^4.0.2", "@0x/tslint-config": "^4.0.0", - "@0x/web3-wrapper": "^7.0.1", + "@0x/web3-wrapper": "^7.0.2", "@azure/core-asynciterator-polyfill": "^1.0.0", "@types/lodash": "4.14.104", "@types/mocha": "^5.2.7", @@ -89,18 +89,18 @@ "typescript": "3.0.1" }, "dependencies": { - "@0x/base-contract": "^6.0.1", - "@0x/contracts-asset-proxy": "^3.0.1", - "@0x/contracts-erc1155": "^2.0.1", - "@0x/contracts-erc20": "^3.0.1", - "@0x/contracts-erc721": "^3.0.1", - "@0x/contracts-exchange": "^3.0.1", - "@0x/contracts-multisig": "^4.0.1", - "@0x/contracts-staking": "^2.0.1", - "@0x/contracts-test-utils": "^5.0.0", - "@0x/types": "^3.1.0", - "@0x/typescript-typings": "^5.0.0", - "@0x/utils": "^5.1.0", + "@0x/base-contract": "^6.0.2", + "@0x/contracts-asset-proxy": "^3.0.2", + "@0x/contracts-erc1155": "^2.0.2", + "@0x/contracts-erc20": "^3.0.2", + "@0x/contracts-erc721": "^3.0.2", + "@0x/contracts-exchange": "^3.0.2", + "@0x/contracts-multisig": "^4.0.2", + "@0x/contracts-staking": "^2.0.2", + "@0x/contracts-test-utils": "^5.0.1", + "@0x/types": "^3.1.1", + "@0x/typescript-typings": "^5.0.1", + "@0x/utils": "^5.1.1", "ethereum-types": "^3.0.0", "lodash": "^4.17.11" }, diff --git a/contracts/multisig/package.json b/contracts/multisig/package.json index 358ef9afb6..6b5a3464d2 100644 --- a/contracts/multisig/package.json +++ b/contracts/multisig/package.json @@ -1,6 +1,6 @@ { "name": "@0x/contracts-multisig", - "version": "4.0.1", + "version": "4.0.2", "engines": { "node": ">=6.12" }, @@ -49,18 +49,18 @@ }, "homepage": "https://github.com/0xProject/0x-monorepo/contracts/multisig/README.md", "devDependencies": { - "@0x/abi-gen": "^5.0.1", - "@0x/contracts-asset-proxy": "^3.0.1", - "@0x/contracts-erc20": "^3.0.1", - "@0x/contracts-gen": "^2.0.1", - "@0x/contracts-test-utils": "^5.0.0", - "@0x/contracts-utils": "^4.0.1", - "@0x/dev-utils": "^3.0.1", - "@0x/sol-compiler": "^4.0.1", + "@0x/abi-gen": "^5.0.2", + "@0x/contracts-asset-proxy": "^3.0.2", + "@0x/contracts-erc20": "^3.0.2", + "@0x/contracts-gen": "^2.0.2", + "@0x/contracts-test-utils": "^5.0.1", + "@0x/contracts-utils": "^4.0.2", + "@0x/dev-utils": "^3.0.2", + "@0x/sol-compiler": "^4.0.2", "@0x/tslint-config": "^4.0.0", - "@0x/types": "^3.1.0", - "@0x/utils": "^5.1.0", - "@0x/web3-wrapper": "^7.0.1", + "@0x/types": "^3.1.1", + "@0x/utils": "^5.1.1", + "@0x/web3-wrapper": "^7.0.2", "@types/lodash": "4.14.104", "@types/mocha": "^5.2.7", "@types/node": "*", @@ -78,8 +78,8 @@ "typescript": "3.0.1" }, "dependencies": { - "@0x/base-contract": "^6.0.1", - "@0x/typescript-typings": "^5.0.0", + "@0x/base-contract": "^6.0.2", + "@0x/typescript-typings": "^5.0.1", "ethereum-types": "^3.0.0" }, "publishConfig": { diff --git a/contracts/staking/package.json b/contracts/staking/package.json index 664384154a..c73754a918 100644 --- a/contracts/staking/package.json +++ b/contracts/staking/package.json @@ -1,6 +1,6 @@ { "name": "@0x/contracts-staking", - "version": "2.0.1", + "version": "2.0.2", "engines": { "node": ">=6.12" }, @@ -53,20 +53,20 @@ }, "homepage": "https://github.com/0xProject/0x-monorepo/contracts/tokens/README.md", "devDependencies": { - "@0x/abi-gen": "^5.0.1", - "@0x/contracts-asset-proxy": "^3.0.1", - "@0x/contracts-dev-utils": "^1.0.1", - "@0x/contracts-erc20": "^3.0.1", - "@0x/contracts-exchange-libs": "^4.0.1", - "@0x/contracts-gen": "^2.0.1", - "@0x/contracts-utils": "^4.0.1", - "@0x/dev-utils": "^3.0.1", - "@0x/order-utils": "^10.0.0", - "@0x/sol-compiler": "^4.0.1", + "@0x/abi-gen": "^5.0.2", + "@0x/contracts-asset-proxy": "^3.0.2", + "@0x/contracts-dev-utils": "^1.0.2", + "@0x/contracts-erc20": "^3.0.2", + "@0x/contracts-exchange-libs": "^4.0.2", + "@0x/contracts-gen": "^2.0.2", + "@0x/contracts-utils": "^4.0.2", + "@0x/dev-utils": "^3.0.2", + "@0x/order-utils": "^10.0.1", + "@0x/sol-compiler": "^4.0.2", "@0x/ts-doc-gen": "^0.0.22", "@0x/tslint-config": "^4.0.0", - "@0x/types": "^3.1.0", - "@0x/web3-wrapper": "^7.0.1", + "@0x/types": "^3.1.1", + "@0x/web3-wrapper": "^7.0.2", "@types/lodash": "4.14.104", "@types/node": "*", "chai": "^4.0.1", @@ -87,10 +87,10 @@ "typescript": "3.0.1" }, "dependencies": { - "@0x/base-contract": "^6.0.1", - "@0x/contracts-test-utils": "^5.0.0", - "@0x/typescript-typings": "^5.0.0", - "@0x/utils": "^5.1.0", + "@0x/base-contract": "^6.0.2", + "@0x/contracts-test-utils": "^5.0.1", + "@0x/typescript-typings": "^5.0.1", + "@0x/utils": "^5.1.1", "ethereum-types": "^3.0.0", "ethereumjs-util": "^5.1.1" }, diff --git a/contracts/test-utils/package.json b/contracts/test-utils/package.json index 985f7220e8..a35b6da5c3 100644 --- a/contracts/test-utils/package.json +++ b/contracts/test-utils/package.json @@ -1,6 +1,6 @@ { "name": "@0x/contracts-test-utils", - "version": "5.0.0", + "version": "5.0.1", "engines": { "node": ">=6.12" }, @@ -34,7 +34,7 @@ }, "homepage": "https://github.com/0xProject/0x-monorepo/contracts/test-utils/README.md", "devDependencies": { - "@0x/sol-compiler": "^4.0.1", + "@0x/sol-compiler": "^4.0.2", "@0x/tslint-config": "^4.0.0", "npm-run-all": "^4.1.2", "shx": "^0.2.2", @@ -42,20 +42,20 @@ "typescript": "3.0.1" }, "dependencies": { - "@0x/assert": "^3.0.1", - "@0x/base-contract": "^6.0.1", - "@0x/contract-addresses": "^4.0.0", - "@0x/dev-utils": "^3.0.1", - "@0x/json-schemas": "^5.0.1", - "@0x/order-utils": "^10.0.0", - "@0x/sol-coverage": "^4.0.1", - "@0x/sol-profiler": "^4.0.1", - "@0x/sol-trace": "^3.0.1", - "@0x/subproviders": "^6.0.1", - "@0x/types": "^3.1.0", - "@0x/typescript-typings": "^5.0.0", - "@0x/utils": "^5.1.0", - "@0x/web3-wrapper": "^7.0.1", + "@0x/assert": "^3.0.2", + "@0x/base-contract": "^6.0.2", + "@0x/contract-addresses": "^4.1.0", + "@0x/dev-utils": "^3.0.2", + "@0x/json-schemas": "^5.0.2", + "@0x/order-utils": "^10.0.1", + "@0x/sol-coverage": "^4.0.2", + "@0x/sol-profiler": "^4.0.2", + "@0x/sol-trace": "^3.0.2", + "@0x/subproviders": "^6.0.2", + "@0x/types": "^3.1.1", + "@0x/typescript-typings": "^5.0.1", + "@0x/utils": "^5.1.1", + "@0x/web3-wrapper": "^7.0.2", "@types/bn.js": "^4.11.0", "@types/js-combinatorics": "^0.5.29", "@types/lodash": "4.14.104", diff --git a/contracts/tests/package.json b/contracts/tests/package.json index 096385029f..442c3e487a 100644 --- a/contracts/tests/package.json +++ b/contracts/tests/package.json @@ -1,7 +1,7 @@ { "name": "@0x/contracts-tests", "private": true, - "version": "0.0.7", + "version": "0.0.8", "engines": { "node": ">=6.12" }, @@ -50,22 +50,22 @@ }, "homepage": "https://github.com/0xProject/0x-monorepo/contracts/tests/README.md", "devDependencies": { - "@0x/abi-gen": "^5.0.1", - "@0x/base-contract": "^6.0.1", - "@0x/contracts-asset-proxy": "^3.0.1", - "@0x/contracts-dev-utils": "^1.0.1", - "@0x/contracts-erc1155": "^2.0.1", - "@0x/contracts-erc20": "^3.0.1", - "@0x/contracts-erc721": "^3.0.1", - "@0x/contracts-exchange": "^3.0.1", - "@0x/contracts-gen": "^2.0.1", - "@0x/contracts-test-utils": "^5.0.0", - "@0x/sol-compiler": "^4.0.1", + "@0x/abi-gen": "^5.0.2", + "@0x/base-contract": "^6.0.2", + "@0x/contracts-asset-proxy": "^3.0.2", + "@0x/contracts-dev-utils": "^1.0.2", + "@0x/contracts-erc1155": "^2.0.2", + "@0x/contracts-erc20": "^3.0.2", + "@0x/contracts-erc721": "^3.0.2", + "@0x/contracts-exchange": "^3.0.2", + "@0x/contracts-gen": "^2.0.2", + "@0x/contracts-test-utils": "^5.0.1", + "@0x/sol-compiler": "^4.0.2", "@0x/tslint-config": "^4.0.0", - "@0x/types": "^3.1.0", - "@0x/typescript-typings": "^5.0.0", - "@0x/utils": "^5.1.0", - "@0x/web3-wrapper": "^7.0.1", + "@0x/types": "^3.1.1", + "@0x/typescript-typings": "^5.0.1", + "@0x/utils": "^5.1.1", + "@0x/web3-wrapper": "^7.0.2", "@types/mocha": "^5.2.7", "@types/node": "*", "chai": "^4.0.1", diff --git a/contracts/utils/package.json b/contracts/utils/package.json index 38230b5a47..d04c3ee9a9 100644 --- a/contracts/utils/package.json +++ b/contracts/utils/package.json @@ -1,6 +1,6 @@ { "name": "@0x/contracts-utils", - "version": "4.0.1", + "version": "4.0.2", "engines": { "node": ">=6.12" }, @@ -50,15 +50,15 @@ }, "homepage": "https://github.com/0xProject/0x-monorepo/contracts/utils/README.md", "devDependencies": { - "@0x/abi-gen": "^5.0.1", - "@0x/contracts-gen": "^2.0.1", - "@0x/contracts-test-utils": "^5.0.0", - "@0x/dev-utils": "^3.0.1", - "@0x/order-utils": "^10.0.0", - "@0x/sol-compiler": "^4.0.1", + "@0x/abi-gen": "^5.0.2", + "@0x/contracts-gen": "^2.0.2", + "@0x/contracts-test-utils": "^5.0.1", + "@0x/dev-utils": "^3.0.2", + "@0x/order-utils": "^10.0.1", + "@0x/sol-compiler": "^4.0.2", "@0x/tslint-config": "^4.0.0", - "@0x/types": "^3.1.0", - "@0x/web3-wrapper": "^7.0.1", + "@0x/types": "^3.1.1", + "@0x/web3-wrapper": "^7.0.2", "@types/bn.js": "^4.11.0", "@types/lodash": "4.14.104", "@types/mocha": "^5.2.7", @@ -79,9 +79,9 @@ "typescript": "3.0.1" }, "dependencies": { - "@0x/base-contract": "^6.0.1", - "@0x/typescript-typings": "^5.0.0", - "@0x/utils": "^5.1.0", + "@0x/base-contract": "^6.0.2", + "@0x/typescript-typings": "^5.0.1", + "@0x/utils": "^5.1.1", "bn.js": "^4.11.8", "ethereum-types": "^3.0.0" }, diff --git a/packages/0x.js/package.json b/packages/0x.js/package.json index 004d135e43..608d99a082 100644 --- a/packages/0x.js/package.json +++ b/packages/0x.js/package.json @@ -1,6 +1,6 @@ { "name": "0x.js", - "version": "9.0.1", + "version": "9.0.2", "engines": { "node": ">=6.12" }, @@ -46,9 +46,9 @@ }, "license": "Apache-2.0", "devDependencies": { - "@0x/contract-addresses": "^4.0.0", - "@0x/dev-utils": "^3.0.1", - "@0x/migrations": "^5.0.1", + "@0x/contract-addresses": "^4.1.0", + "@0x/dev-utils": "^3.0.2", + "@0x/migrations": "^5.0.2", "@0x/ts-doc-gen": "^0.0.22", "@0x/tslint-config": "^4.0.0", "@types/lodash": "4.14.104", @@ -78,16 +78,16 @@ }, "dependencies": { "@0x/abi-gen-wrappers": "^5.4.0-beta.3", - "@0x/assert": "^3.0.1", - "@0x/asset-swapper": "^3.0.1", - "@0x/base-contract": "^6.0.1", - "@0x/contract-wrappers": "^13.1.0", - "@0x/order-utils": "^10.0.0", - "@0x/subproviders": "^6.0.1", - "@0x/types": "^3.1.0", - "@0x/typescript-typings": "^5.0.0", - "@0x/utils": "^5.1.0", - "@0x/web3-wrapper": "^7.0.1", + "@0x/assert": "^3.0.2", + "@0x/asset-swapper": "^3.0.2", + "@0x/base-contract": "^6.0.2", + "@0x/contract-wrappers": "^13.2.0", + "@0x/order-utils": "^10.0.1", + "@0x/subproviders": "^6.0.2", + "@0x/types": "^3.1.1", + "@0x/typescript-typings": "^5.0.1", + "@0x/utils": "^5.1.1", + "@0x/web3-wrapper": "^7.0.2", "@types/web3-provider-engine": "^14.0.0", "ethereum-types": "^3.0.0", "ethers": "~4.0.4", diff --git a/packages/abi-gen/package.json b/packages/abi-gen/package.json index 84005d4a0f..33363d792a 100644 --- a/packages/abi-gen/package.json +++ b/packages/abi-gen/package.json @@ -1,6 +1,6 @@ { "name": "@0x/abi-gen", - "version": "5.0.1", + "version": "5.0.2", "engines": { "node": ">=6.12" }, @@ -62,9 +62,9 @@ }, "homepage": "https://github.com/0xProject/0x-monorepo/packages/abi-gen/README.md", "dependencies": { - "@0x/types": "^3.1.0", - "@0x/typescript-typings": "^5.0.0", - "@0x/utils": "^5.1.0", + "@0x/types": "^3.1.1", + "@0x/typescript-typings": "^5.0.1", + "@0x/utils": "^5.1.1", "@types/toposort": "^2.0.1", "chalk": "^2.3.0", "change-case": "^3.0.2", @@ -80,15 +80,15 @@ "yargs": "^10.0.3" }, "devDependencies": { - "@0x/assert": "^3.0.1", - "@0x/base-contract": "^6.0.1", - "@0x/contracts-gen": "^2.0.1", - "@0x/dev-utils": "^3.0.1", - "@0x/json-schemas": "^5.0.1", - "@0x/sol-compiler": "^4.0.1", - "@0x/subproviders": "^6.0.1", + "@0x/assert": "^3.0.2", + "@0x/base-contract": "^6.0.2", + "@0x/contracts-gen": "^2.0.2", + "@0x/dev-utils": "^3.0.2", + "@0x/json-schemas": "^5.0.2", + "@0x/sol-compiler": "^4.0.2", + "@0x/subproviders": "^6.0.2", "@0x/tslint-config": "^4.0.0", - "@0x/web3-wrapper": "^7.0.1", + "@0x/web3-wrapper": "^7.0.2", "@types/glob": "5.0.35", "@types/mkdirp": "^0.5.2", "@types/mocha": "^5.2.7", diff --git a/packages/assert/package.json b/packages/assert/package.json index ad99125e90..302d344b4a 100644 --- a/packages/assert/package.json +++ b/packages/assert/package.json @@ -1,6 +1,6 @@ { "name": "@0x/assert", - "version": "3.0.1", + "version": "3.0.2", "engines": { "node": ">=6.12" }, @@ -45,9 +45,9 @@ "typescript": "3.0.1" }, "dependencies": { - "@0x/json-schemas": "^5.0.1", - "@0x/typescript-typings": "^5.0.0", - "@0x/utils": "^5.1.0", + "@0x/json-schemas": "^5.0.2", + "@0x/typescript-typings": "^5.0.1", + "@0x/utils": "^5.1.1", "lodash": "^4.17.11", "valid-url": "^1.0.9" }, diff --git a/packages/asset-swapper/package.json b/packages/asset-swapper/package.json index fb4d0867e4..3dc4f37c7e 100644 --- a/packages/asset-swapper/package.json +++ b/packages/asset-swapper/package.json @@ -1,6 +1,6 @@ { "name": "@0x/asset-swapper", - "version": "3.0.1", + "version": "3.0.2", "engines": { "node": ">=6.12" }, @@ -40,28 +40,28 @@ }, "homepage": "https://0x.org/asset-swapper", "dependencies": { - "@0x/assert": "^3.0.1", - "@0x/contract-addresses": "^4.0.0", - "@0x/contract-wrappers": "^13.1.0", - "@0x/json-schemas": "^5.0.1", - "@0x/order-utils": "^10.0.0", - "@0x/orderbook": "^1.0.1", - "@0x/utils": "^5.1.0", - "@0x/web3-wrapper": "^7.0.1", + "@0x/assert": "^3.0.2", + "@0x/contract-addresses": "^4.1.0", + "@0x/contract-wrappers": "^13.2.0", + "@0x/json-schemas": "^5.0.2", + "@0x/order-utils": "^10.0.1", + "@0x/orderbook": "^2.0.0", + "@0x/utils": "^5.1.1", + "@0x/web3-wrapper": "^7.0.2", "heartbeats": "^5.0.1", "lodash": "^4.17.11" }, "devDependencies": { - "@0x/base-contract": "^6.0.1", - "@0x/contracts-test-utils": "^5.0.0", - "@0x/dev-utils": "^3.0.1", + "@0x/base-contract": "^6.0.2", + "@0x/contracts-test-utils": "^5.0.1", + "@0x/dev-utils": "^3.0.2", "@0x/mesh-rpc-client": "^7.0.4-beta-0xv3", - "@0x/migrations": "^5.0.1", - "@0x/subproviders": "^6.0.1", + "@0x/migrations": "^5.0.2", + "@0x/subproviders": "^6.0.2", "@0x/ts-doc-gen": "^0.0.22", "@0x/tslint-config": "^4.0.0", - "@0x/types": "^3.1.0", - "@0x/typescript-typings": "^5.0.0", + "@0x/types": "^3.1.1", + "@0x/typescript-typings": "^5.0.1", "@types/lodash": "4.14.104", "@types/mocha": "^5.2.7", "@types/node": "*", diff --git a/packages/base-contract/package.json b/packages/base-contract/package.json index 12abda0e71..e371806f92 100644 --- a/packages/base-contract/package.json +++ b/packages/base-contract/package.json @@ -1,6 +1,6 @@ { "name": "@0x/base-contract", - "version": "6.0.1", + "version": "6.0.2", "engines": { "node": ">=6.12" }, @@ -31,8 +31,8 @@ "homepage": "https://github.com/0xProject/0x-monorepo/packages/base-contract/README.md", "devDependencies": { "@0x/tslint-config": "^4.0.0", - "@0x/types": "^3.1.0", - "@0x/typescript-typings": "^5.0.0", + "@0x/types": "^3.1.1", + "@0x/typescript-typings": "^5.0.1", "@types/lodash": "4.14.104", "@types/mocha": "^5.2.7", "chai": "^4.0.1", @@ -45,10 +45,10 @@ "typescript": "3.0.1" }, "dependencies": { - "@0x/assert": "^3.0.1", - "@0x/json-schemas": "^5.0.1", - "@0x/utils": "^5.1.0", - "@0x/web3-wrapper": "^7.0.1", + "@0x/assert": "^3.0.2", + "@0x/json-schemas": "^5.0.2", + "@0x/utils": "^5.1.1", + "@0x/web3-wrapper": "^7.0.2", "ethereumjs-account": "^3.0.0", "ethereumjs-blockstream": "^7.0.0", "ethereumjs-util": "^5.1.1", diff --git a/packages/connect/package.json b/packages/connect/package.json index 6551f5a315..0f9c06c7c8 100644 --- a/packages/connect/package.json +++ b/packages/connect/package.json @@ -1,6 +1,6 @@ { "name": "@0x/connect", - "version": "6.0.1", + "version": "6.0.2", "engines": { "node": ">=6.12" }, @@ -48,11 +48,11 @@ }, "homepage": "https://github.com/0xProject/0x-monorepo/packages/connect/README.md", "dependencies": { - "@0x/assert": "^3.0.1", - "@0x/json-schemas": "^5.0.1", - "@0x/types": "^3.1.0", - "@0x/typescript-typings": "^5.0.0", - "@0x/utils": "^5.1.0", + "@0x/assert": "^3.0.2", + "@0x/json-schemas": "^5.0.2", + "@0x/types": "^3.1.1", + "@0x/typescript-typings": "^5.0.1", + "@0x/utils": "^5.1.1", "lodash": "^4.17.11", "query-string": "^6.0.0", "sinon": "^4.0.0", diff --git a/packages/contract-addresses/package.json b/packages/contract-addresses/package.json index 061d485f02..e85d85d403 100644 --- a/packages/contract-addresses/package.json +++ b/packages/contract-addresses/package.json @@ -1,6 +1,6 @@ { "name": "@0x/contract-addresses", - "version": "4.0.0", + "version": "4.1.0", "engines": { "node": ">=6.12" }, diff --git a/packages/contract-artifacts/package.json b/packages/contract-artifacts/package.json index d86491e18d..20011a103d 100644 --- a/packages/contract-artifacts/package.json +++ b/packages/contract-artifacts/package.json @@ -1,6 +1,6 @@ { "name": "@0x/contract-artifacts", - "version": "3.1.0", + "version": "3.2.0", "engines": { "node": ">=6.12" }, @@ -30,7 +30,7 @@ }, "homepage": "https://github.com/0xProject/0x-monorepo/packages/contract-artifacts/README.md", "devDependencies": { - "@0x/utils": "^5.1.0", + "@0x/utils": "^5.1.1", "@types/mocha": "^5.2.7", "chai": "^4.0.1", "lodash": "^4.17.11", diff --git a/packages/contract-wrappers-test/package.json b/packages/contract-wrappers-test/package.json index 098355e126..af02854b90 100644 --- a/packages/contract-wrappers-test/package.json +++ b/packages/contract-wrappers-test/package.json @@ -1,6 +1,6 @@ { "name": "@0x/contract-wrappers-test", - "version": "12.2.2", + "version": "12.2.3", "engines": { "node": ">=6.12" }, @@ -31,17 +31,17 @@ }, "homepage": "https://github.com/0xProject/0x-monorepo/packages/contract-wrappers-test/README.md", "devDependencies": { - "@0x/contract-wrappers": "^13.1.0", - "@0x/contracts-test-utils": "^5.0.0", - "@0x/dev-utils": "^3.0.1", - "@0x/migrations": "^5.0.1", - "@0x/order-utils": "^10.0.0", - "@0x/subproviders": "^6.0.1", + "@0x/contract-wrappers": "^13.2.0", + "@0x/contracts-test-utils": "^5.0.1", + "@0x/dev-utils": "^3.0.2", + "@0x/migrations": "^5.0.2", + "@0x/order-utils": "^10.0.1", + "@0x/subproviders": "^6.0.2", "@0x/ts-doc-gen": "^0.0.22", "@0x/tslint-config": "^4.0.0", - "@0x/types": "^3.1.0", - "@0x/utils": "^5.1.0", - "@0x/web3-wrapper": "^7.0.1", + "@0x/types": "^3.1.1", + "@0x/utils": "^5.1.1", + "@0x/web3-wrapper": "^7.0.2", "@types/nock": "^10.0.3", "chai": "^4.0.1", "dirty-chai": "^2.0.1", diff --git a/packages/contract-wrappers/package.json b/packages/contract-wrappers/package.json index 02a6d23e5b..9695a06b1c 100644 --- a/packages/contract-wrappers/package.json +++ b/packages/contract-wrappers/package.json @@ -1,6 +1,6 @@ { "name": "@0x/contract-wrappers", - "version": "13.1.0", + "version": "13.2.0", "engines": { "node": ">=6.12" }, @@ -50,13 +50,13 @@ "typescript": "3.0.1" }, "dependencies": { - "@0x/assert": "^3.0.1", - "@0x/base-contract": "^6.0.1", - "@0x/contract-addresses": "^4.0.0", - "@0x/json-schemas": "^5.0.1", - "@0x/types": "^3.1.0", - "@0x/utils": "^5.1.0", - "@0x/web3-wrapper": "^7.0.1", + "@0x/assert": "^3.0.2", + "@0x/base-contract": "^6.0.2", + "@0x/contract-addresses": "^4.1.0", + "@0x/json-schemas": "^5.0.2", + "@0x/types": "^3.1.1", + "@0x/utils": "^5.1.1", + "@0x/web3-wrapper": "^7.0.2", "ethereum-types": "^3.0.0", "ethers": "~4.0.4" }, diff --git a/packages/contracts-gen/package.json b/packages/contracts-gen/package.json index 1204620645..7776227763 100644 --- a/packages/contracts-gen/package.json +++ b/packages/contracts-gen/package.json @@ -1,6 +1,6 @@ { "name": "@0x/contracts-gen", - "version": "2.0.1", + "version": "2.0.2", "engines": { "node": ">=6.12" }, @@ -27,11 +27,11 @@ }, "homepage": "https://github.com/0xProject/0x-monorepo/packages/contracts-gen/README.md", "dependencies": { - "@0x/sol-compiler": "^4.0.1", - "@0x/sol-resolver": "^3.0.1", - "@0x/types": "^3.1.0", - "@0x/typescript-typings": "^5.0.0", - "@0x/utils": "^5.1.0", + "@0x/sol-compiler": "^4.0.2", + "@0x/sol-resolver": "^3.0.2", + "@0x/types": "^3.1.1", + "@0x/typescript-typings": "^5.0.1", + "@0x/utils": "^5.1.1", "ethereum-types": "^3.0.0", "lodash": "^4.17.11", "mkdirp": "^0.5.1", diff --git a/packages/dev-utils/package.json b/packages/dev-utils/package.json index 789f1d30fe..c0dfe2bd55 100644 --- a/packages/dev-utils/package.json +++ b/packages/dev-utils/package.json @@ -1,6 +1,6 @@ { "name": "@0x/dev-utils", - "version": "3.0.1", + "version": "3.0.2", "engines": { "node": ">=6.12" }, @@ -46,11 +46,11 @@ "typescript": "3.0.1" }, "dependencies": { - "@0x/subproviders": "^6.0.1", - "@0x/types": "^3.1.0", - "@0x/typescript-typings": "^5.0.0", - "@0x/utils": "^5.1.0", - "@0x/web3-wrapper": "^7.0.1", + "@0x/subproviders": "^6.0.2", + "@0x/types": "^3.1.1", + "@0x/typescript-typings": "^5.0.1", + "@0x/utils": "^5.1.1", + "@0x/web3-wrapper": "^7.0.2", "@types/web3-provider-engine": "^14.0.0", "chai": "^4.0.1", "chai-as-promised": "^7.1.0", diff --git a/packages/instant/package.json b/packages/instant/package.json index e62959d5f0..075f4aea4b 100644 --- a/packages/instant/package.json +++ b/packages/instant/package.json @@ -1,6 +1,6 @@ { "name": "@0x/instant", - "version": "1.0.38", + "version": "1.0.39", "engines": { "node": ">=6.12" }, @@ -43,13 +43,13 @@ }, "homepage": "https://github.com/0xProject/0x-monorepo/packages/instant/README.md", "dependencies": { - "@0x/assert": "^3.0.1", - "@0x/asset-swapper": "^3.0.1", - "@0x/contract-wrappers": "^13.1.0", - "@0x/json-schemas": "^5.0.1", - "@0x/subproviders": "^6.0.1", - "@0x/utils": "^5.1.0", - "@0x/web3-wrapper": "^7.0.1", + "@0x/assert": "^3.0.2", + "@0x/asset-swapper": "^3.0.2", + "@0x/contract-wrappers": "^13.2.0", + "@0x/json-schemas": "^5.0.2", + "@0x/subproviders": "^6.0.2", + "@0x/utils": "^5.1.1", + "@0x/web3-wrapper": "^7.0.2", "babel-runtime": "^6.26.0", "bowser": "^1.9.4", "copy-to-clipboard": "^3.0.8", @@ -66,8 +66,8 @@ }, "devDependencies": { "@0x/tslint-config": "^4.0.0", - "@0x/types": "^3.1.0", - "@0x/typescript-typings": "^5.0.0", + "@0x/types": "^3.1.1", + "@0x/typescript-typings": "^5.0.1", "@static/discharge": "https://github.com/0xProject/discharge.git", "@types/enzyme": "^3.1.14", "@types/enzyme-adapter-react-16": "^1.0.3", diff --git a/packages/json-schemas/package.json b/packages/json-schemas/package.json index 048bb8ebd6..160146f88e 100644 --- a/packages/json-schemas/package.json +++ b/packages/json-schemas/package.json @@ -1,6 +1,6 @@ { "name": "@0x/json-schemas", - "version": "5.0.1", + "version": "5.0.2", "engines": { "node": ">=6.12" }, @@ -43,7 +43,7 @@ }, "homepage": "https://github.com/0xProject/0x-monorepo/packages/json-schemas/README.md", "dependencies": { - "@0x/typescript-typings": "^5.0.0", + "@0x/typescript-typings": "^5.0.1", "@types/node": "*", "jsonschema": "^1.2.0", "lodash.values": "^4.3.0" @@ -51,7 +51,7 @@ "devDependencies": { "@0x/ts-doc-gen": "^0.0.22", "@0x/tslint-config": "^4.0.0", - "@0x/utils": "^5.1.0", + "@0x/utils": "^5.1.1", "@types/lodash.foreach": "^4.5.3", "@types/lodash.values": "^4.3.3", "@types/mocha": "^5.2.7", diff --git a/packages/migrations/package.json b/packages/migrations/package.json index 5064ea2cd2..c7fc9c0683 100644 --- a/packages/migrations/package.json +++ b/packages/migrations/package.json @@ -1,6 +1,6 @@ { "name": "@0x/migrations", - "version": "5.0.1", + "version": "5.0.2", "engines": { "node": ">=6.12" }, @@ -43,10 +43,10 @@ }, "license": "Apache-2.0", "devDependencies": { - "@0x/dev-utils": "^3.0.1", + "@0x/dev-utils": "^3.0.2", "@0x/ts-doc-gen": "^0.0.22", "@0x/tslint-config": "^4.0.0", - "@0x/types": "^3.1.0", + "@0x/types": "^3.1.1", "@types/yargs": "^11.0.0", "chai": "^4.0.1", "dirty-chai": "^2.0.1", @@ -61,26 +61,26 @@ "yargs": "^10.0.3" }, "dependencies": { - "@0x/base-contract": "^6.0.1", - "@0x/contract-addresses": "^4.0.0", - "@0x/contract-artifacts": "^3.1.0", - "@0x/contracts-asset-proxy": "^3.0.1", - "@0x/contracts-coordinator": "^3.0.1", - "@0x/contracts-dev-utils": "^1.0.1", - "@0x/contracts-erc1155": "^2.0.1", - "@0x/contracts-erc20": "^3.0.1", - "@0x/contracts-erc721": "^3.0.1", - "@0x/contracts-exchange": "^3.0.1", - "@0x/contracts-exchange-forwarder": "^4.0.1", - "@0x/contracts-extensions": "^5.1.0", - "@0x/contracts-multisig": "^4.0.1", - "@0x/contracts-staking": "^2.0.1", - "@0x/contracts-utils": "^4.0.1", - "@0x/sol-compiler": "^4.0.1", - "@0x/subproviders": "^6.0.1", - "@0x/typescript-typings": "^5.0.0", - "@0x/utils": "^5.1.0", - "@0x/web3-wrapper": "^7.0.1", + "@0x/base-contract": "^6.0.2", + "@0x/contract-addresses": "^4.1.0", + "@0x/contract-artifacts": "^3.2.0", + "@0x/contracts-asset-proxy": "^3.0.2", + "@0x/contracts-coordinator": "^3.0.2", + "@0x/contracts-dev-utils": "^1.0.2", + "@0x/contracts-erc1155": "^2.0.2", + "@0x/contracts-erc20": "^3.0.2", + "@0x/contracts-erc721": "^3.0.2", + "@0x/contracts-exchange": "^3.0.2", + "@0x/contracts-exchange-forwarder": "^4.0.2", + "@0x/contracts-extensions": "^5.1.1", + "@0x/contracts-multisig": "^4.0.2", + "@0x/contracts-staking": "^2.0.2", + "@0x/contracts-utils": "^4.0.2", + "@0x/sol-compiler": "^4.0.2", + "@0x/subproviders": "^6.0.2", + "@0x/typescript-typings": "^5.0.1", + "@0x/utils": "^5.1.1", + "@0x/web3-wrapper": "^7.0.2", "@ledgerhq/hw-app-eth": "^4.3.0", "@types/web3-provider-engine": "^14.0.0", "ethereum-types": "^3.0.0", diff --git a/packages/monorepo-scripts/package.json b/packages/monorepo-scripts/package.json index 381e953502..d9a5d6cce0 100644 --- a/packages/monorepo-scripts/package.json +++ b/packages/monorepo-scripts/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@0x/monorepo-scripts", - "version": "1.0.44", + "version": "1.0.45", "engines": { "node": ">=6.12" }, @@ -47,8 +47,8 @@ "typescript": "3.0.1" }, "dependencies": { - "@0x/types": "^3.1.0", - "@0x/utils": "^5.1.0", + "@0x/types": "^3.1.1", + "@0x/utils": "^5.1.1", "@lerna/batch-packages": "^3.0.0-beta.18", "@types/depcheck": "^0.6.0", "async-child-process": "^1.1.1", diff --git a/packages/order-utils/package.json b/packages/order-utils/package.json index b976cba52d..f82b507bd7 100644 --- a/packages/order-utils/package.json +++ b/packages/order-utils/package.json @@ -1,6 +1,6 @@ { "name": "@0x/order-utils", - "version": "10.0.0", + "version": "10.0.1", "engines": { "node": ">=6.12" }, @@ -39,12 +39,12 @@ }, "homepage": "https://github.com/0xProject/0x-monorepo/packages/order-utils/README.md", "devDependencies": { - "@0x/dev-utils": "^3.0.1", - "@0x/subproviders": "^6.0.1", + "@0x/dev-utils": "^3.0.2", + "@0x/subproviders": "^6.0.2", "@0x/ts-doc-gen": "^0.0.22", "@0x/tslint-config": "^4.0.0", - "@0x/types": "^3.1.0", - "@0x/typescript-typings": "^5.0.0", + "@0x/types": "^3.1.1", + "@0x/typescript-typings": "^5.0.1", "@types/bn.js": "^4.11.0", "@types/lodash": "4.14.104", "@types/mocha": "^5.2.7", @@ -63,11 +63,11 @@ "web3-provider-engine": "14.0.6" }, "dependencies": { - "@0x/assert": "^3.0.1", - "@0x/contract-wrappers": "^13.1.0", - "@0x/json-schemas": "^5.0.1", - "@0x/utils": "^5.1.0", - "@0x/web3-wrapper": "^7.0.1", + "@0x/assert": "^3.0.2", + "@0x/contract-wrappers": "^13.2.0", + "@0x/json-schemas": "^5.0.2", + "@0x/utils": "^5.1.1", + "@0x/web3-wrapper": "^7.0.2", "ethereumjs-util": "^5.1.1", "ethers": "~4.0.4", "lodash": "^4.17.11" diff --git a/packages/orderbook/package.json b/packages/orderbook/package.json index 2272509cca..e60d1d6f04 100644 --- a/packages/orderbook/package.json +++ b/packages/orderbook/package.json @@ -1,6 +1,6 @@ { "name": "@0x/orderbook", - "version": "1.0.1", + "version": "2.0.0", "description": "Library for retrieving and syncing a remote orderbook locally", "main": "lib/src/index.js", "types": "lib/src/index.d.ts", @@ -33,7 +33,7 @@ "devDependencies": { "@0x/ts-doc-gen": "^0.0.22", "@0x/tslint-config": "^4.0.0", - "@0x/types": "^3.1.0", + "@0x/types": "^3.1.1", "@types/jest": "^24.0.17", "@types/sinon": "^2.2.2", "@types/websocket": "^0.0.39", @@ -46,11 +46,11 @@ "websocket": "^1.0.26" }, "dependencies": { - "@0x/assert": "^3.0.1", - "@0x/connect": "^6.0.1", - "@0x/contracts-dev-utils": "^1.0.1", + "@0x/assert": "^3.0.2", + "@0x/connect": "^6.0.2", + "@0x/contracts-dev-utils": "^1.0.2", "@0x/mesh-rpc-client": "^7.0.4-beta-0xv3", - "@0x/order-utils": "^10.0.0", - "@0x/utils": "^5.1.0" + "@0x/order-utils": "^10.0.1", + "@0x/utils": "^5.1.1" } } diff --git a/packages/sol-compiler/package.json b/packages/sol-compiler/package.json index 3302f6b62a..33f7fda30e 100644 --- a/packages/sol-compiler/package.json +++ b/packages/sol-compiler/package.json @@ -1,6 +1,6 @@ { "name": "@0x/sol-compiler", - "version": "4.0.1", + "version": "4.0.2", "engines": { "node": ">=6.12" }, @@ -46,7 +46,7 @@ }, "homepage": "https://github.com/0xProject/0x-monorepo/packages/sol-compiler/README.md", "devDependencies": { - "@0x/dev-utils": "^3.0.1", + "@0x/dev-utils": "^3.0.2", "@0x/ts-doc-gen": "^0.0.22", "@0x/tslint-config": "^4.0.0", "@types/mkdirp": "^0.5.2", @@ -74,13 +74,13 @@ "zeppelin-solidity": "1.8.0" }, "dependencies": { - "@0x/assert": "^3.0.1", - "@0x/json-schemas": "^5.0.1", - "@0x/sol-resolver": "^3.0.1", - "@0x/types": "^3.1.0", - "@0x/typescript-typings": "^5.0.0", - "@0x/utils": "^5.1.0", - "@0x/web3-wrapper": "^7.0.1", + "@0x/assert": "^3.0.2", + "@0x/json-schemas": "^5.0.2", + "@0x/sol-resolver": "^3.0.2", + "@0x/types": "^3.1.1", + "@0x/typescript-typings": "^5.0.1", + "@0x/utils": "^5.1.1", + "@0x/web3-wrapper": "^7.0.2", "@types/yargs": "^11.0.0", "chalk": "^2.3.0", "chokidar": "^3.0.2", diff --git a/packages/sol-coverage/package.json b/packages/sol-coverage/package.json index 37d4a5247d..0652299408 100644 --- a/packages/sol-coverage/package.json +++ b/packages/sol-coverage/package.json @@ -1,6 +1,6 @@ { "name": "@0x/sol-coverage", - "version": "4.0.1", + "version": "4.0.2", "engines": { "node": ">=6.12" }, @@ -33,9 +33,9 @@ }, "homepage": "https://github.com/0xProject/0x-monorepo/packages/sol-coverage/README.md", "dependencies": { - "@0x/sol-tracing-utils": "^7.0.1", - "@0x/subproviders": "^6.0.1", - "@0x/typescript-typings": "^5.0.0", + "@0x/sol-tracing-utils": "^7.0.2", + "@0x/subproviders": "^6.0.2", + "@0x/typescript-typings": "^5.0.1", "@types/minimatch": "^3.0.3", "ethereum-types": "^3.0.0", "lodash": "^4.17.11", diff --git a/packages/sol-doc/package.json b/packages/sol-doc/package.json index cf4f6750bf..0201dc51ea 100644 --- a/packages/sol-doc/package.json +++ b/packages/sol-doc/package.json @@ -1,6 +1,6 @@ { "name": "@0x/sol-doc", - "version": "3.0.1", + "version": "3.0.2", "description": "Solidity documentation generator", "main": "lib/src/index.js", "types": "lib/src/index.d.js", @@ -26,9 +26,9 @@ "author": "F. Eugene Aumson", "license": "Apache-2.0", "dependencies": { - "@0x/sol-compiler": "^4.0.1", - "@0x/types": "^3.1.0", - "@0x/utils": "^5.1.0", + "@0x/sol-compiler": "^4.0.2", + "@0x/types": "^3.1.1", + "@0x/utils": "^5.1.1", "ethereum-types": "^3.0.0", "ethereumjs-util": "^5.1.1", "lodash": "^4.17.11", diff --git a/packages/sol-profiler/package.json b/packages/sol-profiler/package.json index 443b5c4072..09c549421a 100644 --- a/packages/sol-profiler/package.json +++ b/packages/sol-profiler/package.json @@ -1,6 +1,6 @@ { "name": "@0x/sol-profiler", - "version": "4.0.1", + "version": "4.0.2", "engines": { "node": ">=6.12" }, @@ -33,10 +33,10 @@ }, "homepage": "https://github.com/0xProject/0x-monorepo/packages/sol-profiler/README.md", "dependencies": { - "@0x/sol-tracing-utils": "^7.0.1", - "@0x/subproviders": "^6.0.1", - "@0x/typescript-typings": "^5.0.0", - "@0x/utils": "^5.1.0", + "@0x/sol-tracing-utils": "^7.0.2", + "@0x/subproviders": "^6.0.2", + "@0x/typescript-typings": "^5.0.1", + "@0x/utils": "^5.1.1", "ethereum-types": "^3.0.0", "ethereumjs-util": "^5.1.1", "lodash": "^4.17.11", diff --git a/packages/sol-resolver/package.json b/packages/sol-resolver/package.json index 687e4b0369..8d35cdd3ad 100644 --- a/packages/sol-resolver/package.json +++ b/packages/sol-resolver/package.json @@ -1,6 +1,6 @@ { "name": "@0x/sol-resolver", - "version": "3.0.1", + "version": "3.0.2", "engines": { "node": ">=6.12" }, @@ -31,8 +31,8 @@ "typescript": "3.0.1" }, "dependencies": { - "@0x/types": "^3.1.0", - "@0x/typescript-typings": "^5.0.0", + "@0x/types": "^3.1.1", + "@0x/typescript-typings": "^5.0.1", "lodash": "^4.17.11" }, "publishConfig": { diff --git a/packages/sol-trace/package.json b/packages/sol-trace/package.json index 4a38f08f97..48d6f4de14 100644 --- a/packages/sol-trace/package.json +++ b/packages/sol-trace/package.json @@ -1,6 +1,6 @@ { "name": "@0x/sol-trace", - "version": "3.0.1", + "version": "3.0.2", "engines": { "node": ">=6.12" }, @@ -33,9 +33,9 @@ }, "homepage": "https://github.com/0xProject/0x-monorepo/packages/sol-trace/README.md", "dependencies": { - "@0x/sol-tracing-utils": "^7.0.1", - "@0x/subproviders": "^6.0.1", - "@0x/typescript-typings": "^5.0.0", + "@0x/sol-tracing-utils": "^7.0.2", + "@0x/subproviders": "^6.0.2", + "@0x/typescript-typings": "^5.0.1", "chalk": "^2.3.0", "ethereum-types": "^3.0.0", "ethereumjs-util": "^5.1.1", diff --git a/packages/sol-tracing-utils/package.json b/packages/sol-tracing-utils/package.json index 1fdbb637e8..e3b8c8f088 100644 --- a/packages/sol-tracing-utils/package.json +++ b/packages/sol-tracing-utils/package.json @@ -1,6 +1,6 @@ { "name": "@0x/sol-tracing-utils", - "version": "7.0.1", + "version": "7.0.2", "engines": { "node": ">=6.12" }, @@ -38,13 +38,13 @@ }, "homepage": "https://github.com/0xProject/0x-monorepo/packages/sol-tracing-utils/README.md", "dependencies": { - "@0x/dev-utils": "^3.0.1", - "@0x/sol-compiler": "^4.0.1", - "@0x/sol-resolver": "^3.0.1", - "@0x/subproviders": "^6.0.1", - "@0x/typescript-typings": "^5.0.0", - "@0x/utils": "^5.1.0", - "@0x/web3-wrapper": "^7.0.1", + "@0x/dev-utils": "^3.0.2", + "@0x/sol-compiler": "^4.0.2", + "@0x/sol-resolver": "^3.0.2", + "@0x/subproviders": "^6.0.2", + "@0x/typescript-typings": "^5.0.1", + "@0x/utils": "^5.1.1", + "@0x/web3-wrapper": "^7.0.2", "@types/solidity-parser-antlr": "^0.2.3", "chalk": "^2.3.0", "ethereum-types": "^3.0.0", diff --git a/packages/sra-spec/package.json b/packages/sra-spec/package.json index 198f1571d8..8451a6e79d 100644 --- a/packages/sra-spec/package.json +++ b/packages/sra-spec/package.json @@ -1,6 +1,6 @@ { "name": "@0x/sra-spec", - "version": "3.0.1", + "version": "3.0.2", "engines": { "node": ">=6.12" }, @@ -35,7 +35,7 @@ }, "homepage": "https://github.com/0xProject/0x-monorepo/packages/sra-spec/README.md", "dependencies": { - "@0x/json-schemas": "^5.0.1", + "@0x/json-schemas": "^5.0.2", "@loopback/openapi-v3-types": "^0.8.2" }, "devDependencies": { diff --git a/packages/subproviders/package.json b/packages/subproviders/package.json index 30314e7a25..90c41708f9 100644 --- a/packages/subproviders/package.json +++ b/packages/subproviders/package.json @@ -1,6 +1,6 @@ { "name": "@0x/subproviders", - "version": "6.0.1", + "version": "6.0.2", "engines": { "node": ">=6.12" }, @@ -33,11 +33,11 @@ } }, "dependencies": { - "@0x/assert": "^3.0.1", - "@0x/types": "^3.1.0", - "@0x/typescript-typings": "^5.0.0", - "@0x/utils": "^5.1.0", - "@0x/web3-wrapper": "^7.0.1", + "@0x/assert": "^3.0.2", + "@0x/types": "^3.1.1", + "@0x/typescript-typings": "^5.0.1", + "@0x/utils": "^5.1.1", + "@0x/web3-wrapper": "^7.0.2", "@ledgerhq/hw-app-eth": "^4.3.0", "@ledgerhq/hw-transport-u2f": "4.24.0", "@types/hdkey": "^0.7.0", diff --git a/packages/types/package.json b/packages/types/package.json index 7f3bc029e3..76218bff10 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -1,6 +1,6 @@ { "name": "@0x/types", - "version": "3.1.0", + "version": "3.1.1", "engines": { "node": ">=6.12" }, diff --git a/packages/typescript-typings/package.json b/packages/typescript-typings/package.json index bc5da013bc..95d18e628f 100644 --- a/packages/typescript-typings/package.json +++ b/packages/typescript-typings/package.json @@ -1,6 +1,6 @@ { "name": "@0x/typescript-typings", - "version": "5.0.0", + "version": "5.0.1", "engines": { "node": ">=6.12" }, diff --git a/packages/utils/package.json b/packages/utils/package.json index 3b3675caf2..f8082ba7e8 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@0x/utils", - "version": "5.1.0", + "version": "5.1.1", "engines": { "node": ">=6.12" }, @@ -45,8 +45,8 @@ "typescript": "3.0.1" }, "dependencies": { - "@0x/types": "^3.1.0", - "@0x/typescript-typings": "^5.0.0", + "@0x/types": "^3.1.1", + "@0x/typescript-typings": "^5.0.1", "@types/node": "*", "abortcontroller-polyfill": "^1.1.9", "bignumber.js": "~9.0.0", diff --git a/packages/web3-wrapper/package.json b/packages/web3-wrapper/package.json index 22b51fc4fd..ec16d37800 100644 --- a/packages/web3-wrapper/package.json +++ b/packages/web3-wrapper/package.json @@ -1,6 +1,6 @@ { "name": "@0x/web3-wrapper", - "version": "7.0.1", + "version": "7.0.2", "engines": { "node": ">=6.12" }, @@ -58,10 +58,10 @@ "typescript": "3.0.1" }, "dependencies": { - "@0x/assert": "^3.0.1", - "@0x/json-schemas": "^5.0.1", - "@0x/typescript-typings": "^5.0.0", - "@0x/utils": "^5.1.0", + "@0x/assert": "^3.0.2", + "@0x/json-schemas": "^5.0.2", + "@0x/typescript-typings": "^5.0.1", + "@0x/utils": "^5.1.1", "ethereum-types": "^3.0.0", "ethereumjs-util": "^5.1.1", "ethers": "~4.0.4",