fix: package.json from publish (#2611)
This commit is contained in:
parent
4f91bfd907
commit
7431651666
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@0x/contracts-asset-proxy",
|
"name": "@0x/contracts-asset-proxy",
|
||||||
"version": "3.2.5",
|
"version": "3.3.0",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=6.12"
|
"node": ">=6.12"
|
||||||
},
|
},
|
||||||
@ -51,13 +51,13 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/protocol/README.md",
|
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/protocol/README.md",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@0x/abi-gen": "^5.2.2",
|
"@0x/abi-gen": "^5.3.0",
|
||||||
"@0x/contract-wrappers": "^13.6.3",
|
"@0x/contract-wrappers": "^13.7.0",
|
||||||
"@0x/contracts-gen": "^2.0.8",
|
"@0x/contracts-gen": "^2.0.9",
|
||||||
"@0x/contracts-test-utils": "^5.3.2",
|
"@0x/contracts-test-utils": "^5.3.3",
|
||||||
"@0x/contracts-utils": "^4.4.3",
|
"@0x/contracts-utils": "^4.5.0",
|
||||||
"@0x/dev-utils": "^3.2.1",
|
"@0x/dev-utils": "^3.2.2",
|
||||||
"@0x/sol-compiler": "^4.0.8",
|
"@0x/sol-compiler": "^4.1.0",
|
||||||
"@0x/ts-doc-gen": "^0.0.22",
|
"@0x/ts-doc-gen": "^0.0.22",
|
||||||
"@0x/tslint-config": "^4.0.0",
|
"@0x/tslint-config": "^4.0.0",
|
||||||
"@types/lodash": "4.14.104",
|
"@types/lodash": "4.14.104",
|
||||||
@ -79,20 +79,21 @@
|
|||||||
"typescript": "3.0.1"
|
"typescript": "3.0.1"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@0x/base-contract": "^6.2.1",
|
"@0x/base-contract": "^6.2.2",
|
||||||
"@0x/contracts-erc1155": "^2.1.5",
|
"@0x/contracts-erc1155": "^2.1.6",
|
||||||
"@0x/contracts-erc20": "^3.1.5",
|
"@0x/contracts-erc20": "^3.2.0",
|
||||||
"@0x/contracts-erc721": "^3.1.5",
|
"@0x/contracts-erc721": "^3.1.6",
|
||||||
"@0x/contracts-exchange-libs": "^4.3.5",
|
"@0x/contracts-exchange-libs": "^4.3.6",
|
||||||
"@0x/order-utils": "^10.2.4",
|
"@0x/order-utils": "^10.3.0",
|
||||||
"@0x/types": "^3.1.2",
|
"@0x/types": "^3.1.3",
|
||||||
"@0x/typescript-typings": "^5.0.2",
|
"@0x/typescript-typings": "^5.1.0",
|
||||||
"@0x/utils": "^5.4.1",
|
"@0x/utils": "^5.5.0",
|
||||||
"@0x/web3-wrapper": "^7.0.7",
|
"@0x/web3-wrapper": "^7.1.0",
|
||||||
"ethereum-types": "^3.1.0",
|
"ethereum-types": "^3.1.1",
|
||||||
"lodash": "^4.17.11"
|
"lodash": "^4.17.11"
|
||||||
},
|
},
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public"
|
"access": "public"
|
||||||
}
|
},
|
||||||
|
"gitHead": "4f91bfd907996b2f4dd383778b50c479c2602b56"
|
||||||
}
|
}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@0x/contracts-broker",
|
"name": "@0x/contracts-broker",
|
||||||
"version": "1.1.4",
|
"version": "1.1.5",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=6.12"
|
"node": ">=6.12"
|
||||||
},
|
},
|
||||||
@ -51,20 +51,20 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/extensions/README.md",
|
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/extensions/README.md",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@0x/abi-gen": "^5.2.2",
|
"@0x/abi-gen": "^5.3.0",
|
||||||
"@0x/contracts-asset-proxy": "^3.2.5",
|
"@0x/contracts-asset-proxy": "^3.3.0",
|
||||||
"@0x/contracts-erc20": "^3.1.5",
|
"@0x/contracts-erc20": "^3.2.0",
|
||||||
"@0x/contracts-erc721": "^3.1.5",
|
"@0x/contracts-erc721": "^3.1.6",
|
||||||
"@0x/contracts-exchange": "^3.2.5",
|
"@0x/contracts-exchange": "^3.2.6",
|
||||||
"@0x/contracts-exchange-libs": "^4.3.5",
|
"@0x/contracts-exchange-libs": "^4.3.6",
|
||||||
"@0x/contracts-gen": "^2.0.8",
|
"@0x/contracts-gen": "^2.0.9",
|
||||||
"@0x/contracts-test-utils": "^5.3.2",
|
"@0x/contracts-test-utils": "^5.3.3",
|
||||||
"@0x/contracts-utils": "^4.4.3",
|
"@0x/contracts-utils": "^4.5.0",
|
||||||
"@0x/sol-compiler": "^4.0.8",
|
"@0x/sol-compiler": "^4.1.0",
|
||||||
"@0x/ts-doc-gen": "^0.0.22",
|
"@0x/ts-doc-gen": "^0.0.22",
|
||||||
"@0x/tslint-config": "^4.0.0",
|
"@0x/tslint-config": "^4.0.0",
|
||||||
"@0x/types": "^3.1.2",
|
"@0x/types": "^3.1.3",
|
||||||
"@0x/web3-wrapper": "^7.0.7",
|
"@0x/web3-wrapper": "^7.1.0",
|
||||||
"@types/lodash": "4.14.104",
|
"@types/lodash": "4.14.104",
|
||||||
"@types/mocha": "^5.2.7",
|
"@types/mocha": "^5.2.7",
|
||||||
"@types/node": "*",
|
"@types/node": "*",
|
||||||
@ -84,13 +84,14 @@
|
|||||||
"typescript": "3.0.1"
|
"typescript": "3.0.1"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@0x/base-contract": "^6.2.1",
|
"@0x/base-contract": "^6.2.2",
|
||||||
"@0x/order-utils": "^10.2.4",
|
"@0x/order-utils": "^10.3.0",
|
||||||
"@0x/typescript-typings": "^5.0.2",
|
"@0x/typescript-typings": "^5.1.0",
|
||||||
"@0x/utils": "^5.4.1",
|
"@0x/utils": "^5.5.0",
|
||||||
"ethereum-types": "^3.1.0"
|
"ethereum-types": "^3.1.1"
|
||||||
},
|
},
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public"
|
"access": "public"
|
||||||
}
|
},
|
||||||
|
"gitHead": "4f91bfd907996b2f4dd383778b50c479c2602b56"
|
||||||
}
|
}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@0x/contracts-coordinator",
|
"name": "@0x/contracts-coordinator",
|
||||||
"version": "3.1.5",
|
"version": "3.1.6",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=6.12"
|
"node": ">=6.12"
|
||||||
},
|
},
|
||||||
@ -52,19 +52,19 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/extensions/README.md",
|
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/extensions/README.md",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@0x/abi-gen": "^5.2.2",
|
"@0x/abi-gen": "^5.3.0",
|
||||||
"@0x/contracts-asset-proxy": "^3.2.5",
|
"@0x/contracts-asset-proxy": "^3.3.0",
|
||||||
"@0x/contracts-dev-utils": "^1.3.3",
|
"@0x/contracts-dev-utils": "^1.3.4",
|
||||||
"@0x/contracts-erc20": "^3.1.5",
|
"@0x/contracts-erc20": "^3.2.0",
|
||||||
"@0x/contracts-exchange": "^3.2.5",
|
"@0x/contracts-exchange": "^3.2.6",
|
||||||
"@0x/contracts-gen": "^2.0.8",
|
"@0x/contracts-gen": "^2.0.9",
|
||||||
"@0x/contracts-test-utils": "^5.3.2",
|
"@0x/contracts-test-utils": "^5.3.3",
|
||||||
"@0x/dev-utils": "^3.2.1",
|
"@0x/dev-utils": "^3.2.2",
|
||||||
"@0x/order-utils": "^10.2.4",
|
"@0x/order-utils": "^10.3.0",
|
||||||
"@0x/sol-compiler": "^4.0.8",
|
"@0x/sol-compiler": "^4.1.0",
|
||||||
"@0x/ts-doc-gen": "^0.0.22",
|
"@0x/ts-doc-gen": "^0.0.22",
|
||||||
"@0x/tslint-config": "^4.0.0",
|
"@0x/tslint-config": "^4.0.0",
|
||||||
"@0x/web3-wrapper": "^7.0.7",
|
"@0x/web3-wrapper": "^7.1.0",
|
||||||
"@types/lodash": "4.14.104",
|
"@types/lodash": "4.14.104",
|
||||||
"@types/mocha": "^5.2.7",
|
"@types/mocha": "^5.2.7",
|
||||||
"@types/node": "*",
|
"@types/node": "*",
|
||||||
@ -84,18 +84,19 @@
|
|||||||
"typescript": "3.0.1"
|
"typescript": "3.0.1"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@0x/assert": "^3.0.7",
|
"@0x/assert": "^3.0.8",
|
||||||
"@0x/base-contract": "^6.2.1",
|
"@0x/base-contract": "^6.2.2",
|
||||||
"@0x/contract-addresses": "^4.9.0",
|
"@0x/contract-addresses": "^4.10.0",
|
||||||
"@0x/contracts-utils": "^4.4.3",
|
"@0x/contracts-utils": "^4.5.0",
|
||||||
"@0x/json-schemas": "^5.0.7",
|
"@0x/json-schemas": "^5.0.8",
|
||||||
"@0x/types": "^3.1.2",
|
"@0x/types": "^3.1.3",
|
||||||
"@0x/typescript-typings": "^5.0.2",
|
"@0x/typescript-typings": "^5.1.0",
|
||||||
"@0x/utils": "^5.4.1",
|
"@0x/utils": "^5.5.0",
|
||||||
"ethereum-types": "^3.1.0",
|
"ethereum-types": "^3.1.1",
|
||||||
"http-status-codes": "^1.3.2"
|
"http-status-codes": "^1.3.2"
|
||||||
},
|
},
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public"
|
"access": "public"
|
||||||
}
|
},
|
||||||
|
"gitHead": "4f91bfd907996b2f4dd383778b50c479c2602b56"
|
||||||
}
|
}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@0x/contracts-dev-utils",
|
"name": "@0x/contracts-dev-utils",
|
||||||
"version": "1.3.3",
|
"version": "1.3.4",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=6.12"
|
"node": ">=6.12"
|
||||||
},
|
},
|
||||||
@ -41,19 +41,19 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/dev-utils/README.md",
|
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/dev-utils/README.md",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@0x/abi-gen": "^5.2.2",
|
"@0x/abi-gen": "^5.3.0",
|
||||||
"@0x/assert": "^3.0.7",
|
"@0x/assert": "^3.0.8",
|
||||||
"@0x/contracts-asset-proxy": "^3.2.5",
|
"@0x/contracts-asset-proxy": "^3.3.0",
|
||||||
"@0x/contracts-erc20": "^3.1.5",
|
"@0x/contracts-erc20": "^3.2.0",
|
||||||
"@0x/contracts-gen": "^2.0.8",
|
"@0x/contracts-gen": "^2.0.9",
|
||||||
"@0x/contracts-test-utils": "^5.3.2",
|
"@0x/contracts-test-utils": "^5.3.3",
|
||||||
"@0x/sol-compiler": "^4.0.8",
|
"@0x/sol-compiler": "^4.1.0",
|
||||||
"@0x/ts-doc-gen": "^0.0.22",
|
"@0x/ts-doc-gen": "^0.0.22",
|
||||||
"@0x/tslint-config": "^4.0.0",
|
"@0x/tslint-config": "^4.0.0",
|
||||||
"@0x/types": "^3.1.2",
|
"@0x/types": "^3.1.3",
|
||||||
"@0x/utils": "^5.4.1",
|
"@0x/utils": "^5.5.0",
|
||||||
"@types/node": "*",
|
"@types/node": "*",
|
||||||
"ethereum-types": "^3.1.0",
|
"ethereum-types": "^3.1.1",
|
||||||
"ethers": "~4.0.4",
|
"ethers": "~4.0.4",
|
||||||
"npm-run-all": "^4.1.2",
|
"npm-run-all": "^4.1.2",
|
||||||
"shx": "^0.2.2",
|
"shx": "^0.2.2",
|
||||||
@ -64,9 +64,10 @@
|
|||||||
"typescript": "3.0.1"
|
"typescript": "3.0.1"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@0x/base-contract": "^6.2.1"
|
"@0x/base-contract": "^6.2.2"
|
||||||
},
|
},
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public"
|
"access": "public"
|
||||||
}
|
},
|
||||||
|
"gitHead": "4f91bfd907996b2f4dd383778b50c479c2602b56"
|
||||||
}
|
}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@0x/contracts-erc1155",
|
"name": "@0x/contracts-erc1155",
|
||||||
"version": "2.1.5",
|
"version": "2.1.6",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=6.12"
|
"node": ">=6.12"
|
||||||
},
|
},
|
||||||
@ -52,15 +52,15 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/tokens/README.md",
|
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/tokens/README.md",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@0x/abi-gen": "^5.2.2",
|
"@0x/abi-gen": "^5.3.0",
|
||||||
"@0x/contracts-gen": "^2.0.8",
|
"@0x/contracts-gen": "^2.0.9",
|
||||||
"@0x/contracts-utils": "^4.4.3",
|
"@0x/contracts-utils": "^4.5.0",
|
||||||
"@0x/dev-utils": "^3.2.1",
|
"@0x/dev-utils": "^3.2.2",
|
||||||
"@0x/sol-compiler": "^4.0.8",
|
"@0x/sol-compiler": "^4.1.0",
|
||||||
"@0x/ts-doc-gen": "^0.0.22",
|
"@0x/ts-doc-gen": "^0.0.22",
|
||||||
"@0x/tslint-config": "^4.0.0",
|
"@0x/tslint-config": "^4.0.0",
|
||||||
"@0x/types": "^3.1.2",
|
"@0x/types": "^3.1.3",
|
||||||
"@0x/typescript-typings": "^5.0.2",
|
"@0x/typescript-typings": "^5.1.0",
|
||||||
"@types/lodash": "4.14.104",
|
"@types/lodash": "4.14.104",
|
||||||
"@types/mocha": "^5.2.7",
|
"@types/mocha": "^5.2.7",
|
||||||
"@types/node": "*",
|
"@types/node": "*",
|
||||||
@ -68,7 +68,7 @@
|
|||||||
"chai-as-promised": "^7.1.0",
|
"chai-as-promised": "^7.1.0",
|
||||||
"chai-bignumber": "^3.0.0",
|
"chai-bignumber": "^3.0.0",
|
||||||
"dirty-chai": "^2.0.1",
|
"dirty-chai": "^2.0.1",
|
||||||
"ethereum-types": "^3.1.0",
|
"ethereum-types": "^3.1.1",
|
||||||
"make-promises-safe": "^1.1.0",
|
"make-promises-safe": "^1.1.0",
|
||||||
"mocha": "^6.2.0",
|
"mocha": "^6.2.0",
|
||||||
"npm-run-all": "^4.1.2",
|
"npm-run-all": "^4.1.2",
|
||||||
@ -80,13 +80,14 @@
|
|||||||
"typescript": "3.0.1"
|
"typescript": "3.0.1"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@0x/base-contract": "^6.2.1",
|
"@0x/base-contract": "^6.2.2",
|
||||||
"@0x/contracts-test-utils": "^5.3.2",
|
"@0x/contracts-test-utils": "^5.3.3",
|
||||||
"@0x/utils": "^5.4.1",
|
"@0x/utils": "^5.5.0",
|
||||||
"@0x/web3-wrapper": "^7.0.7",
|
"@0x/web3-wrapper": "^7.1.0",
|
||||||
"lodash": "^4.17.11"
|
"lodash": "^4.17.11"
|
||||||
},
|
},
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public"
|
"access": "public"
|
||||||
}
|
},
|
||||||
|
"gitHead": "4f91bfd907996b2f4dd383778b50c479c2602b56"
|
||||||
}
|
}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@0x/contracts-erc20-bridge-sampler",
|
"name": "@0x/contracts-erc20-bridge-sampler",
|
||||||
"version": "1.5.1",
|
"version": "1.6.0",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=6.12"
|
"node": ">=6.12"
|
||||||
},
|
},
|
||||||
@ -50,18 +50,18 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/protocol/README.md",
|
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/protocol/README.md",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@0x/abi-gen": "^5.2.2",
|
"@0x/abi-gen": "^5.3.0",
|
||||||
"@0x/contracts-asset-proxy": "^3.2.5",
|
"@0x/contracts-asset-proxy": "^3.3.0",
|
||||||
"@0x/contracts-erc20": "^3.1.5",
|
"@0x/contracts-erc20": "^3.2.0",
|
||||||
"@0x/contracts-exchange": "^3.2.5",
|
"@0x/contracts-exchange": "^3.2.6",
|
||||||
"@0x/contracts-exchange-libs": "^4.3.5",
|
"@0x/contracts-exchange-libs": "^4.3.6",
|
||||||
"@0x/contracts-gen": "^2.0.8",
|
"@0x/contracts-gen": "^2.0.9",
|
||||||
"@0x/contracts-test-utils": "^5.3.2",
|
"@0x/contracts-test-utils": "^5.3.3",
|
||||||
"@0x/contracts-utils": "^4.4.3",
|
"@0x/contracts-utils": "^4.5.0",
|
||||||
"@0x/dev-utils": "^3.2.1",
|
"@0x/dev-utils": "^3.2.2",
|
||||||
"@0x/sol-compiler": "^4.0.8",
|
"@0x/sol-compiler": "^4.1.0",
|
||||||
"@0x/tslint-config": "^4.0.0",
|
"@0x/tslint-config": "^4.0.0",
|
||||||
"@0x/web3-wrapper": "^7.0.7",
|
"@0x/web3-wrapper": "^7.1.0",
|
||||||
"@types/lodash": "4.14.104",
|
"@types/lodash": "4.14.104",
|
||||||
"@types/mocha": "^5.2.7",
|
"@types/mocha": "^5.2.7",
|
||||||
"@types/node": "*",
|
"@types/node": "*",
|
||||||
@ -79,14 +79,15 @@
|
|||||||
"typescript": "3.0.1"
|
"typescript": "3.0.1"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@0x/base-contract": "^6.2.1",
|
"@0x/base-contract": "^6.2.2",
|
||||||
"@0x/types": "^3.1.2",
|
"@0x/types": "^3.1.3",
|
||||||
"@0x/typescript-typings": "^5.0.2",
|
"@0x/typescript-typings": "^5.1.0",
|
||||||
"@0x/utils": "^5.4.1",
|
"@0x/utils": "^5.5.0",
|
||||||
"ethereum-types": "^3.1.0",
|
"ethereum-types": "^3.1.1",
|
||||||
"lodash": "^4.17.11"
|
"lodash": "^4.17.11"
|
||||||
},
|
},
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public"
|
"access": "public"
|
||||||
}
|
},
|
||||||
|
"gitHead": "4f91bfd907996b2f4dd383778b50c479c2602b56"
|
||||||
}
|
}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@0x/contracts-erc20",
|
"name": "@0x/contracts-erc20",
|
||||||
"version": "3.1.5",
|
"version": "3.2.0",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=6.12"
|
"node": ">=6.12"
|
||||||
},
|
},
|
||||||
@ -51,18 +51,18 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/tokens/README.md",
|
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/tokens/README.md",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@0x/abi-gen": "^5.2.2",
|
"@0x/abi-gen": "^5.3.0",
|
||||||
"@0x/contracts-gen": "^2.0.8",
|
"@0x/contracts-gen": "^2.0.9",
|
||||||
"@0x/contracts-test-utils": "^5.3.2",
|
"@0x/contracts-test-utils": "^5.3.3",
|
||||||
"@0x/contracts-utils": "^4.4.3",
|
"@0x/contracts-utils": "^4.5.0",
|
||||||
"@0x/dev-utils": "^3.2.1",
|
"@0x/dev-utils": "^3.2.2",
|
||||||
"@0x/sol-compiler": "^4.0.8",
|
"@0x/sol-compiler": "^4.1.0",
|
||||||
"@0x/ts-doc-gen": "^0.0.22",
|
"@0x/ts-doc-gen": "^0.0.22",
|
||||||
"@0x/tslint-config": "^4.0.0",
|
"@0x/tslint-config": "^4.0.0",
|
||||||
"@0x/types": "^3.1.2",
|
"@0x/types": "^3.1.3",
|
||||||
"@0x/typescript-typings": "^5.0.2",
|
"@0x/typescript-typings": "^5.1.0",
|
||||||
"@0x/utils": "^5.4.1",
|
"@0x/utils": "^5.5.0",
|
||||||
"@0x/web3-wrapper": "^7.0.7",
|
"@0x/web3-wrapper": "^7.1.0",
|
||||||
"@types/lodash": "4.14.104",
|
"@types/lodash": "4.14.104",
|
||||||
"@types/mocha": "^5.2.7",
|
"@types/mocha": "^5.2.7",
|
||||||
"@types/node": "*",
|
"@types/node": "*",
|
||||||
@ -70,7 +70,7 @@
|
|||||||
"chai-as-promised": "^7.1.0",
|
"chai-as-promised": "^7.1.0",
|
||||||
"chai-bignumber": "^3.0.0",
|
"chai-bignumber": "^3.0.0",
|
||||||
"dirty-chai": "^2.0.1",
|
"dirty-chai": "^2.0.1",
|
||||||
"ethereum-types": "^3.1.0",
|
"ethereum-types": "^3.1.1",
|
||||||
"lodash": "^4.17.11",
|
"lodash": "^4.17.11",
|
||||||
"make-promises-safe": "^1.1.0",
|
"make-promises-safe": "^1.1.0",
|
||||||
"mocha": "^6.2.0",
|
"mocha": "^6.2.0",
|
||||||
@ -82,9 +82,10 @@
|
|||||||
"typescript": "3.0.1"
|
"typescript": "3.0.1"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@0x/base-contract": "^6.2.1"
|
"@0x/base-contract": "^6.2.2"
|
||||||
},
|
},
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public"
|
"access": "public"
|
||||||
}
|
},
|
||||||
|
"gitHead": "4f91bfd907996b2f4dd383778b50c479c2602b56"
|
||||||
}
|
}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@0x/contracts-erc721",
|
"name": "@0x/contracts-erc721",
|
||||||
"version": "3.1.5",
|
"version": "3.1.6",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=6.12"
|
"node": ">=6.12"
|
||||||
},
|
},
|
||||||
@ -52,18 +52,18 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/tokens/README.md",
|
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/tokens/README.md",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@0x/abi-gen": "^5.2.2",
|
"@0x/abi-gen": "^5.3.0",
|
||||||
"@0x/contracts-gen": "^2.0.8",
|
"@0x/contracts-gen": "^2.0.9",
|
||||||
"@0x/contracts-test-utils": "^5.3.2",
|
"@0x/contracts-test-utils": "^5.3.3",
|
||||||
"@0x/contracts-utils": "^4.4.3",
|
"@0x/contracts-utils": "^4.5.0",
|
||||||
"@0x/dev-utils": "^3.2.1",
|
"@0x/dev-utils": "^3.2.2",
|
||||||
"@0x/sol-compiler": "^4.0.8",
|
"@0x/sol-compiler": "^4.1.0",
|
||||||
"@0x/ts-doc-gen": "^0.0.22",
|
"@0x/ts-doc-gen": "^0.0.22",
|
||||||
"@0x/tslint-config": "^4.0.0",
|
"@0x/tslint-config": "^4.0.0",
|
||||||
"@0x/types": "^3.1.2",
|
"@0x/types": "^3.1.3",
|
||||||
"@0x/typescript-typings": "^5.0.2",
|
"@0x/typescript-typings": "^5.1.0",
|
||||||
"@0x/utils": "^5.4.1",
|
"@0x/utils": "^5.5.0",
|
||||||
"@0x/web3-wrapper": "^7.0.7",
|
"@0x/web3-wrapper": "^7.1.0",
|
||||||
"@types/lodash": "4.14.104",
|
"@types/lodash": "4.14.104",
|
||||||
"@types/mocha": "^5.2.7",
|
"@types/mocha": "^5.2.7",
|
||||||
"@types/node": "*",
|
"@types/node": "*",
|
||||||
@ -71,7 +71,7 @@
|
|||||||
"chai-as-promised": "^7.1.0",
|
"chai-as-promised": "^7.1.0",
|
||||||
"chai-bignumber": "^3.0.0",
|
"chai-bignumber": "^3.0.0",
|
||||||
"dirty-chai": "^2.0.1",
|
"dirty-chai": "^2.0.1",
|
||||||
"ethereum-types": "^3.1.0",
|
"ethereum-types": "^3.1.1",
|
||||||
"lodash": "^4.17.11",
|
"lodash": "^4.17.11",
|
||||||
"make-promises-safe": "^1.1.0",
|
"make-promises-safe": "^1.1.0",
|
||||||
"mocha": "^6.2.0",
|
"mocha": "^6.2.0",
|
||||||
@ -84,9 +84,10 @@
|
|||||||
"typescript": "3.0.1"
|
"typescript": "3.0.1"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@0x/base-contract": "^6.2.1"
|
"@0x/base-contract": "^6.2.2"
|
||||||
},
|
},
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public"
|
"access": "public"
|
||||||
}
|
},
|
||||||
|
"gitHead": "4f91bfd907996b2f4dd383778b50c479c2602b56"
|
||||||
}
|
}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@0x/contracts-exchange-forwarder",
|
"name": "@0x/contracts-exchange-forwarder",
|
||||||
"version": "4.2.5",
|
"version": "4.2.6",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=6.12"
|
"node": ">=6.12"
|
||||||
},
|
},
|
||||||
@ -52,25 +52,25 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/extensions/README.md",
|
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/extensions/README.md",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@0x/abi-gen": "^5.2.2",
|
"@0x/abi-gen": "^5.3.0",
|
||||||
"@0x/contracts-asset-proxy": "^3.2.5",
|
"@0x/contracts-asset-proxy": "^3.3.0",
|
||||||
"@0x/contracts-dev-utils": "^1.3.3",
|
"@0x/contracts-dev-utils": "^1.3.4",
|
||||||
"@0x/contracts-erc1155": "^2.1.5",
|
"@0x/contracts-erc1155": "^2.1.6",
|
||||||
"@0x/contracts-erc20": "^3.1.5",
|
"@0x/contracts-erc20": "^3.2.0",
|
||||||
"@0x/contracts-erc721": "^3.1.5",
|
"@0x/contracts-erc721": "^3.1.6",
|
||||||
"@0x/contracts-exchange": "^3.2.5",
|
"@0x/contracts-exchange": "^3.2.6",
|
||||||
"@0x/contracts-exchange-libs": "^4.3.5",
|
"@0x/contracts-exchange-libs": "^4.3.6",
|
||||||
"@0x/contracts-gen": "^2.0.8",
|
"@0x/contracts-gen": "^2.0.9",
|
||||||
"@0x/contracts-test-utils": "^5.3.2",
|
"@0x/contracts-test-utils": "^5.3.3",
|
||||||
"@0x/contracts-utils": "^4.4.3",
|
"@0x/contracts-utils": "^4.5.0",
|
||||||
"@0x/dev-utils": "^3.2.1",
|
"@0x/dev-utils": "^3.2.2",
|
||||||
"@0x/order-utils": "^10.2.4",
|
"@0x/order-utils": "^10.3.0",
|
||||||
"@0x/sol-compiler": "^4.0.8",
|
"@0x/sol-compiler": "^4.1.0",
|
||||||
"@0x/ts-doc-gen": "^0.0.22",
|
"@0x/ts-doc-gen": "^0.0.22",
|
||||||
"@0x/tslint-config": "^4.0.0",
|
"@0x/tslint-config": "^4.0.0",
|
||||||
"@0x/types": "^3.1.2",
|
"@0x/types": "^3.1.3",
|
||||||
"@0x/utils": "^5.4.1",
|
"@0x/utils": "^5.5.0",
|
||||||
"@0x/web3-wrapper": "^7.0.7",
|
"@0x/web3-wrapper": "^7.1.0",
|
||||||
"@types/lodash": "4.14.104",
|
"@types/lodash": "4.14.104",
|
||||||
"@types/mocha": "^5.2.7",
|
"@types/mocha": "^5.2.7",
|
||||||
"@types/node": "*",
|
"@types/node": "*",
|
||||||
@ -90,11 +90,12 @@
|
|||||||
"typescript": "3.0.1"
|
"typescript": "3.0.1"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@0x/base-contract": "^6.2.1",
|
"@0x/base-contract": "^6.2.2",
|
||||||
"@0x/typescript-typings": "^5.0.2",
|
"@0x/typescript-typings": "^5.1.0",
|
||||||
"ethereum-types": "^3.1.0"
|
"ethereum-types": "^3.1.1"
|
||||||
},
|
},
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public"
|
"access": "public"
|
||||||
}
|
},
|
||||||
|
"gitHead": "4f91bfd907996b2f4dd383778b50c479c2602b56"
|
||||||
}
|
}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@0x/contracts-exchange-libs",
|
"name": "@0x/contracts-exchange-libs",
|
||||||
"version": "4.3.5",
|
"version": "4.3.6",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=6.12"
|
"node": ">=6.12"
|
||||||
},
|
},
|
||||||
@ -52,14 +52,14 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/libs/README.md",
|
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/libs/README.md",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@0x/abi-gen": "^5.2.2",
|
"@0x/abi-gen": "^5.3.0",
|
||||||
"@0x/contracts-gen": "^2.0.8",
|
"@0x/contracts-gen": "^2.0.9",
|
||||||
"@0x/dev-utils": "^3.2.1",
|
"@0x/dev-utils": "^3.2.2",
|
||||||
"@0x/sol-compiler": "^4.0.8",
|
"@0x/sol-compiler": "^4.1.0",
|
||||||
"@0x/subproviders": "^6.0.8",
|
"@0x/subproviders": "^6.1.0",
|
||||||
"@0x/ts-doc-gen": "^0.0.22",
|
"@0x/ts-doc-gen": "^0.0.22",
|
||||||
"@0x/tslint-config": "^4.0.0",
|
"@0x/tslint-config": "^4.0.0",
|
||||||
"@0x/web3-wrapper": "^7.0.7",
|
"@0x/web3-wrapper": "^7.1.0",
|
||||||
"@types/lodash": "4.14.104",
|
"@types/lodash": "4.14.104",
|
||||||
"@types/mocha": "^5.2.7",
|
"@types/mocha": "^5.2.7",
|
||||||
"@types/node": "*",
|
"@types/node": "*",
|
||||||
@ -80,16 +80,17 @@
|
|||||||
"typescript": "3.0.1"
|
"typescript": "3.0.1"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@0x/base-contract": "^6.2.1",
|
"@0x/base-contract": "^6.2.2",
|
||||||
"@0x/contracts-test-utils": "^5.3.2",
|
"@0x/contracts-test-utils": "^5.3.3",
|
||||||
"@0x/contracts-utils": "^4.4.3",
|
"@0x/contracts-utils": "^4.5.0",
|
||||||
"@0x/order-utils": "^10.2.4",
|
"@0x/order-utils": "^10.3.0",
|
||||||
"@0x/types": "^3.1.2",
|
"@0x/types": "^3.1.3",
|
||||||
"@0x/typescript-typings": "^5.0.2",
|
"@0x/typescript-typings": "^5.1.0",
|
||||||
"@0x/utils": "^5.4.1",
|
"@0x/utils": "^5.5.0",
|
||||||
"ethereum-types": "^3.1.0"
|
"ethereum-types": "^3.1.1"
|
||||||
},
|
},
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public"
|
"access": "public"
|
||||||
}
|
},
|
||||||
|
"gitHead": "4f91bfd907996b2f4dd383778b50c479c2602b56"
|
||||||
}
|
}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@0x/contracts-exchange",
|
"name": "@0x/contracts-exchange",
|
||||||
"version": "3.2.5",
|
"version": "3.2.6",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=6.12"
|
"node": ">=6.12"
|
||||||
},
|
},
|
||||||
@ -52,21 +52,21 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/protocol/README.md",
|
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/protocol/README.md",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@0x/abi-gen": "^5.2.2",
|
"@0x/abi-gen": "^5.3.0",
|
||||||
"@0x/contracts-asset-proxy": "^3.2.5",
|
"@0x/contracts-asset-proxy": "^3.3.0",
|
||||||
"@0x/contracts-exchange-libs": "^4.3.5",
|
"@0x/contracts-exchange-libs": "^4.3.6",
|
||||||
"@0x/contracts-gen": "^2.0.8",
|
"@0x/contracts-gen": "^2.0.9",
|
||||||
"@0x/contracts-multisig": "^4.1.5",
|
"@0x/contracts-multisig": "^4.1.6",
|
||||||
"@0x/contracts-staking": "^2.0.12",
|
"@0x/contracts-staking": "^2.0.13",
|
||||||
"@0x/contracts-test-utils": "^5.3.2",
|
"@0x/contracts-test-utils": "^5.3.3",
|
||||||
"@0x/contracts-utils": "^4.4.3",
|
"@0x/contracts-utils": "^4.5.0",
|
||||||
"@0x/dev-utils": "^3.2.1",
|
"@0x/dev-utils": "^3.2.2",
|
||||||
"@0x/sol-compiler": "^4.0.8",
|
"@0x/sol-compiler": "^4.1.0",
|
||||||
"@0x/ts-doc-gen": "^0.0.22",
|
"@0x/ts-doc-gen": "^0.0.22",
|
||||||
"@0x/tslint-config": "^4.0.0",
|
"@0x/tslint-config": "^4.0.0",
|
||||||
"@0x/types": "^3.1.2",
|
"@0x/types": "^3.1.3",
|
||||||
"@0x/typescript-typings": "^5.0.2",
|
"@0x/typescript-typings": "^5.1.0",
|
||||||
"@0x/web3-wrapper": "^7.0.7",
|
"@0x/web3-wrapper": "^7.1.0",
|
||||||
"@types/lodash": "4.14.104",
|
"@types/lodash": "4.14.104",
|
||||||
"@types/mocha": "^5.2.7",
|
"@types/mocha": "^5.2.7",
|
||||||
"@types/node": "*",
|
"@types/node": "*",
|
||||||
@ -74,7 +74,7 @@
|
|||||||
"chai-as-promised": "^7.1.0",
|
"chai-as-promised": "^7.1.0",
|
||||||
"chai-bignumber": "^3.0.0",
|
"chai-bignumber": "^3.0.0",
|
||||||
"dirty-chai": "^2.0.1",
|
"dirty-chai": "^2.0.1",
|
||||||
"ethereum-types": "^3.1.0",
|
"ethereum-types": "^3.1.1",
|
||||||
"ethereumjs-util": "^5.1.1",
|
"ethereumjs-util": "^5.1.1",
|
||||||
"js-combinatorics": "^0.5.3",
|
"js-combinatorics": "^0.5.3",
|
||||||
"make-promises-safe": "^1.1.0",
|
"make-promises-safe": "^1.1.0",
|
||||||
@ -88,16 +88,17 @@
|
|||||||
"typescript": "3.0.1"
|
"typescript": "3.0.1"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@0x/base-contract": "^6.2.1",
|
"@0x/base-contract": "^6.2.2",
|
||||||
"@0x/contracts-dev-utils": "^1.3.3",
|
"@0x/contracts-dev-utils": "^1.3.4",
|
||||||
"@0x/contracts-erc1155": "^2.1.5",
|
"@0x/contracts-erc1155": "^2.1.6",
|
||||||
"@0x/contracts-erc20": "^3.1.5",
|
"@0x/contracts-erc20": "^3.2.0",
|
||||||
"@0x/contracts-erc721": "^3.1.5",
|
"@0x/contracts-erc721": "^3.1.6",
|
||||||
"@0x/order-utils": "^10.2.4",
|
"@0x/order-utils": "^10.3.0",
|
||||||
"@0x/utils": "^5.4.1",
|
"@0x/utils": "^5.5.0",
|
||||||
"lodash": "^4.17.11"
|
"lodash": "^4.17.11"
|
||||||
},
|
},
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public"
|
"access": "public"
|
||||||
}
|
},
|
||||||
|
"gitHead": "4f91bfd907996b2f4dd383778b50c479c2602b56"
|
||||||
}
|
}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@0x/contracts-extensions",
|
"name": "@0x/contracts-extensions",
|
||||||
"version": "6.1.5",
|
"version": "6.2.0",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=6.12"
|
"node": ">=6.12"
|
||||||
},
|
},
|
||||||
@ -51,24 +51,24 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/extensions/README.md",
|
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/extensions/README.md",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@0x/abi-gen": "^5.2.2",
|
"@0x/abi-gen": "^5.3.0",
|
||||||
"@0x/contracts-asset-proxy": "^3.2.5",
|
"@0x/contracts-asset-proxy": "^3.3.0",
|
||||||
"@0x/contracts-dev-utils": "^1.3.3",
|
"@0x/contracts-dev-utils": "^1.3.4",
|
||||||
"@0x/contracts-erc20": "^3.1.5",
|
"@0x/contracts-erc20": "^3.2.0",
|
||||||
"@0x/contracts-erc721": "^3.1.5",
|
"@0x/contracts-erc721": "^3.1.6",
|
||||||
"@0x/contracts-exchange": "^3.2.5",
|
"@0x/contracts-exchange": "^3.2.6",
|
||||||
"@0x/contracts-exchange-libs": "^4.3.5",
|
"@0x/contracts-exchange-libs": "^4.3.6",
|
||||||
"@0x/contracts-gen": "^2.0.8",
|
"@0x/contracts-gen": "^2.0.9",
|
||||||
"@0x/contracts-test-utils": "^5.3.2",
|
"@0x/contracts-test-utils": "^5.3.3",
|
||||||
"@0x/contracts-utils": "^4.4.3",
|
"@0x/contracts-utils": "^4.5.0",
|
||||||
"@0x/dev-utils": "^3.2.1",
|
"@0x/dev-utils": "^3.2.2",
|
||||||
"@0x/order-utils": "^10.2.4",
|
"@0x/order-utils": "^10.3.0",
|
||||||
"@0x/sol-compiler": "^4.0.8",
|
"@0x/sol-compiler": "^4.1.0",
|
||||||
"@0x/ts-doc-gen": "^0.0.22",
|
"@0x/ts-doc-gen": "^0.0.22",
|
||||||
"@0x/tslint-config": "^4.0.0",
|
"@0x/tslint-config": "^4.0.0",
|
||||||
"@0x/types": "^3.1.2",
|
"@0x/types": "^3.1.3",
|
||||||
"@0x/utils": "^5.4.1",
|
"@0x/utils": "^5.5.0",
|
||||||
"@0x/web3-wrapper": "^7.0.7",
|
"@0x/web3-wrapper": "^7.1.0",
|
||||||
"@types/lodash": "4.14.104",
|
"@types/lodash": "4.14.104",
|
||||||
"@types/mocha": "^5.2.7",
|
"@types/mocha": "^5.2.7",
|
||||||
"@types/node": "*",
|
"@types/node": "*",
|
||||||
@ -90,11 +90,12 @@
|
|||||||
"typescript": "3.0.1"
|
"typescript": "3.0.1"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@0x/base-contract": "^6.2.1",
|
"@0x/base-contract": "^6.2.2",
|
||||||
"@0x/typescript-typings": "^5.0.2",
|
"@0x/typescript-typings": "^5.1.0",
|
||||||
"ethereum-types": "^3.1.0"
|
"ethereum-types": "^3.1.1"
|
||||||
},
|
},
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public"
|
"access": "public"
|
||||||
}
|
},
|
||||||
|
"gitHead": "4f91bfd907996b2f4dd383778b50c479c2602b56"
|
||||||
}
|
}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@0x/contracts-integrations",
|
"name": "@0x/contracts-integrations",
|
||||||
"version": "2.5.1",
|
"version": "2.5.2",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=6.12"
|
"node": ">=6.12"
|
||||||
},
|
},
|
||||||
@ -51,25 +51,25 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/extensions/README.md",
|
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/extensions/README.md",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@0x/abi-gen": "^5.2.2",
|
"@0x/abi-gen": "^5.3.0",
|
||||||
"@0x/contract-addresses": "^4.9.0",
|
"@0x/contract-addresses": "^4.10.0",
|
||||||
"@0x/contract-wrappers": "^13.6.3",
|
"@0x/contract-wrappers": "^13.7.0",
|
||||||
"@0x/contracts-broker": "^1.1.4",
|
"@0x/contracts-broker": "^1.1.5",
|
||||||
"@0x/contracts-coordinator": "^3.1.5",
|
"@0x/contracts-coordinator": "^3.1.6",
|
||||||
"@0x/contracts-dev-utils": "^1.3.3",
|
"@0x/contracts-dev-utils": "^1.3.4",
|
||||||
"@0x/contracts-erc20-bridge-sampler": "^1.5.1",
|
"@0x/contracts-erc20-bridge-sampler": "^1.6.0",
|
||||||
"@0x/contracts-exchange-forwarder": "^4.2.5",
|
"@0x/contracts-exchange-forwarder": "^4.2.6",
|
||||||
"@0x/contracts-exchange-libs": "^4.3.5",
|
"@0x/contracts-exchange-libs": "^4.3.6",
|
||||||
"@0x/contracts-extensions": "^6.1.5",
|
"@0x/contracts-extensions": "^6.2.0",
|
||||||
"@0x/contracts-gen": "^2.0.8",
|
"@0x/contracts-gen": "^2.0.9",
|
||||||
"@0x/contracts-utils": "^4.4.3",
|
"@0x/contracts-utils": "^4.5.0",
|
||||||
"@0x/coordinator-server": "^1.0.5",
|
"@0x/coordinator-server": "^1.0.5",
|
||||||
"@0x/dev-utils": "^3.2.1",
|
"@0x/dev-utils": "^3.2.2",
|
||||||
"@0x/migrations": "^6.2.4",
|
"@0x/migrations": "^6.3.0",
|
||||||
"@0x/order-utils": "^10.2.4",
|
"@0x/order-utils": "^10.3.0",
|
||||||
"@0x/sol-compiler": "^4.0.8",
|
"@0x/sol-compiler": "^4.1.0",
|
||||||
"@0x/tslint-config": "^4.0.0",
|
"@0x/tslint-config": "^4.0.0",
|
||||||
"@0x/web3-wrapper": "^7.0.7",
|
"@0x/web3-wrapper": "^7.1.0",
|
||||||
"@azure/core-asynciterator-polyfill": "^1.0.0",
|
"@azure/core-asynciterator-polyfill": "^1.0.0",
|
||||||
"@types/lodash": "4.14.104",
|
"@types/lodash": "4.14.104",
|
||||||
"@types/mocha": "^5.2.7",
|
"@types/mocha": "^5.2.7",
|
||||||
@ -92,24 +92,25 @@
|
|||||||
"typescript": "3.0.1"
|
"typescript": "3.0.1"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@0x/asset-swapper": "^4.4.0",
|
"@0x/asset-swapper": "^4.5.0",
|
||||||
"@0x/base-contract": "^6.2.1",
|
"@0x/base-contract": "^6.2.2",
|
||||||
"@0x/contracts-asset-proxy": "^3.2.5",
|
"@0x/contracts-asset-proxy": "^3.3.0",
|
||||||
"@0x/contracts-erc1155": "^2.1.5",
|
"@0x/contracts-erc1155": "^2.1.6",
|
||||||
"@0x/contracts-erc20": "^3.1.5",
|
"@0x/contracts-erc20": "^3.2.0",
|
||||||
"@0x/contracts-erc721": "^3.1.5",
|
"@0x/contracts-erc721": "^3.1.6",
|
||||||
"@0x/contracts-exchange": "^3.2.5",
|
"@0x/contracts-exchange": "^3.2.6",
|
||||||
"@0x/contracts-multisig": "^4.1.5",
|
"@0x/contracts-multisig": "^4.1.6",
|
||||||
"@0x/contracts-staking": "^2.0.12",
|
"@0x/contracts-staking": "^2.0.13",
|
||||||
"@0x/contracts-test-utils": "^5.3.2",
|
"@0x/contracts-test-utils": "^5.3.3",
|
||||||
"@0x/types": "^3.1.2",
|
"@0x/types": "^3.1.3",
|
||||||
"@0x/typescript-typings": "^5.0.2",
|
"@0x/typescript-typings": "^5.1.0",
|
||||||
"@0x/utils": "^5.4.1",
|
"@0x/utils": "^5.5.0",
|
||||||
"ethereum-types": "^3.1.0",
|
"ethereum-types": "^3.1.1",
|
||||||
"ethereumjs-util": "^6.2.0",
|
"ethereumjs-util": "^6.2.0",
|
||||||
"lodash": "^4.17.11"
|
"lodash": "^4.17.11"
|
||||||
},
|
},
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public"
|
"access": "public"
|
||||||
}
|
},
|
||||||
|
"gitHead": "4f91bfd907996b2f4dd383778b50c479c2602b56"
|
||||||
}
|
}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@0x/contracts-multisig",
|
"name": "@0x/contracts-multisig",
|
||||||
"version": "4.1.5",
|
"version": "4.1.6",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=6.12"
|
"node": ">=6.12"
|
||||||
},
|
},
|
||||||
@ -49,18 +49,18 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/multisig/README.md",
|
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/multisig/README.md",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@0x/abi-gen": "^5.2.2",
|
"@0x/abi-gen": "^5.3.0",
|
||||||
"@0x/contracts-asset-proxy": "^3.2.5",
|
"@0x/contracts-asset-proxy": "^3.3.0",
|
||||||
"@0x/contracts-erc20": "^3.1.5",
|
"@0x/contracts-erc20": "^3.2.0",
|
||||||
"@0x/contracts-gen": "^2.0.8",
|
"@0x/contracts-gen": "^2.0.9",
|
||||||
"@0x/contracts-test-utils": "^5.3.2",
|
"@0x/contracts-test-utils": "^5.3.3",
|
||||||
"@0x/contracts-utils": "^4.4.3",
|
"@0x/contracts-utils": "^4.5.0",
|
||||||
"@0x/dev-utils": "^3.2.1",
|
"@0x/dev-utils": "^3.2.2",
|
||||||
"@0x/sol-compiler": "^4.0.8",
|
"@0x/sol-compiler": "^4.1.0",
|
||||||
"@0x/tslint-config": "^4.0.0",
|
"@0x/tslint-config": "^4.0.0",
|
||||||
"@0x/types": "^3.1.2",
|
"@0x/types": "^3.1.3",
|
||||||
"@0x/utils": "^5.4.1",
|
"@0x/utils": "^5.5.0",
|
||||||
"@0x/web3-wrapper": "^7.0.7",
|
"@0x/web3-wrapper": "^7.1.0",
|
||||||
"@types/lodash": "4.14.104",
|
"@types/lodash": "4.14.104",
|
||||||
"@types/mocha": "^5.2.7",
|
"@types/mocha": "^5.2.7",
|
||||||
"@types/node": "*",
|
"@types/node": "*",
|
||||||
@ -78,11 +78,12 @@
|
|||||||
"typescript": "3.0.1"
|
"typescript": "3.0.1"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@0x/base-contract": "^6.2.1",
|
"@0x/base-contract": "^6.2.2",
|
||||||
"@0x/typescript-typings": "^5.0.2",
|
"@0x/typescript-typings": "^5.1.0",
|
||||||
"ethereum-types": "^3.1.0"
|
"ethereum-types": "^3.1.1"
|
||||||
},
|
},
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public"
|
"access": "public"
|
||||||
}
|
},
|
||||||
|
"gitHead": "4f91bfd907996b2f4dd383778b50c479c2602b56"
|
||||||
}
|
}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@0x/contracts-staking",
|
"name": "@0x/contracts-staking",
|
||||||
"version": "2.0.12",
|
"version": "2.0.13",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=6.12"
|
"node": ">=6.12"
|
||||||
},
|
},
|
||||||
@ -53,20 +53,20 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/tokens/README.md",
|
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/tokens/README.md",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@0x/abi-gen": "^5.2.2",
|
"@0x/abi-gen": "^5.3.0",
|
||||||
"@0x/contracts-asset-proxy": "^3.2.5",
|
"@0x/contracts-asset-proxy": "^3.3.0",
|
||||||
"@0x/contracts-dev-utils": "^1.3.3",
|
"@0x/contracts-dev-utils": "^1.3.4",
|
||||||
"@0x/contracts-erc20": "^3.1.5",
|
"@0x/contracts-erc20": "^3.2.0",
|
||||||
"@0x/contracts-exchange-libs": "^4.3.5",
|
"@0x/contracts-exchange-libs": "^4.3.6",
|
||||||
"@0x/contracts-gen": "^2.0.8",
|
"@0x/contracts-gen": "^2.0.9",
|
||||||
"@0x/contracts-utils": "^4.4.3",
|
"@0x/contracts-utils": "^4.5.0",
|
||||||
"@0x/dev-utils": "^3.2.1",
|
"@0x/dev-utils": "^3.2.2",
|
||||||
"@0x/order-utils": "^10.2.4",
|
"@0x/order-utils": "^10.3.0",
|
||||||
"@0x/sol-compiler": "^4.0.8",
|
"@0x/sol-compiler": "^4.1.0",
|
||||||
"@0x/ts-doc-gen": "^0.0.22",
|
"@0x/ts-doc-gen": "^0.0.22",
|
||||||
"@0x/tslint-config": "^4.0.0",
|
"@0x/tslint-config": "^4.0.0",
|
||||||
"@0x/types": "^3.1.2",
|
"@0x/types": "^3.1.3",
|
||||||
"@0x/web3-wrapper": "^7.0.7",
|
"@0x/web3-wrapper": "^7.1.0",
|
||||||
"@types/lodash": "4.14.104",
|
"@types/lodash": "4.14.104",
|
||||||
"@types/node": "*",
|
"@types/node": "*",
|
||||||
"chai": "^4.0.1",
|
"chai": "^4.0.1",
|
||||||
@ -87,14 +87,15 @@
|
|||||||
"typescript": "3.0.1"
|
"typescript": "3.0.1"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@0x/base-contract": "^6.2.1",
|
"@0x/base-contract": "^6.2.2",
|
||||||
"@0x/contracts-test-utils": "^5.3.2",
|
"@0x/contracts-test-utils": "^5.3.3",
|
||||||
"@0x/typescript-typings": "^5.0.2",
|
"@0x/typescript-typings": "^5.1.0",
|
||||||
"@0x/utils": "^5.4.1",
|
"@0x/utils": "^5.5.0",
|
||||||
"ethereum-types": "^3.1.0",
|
"ethereum-types": "^3.1.1",
|
||||||
"ethereumjs-util": "^5.1.1"
|
"ethereumjs-util": "^5.1.1"
|
||||||
},
|
},
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public"
|
"access": "public"
|
||||||
}
|
},
|
||||||
|
"gitHead": "4f91bfd907996b2f4dd383778b50c479c2602b56"
|
||||||
}
|
}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@0x/contracts-test-utils",
|
"name": "@0x/contracts-test-utils",
|
||||||
"version": "5.3.2",
|
"version": "5.3.3",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=6.12"
|
"node": ">=6.12"
|
||||||
},
|
},
|
||||||
@ -34,7 +34,7 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/test-utils/README.md",
|
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/test-utils/README.md",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@0x/sol-compiler": "^4.0.8",
|
"@0x/sol-compiler": "^4.1.0",
|
||||||
"@0x/tslint-config": "^4.0.0",
|
"@0x/tslint-config": "^4.0.0",
|
||||||
"npm-run-all": "^4.1.2",
|
"npm-run-all": "^4.1.2",
|
||||||
"shx": "^0.2.2",
|
"shx": "^0.2.2",
|
||||||
@ -42,20 +42,20 @@
|
|||||||
"typescript": "3.0.1"
|
"typescript": "3.0.1"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@0x/assert": "^3.0.7",
|
"@0x/assert": "^3.0.8",
|
||||||
"@0x/base-contract": "^6.2.1",
|
"@0x/base-contract": "^6.2.2",
|
||||||
"@0x/contract-addresses": "^4.9.0",
|
"@0x/contract-addresses": "^4.10.0",
|
||||||
"@0x/dev-utils": "^3.2.1",
|
"@0x/dev-utils": "^3.2.2",
|
||||||
"@0x/json-schemas": "^5.0.7",
|
"@0x/json-schemas": "^5.0.8",
|
||||||
"@0x/order-utils": "^10.2.4",
|
"@0x/order-utils": "^10.3.0",
|
||||||
"@0x/sol-coverage": "^4.0.8",
|
"@0x/sol-coverage": "^4.0.9",
|
||||||
"@0x/sol-profiler": "^4.0.8",
|
"@0x/sol-profiler": "^4.1.0",
|
||||||
"@0x/sol-trace": "^3.0.8",
|
"@0x/sol-trace": "^3.0.9",
|
||||||
"@0x/subproviders": "^6.0.8",
|
"@0x/subproviders": "^6.1.0",
|
||||||
"@0x/types": "^3.1.2",
|
"@0x/types": "^3.1.3",
|
||||||
"@0x/typescript-typings": "^5.0.2",
|
"@0x/typescript-typings": "^5.1.0",
|
||||||
"@0x/utils": "^5.4.1",
|
"@0x/utils": "^5.5.0",
|
||||||
"@0x/web3-wrapper": "^7.0.7",
|
"@0x/web3-wrapper": "^7.1.0",
|
||||||
"@types/bn.js": "^4.11.0",
|
"@types/bn.js": "^4.11.0",
|
||||||
"@types/js-combinatorics": "^0.5.29",
|
"@types/js-combinatorics": "^0.5.29",
|
||||||
"@types/lodash": "4.14.104",
|
"@types/lodash": "4.14.104",
|
||||||
@ -67,7 +67,7 @@
|
|||||||
"chai-bignumber": "^3.0.0",
|
"chai-bignumber": "^3.0.0",
|
||||||
"decimal.js": "^10.2.0",
|
"decimal.js": "^10.2.0",
|
||||||
"dirty-chai": "^2.0.1",
|
"dirty-chai": "^2.0.1",
|
||||||
"ethereum-types": "^3.1.0",
|
"ethereum-types": "^3.1.1",
|
||||||
"ethereumjs-util": "^5.1.1",
|
"ethereumjs-util": "^5.1.1",
|
||||||
"ethers": "~4.0.4",
|
"ethers": "~4.0.4",
|
||||||
"js-combinatorics": "^0.5.3",
|
"js-combinatorics": "^0.5.3",
|
||||||
@ -77,5 +77,6 @@
|
|||||||
},
|
},
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public"
|
"access": "public"
|
||||||
}
|
},
|
||||||
|
"gitHead": "4f91bfd907996b2f4dd383778b50c479c2602b56"
|
||||||
}
|
}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@0x/contracts-utils",
|
"name": "@0x/contracts-utils",
|
||||||
"version": "4.4.3",
|
"version": "4.5.0",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=6.12"
|
"node": ">=6.12"
|
||||||
},
|
},
|
||||||
@ -50,15 +50,15 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/utils/README.md",
|
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/utils/README.md",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@0x/abi-gen": "^5.2.2",
|
"@0x/abi-gen": "^5.3.0",
|
||||||
"@0x/contracts-gen": "^2.0.8",
|
"@0x/contracts-gen": "^2.0.9",
|
||||||
"@0x/contracts-test-utils": "^5.3.2",
|
"@0x/contracts-test-utils": "^5.3.3",
|
||||||
"@0x/dev-utils": "^3.2.1",
|
"@0x/dev-utils": "^3.2.2",
|
||||||
"@0x/order-utils": "^10.2.4",
|
"@0x/order-utils": "^10.3.0",
|
||||||
"@0x/sol-compiler": "^4.0.8",
|
"@0x/sol-compiler": "^4.1.0",
|
||||||
"@0x/tslint-config": "^4.0.0",
|
"@0x/tslint-config": "^4.0.0",
|
||||||
"@0x/types": "^3.1.2",
|
"@0x/types": "^3.1.3",
|
||||||
"@0x/web3-wrapper": "^7.0.7",
|
"@0x/web3-wrapper": "^7.1.0",
|
||||||
"@types/bn.js": "^4.11.0",
|
"@types/bn.js": "^4.11.0",
|
||||||
"@types/lodash": "4.14.104",
|
"@types/lodash": "4.14.104",
|
||||||
"@types/mocha": "^5.2.7",
|
"@types/mocha": "^5.2.7",
|
||||||
@ -79,13 +79,14 @@
|
|||||||
"typescript": "3.0.1"
|
"typescript": "3.0.1"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@0x/base-contract": "^6.2.1",
|
"@0x/base-contract": "^6.2.2",
|
||||||
"@0x/typescript-typings": "^5.0.2",
|
"@0x/typescript-typings": "^5.1.0",
|
||||||
"@0x/utils": "^5.4.1",
|
"@0x/utils": "^5.5.0",
|
||||||
"bn.js": "^4.11.8",
|
"bn.js": "^4.11.8",
|
||||||
"ethereum-types": "^3.1.0"
|
"ethereum-types": "^3.1.1"
|
||||||
},
|
},
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public"
|
"access": "public"
|
||||||
}
|
},
|
||||||
|
"gitHead": "4f91bfd907996b2f4dd383778b50c479c2602b56"
|
||||||
}
|
}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@0x/contracts-zero-ex",
|
"name": "@0x/contracts-zero-ex",
|
||||||
"version": "0.1.0",
|
"version": "0.1.1",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=6.12"
|
"node": ">=6.12"
|
||||||
},
|
},
|
||||||
@ -52,13 +52,13 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/zero-ex/README.md",
|
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/zero-ex/README.md",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@0x/abi-gen": "^5.2.2",
|
"@0x/abi-gen": "^5.3.0",
|
||||||
"@0x/contracts-gen": "^2.0.8",
|
"@0x/contracts-gen": "^2.0.9",
|
||||||
"@0x/contracts-test-utils": "^5.3.2",
|
"@0x/contracts-test-utils": "^5.3.3",
|
||||||
"@0x/dev-utils": "^3.2.1",
|
"@0x/dev-utils": "^3.2.2",
|
||||||
"@0x/order-utils": "^10.2.4",
|
"@0x/order-utils": "^10.3.0",
|
||||||
"@0x/sol-compiler": "^4.0.8",
|
"@0x/sol-compiler": "^4.1.0",
|
||||||
"@0x/subproviders": "^6.0.8",
|
"@0x/subproviders": "^6.1.0",
|
||||||
"@0x/ts-doc-gen": "^0.0.22",
|
"@0x/ts-doc-gen": "^0.0.22",
|
||||||
"@0x/tslint-config": "^4.0.0",
|
"@0x/tslint-config": "^4.0.0",
|
||||||
"@types/lodash": "4.14.104",
|
"@types/lodash": "4.14.104",
|
||||||
@ -74,15 +74,16 @@
|
|||||||
"typescript": "3.0.1"
|
"typescript": "3.0.1"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@0x/base-contract": "^6.2.1",
|
"@0x/base-contract": "^6.2.2",
|
||||||
"@0x/types": "^3.1.2",
|
"@0x/types": "^3.1.3",
|
||||||
"@0x/typescript-typings": "^5.0.2",
|
"@0x/typescript-typings": "^5.1.0",
|
||||||
"@0x/utils": "^5.4.1",
|
"@0x/utils": "^5.5.0",
|
||||||
"@0x/web3-wrapper": "^7.0.7",
|
"@0x/web3-wrapper": "^7.1.0",
|
||||||
"ethereum-types": "^3.1.0",
|
"ethereum-types": "^3.1.1",
|
||||||
"ethereumjs-util": "^5.1.1"
|
"ethereumjs-util": "^5.1.1"
|
||||||
},
|
},
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public"
|
"access": "public"
|
||||||
}
|
},
|
||||||
|
"gitHead": "4f91bfd907996b2f4dd383778b50c479c2602b56"
|
||||||
}
|
}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "0x.js",
|
"name": "0x.js",
|
||||||
"version": "9.1.5",
|
"version": "9.1.6",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=6.12"
|
"node": ">=6.12"
|
||||||
},
|
},
|
||||||
@ -46,9 +46,9 @@
|
|||||||
},
|
},
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@0x/contract-addresses": "^4.9.0",
|
"@0x/contract-addresses": "^4.10.0",
|
||||||
"@0x/dev-utils": "^3.2.1",
|
"@0x/dev-utils": "^3.2.2",
|
||||||
"@0x/migrations": "^6.2.4",
|
"@0x/migrations": "^6.3.0",
|
||||||
"@0x/ts-doc-gen": "^0.0.22",
|
"@0x/ts-doc-gen": "^0.0.22",
|
||||||
"@0x/tslint-config": "^4.0.0",
|
"@0x/tslint-config": "^4.0.0",
|
||||||
"@types/lodash": "4.14.104",
|
"@types/lodash": "4.14.104",
|
||||||
@ -78,23 +78,24 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@0x/abi-gen-wrappers": "^5.4.0-beta.3",
|
"@0x/abi-gen-wrappers": "^5.4.0-beta.3",
|
||||||
"@0x/assert": "^3.0.7",
|
"@0x/assert": "^3.0.8",
|
||||||
"@0x/asset-swapper": "^4.4.0",
|
"@0x/asset-swapper": "^4.5.0",
|
||||||
"@0x/base-contract": "^6.2.1",
|
"@0x/base-contract": "^6.2.2",
|
||||||
"@0x/contract-wrappers": "^13.6.3",
|
"@0x/contract-wrappers": "^13.7.0",
|
||||||
"@0x/order-utils": "^10.2.4",
|
"@0x/order-utils": "^10.3.0",
|
||||||
"@0x/subproviders": "^6.0.8",
|
"@0x/subproviders": "^6.1.0",
|
||||||
"@0x/types": "^3.1.2",
|
"@0x/types": "^3.1.3",
|
||||||
"@0x/typescript-typings": "^5.0.2",
|
"@0x/typescript-typings": "^5.1.0",
|
||||||
"@0x/utils": "^5.4.1",
|
"@0x/utils": "^5.5.0",
|
||||||
"@0x/web3-wrapper": "^7.0.7",
|
"@0x/web3-wrapper": "^7.1.0",
|
||||||
"@types/web3-provider-engine": "^14.0.0",
|
"@types/web3-provider-engine": "^14.0.0",
|
||||||
"ethereum-types": "^3.1.0",
|
"ethereum-types": "^3.1.1",
|
||||||
"ethers": "~4.0.4",
|
"ethers": "~4.0.4",
|
||||||
"lodash": "^4.17.11",
|
"lodash": "^4.17.11",
|
||||||
"web3-provider-engine": "14.0.6"
|
"web3-provider-engine": "14.0.6"
|
||||||
},
|
},
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public"
|
"access": "public"
|
||||||
}
|
},
|
||||||
|
"gitHead": "4f91bfd907996b2f4dd383778b50c479c2602b56"
|
||||||
}
|
}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@0x/abi-gen",
|
"name": "@0x/abi-gen",
|
||||||
"version": "5.2.2",
|
"version": "5.3.0",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=6.12"
|
"node": ">=6.12"
|
||||||
},
|
},
|
||||||
@ -62,14 +62,14 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://github.com/0xProject/0x-monorepo/packages/abi-gen/README.md",
|
"homepage": "https://github.com/0xProject/0x-monorepo/packages/abi-gen/README.md",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@0x/types": "^3.1.2",
|
"@0x/types": "^3.1.3",
|
||||||
"@0x/typescript-typings": "^5.0.2",
|
"@0x/typescript-typings": "^5.1.0",
|
||||||
"@0x/utils": "^5.4.1",
|
"@0x/utils": "^5.5.0",
|
||||||
"@types/toposort": "^2.0.1",
|
"@types/toposort": "^2.0.1",
|
||||||
"chalk": "^2.3.0",
|
"chalk": "^2.3.0",
|
||||||
"change-case": "^3.0.2",
|
"change-case": "^3.0.2",
|
||||||
"cli-format": "^3.0.9",
|
"cli-format": "^3.0.9",
|
||||||
"ethereum-types": "^3.1.0",
|
"ethereum-types": "^3.1.1",
|
||||||
"glob": "^7.1.2",
|
"glob": "^7.1.2",
|
||||||
"handlebars": "^4.1.2",
|
"handlebars": "^4.1.2",
|
||||||
"lodash": "^4.17.11",
|
"lodash": "^4.17.11",
|
||||||
@ -80,15 +80,15 @@
|
|||||||
"yargs": "^10.0.3"
|
"yargs": "^10.0.3"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@0x/assert": "^3.0.7",
|
"@0x/assert": "^3.0.8",
|
||||||
"@0x/base-contract": "^6.2.1",
|
"@0x/base-contract": "^6.2.2",
|
||||||
"@0x/contracts-gen": "^2.0.8",
|
"@0x/contracts-gen": "^2.0.9",
|
||||||
"@0x/dev-utils": "^3.2.1",
|
"@0x/dev-utils": "^3.2.2",
|
||||||
"@0x/json-schemas": "^5.0.7",
|
"@0x/json-schemas": "^5.0.8",
|
||||||
"@0x/sol-compiler": "^4.0.8",
|
"@0x/sol-compiler": "^4.1.0",
|
||||||
"@0x/subproviders": "^6.0.8",
|
"@0x/subproviders": "^6.1.0",
|
||||||
"@0x/tslint-config": "^4.0.0",
|
"@0x/tslint-config": "^4.0.0",
|
||||||
"@0x/web3-wrapper": "^7.0.7",
|
"@0x/web3-wrapper": "^7.1.0",
|
||||||
"@types/glob": "5.0.35",
|
"@types/glob": "5.0.35",
|
||||||
"@types/mkdirp": "^0.5.2",
|
"@types/mkdirp": "^0.5.2",
|
||||||
"@types/mocha": "^5.2.7",
|
"@types/mocha": "^5.2.7",
|
||||||
@ -118,5 +118,6 @@
|
|||||||
"*.js",
|
"*.js",
|
||||||
"*.ts",
|
"*.ts",
|
||||||
"*.map"
|
"*.map"
|
||||||
]
|
],
|
||||||
|
"gitHead": "4f91bfd907996b2f4dd383778b50c479c2602b56"
|
||||||
}
|
}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@0x/assert",
|
"name": "@0x/assert",
|
||||||
"version": "3.0.7",
|
"version": "3.0.8",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=6.12"
|
"node": ">=6.12"
|
||||||
},
|
},
|
||||||
@ -45,13 +45,14 @@
|
|||||||
"typescript": "3.0.1"
|
"typescript": "3.0.1"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@0x/json-schemas": "^5.0.7",
|
"@0x/json-schemas": "^5.0.8",
|
||||||
"@0x/typescript-typings": "^5.0.2",
|
"@0x/typescript-typings": "^5.1.0",
|
||||||
"@0x/utils": "^5.4.1",
|
"@0x/utils": "^5.5.0",
|
||||||
"lodash": "^4.17.11",
|
"lodash": "^4.17.11",
|
||||||
"valid-url": "^1.0.9"
|
"valid-url": "^1.0.9"
|
||||||
},
|
},
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public"
|
"access": "public"
|
||||||
}
|
},
|
||||||
|
"gitHead": "4f91bfd907996b2f4dd383778b50c479c2602b56"
|
||||||
}
|
}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@0x/asset-swapper",
|
"name": "@0x/asset-swapper",
|
||||||
"version": "4.4.0",
|
"version": "4.5.0",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=6.12"
|
"node": ">=6.12"
|
||||||
},
|
},
|
||||||
@ -46,15 +46,15 @@
|
|||||||
"registry": "git@github.com:0xProject/gitpkg-registry.git"
|
"registry": "git@github.com:0xProject/gitpkg-registry.git"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@0x/assert": "^3.0.7",
|
"@0x/assert": "^3.0.8",
|
||||||
"@0x/contract-addresses": "^4.9.0",
|
"@0x/contract-addresses": "^4.10.0",
|
||||||
"@0x/contract-wrappers": "^13.6.3",
|
"@0x/contract-wrappers": "^13.7.0",
|
||||||
"@0x/json-schemas": "^5.0.7",
|
"@0x/json-schemas": "^5.0.8",
|
||||||
"@0x/order-utils": "^10.2.4",
|
"@0x/order-utils": "^10.3.0",
|
||||||
"@0x/orderbook": "^2.2.5",
|
"@0x/orderbook": "^2.2.6",
|
||||||
"@0x/quote-server": "^2.0.2",
|
"@0x/quote-server": "^2.0.2",
|
||||||
"@0x/utils": "^5.4.1",
|
"@0x/utils": "^5.5.0",
|
||||||
"@0x/web3-wrapper": "^7.0.7",
|
"@0x/web3-wrapper": "^7.1.0",
|
||||||
"axios": "^0.19.2",
|
"axios": "^0.19.2",
|
||||||
"axios-mock-adapter": "^1.18.1",
|
"axios-mock-adapter": "^1.18.1",
|
||||||
"ethereumjs-util": "^5.1.1",
|
"ethereumjs-util": "^5.1.1",
|
||||||
@ -62,16 +62,16 @@
|
|||||||
"lodash": "^4.17.11"
|
"lodash": "^4.17.11"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@0x/base-contract": "^6.2.1",
|
"@0x/base-contract": "^6.2.2",
|
||||||
"@0x/contracts-test-utils": "^5.3.2",
|
"@0x/contracts-test-utils": "^5.3.3",
|
||||||
"@0x/dev-utils": "^3.2.1",
|
"@0x/dev-utils": "^3.2.2",
|
||||||
"@0x/mesh-rpc-client": "^7.0.4-beta-0xv3",
|
"@0x/mesh-rpc-client": "^7.0.4-beta-0xv3",
|
||||||
"@0x/migrations": "^6.2.4",
|
"@0x/migrations": "^6.3.0",
|
||||||
"@0x/subproviders": "^6.0.8",
|
"@0x/subproviders": "^6.1.0",
|
||||||
"@0x/ts-doc-gen": "^0.0.22",
|
"@0x/ts-doc-gen": "^0.0.22",
|
||||||
"@0x/tslint-config": "^4.0.0",
|
"@0x/tslint-config": "^4.0.0",
|
||||||
"@0x/types": "^3.1.2",
|
"@0x/types": "^3.1.3",
|
||||||
"@0x/typescript-typings": "^5.0.2",
|
"@0x/typescript-typings": "^5.1.0",
|
||||||
"@types/lodash": "4.14.104",
|
"@types/lodash": "4.14.104",
|
||||||
"@types/mocha": "^5.2.7",
|
"@types/mocha": "^5.2.7",
|
||||||
"@types/node": "*",
|
"@types/node": "*",
|
||||||
@ -79,7 +79,7 @@
|
|||||||
"chai-as-promised": "^7.1.0",
|
"chai-as-promised": "^7.1.0",
|
||||||
"chai-bignumber": "^3.0.0",
|
"chai-bignumber": "^3.0.0",
|
||||||
"dirty-chai": "^2.0.1",
|
"dirty-chai": "^2.0.1",
|
||||||
"ethereum-types": "^3.1.0",
|
"ethereum-types": "^3.1.1",
|
||||||
"gitpkg": "https://github.com/0xProject/gitpkg.git",
|
"gitpkg": "https://github.com/0xProject/gitpkg.git",
|
||||||
"make-promises-safe": "^1.1.0",
|
"make-promises-safe": "^1.1.0",
|
||||||
"mocha": "^6.2.0",
|
"mocha": "^6.2.0",
|
||||||
@ -93,5 +93,6 @@
|
|||||||
},
|
},
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public"
|
"access": "public"
|
||||||
}
|
},
|
||||||
|
"gitHead": "4f91bfd907996b2f4dd383778b50c479c2602b56"
|
||||||
}
|
}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@0x/base-contract",
|
"name": "@0x/base-contract",
|
||||||
"version": "6.2.1",
|
"version": "6.2.2",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=6.12"
|
"node": ">=6.12"
|
||||||
},
|
},
|
||||||
@ -31,12 +31,12 @@
|
|||||||
"homepage": "https://github.com/0xProject/0x-monorepo/packages/base-contract/README.md",
|
"homepage": "https://github.com/0xProject/0x-monorepo/packages/base-contract/README.md",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@0x/tslint-config": "^4.0.0",
|
"@0x/tslint-config": "^4.0.0",
|
||||||
"@0x/types": "^3.1.2",
|
"@0x/types": "^3.1.3",
|
||||||
"@0x/typescript-typings": "^5.0.2",
|
"@0x/typescript-typings": "^5.1.0",
|
||||||
"@types/lodash": "4.14.104",
|
"@types/lodash": "4.14.104",
|
||||||
"@types/mocha": "^5.2.7",
|
"@types/mocha": "^5.2.7",
|
||||||
"chai": "^4.0.1",
|
"chai": "^4.0.1",
|
||||||
"ethereum-types": "^3.1.0",
|
"ethereum-types": "^3.1.1",
|
||||||
"make-promises-safe": "^1.1.0",
|
"make-promises-safe": "^1.1.0",
|
||||||
"mocha": "^6.2.0",
|
"mocha": "^6.2.0",
|
||||||
"npm-run-all": "^4.1.2",
|
"npm-run-all": "^4.1.2",
|
||||||
@ -45,10 +45,10 @@
|
|||||||
"typescript": "3.0.1"
|
"typescript": "3.0.1"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@0x/assert": "^3.0.7",
|
"@0x/assert": "^3.0.8",
|
||||||
"@0x/json-schemas": "^5.0.7",
|
"@0x/json-schemas": "^5.0.8",
|
||||||
"@0x/utils": "^5.4.1",
|
"@0x/utils": "^5.5.0",
|
||||||
"@0x/web3-wrapper": "^7.0.7",
|
"@0x/web3-wrapper": "^7.1.0",
|
||||||
"ethereumjs-account": "^3.0.0",
|
"ethereumjs-account": "^3.0.0",
|
||||||
"ethereumjs-blockstream": "^7.0.0",
|
"ethereumjs-blockstream": "^7.0.0",
|
||||||
"ethereumjs-util": "^5.1.1",
|
"ethereumjs-util": "^5.1.1",
|
||||||
@ -62,5 +62,6 @@
|
|||||||
},
|
},
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public"
|
"access": "public"
|
||||||
}
|
},
|
||||||
|
"gitHead": "4f91bfd907996b2f4dd383778b50c479c2602b56"
|
||||||
}
|
}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@0x/connect",
|
"name": "@0x/connect",
|
||||||
"version": "6.0.7",
|
"version": "6.0.8",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=6.12"
|
"node": ">=6.12"
|
||||||
},
|
},
|
||||||
@ -48,11 +48,11 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://github.com/0xProject/0x-monorepo/packages/connect/README.md",
|
"homepage": "https://github.com/0xProject/0x-monorepo/packages/connect/README.md",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@0x/assert": "^3.0.7",
|
"@0x/assert": "^3.0.8",
|
||||||
"@0x/json-schemas": "^5.0.7",
|
"@0x/json-schemas": "^5.0.8",
|
||||||
"@0x/types": "^3.1.2",
|
"@0x/types": "^3.1.3",
|
||||||
"@0x/typescript-typings": "^5.0.2",
|
"@0x/typescript-typings": "^5.1.0",
|
||||||
"@0x/utils": "^5.4.1",
|
"@0x/utils": "^5.5.0",
|
||||||
"lodash": "^4.17.11",
|
"lodash": "^4.17.11",
|
||||||
"query-string": "^6.0.0",
|
"query-string": "^6.0.0",
|
||||||
"sinon": "^4.0.0",
|
"sinon": "^4.0.0",
|
||||||
@ -86,5 +86,6 @@
|
|||||||
},
|
},
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public"
|
"access": "public"
|
||||||
}
|
},
|
||||||
|
"gitHead": "4f91bfd907996b2f4dd383778b50c479c2602b56"
|
||||||
}
|
}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@0x/contract-addresses",
|
"name": "@0x/contract-addresses",
|
||||||
"version": "4.9.0",
|
"version": "4.10.0",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=6.12"
|
"node": ">=6.12"
|
||||||
},
|
},
|
||||||
@ -28,11 +28,12 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://github.com/0xProject/0x-monorepo/packages/contract-addresses/README.md",
|
"homepage": "https://github.com/0xProject/0x-monorepo/packages/contract-addresses/README.md",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
"gitpkg": "https://github.com/0xProject/gitpkg.git",
|
||||||
"shx": "^0.2.2",
|
"shx": "^0.2.2",
|
||||||
"typescript": "3.0.1",
|
"typescript": "3.0.1"
|
||||||
"gitpkg": "https://github.com/0xProject/gitpkg.git"
|
|
||||||
},
|
},
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public"
|
"access": "public"
|
||||||
}
|
},
|
||||||
|
"gitHead": "4f91bfd907996b2f4dd383778b50c479c2602b56"
|
||||||
}
|
}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@0x/contract-artifacts",
|
"name": "@0x/contract-artifacts",
|
||||||
"version": "3.6.1",
|
"version": "3.7.0",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=6.12"
|
"node": ">=6.12"
|
||||||
},
|
},
|
||||||
@ -30,7 +30,7 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://github.com/0xProject/0x-monorepo/packages/contract-artifacts/README.md",
|
"homepage": "https://github.com/0xProject/0x-monorepo/packages/contract-artifacts/README.md",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@0x/utils": "^5.4.1",
|
"@0x/utils": "^5.5.0",
|
||||||
"@types/mocha": "^5.2.7",
|
"@types/mocha": "^5.2.7",
|
||||||
"chai": "^4.0.1",
|
"chai": "^4.0.1",
|
||||||
"lodash": "^4.17.11",
|
"lodash": "^4.17.11",
|
||||||
@ -40,5 +40,6 @@
|
|||||||
},
|
},
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public"
|
"access": "public"
|
||||||
}
|
},
|
||||||
|
"gitHead": "4f91bfd907996b2f4dd383778b50c479c2602b56"
|
||||||
}
|
}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@0x/contract-wrappers-test",
|
"name": "@0x/contract-wrappers-test",
|
||||||
"version": "12.2.14",
|
"version": "12.2.15",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=6.12"
|
"node": ">=6.12"
|
||||||
},
|
},
|
||||||
@ -35,7 +35,7 @@
|
|||||||
"@0x/contracts-test-utils": "^5.3.3",
|
"@0x/contracts-test-utils": "^5.3.3",
|
||||||
"@0x/dev-utils": "^3.2.2",
|
"@0x/dev-utils": "^3.2.2",
|
||||||
"@0x/migrations": "^6.3.0",
|
"@0x/migrations": "^6.3.0",
|
||||||
"@0x/order-utils": "^10.2.5",
|
"@0x/order-utils": "^10.3.0",
|
||||||
"@0x/subproviders": "^6.1.0",
|
"@0x/subproviders": "^6.1.0",
|
||||||
"@0x/ts-doc-gen": "^0.0.22",
|
"@0x/ts-doc-gen": "^0.0.22",
|
||||||
"@0x/tslint-config": "^4.0.0",
|
"@0x/tslint-config": "^4.0.0",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@0x/contract-wrappers",
|
"name": "@0x/contract-wrappers",
|
||||||
"version": "13.6.3",
|
"version": "13.7.0",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=6.12"
|
"node": ">=6.12"
|
||||||
},
|
},
|
||||||
@ -49,23 +49,24 @@
|
|||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@0x/ts-doc-gen": "^0.0.22",
|
"@0x/ts-doc-gen": "^0.0.22",
|
||||||
"@0x/tslint-config": "^4.0.0",
|
"@0x/tslint-config": "^4.0.0",
|
||||||
|
"gitpkg": "https://github.com/0xProject/gitpkg.git",
|
||||||
"tslint": "5.11.0",
|
"tslint": "5.11.0",
|
||||||
"typedoc": "^0.15.0",
|
"typedoc": "^0.15.0",
|
||||||
"typescript": "3.0.1",
|
"typescript": "3.0.1"
|
||||||
"gitpkg": "https://github.com/0xProject/gitpkg.git"
|
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@0x/assert": "^3.0.7",
|
"@0x/assert": "^3.0.8",
|
||||||
"@0x/base-contract": "^6.2.1",
|
"@0x/base-contract": "^6.2.2",
|
||||||
"@0x/contract-addresses": "^4.9.0",
|
"@0x/contract-addresses": "^4.10.0",
|
||||||
"@0x/json-schemas": "^5.0.7",
|
"@0x/json-schemas": "^5.0.8",
|
||||||
"@0x/types": "^3.1.2",
|
"@0x/types": "^3.1.3",
|
||||||
"@0x/utils": "^5.4.1",
|
"@0x/utils": "^5.5.0",
|
||||||
"@0x/web3-wrapper": "^7.0.7",
|
"@0x/web3-wrapper": "^7.1.0",
|
||||||
"ethereum-types": "^3.1.0",
|
"ethereum-types": "^3.1.1",
|
||||||
"ethers": "~4.0.4"
|
"ethers": "~4.0.4"
|
||||||
},
|
},
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public"
|
"access": "public"
|
||||||
}
|
},
|
||||||
|
"gitHead": "4f91bfd907996b2f4dd383778b50c479c2602b56"
|
||||||
}
|
}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@0x/contracts-gen",
|
"name": "@0x/contracts-gen",
|
||||||
"version": "2.0.8",
|
"version": "2.0.9",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=6.12"
|
"node": ">=6.12"
|
||||||
},
|
},
|
||||||
@ -27,12 +27,12 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://github.com/0xProject/0x-monorepo/packages/contracts-gen/README.md",
|
"homepage": "https://github.com/0xProject/0x-monorepo/packages/contracts-gen/README.md",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@0x/sol-compiler": "^4.0.8",
|
"@0x/sol-compiler": "^4.1.0",
|
||||||
"@0x/sol-resolver": "^3.0.3",
|
"@0x/sol-resolver": "^3.1.0",
|
||||||
"@0x/types": "^3.1.2",
|
"@0x/types": "^3.1.3",
|
||||||
"@0x/typescript-typings": "^5.0.2",
|
"@0x/typescript-typings": "^5.1.0",
|
||||||
"@0x/utils": "^5.4.1",
|
"@0x/utils": "^5.5.0",
|
||||||
"ethereum-types": "^3.1.0",
|
"ethereum-types": "^3.1.1",
|
||||||
"lodash": "^4.17.11",
|
"lodash": "^4.17.11",
|
||||||
"mkdirp": "^0.5.1",
|
"mkdirp": "^0.5.1",
|
||||||
"prettier": "^1.16.3",
|
"prettier": "^1.16.3",
|
||||||
@ -49,5 +49,6 @@
|
|||||||
},
|
},
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public"
|
"access": "public"
|
||||||
}
|
},
|
||||||
|
"gitHead": "4f91bfd907996b2f4dd383778b50c479c2602b56"
|
||||||
}
|
}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@0x/dev-utils",
|
"name": "@0x/dev-utils",
|
||||||
"version": "3.2.1",
|
"version": "3.2.2",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=6.12"
|
"node": ">=6.12"
|
||||||
},
|
},
|
||||||
@ -46,21 +46,22 @@
|
|||||||
"typescript": "3.0.1"
|
"typescript": "3.0.1"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@0x/subproviders": "^6.0.8",
|
"@0x/subproviders": "^6.1.0",
|
||||||
"@0x/types": "^3.1.2",
|
"@0x/types": "^3.1.3",
|
||||||
"@0x/typescript-typings": "^5.0.2",
|
"@0x/typescript-typings": "^5.1.0",
|
||||||
"@0x/utils": "^5.4.1",
|
"@0x/utils": "^5.5.0",
|
||||||
"@0x/web3-wrapper": "^7.0.7",
|
"@0x/web3-wrapper": "^7.1.0",
|
||||||
"@types/web3-provider-engine": "^14.0.0",
|
"@types/web3-provider-engine": "^14.0.0",
|
||||||
"chai": "^4.0.1",
|
"chai": "^4.0.1",
|
||||||
"chai-as-promised": "^7.1.0",
|
"chai-as-promised": "^7.1.0",
|
||||||
"chai-bignumber": "^3.0.0",
|
"chai-bignumber": "^3.0.0",
|
||||||
"dirty-chai": "^2.0.1",
|
"dirty-chai": "^2.0.1",
|
||||||
"ethereum-types": "^3.1.0",
|
"ethereum-types": "^3.1.1",
|
||||||
"lodash": "^4.17.11",
|
"lodash": "^4.17.11",
|
||||||
"web3-provider-engine": "14.0.6"
|
"web3-provider-engine": "14.0.6"
|
||||||
},
|
},
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public"
|
"access": "public"
|
||||||
}
|
},
|
||||||
|
"gitHead": "4f91bfd907996b2f4dd383778b50c479c2602b56"
|
||||||
}
|
}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "ethereum-types",
|
"name": "ethereum-types",
|
||||||
"version": "3.1.0",
|
"version": "3.1.1",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=6.12"
|
"node": ">=6.12"
|
||||||
},
|
},
|
||||||
@ -46,5 +46,6 @@
|
|||||||
},
|
},
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public"
|
"access": "public"
|
||||||
}
|
},
|
||||||
|
"gitHead": "4f91bfd907996b2f4dd383778b50c479c2602b56"
|
||||||
}
|
}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@0x/instant",
|
"name": "@0x/instant",
|
||||||
"version": "1.0.51",
|
"version": "1.0.52",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=6.12"
|
"node": ">=6.12"
|
||||||
},
|
},
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@0x/json-schemas",
|
"name": "@0x/json-schemas",
|
||||||
"version": "5.0.7",
|
"version": "5.0.8",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=6.12"
|
"node": ">=6.12"
|
||||||
},
|
},
|
||||||
@ -43,7 +43,7 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://github.com/0xProject/0x-monorepo/packages/json-schemas/README.md",
|
"homepage": "https://github.com/0xProject/0x-monorepo/packages/json-schemas/README.md",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@0x/typescript-typings": "^5.0.2",
|
"@0x/typescript-typings": "^5.1.0",
|
||||||
"@types/node": "*",
|
"@types/node": "*",
|
||||||
"jsonschema": "^1.2.0",
|
"jsonschema": "^1.2.0",
|
||||||
"lodash.values": "^4.3.0"
|
"lodash.values": "^4.3.0"
|
||||||
@ -51,7 +51,7 @@
|
|||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@0x/ts-doc-gen": "^0.0.22",
|
"@0x/ts-doc-gen": "^0.0.22",
|
||||||
"@0x/tslint-config": "^4.0.0",
|
"@0x/tslint-config": "^4.0.0",
|
||||||
"@0x/utils": "^5.4.1",
|
"@0x/utils": "^5.5.0",
|
||||||
"@types/lodash.foreach": "^4.5.3",
|
"@types/lodash.foreach": "^4.5.3",
|
||||||
"@types/lodash.values": "^4.3.3",
|
"@types/lodash.values": "^4.3.3",
|
||||||
"@types/mocha": "^5.2.7",
|
"@types/mocha": "^5.2.7",
|
||||||
@ -69,5 +69,6 @@
|
|||||||
},
|
},
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public"
|
"access": "public"
|
||||||
}
|
},
|
||||||
|
"gitHead": "4f91bfd907996b2f4dd383778b50c479c2602b56"
|
||||||
}
|
}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@0x/migrations",
|
"name": "@0x/migrations",
|
||||||
"version": "6.2.4",
|
"version": "6.3.0",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=6.12"
|
"node": ">=6.12"
|
||||||
},
|
},
|
||||||
@ -48,10 +48,10 @@
|
|||||||
"registry": "git@github.com:0xProject/gitpkg-registry.git"
|
"registry": "git@github.com:0xProject/gitpkg-registry.git"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@0x/dev-utils": "^3.2.1",
|
"@0x/dev-utils": "^3.2.2",
|
||||||
"@0x/ts-doc-gen": "^0.0.22",
|
"@0x/ts-doc-gen": "^0.0.22",
|
||||||
"@0x/tslint-config": "^4.0.0",
|
"@0x/tslint-config": "^4.0.0",
|
||||||
"@0x/types": "^3.1.2",
|
"@0x/types": "^3.1.3",
|
||||||
"@types/yargs": "^11.0.0",
|
"@types/yargs": "^11.0.0",
|
||||||
"chai": "^4.0.1",
|
"chai": "^4.0.1",
|
||||||
"dirty-chai": "^2.0.1",
|
"dirty-chai": "^2.0.1",
|
||||||
@ -67,30 +67,30 @@
|
|||||||
"yargs": "^10.0.3"
|
"yargs": "^10.0.3"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@0x/base-contract": "^6.2.1",
|
"@0x/base-contract": "^6.2.2",
|
||||||
"@0x/contract-addresses": "^4.9.0",
|
"@0x/contract-addresses": "^4.10.0",
|
||||||
"@0x/contract-wrappers": "^13.6.3",
|
"@0x/contract-wrappers": "^13.7.0",
|
||||||
"@0x/contracts-asset-proxy": "^3.2.5",
|
"@0x/contracts-asset-proxy": "^3.3.0",
|
||||||
"@0x/contracts-coordinator": "^3.1.5",
|
"@0x/contracts-coordinator": "^3.1.6",
|
||||||
"@0x/contracts-dev-utils": "^1.3.3",
|
"@0x/contracts-dev-utils": "^1.3.4",
|
||||||
"@0x/contracts-erc1155": "^2.1.5",
|
"@0x/contracts-erc1155": "^2.1.6",
|
||||||
"@0x/contracts-erc20": "^3.1.5",
|
"@0x/contracts-erc20": "^3.2.0",
|
||||||
"@0x/contracts-erc20-bridge-sampler": "^1.5.1",
|
"@0x/contracts-erc20-bridge-sampler": "^1.6.0",
|
||||||
"@0x/contracts-erc721": "^3.1.5",
|
"@0x/contracts-erc721": "^3.1.6",
|
||||||
"@0x/contracts-exchange": "^3.2.5",
|
"@0x/contracts-exchange": "^3.2.6",
|
||||||
"@0x/contracts-exchange-forwarder": "^4.2.5",
|
"@0x/contracts-exchange-forwarder": "^4.2.6",
|
||||||
"@0x/contracts-extensions": "^6.1.5",
|
"@0x/contracts-extensions": "^6.2.0",
|
||||||
"@0x/contracts-multisig": "^4.1.5",
|
"@0x/contracts-multisig": "^4.1.6",
|
||||||
"@0x/contracts-staking": "^2.0.12",
|
"@0x/contracts-staking": "^2.0.13",
|
||||||
"@0x/contracts-utils": "^4.4.3",
|
"@0x/contracts-utils": "^4.5.0",
|
||||||
"@0x/sol-compiler": "^4.0.8",
|
"@0x/sol-compiler": "^4.1.0",
|
||||||
"@0x/subproviders": "^6.0.8",
|
"@0x/subproviders": "^6.1.0",
|
||||||
"@0x/typescript-typings": "^5.0.2",
|
"@0x/typescript-typings": "^5.1.0",
|
||||||
"@0x/utils": "^5.4.1",
|
"@0x/utils": "^5.5.0",
|
||||||
"@0x/web3-wrapper": "^7.0.7",
|
"@0x/web3-wrapper": "^7.1.0",
|
||||||
"@ledgerhq/hw-app-eth": "^4.3.0",
|
"@ledgerhq/hw-app-eth": "^4.3.0",
|
||||||
"@types/web3-provider-engine": "^14.0.0",
|
"@types/web3-provider-engine": "^14.0.0",
|
||||||
"ethereum-types": "^3.1.0",
|
"ethereum-types": "^3.1.1",
|
||||||
"ethers": "~4.0.4",
|
"ethers": "~4.0.4",
|
||||||
"lodash": "^4.17.11"
|
"lodash": "^4.17.11"
|
||||||
},
|
},
|
||||||
@ -99,5 +99,6 @@
|
|||||||
},
|
},
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public"
|
"access": "public"
|
||||||
}
|
},
|
||||||
|
"gitHead": "4f91bfd907996b2f4dd383778b50c479c2602b56"
|
||||||
}
|
}
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"private": true,
|
"private": true,
|
||||||
"name": "@0x/monorepo-scripts",
|
"name": "@0x/monorepo-scripts",
|
||||||
"version": "1.0.52",
|
"version": "1.0.53",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=6.12"
|
"node": ">=6.12"
|
||||||
},
|
},
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@0x/order-utils",
|
"name": "@0x/order-utils",
|
||||||
"version": "10.2.4",
|
"version": "10.3.0",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=6.12"
|
"node": ">=6.12"
|
||||||
},
|
},
|
||||||
@ -39,19 +39,19 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://github.com/0xProject/0x-monorepo/packages/order-utils/README.md",
|
"homepage": "https://github.com/0xProject/0x-monorepo/packages/order-utils/README.md",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@0x/dev-utils": "^3.2.1",
|
"@0x/dev-utils": "^3.2.2",
|
||||||
"@0x/subproviders": "^6.0.8",
|
"@0x/subproviders": "^6.1.0",
|
||||||
"@0x/ts-doc-gen": "^0.0.22",
|
"@0x/ts-doc-gen": "^0.0.22",
|
||||||
"@0x/tslint-config": "^4.0.0",
|
"@0x/tslint-config": "^4.0.0",
|
||||||
"@0x/types": "^3.1.2",
|
"@0x/types": "^3.1.3",
|
||||||
"@0x/typescript-typings": "^5.0.2",
|
"@0x/typescript-typings": "^5.1.0",
|
||||||
"@types/bn.js": "^4.11.0",
|
"@types/bn.js": "^4.11.0",
|
||||||
"@types/lodash": "4.14.104",
|
"@types/lodash": "4.14.104",
|
||||||
"@types/mocha": "^5.2.7",
|
"@types/mocha": "^5.2.7",
|
||||||
"@types/node": "*",
|
"@types/node": "*",
|
||||||
"@types/web3-provider-engine": "^14.0.0",
|
"@types/web3-provider-engine": "^14.0.0",
|
||||||
"chai": "^4.0.1",
|
"chai": "^4.0.1",
|
||||||
"ethereum-types": "^3.1.0",
|
"ethereum-types": "^3.1.1",
|
||||||
"make-promises-safe": "^1.1.0",
|
"make-promises-safe": "^1.1.0",
|
||||||
"mocha": "^6.2.0",
|
"mocha": "^6.2.0",
|
||||||
"npm-run-all": "^4.1.2",
|
"npm-run-all": "^4.1.2",
|
||||||
@ -63,16 +63,17 @@
|
|||||||
"web3-provider-engine": "14.0.6"
|
"web3-provider-engine": "14.0.6"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@0x/assert": "^3.0.7",
|
"@0x/assert": "^3.0.8",
|
||||||
"@0x/contract-wrappers": "^13.6.3",
|
"@0x/contract-wrappers": "^13.7.0",
|
||||||
"@0x/json-schemas": "^5.0.7",
|
"@0x/json-schemas": "^5.0.8",
|
||||||
"@0x/utils": "^5.4.1",
|
"@0x/utils": "^5.5.0",
|
||||||
"@0x/web3-wrapper": "^7.0.7",
|
"@0x/web3-wrapper": "^7.1.0",
|
||||||
"ethereumjs-util": "^5.1.1",
|
"ethereumjs-util": "^5.1.1",
|
||||||
"ethers": "~4.0.4",
|
"ethers": "~4.0.4",
|
||||||
"lodash": "^4.17.11"
|
"lodash": "^4.17.11"
|
||||||
},
|
},
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public"
|
"access": "public"
|
||||||
}
|
},
|
||||||
|
"gitHead": "4f91bfd907996b2f4dd383778b50c479c2602b56"
|
||||||
}
|
}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@0x/orderbook",
|
"name": "@0x/orderbook",
|
||||||
"version": "2.2.5",
|
"version": "2.2.6",
|
||||||
"description": "Library for retrieving and syncing a remote orderbook locally",
|
"description": "Library for retrieving and syncing a remote orderbook locally",
|
||||||
"main": "lib/src/index.js",
|
"main": "lib/src/index.js",
|
||||||
"types": "lib/src/index.d.ts",
|
"types": "lib/src/index.d.ts",
|
||||||
@ -33,7 +33,7 @@
|
|||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@0x/ts-doc-gen": "^0.0.22",
|
"@0x/ts-doc-gen": "^0.0.22",
|
||||||
"@0x/tslint-config": "^4.0.0",
|
"@0x/tslint-config": "^4.0.0",
|
||||||
"@0x/types": "^3.1.2",
|
"@0x/types": "^3.1.3",
|
||||||
"@types/jest": "^24.0.17",
|
"@types/jest": "^24.0.17",
|
||||||
"@types/sinon": "^2.2.2",
|
"@types/sinon": "^2.2.2",
|
||||||
"@types/websocket": "^0.0.39",
|
"@types/websocket": "^0.0.39",
|
||||||
@ -46,11 +46,12 @@
|
|||||||
"websocket": "^1.0.26"
|
"websocket": "^1.0.26"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@0x/assert": "^3.0.7",
|
"@0x/assert": "^3.0.8",
|
||||||
"@0x/connect": "^6.0.7",
|
"@0x/connect": "^6.0.8",
|
||||||
"@0x/contracts-dev-utils": "^1.3.3",
|
"@0x/contracts-dev-utils": "^1.3.4",
|
||||||
"@0x/mesh-rpc-client": "^7.0.4-beta-0xv3",
|
"@0x/mesh-rpc-client": "^7.0.4-beta-0xv3",
|
||||||
"@0x/order-utils": "^10.2.4",
|
"@0x/order-utils": "^10.3.0",
|
||||||
"@0x/utils": "^5.4.1"
|
"@0x/utils": "^5.5.0"
|
||||||
}
|
},
|
||||||
|
"gitHead": "4f91bfd907996b2f4dd383778b50c479c2602b56"
|
||||||
}
|
}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@0x/sol-compiler",
|
"name": "@0x/sol-compiler",
|
||||||
"version": "4.0.8",
|
"version": "4.1.0",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=6.12"
|
"node": ">=6.12"
|
||||||
},
|
},
|
||||||
@ -46,7 +46,7 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://github.com/0xProject/0x-monorepo/packages/sol-compiler/README.md",
|
"homepage": "https://github.com/0xProject/0x-monorepo/packages/sol-compiler/README.md",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@0x/dev-utils": "^3.2.1",
|
"@0x/dev-utils": "^3.2.2",
|
||||||
"@0x/ts-doc-gen": "^0.0.22",
|
"@0x/ts-doc-gen": "^0.0.22",
|
||||||
"@0x/tslint-config": "^4.0.0",
|
"@0x/tslint-config": "^4.0.0",
|
||||||
"@types/mkdirp": "^0.5.2",
|
"@types/mkdirp": "^0.5.2",
|
||||||
@ -74,17 +74,17 @@
|
|||||||
"zeppelin-solidity": "1.8.0"
|
"zeppelin-solidity": "1.8.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@0x/assert": "^3.0.7",
|
"@0x/assert": "^3.0.8",
|
||||||
"@0x/json-schemas": "^5.0.7",
|
"@0x/json-schemas": "^5.0.8",
|
||||||
"@0x/sol-resolver": "^3.0.3",
|
"@0x/sol-resolver": "^3.1.0",
|
||||||
"@0x/types": "^3.1.2",
|
"@0x/types": "^3.1.3",
|
||||||
"@0x/typescript-typings": "^5.0.2",
|
"@0x/typescript-typings": "^5.1.0",
|
||||||
"@0x/utils": "^5.4.1",
|
"@0x/utils": "^5.5.0",
|
||||||
"@0x/web3-wrapper": "^7.0.7",
|
"@0x/web3-wrapper": "^7.1.0",
|
||||||
"@types/yargs": "^11.0.0",
|
"@types/yargs": "^11.0.0",
|
||||||
"chalk": "^2.3.0",
|
"chalk": "^2.3.0",
|
||||||
"chokidar": "^3.0.2",
|
"chokidar": "^3.0.2",
|
||||||
"ethereum-types": "^3.1.0",
|
"ethereum-types": "^3.1.1",
|
||||||
"ethereumjs-util": "^5.1.1",
|
"ethereumjs-util": "^5.1.1",
|
||||||
"lodash": "^4.17.11",
|
"lodash": "^4.17.11",
|
||||||
"mkdirp": "^0.5.1",
|
"mkdirp": "^0.5.1",
|
||||||
@ -98,5 +98,6 @@
|
|||||||
},
|
},
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public"
|
"access": "public"
|
||||||
}
|
},
|
||||||
|
"gitHead": "4f91bfd907996b2f4dd383778b50c479c2602b56"
|
||||||
}
|
}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@0x/sol-coverage",
|
"name": "@0x/sol-coverage",
|
||||||
"version": "4.0.8",
|
"version": "4.0.9",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=6.12"
|
"node": ">=6.12"
|
||||||
},
|
},
|
||||||
@ -33,11 +33,11 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://github.com/0xProject/0x-monorepo/packages/sol-coverage/README.md",
|
"homepage": "https://github.com/0xProject/0x-monorepo/packages/sol-coverage/README.md",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@0x/sol-tracing-utils": "^7.0.8",
|
"@0x/sol-tracing-utils": "^7.1.0",
|
||||||
"@0x/subproviders": "^6.0.8",
|
"@0x/subproviders": "^6.1.0",
|
||||||
"@0x/typescript-typings": "^5.0.2",
|
"@0x/typescript-typings": "^5.1.0",
|
||||||
"@types/minimatch": "^3.0.3",
|
"@types/minimatch": "^3.0.3",
|
||||||
"ethereum-types": "^3.1.0",
|
"ethereum-types": "^3.1.1",
|
||||||
"lodash": "^4.17.11",
|
"lodash": "^4.17.11",
|
||||||
"minimatch": "^3.0.4",
|
"minimatch": "^3.0.4",
|
||||||
"web3-provider-engine": "14.0.6"
|
"web3-provider-engine": "14.0.6"
|
||||||
@ -57,5 +57,6 @@
|
|||||||
},
|
},
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public"
|
"access": "public"
|
||||||
}
|
},
|
||||||
|
"gitHead": "4f91bfd907996b2f4dd383778b50c479c2602b56"
|
||||||
}
|
}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@0x/sol-doc",
|
"name": "@0x/sol-doc",
|
||||||
"version": "3.1.6",
|
"version": "3.1.7",
|
||||||
"description": "Solidity documentation generator",
|
"description": "Solidity documentation generator",
|
||||||
"main": "lib/src/index.js",
|
"main": "lib/src/index.js",
|
||||||
"types": "lib/src/index.d.js",
|
"types": "lib/src/index.d.js",
|
||||||
@ -32,16 +32,16 @@
|
|||||||
"author": "F. Eugene Aumson",
|
"author": "F. Eugene Aumson",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@0x/sol-compiler": "^4.0.8",
|
"@0x/sol-compiler": "^4.1.0",
|
||||||
"@0x/types": "^3.1.2",
|
"@0x/types": "^3.1.3",
|
||||||
"@0x/utils": "^5.4.1",
|
"@0x/utils": "^5.5.0",
|
||||||
"ethereum-types": "^3.1.0",
|
"ethereum-types": "^3.1.1",
|
||||||
"ethereumjs-util": "^5.1.1",
|
"ethereumjs-util": "^5.1.1",
|
||||||
"glob": "^7.1.2",
|
"glob": "^7.1.2",
|
||||||
"yargs": "^10.0.3"
|
"yargs": "^10.0.3"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@0x/dev-utils": "^3.2.1",
|
"@0x/dev-utils": "^3.2.2",
|
||||||
"@0x/tslint-config": "^4.0.0",
|
"@0x/tslint-config": "^4.0.0",
|
||||||
"@types/mocha": "^5.2.7",
|
"@types/mocha": "^5.2.7",
|
||||||
"chai": "^4.0.1",
|
"chai": "^4.0.1",
|
||||||
@ -57,5 +57,6 @@
|
|||||||
},
|
},
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public"
|
"access": "public"
|
||||||
}
|
},
|
||||||
|
"gitHead": "4f91bfd907996b2f4dd383778b50c479c2602b56"
|
||||||
}
|
}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@0x/sol-profiler",
|
"name": "@0x/sol-profiler",
|
||||||
"version": "4.0.8",
|
"version": "4.1.0",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=6.12"
|
"node": ">=6.12"
|
||||||
},
|
},
|
||||||
@ -33,11 +33,11 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://github.com/0xProject/0x-monorepo/packages/sol-profiler/README.md",
|
"homepage": "https://github.com/0xProject/0x-monorepo/packages/sol-profiler/README.md",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@0x/sol-tracing-utils": "^7.0.8",
|
"@0x/sol-tracing-utils": "^7.1.0",
|
||||||
"@0x/subproviders": "^6.0.8",
|
"@0x/subproviders": "^6.1.0",
|
||||||
"@0x/typescript-typings": "^5.0.2",
|
"@0x/typescript-typings": "^5.1.0",
|
||||||
"@0x/utils": "^5.4.1",
|
"@0x/utils": "^5.5.0",
|
||||||
"ethereum-types": "^3.1.0",
|
"ethereum-types": "^3.1.1",
|
||||||
"ethereumjs-util": "^5.1.1",
|
"ethereumjs-util": "^5.1.1",
|
||||||
"lodash": "^4.17.11",
|
"lodash": "^4.17.11",
|
||||||
"web3-provider-engine": "14.0.6"
|
"web3-provider-engine": "14.0.6"
|
||||||
@ -55,5 +55,6 @@
|
|||||||
},
|
},
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public"
|
"access": "public"
|
||||||
}
|
},
|
||||||
|
"gitHead": "4f91bfd907996b2f4dd383778b50c479c2602b56"
|
||||||
}
|
}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@0x/sol-resolver",
|
"name": "@0x/sol-resolver",
|
||||||
"version": "3.0.3",
|
"version": "3.1.0",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=6.12"
|
"node": ">=6.12"
|
||||||
},
|
},
|
||||||
@ -31,11 +31,12 @@
|
|||||||
"typescript": "3.0.1"
|
"typescript": "3.0.1"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@0x/types": "^3.1.2",
|
"@0x/types": "^3.1.3",
|
||||||
"@0x/typescript-typings": "^5.0.2",
|
"@0x/typescript-typings": "^5.1.0",
|
||||||
"lodash": "^4.17.11"
|
"lodash": "^4.17.11"
|
||||||
},
|
},
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public"
|
"access": "public"
|
||||||
}
|
},
|
||||||
|
"gitHead": "4f91bfd907996b2f4dd383778b50c479c2602b56"
|
||||||
}
|
}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@0x/sol-trace",
|
"name": "@0x/sol-trace",
|
||||||
"version": "3.0.8",
|
"version": "3.0.9",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=6.12"
|
"node": ">=6.12"
|
||||||
},
|
},
|
||||||
@ -33,11 +33,11 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://github.com/0xProject/0x-monorepo/packages/sol-trace/README.md",
|
"homepage": "https://github.com/0xProject/0x-monorepo/packages/sol-trace/README.md",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@0x/sol-tracing-utils": "^7.0.8",
|
"@0x/sol-tracing-utils": "^7.1.0",
|
||||||
"@0x/subproviders": "^6.0.8",
|
"@0x/subproviders": "^6.1.0",
|
||||||
"@0x/typescript-typings": "^5.0.2",
|
"@0x/typescript-typings": "^5.1.0",
|
||||||
"chalk": "^2.3.0",
|
"chalk": "^2.3.0",
|
||||||
"ethereum-types": "^3.1.0",
|
"ethereum-types": "^3.1.1",
|
||||||
"ethereumjs-util": "^5.1.1",
|
"ethereumjs-util": "^5.1.1",
|
||||||
"lodash": "^4.17.11",
|
"lodash": "^4.17.11",
|
||||||
"loglevel": "^1.6.1",
|
"loglevel": "^1.6.1",
|
||||||
@ -57,5 +57,6 @@
|
|||||||
},
|
},
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public"
|
"access": "public"
|
||||||
}
|
},
|
||||||
|
"gitHead": "4f91bfd907996b2f4dd383778b50c479c2602b56"
|
||||||
}
|
}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@0x/sol-tracing-utils",
|
"name": "@0x/sol-tracing-utils",
|
||||||
"version": "7.0.8",
|
"version": "7.1.0",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=6.12"
|
"node": ">=6.12"
|
||||||
},
|
},
|
||||||
@ -38,16 +38,16 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://github.com/0xProject/0x-monorepo/packages/sol-tracing-utils/README.md",
|
"homepage": "https://github.com/0xProject/0x-monorepo/packages/sol-tracing-utils/README.md",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@0x/dev-utils": "^3.2.1",
|
"@0x/dev-utils": "^3.2.2",
|
||||||
"@0x/sol-compiler": "^4.0.8",
|
"@0x/sol-compiler": "^4.1.0",
|
||||||
"@0x/sol-resolver": "^3.0.3",
|
"@0x/sol-resolver": "^3.1.0",
|
||||||
"@0x/subproviders": "^6.0.8",
|
"@0x/subproviders": "^6.1.0",
|
||||||
"@0x/typescript-typings": "^5.0.2",
|
"@0x/typescript-typings": "^5.1.0",
|
||||||
"@0x/utils": "^5.4.1",
|
"@0x/utils": "^5.5.0",
|
||||||
"@0x/web3-wrapper": "^7.0.7",
|
"@0x/web3-wrapper": "^7.1.0",
|
||||||
"@types/solidity-parser-antlr": "^0.2.3",
|
"@types/solidity-parser-antlr": "^0.2.3",
|
||||||
"chalk": "^2.3.0",
|
"chalk": "^2.3.0",
|
||||||
"ethereum-types": "^3.1.0",
|
"ethereum-types": "^3.1.1",
|
||||||
"ethereumjs-util": "^5.1.1",
|
"ethereumjs-util": "^5.1.1",
|
||||||
"ethers": "~4.0.4",
|
"ethers": "~4.0.4",
|
||||||
"glob": "^7.1.2",
|
"glob": "^7.1.2",
|
||||||
@ -82,5 +82,6 @@
|
|||||||
},
|
},
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public"
|
"access": "public"
|
||||||
}
|
},
|
||||||
|
"gitHead": "4f91bfd907996b2f4dd383778b50c479c2602b56"
|
||||||
}
|
}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@0x/sra-spec",
|
"name": "@0x/sra-spec",
|
||||||
"version": "3.0.7",
|
"version": "3.0.8",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=6.12"
|
"node": ">=6.12"
|
||||||
},
|
},
|
||||||
@ -35,7 +35,7 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://github.com/0xProject/0x-monorepo/packages/sra-spec/README.md",
|
"homepage": "https://github.com/0xProject/0x-monorepo/packages/sra-spec/README.md",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@0x/json-schemas": "^5.0.7",
|
"@0x/json-schemas": "^5.0.8",
|
||||||
"@loopback/openapi-v3-types": "^0.8.2"
|
"@loopback/openapi-v3-types": "^0.8.2"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
@ -58,5 +58,6 @@
|
|||||||
},
|
},
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public"
|
"access": "public"
|
||||||
}
|
},
|
||||||
|
"gitHead": "4f91bfd907996b2f4dd383778b50c479c2602b56"
|
||||||
}
|
}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@0x/subproviders",
|
"name": "@0x/subproviders",
|
||||||
"version": "6.0.8",
|
"version": "6.1.0",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=6.12"
|
"node": ">=6.12"
|
||||||
},
|
},
|
||||||
@ -34,18 +34,18 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@0x/assert": "^3.0.7",
|
"@0x/assert": "^3.0.8",
|
||||||
"@0x/types": "^3.1.2",
|
"@0x/types": "^3.1.3",
|
||||||
"@0x/typescript-typings": "^5.0.2",
|
"@0x/typescript-typings": "^5.1.0",
|
||||||
"@0x/utils": "^5.4.1",
|
"@0x/utils": "^5.5.0",
|
||||||
"@0x/web3-wrapper": "^7.0.7",
|
"@0x/web3-wrapper": "^7.1.0",
|
||||||
"@ledgerhq/hw-app-eth": "^4.3.0",
|
"@ledgerhq/hw-app-eth": "^4.3.0",
|
||||||
"@ledgerhq/hw-transport-u2f": "4.24.0",
|
"@ledgerhq/hw-transport-u2f": "4.24.0",
|
||||||
"@types/hdkey": "^0.7.0",
|
"@types/hdkey": "^0.7.0",
|
||||||
"@types/web3-provider-engine": "^14.0.0",
|
"@types/web3-provider-engine": "^14.0.0",
|
||||||
"bip39": "^2.5.0",
|
"bip39": "^2.5.0",
|
||||||
"bn.js": "^4.11.8",
|
"bn.js": "^4.11.8",
|
||||||
"ethereum-types": "^3.1.0",
|
"ethereum-types": "^3.1.1",
|
||||||
"ethereumjs-tx": "^1.3.5",
|
"ethereumjs-tx": "^1.3.5",
|
||||||
"ethereumjs-util": "^5.1.1",
|
"ethereumjs-util": "^5.1.1",
|
||||||
"ganache-core": "^2.10.2",
|
"ganache-core": "^2.10.2",
|
||||||
@ -88,5 +88,6 @@
|
|||||||
},
|
},
|
||||||
"browser": {
|
"browser": {
|
||||||
"ganache-core": false
|
"ganache-core": false
|
||||||
}
|
},
|
||||||
|
"gitHead": "4f91bfd907996b2f4dd383778b50c479c2602b56"
|
||||||
}
|
}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@0x/types",
|
"name": "@0x/types",
|
||||||
"version": "3.1.2",
|
"version": "3.1.3",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=6.12"
|
"node": ">=6.12"
|
||||||
},
|
},
|
||||||
@ -32,9 +32,10 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@types/node": "*",
|
"@types/node": "*",
|
||||||
"bignumber.js": "~9.0.0",
|
"bignumber.js": "~9.0.0",
|
||||||
"ethereum-types": "^3.1.0"
|
"ethereum-types": "^3.1.1"
|
||||||
},
|
},
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public"
|
"access": "public"
|
||||||
}
|
},
|
||||||
|
"gitHead": "4f91bfd907996b2f4dd383778b50c479c2602b56"
|
||||||
}
|
}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@0x/typescript-typings",
|
"name": "@0x/typescript-typings",
|
||||||
"version": "5.0.2",
|
"version": "5.1.0",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=6.12"
|
"node": ">=6.12"
|
||||||
},
|
},
|
||||||
@ -27,7 +27,7 @@
|
|||||||
"@types/bn.js": "^4.11.0",
|
"@types/bn.js": "^4.11.0",
|
||||||
"@types/react": "*",
|
"@types/react": "*",
|
||||||
"bignumber.js": "~9.0.0",
|
"bignumber.js": "~9.0.0",
|
||||||
"ethereum-types": "^3.1.0",
|
"ethereum-types": "^3.1.1",
|
||||||
"popper.js": "1.14.3"
|
"popper.js": "1.14.3"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
@ -36,5 +36,6 @@
|
|||||||
},
|
},
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public"
|
"access": "public"
|
||||||
}
|
},
|
||||||
|
"gitHead": "4f91bfd907996b2f4dd383778b50c479c2602b56"
|
||||||
}
|
}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@0x/utils",
|
"name": "@0x/utils",
|
||||||
"version": "5.4.1",
|
"version": "5.5.0",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=6.12"
|
"node": ">=6.12"
|
||||||
},
|
},
|
||||||
@ -45,14 +45,14 @@
|
|||||||
"typescript": "3.0.1"
|
"typescript": "3.0.1"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@0x/types": "^3.1.2",
|
"@0x/types": "^3.1.3",
|
||||||
"@0x/typescript-typings": "^5.0.2",
|
"@0x/typescript-typings": "^5.1.0",
|
||||||
"@types/node": "*",
|
"@types/node": "*",
|
||||||
"abortcontroller-polyfill": "^1.1.9",
|
"abortcontroller-polyfill": "^1.1.9",
|
||||||
"bignumber.js": "~9.0.0",
|
"bignumber.js": "~9.0.0",
|
||||||
"chalk": "^2.3.0",
|
"chalk": "^2.3.0",
|
||||||
"detect-node": "2.0.3",
|
"detect-node": "2.0.3",
|
||||||
"ethereum-types": "^3.1.0",
|
"ethereum-types": "^3.1.1",
|
||||||
"ethereumjs-util": "^5.1.1",
|
"ethereumjs-util": "^5.1.1",
|
||||||
"ethers": "~4.0.4",
|
"ethers": "~4.0.4",
|
||||||
"isomorphic-fetch": "2.2.1",
|
"isomorphic-fetch": "2.2.1",
|
||||||
@ -61,5 +61,6 @@
|
|||||||
},
|
},
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public"
|
"access": "public"
|
||||||
}
|
},
|
||||||
|
"gitHead": "4f91bfd907996b2f4dd383778b50c479c2602b56"
|
||||||
}
|
}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@0x/web3-wrapper",
|
"name": "@0x/web3-wrapper",
|
||||||
"version": "7.0.7",
|
"version": "7.1.0",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=6.12"
|
"node": ">=6.12"
|
||||||
},
|
},
|
||||||
@ -58,16 +58,17 @@
|
|||||||
"typescript": "3.0.1"
|
"typescript": "3.0.1"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@0x/assert": "^3.0.7",
|
"@0x/assert": "^3.0.8",
|
||||||
"@0x/json-schemas": "^5.0.7",
|
"@0x/json-schemas": "^5.0.8",
|
||||||
"@0x/typescript-typings": "^5.0.2",
|
"@0x/typescript-typings": "^5.1.0",
|
||||||
"@0x/utils": "^5.4.1",
|
"@0x/utils": "^5.5.0",
|
||||||
"ethereum-types": "^3.1.0",
|
"ethereum-types": "^3.1.1",
|
||||||
"ethereumjs-util": "^5.1.1",
|
"ethereumjs-util": "^5.1.1",
|
||||||
"ethers": "~4.0.4",
|
"ethers": "~4.0.4",
|
||||||
"lodash": "^4.17.11"
|
"lodash": "^4.17.11"
|
||||||
},
|
},
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public"
|
"access": "public"
|
||||||
}
|
},
|
||||||
|
"gitHead": "4f91bfd907996b2f4dd383778b50c479c2602b56"
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user