Merge branch 'development' into fix/1635

This commit is contained in:
Leonid Logvinov
2019-02-27 13:09:04 -08:00
committed by GitHub
71 changed files with 368 additions and 98 deletions

View File

@@ -1,4 +1,13 @@
[ [
{
"timestamp": 1551299797,
"version": "1.0.8",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{ {
"timestamp": 1551220833, "timestamp": 1551220833,
"version": "1.0.7", "version": "1.0.7",

View File

@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v1.0.8 - _February 27, 2019_
* Dependencies updated
## v1.0.7 - _February 26, 2019_ ## v1.0.7 - _February 26, 2019_
* Dependencies updated * Dependencies updated

View File

@@ -1,6 +1,6 @@
{ {
"name": "@0x/contracts-asset-proxy", "name": "@0x/contracts-asset-proxy",
"version": "1.0.7", "version": "1.0.8",
"engines": { "engines": {
"node": ">=6.12" "node": ">=6.12"
}, },
@@ -48,9 +48,9 @@
"devDependencies": { "devDependencies": {
"@0x/abi-gen": "^2.0.5", "@0x/abi-gen": "^2.0.5",
"@0x/contracts-gen": "^1.0.4", "@0x/contracts-gen": "^1.0.4",
"@0x/contracts-test-utils": "^3.0.6", "@0x/contracts-test-utils": "^3.0.7",
"@0x/dev-utils": "^2.1.2", "@0x/dev-utils": "^2.1.2",
"@0x/sol-compiler": "^3.1.1", "@0x/sol-compiler": "^3.1.2",
"@0x/tslint-config": "^3.0.0", "@0x/tslint-config": "^3.0.0",
"@types/lodash": "4.14.104", "@types/lodash": "4.14.104",
"@types/node": "*", "@types/node": "*",
@@ -68,8 +68,8 @@
}, },
"dependencies": { "dependencies": {
"@0x/base-contract": "^5.0.1", "@0x/base-contract": "^5.0.1",
"@0x/contracts-erc20": "^1.0.7", "@0x/contracts-erc20": "^1.0.8",
"@0x/contracts-erc721": "^1.0.7", "@0x/contracts-erc721": "^1.0.8",
"@0x/contracts-utils": "2.0.1", "@0x/contracts-utils": "2.0.1",
"@0x/order-utils": "^7.0.1", "@0x/order-utils": "^7.0.1",
"@0x/types": "^2.1.1", "@0x/types": "^2.1.1",

View File

@@ -1,4 +1,13 @@
[ [
{
"timestamp": 1551299797,
"version": "1.0.8",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{ {
"timestamp": 1551220833, "timestamp": 1551220833,
"version": "1.0.7", "version": "1.0.7",

View File

@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v1.0.8 - _February 27, 2019_
* Dependencies updated
## v1.0.7 - _February 26, 2019_ ## v1.0.7 - _February 26, 2019_
* Dependencies updated * Dependencies updated

View File

@@ -1,6 +1,6 @@
{ {
"name": "@0x/contracts-erc20", "name": "@0x/contracts-erc20",
"version": "1.0.7", "version": "1.0.8",
"engines": { "engines": {
"node": ">=6.12" "node": ">=6.12"
}, },
@@ -48,9 +48,9 @@
"devDependencies": { "devDependencies": {
"@0x/abi-gen": "^2.0.5", "@0x/abi-gen": "^2.0.5",
"@0x/contracts-gen": "^1.0.4", "@0x/contracts-gen": "^1.0.4",
"@0x/contracts-test-utils": "^3.0.6", "@0x/contracts-test-utils": "^3.0.7",
"@0x/dev-utils": "^2.1.2", "@0x/dev-utils": "^2.1.2",
"@0x/sol-compiler": "^3.1.1", "@0x/sol-compiler": "^3.1.2",
"@0x/tslint-config": "^3.0.0", "@0x/tslint-config": "^3.0.0",
"@types/lodash": "4.14.104", "@types/lodash": "4.14.104",
"@types/node": "*", "@types/node": "*",

View File

@@ -1,4 +1,13 @@
[ [
{
"timestamp": 1551299797,
"version": "1.0.8",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{ {
"timestamp": 1551220833, "timestamp": 1551220833,
"version": "1.0.7", "version": "1.0.7",

View File

@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v1.0.8 - _February 27, 2019_
* Dependencies updated
## v1.0.7 - _February 26, 2019_ ## v1.0.7 - _February 26, 2019_
* Dependencies updated * Dependencies updated

View File

@@ -1,6 +1,6 @@
{ {
"name": "@0x/contracts-erc721", "name": "@0x/contracts-erc721",
"version": "1.0.7", "version": "1.0.8",
"engines": { "engines": {
"node": ">=6.12" "node": ">=6.12"
}, },
@@ -48,9 +48,9 @@
"devDependencies": { "devDependencies": {
"@0x/abi-gen": "^2.0.5", "@0x/abi-gen": "^2.0.5",
"@0x/contracts-gen": "^1.0.4", "@0x/contracts-gen": "^1.0.4",
"@0x/contracts-test-utils": "^3.0.6", "@0x/contracts-test-utils": "^3.0.7",
"@0x/dev-utils": "^2.1.2", "@0x/dev-utils": "^2.1.2",
"@0x/sol-compiler": "^3.1.1", "@0x/sol-compiler": "^3.1.2",
"@0x/tslint-config": "^3.0.0", "@0x/tslint-config": "^3.0.0",
"@types/lodash": "4.14.104", "@types/lodash": "4.14.104",
"@types/node": "*", "@types/node": "*",

View File

@@ -1,4 +1,13 @@
[ [
{
"timestamp": 1551299797,
"version": "1.0.8",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{ {
"timestamp": 1551220833, "timestamp": 1551220833,
"version": "1.0.7", "version": "1.0.7",

View File

@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v1.0.8 - _February 27, 2019_
* Dependencies updated
## v1.0.7 - _February 26, 2019_ ## v1.0.7 - _February 26, 2019_
* Dependencies updated * Dependencies updated

View File

@@ -1,6 +1,6 @@
{ {
"name": "@0x/contracts-exchange-forwarder", "name": "@0x/contracts-exchange-forwarder",
"version": "1.0.7", "version": "1.0.8",
"engines": { "engines": {
"node": ">=6.12" "node": ">=6.12"
}, },
@@ -47,11 +47,11 @@
"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": "^2.0.5", "@0x/abi-gen": "^2.0.5",
"@0x/contract-wrappers": "^8.0.1", "@0x/contract-wrappers": "^8.0.2",
"@0x/contracts-gen": "^1.0.4", "@0x/contracts-gen": "^1.0.4",
"@0x/contracts-test-utils": "^3.0.6", "@0x/contracts-test-utils": "^3.0.7",
"@0x/dev-utils": "^2.1.2", "@0x/dev-utils": "^2.1.2",
"@0x/sol-compiler": "^3.1.1", "@0x/sol-compiler": "^3.1.2",
"@0x/tslint-config": "^3.0.0", "@0x/tslint-config": "^3.0.0",
"@types/lodash": "4.14.104", "@types/lodash": "4.14.104",
"@types/node": "*", "@types/node": "*",
@@ -69,9 +69,9 @@
}, },
"dependencies": { "dependencies": {
"@0x/base-contract": "^5.0.1", "@0x/base-contract": "^5.0.1",
"@0x/contracts-asset-proxy": "^1.0.7", "@0x/contracts-asset-proxy": "^1.0.8",
"@0x/contracts-erc20": "^1.0.7", "@0x/contracts-erc20": "^1.0.8",
"@0x/contracts-erc721": "^1.0.7", "@0x/contracts-erc721": "^1.0.8",
"@0x/contracts-exchange": "1.0.2", "@0x/contracts-exchange": "1.0.2",
"@0x/contracts-exchange-libs": "1.0.2", "@0x/contracts-exchange-libs": "1.0.2",
"@0x/contracts-utils": "2.0.1", "@0x/contracts-utils": "2.0.1",

View File

@@ -1,4 +1,13 @@
[ [
{
"timestamp": 1551299797,
"version": "1.1.2",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{ {
"timestamp": 1551220833, "timestamp": 1551220833,
"version": "1.1.1", "version": "1.1.1",

View File

@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v1.1.2 - _February 27, 2019_
* Dependencies updated
## v1.1.1 - _February 26, 2019_ ## v1.1.1 - _February 26, 2019_
* Dependencies updated * Dependencies updated

View File

@@ -1,6 +1,6 @@
{ {
"name": "@0x/contracts-exchange-libs", "name": "@0x/contracts-exchange-libs",
"version": "1.1.1", "version": "1.1.2",
"engines": { "engines": {
"node": ">=6.12" "node": ">=6.12"
}, },
@@ -48,9 +48,9 @@
"devDependencies": { "devDependencies": {
"@0x/abi-gen": "^2.0.5", "@0x/abi-gen": "^2.0.5",
"@0x/contracts-gen": "^1.0.4", "@0x/contracts-gen": "^1.0.4",
"@0x/contracts-test-utils": "^3.0.6", "@0x/contracts-test-utils": "^3.0.7",
"@0x/dev-utils": "^2.1.2", "@0x/dev-utils": "^2.1.2",
"@0x/sol-compiler": "^3.1.1", "@0x/sol-compiler": "^3.1.2",
"@0x/tslint-config": "^3.0.0", "@0x/tslint-config": "^3.0.0",
"@types/lodash": "4.14.104", "@types/lodash": "4.14.104",
"@types/node": "*", "@types/node": "*",
@@ -68,7 +68,7 @@
}, },
"dependencies": { "dependencies": {
"@0x/base-contract": "^5.0.1", "@0x/base-contract": "^5.0.1",
"@0x/contracts-utils": "^2.0.6", "@0x/contracts-utils": "^2.0.7",
"@0x/order-utils": "^7.0.1", "@0x/order-utils": "^7.0.1",
"@0x/types": "^2.1.1", "@0x/types": "^2.1.1",
"@0x/typescript-typings": "^4.1.0", "@0x/typescript-typings": "^4.1.0",

View File

@@ -1,4 +1,13 @@
[ [
{
"timestamp": 1551299797,
"version": "1.0.8",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{ {
"timestamp": 1551220833, "timestamp": 1551220833,
"version": "1.0.7", "version": "1.0.7",

View File

@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v1.0.8 - _February 27, 2019_
* Dependencies updated
## v1.0.7 - _February 26, 2019_ ## v1.0.7 - _February 26, 2019_
* Dependencies updated * Dependencies updated

View File

@@ -1,6 +1,6 @@
{ {
"name": "@0x/contracts-exchange", "name": "@0x/contracts-exchange",
"version": "1.0.7", "version": "1.0.8",
"engines": { "engines": {
"node": ">=6.12" "node": ">=6.12"
}, },
@@ -48,9 +48,9 @@
"devDependencies": { "devDependencies": {
"@0x/abi-gen": "^2.0.5", "@0x/abi-gen": "^2.0.5",
"@0x/contracts-gen": "^1.0.4", "@0x/contracts-gen": "^1.0.4",
"@0x/contracts-test-utils": "^3.0.6", "@0x/contracts-test-utils": "^3.0.7",
"@0x/dev-utils": "^2.1.2", "@0x/dev-utils": "^2.1.2",
"@0x/sol-compiler": "^3.1.1", "@0x/sol-compiler": "^3.1.2",
"@0x/tslint-config": "^3.0.0", "@0x/tslint-config": "^3.0.0",
"@types/lodash": "4.14.104", "@types/lodash": "4.14.104",
"@types/node": "*", "@types/node": "*",
@@ -68,9 +68,9 @@
}, },
"dependencies": { "dependencies": {
"@0x/base-contract": "^5.0.1", "@0x/base-contract": "^5.0.1",
"@0x/contracts-asset-proxy": "^1.0.7", "@0x/contracts-asset-proxy": "^1.0.8",
"@0x/contracts-erc20": "^1.0.7", "@0x/contracts-erc20": "^1.0.8",
"@0x/contracts-erc721": "^1.0.7", "@0x/contracts-erc721": "^1.0.8",
"@0x/contracts-exchange-libs": "1.0.2", "@0x/contracts-exchange-libs": "1.0.2",
"@0x/contracts-utils": "2.0.1", "@0x/contracts-utils": "2.0.1",
"@0x/order-utils": "^7.0.1", "@0x/order-utils": "^7.0.1",

View File

@@ -1,4 +1,13 @@
[ [
{
"timestamp": 1551299797,
"version": "2.0.7",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{ {
"timestamp": 1551220833, "timestamp": 1551220833,
"version": "2.0.6", "version": "2.0.6",

View File

@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v2.0.7 - _February 27, 2019_
* Dependencies updated
## v2.0.6 - _February 26, 2019_ ## v2.0.6 - _February 26, 2019_
* Dependencies updated * Dependencies updated

View File

@@ -1,6 +1,6 @@
{ {
"name": "@0x/contracts-extensions", "name": "@0x/contracts-extensions",
"version": "2.0.6", "version": "2.0.7",
"engines": { "engines": {
"node": ">=6.12" "node": ">=6.12"
}, },
@@ -47,11 +47,11 @@
"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": "^2.0.5", "@0x/abi-gen": "^2.0.5",
"@0x/contract-wrappers": "^8.0.1", "@0x/contract-wrappers": "^8.0.2",
"@0x/contracts-gen": "^1.0.4", "@0x/contracts-gen": "^1.0.4",
"@0x/contracts-test-utils": "^3.0.6", "@0x/contracts-test-utils": "^3.0.7",
"@0x/dev-utils": "^2.1.2", "@0x/dev-utils": "^2.1.2",
"@0x/sol-compiler": "^3.1.1", "@0x/sol-compiler": "^3.1.2",
"@0x/tslint-config": "^3.0.0", "@0x/tslint-config": "^3.0.0",
"@types/lodash": "4.14.104", "@types/lodash": "4.14.104",
"@types/node": "*", "@types/node": "*",
@@ -69,9 +69,9 @@
}, },
"dependencies": { "dependencies": {
"@0x/base-contract": "^5.0.1", "@0x/base-contract": "^5.0.1",
"@0x/contracts-asset-proxy": "^1.0.7", "@0x/contracts-asset-proxy": "^1.0.8",
"@0x/contracts-erc20": "^1.0.7", "@0x/contracts-erc20": "^1.0.8",
"@0x/contracts-erc721": "^1.0.7", "@0x/contracts-erc721": "^1.0.8",
"@0x/contracts-exchange": "1.0.2", "@0x/contracts-exchange": "1.0.2",
"@0x/contracts-exchange-libs": "1.0.2", "@0x/contracts-exchange-libs": "1.0.2",
"@0x/contracts-utils": "2.0.1", "@0x/contracts-utils": "2.0.1",

View File

@@ -1,4 +1,13 @@
[ [
{
"timestamp": 1551299797,
"version": "2.0.7",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{ {
"timestamp": 1551220833, "timestamp": 1551220833,
"version": "2.0.6", "version": "2.0.6",

View File

@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v2.0.7 - _February 27, 2019_
* Dependencies updated
## v2.0.6 - _February 26, 2019_ ## v2.0.6 - _February 26, 2019_
* Dependencies updated * Dependencies updated

View File

@@ -1,6 +1,6 @@
{ {
"name": "@0x/contracts-multisig", "name": "@0x/contracts-multisig",
"version": "2.0.6", "version": "2.0.7",
"engines": { "engines": {
"node": ">=6.12" "node": ">=6.12"
}, },
@@ -48,9 +48,9 @@
"devDependencies": { "devDependencies": {
"@0x/abi-gen": "^2.0.5", "@0x/abi-gen": "^2.0.5",
"@0x/contracts-gen": "^1.0.4", "@0x/contracts-gen": "^1.0.4",
"@0x/contracts-test-utils": "^3.0.6", "@0x/contracts-test-utils": "^3.0.7",
"@0x/dev-utils": "^2.1.2", "@0x/dev-utils": "^2.1.2",
"@0x/sol-compiler": "^3.1.1", "@0x/sol-compiler": "^3.1.2",
"@0x/tslint-config": "^3.0.0", "@0x/tslint-config": "^3.0.0",
"@types/lodash": "4.14.104", "@types/lodash": "4.14.104",
"@types/node": "*", "@types/node": "*",
@@ -68,8 +68,8 @@
}, },
"dependencies": { "dependencies": {
"@0x/base-contract": "^5.0.1", "@0x/base-contract": "^5.0.1",
"@0x/contracts-asset-proxy": "^1.0.7", "@0x/contracts-asset-proxy": "^1.0.8",
"@0x/contracts-erc20": "^1.0.7", "@0x/contracts-erc20": "^1.0.8",
"@0x/contracts-utils": "2.0.1", "@0x/contracts-utils": "2.0.1",
"@0x/types": "^2.1.1", "@0x/types": "^2.1.1",
"@0x/typescript-typings": "^4.1.0", "@0x/typescript-typings": "^4.1.0",

View File

@@ -1,4 +1,13 @@
[ [
{
"timestamp": 1551299797,
"version": "0.0.3",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{ {
"timestamp": 1551220833, "timestamp": 1551220833,
"version": "0.0.2", "version": "0.0.2",

View File

@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v0.0.3 - _February 27, 2019_
* Dependencies updated
## v0.0.2 - _February 26, 2019_ ## v0.0.2 - _February 26, 2019_
* Dependencies updated * Dependencies updated

View File

@@ -1,6 +1,6 @@
{ {
"name": "@0x/contracts-tec", "name": "@0x/contracts-tec",
"version": "0.0.2", "version": "0.0.3",
"engines": { "engines": {
"node": ">=6.12" "node": ">=6.12"
}, },
@@ -48,9 +48,9 @@
"devDependencies": { "devDependencies": {
"@0x/abi-gen": "^2.0.5", "@0x/abi-gen": "^2.0.5",
"@0x/contracts-gen": "^1.0.4", "@0x/contracts-gen": "^1.0.4",
"@0x/contracts-test-utils": "^3.0.6", "@0x/contracts-test-utils": "^3.0.7",
"@0x/dev-utils": "^2.1.2", "@0x/dev-utils": "^2.1.2",
"@0x/sol-compiler": "^3.1.1", "@0x/sol-compiler": "^3.1.2",
"@0x/tslint-config": "^3.0.0", "@0x/tslint-config": "^3.0.0",
"@types/lodash": "4.14.104", "@types/lodash": "4.14.104",
"@types/node": "*", "@types/node": "*",
@@ -68,11 +68,11 @@
}, },
"dependencies": { "dependencies": {
"@0x/base-contract": "^5.0.1", "@0x/base-contract": "^5.0.1",
"@0x/contracts-asset-proxy": "^1.0.7", "@0x/contracts-asset-proxy": "^1.0.8",
"@0x/contracts-erc20": "^1.0.7", "@0x/contracts-erc20": "^1.0.8",
"@0x/contracts-exchange": "1.0.2", "@0x/contracts-exchange": "1.0.2",
"@0x/contracts-exchange-libs": "^1.1.1", "@0x/contracts-exchange-libs": "^1.1.2",
"@0x/contracts-utils": "^2.0.6", "@0x/contracts-utils": "^2.0.7",
"@0x/order-utils": "^7.0.1", "@0x/order-utils": "^7.0.1",
"@0x/types": "^2.1.1", "@0x/types": "^2.1.1",
"@0x/typescript-typings": "^4.1.0", "@0x/typescript-typings": "^4.1.0",

View File

@@ -1,4 +1,13 @@
[ [
{
"timestamp": 1551299797,
"version": "3.0.7",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{ {
"timestamp": 1551220833, "timestamp": 1551220833,
"version": "3.0.6", "version": "3.0.6",

View File

@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v3.0.7 - _February 27, 2019_
* Dependencies updated
## v3.0.6 - _February 26, 2019_ ## v3.0.6 - _February 26, 2019_
* Dependencies updated * Dependencies updated

View File

@@ -1,6 +1,6 @@
{ {
"name": "@0x/contracts-test-utils", "name": "@0x/contracts-test-utils",
"version": "3.0.6", "version": "3.0.7",
"engines": { "engines": {
"node": ">=6.12" "node": ">=6.12"
}, },
@@ -43,10 +43,10 @@
"@0x/abi-gen": "^2.0.5", "@0x/abi-gen": "^2.0.5",
"@0x/dev-utils": "^2.1.2", "@0x/dev-utils": "^2.1.2",
"@0x/order-utils": "^7.0.1", "@0x/order-utils": "^7.0.1",
"@0x/sol-compiler": "^3.1.1", "@0x/sol-compiler": "^3.1.2",
"@0x/sol-coverage": "^2.0.5", "@0x/sol-coverage": "^2.0.6",
"@0x/sol-profiler": "^3.1.0", "@0x/sol-profiler": "^3.1.1",
"@0x/sol-trace": "^2.0.6", "@0x/sol-trace": "^2.0.7",
"@0x/subproviders": "^4.0.1", "@0x/subproviders": "^4.0.1",
"@0x/tslint-config": "^3.0.0", "@0x/tslint-config": "^3.0.0",
"@0x/types": "^2.1.1", "@0x/types": "^2.1.1",

View File

@@ -1,4 +1,13 @@
[ [
{
"timestamp": 1551299797,
"version": "2.0.7",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{ {
"timestamp": 1551220833, "timestamp": 1551220833,
"version": "2.0.6", "version": "2.0.6",

View File

@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v2.0.7 - _February 27, 2019_
* Dependencies updated
## v2.0.6 - _February 26, 2019_ ## v2.0.6 - _February 26, 2019_
* Dependencies updated * Dependencies updated

View File

@@ -1,6 +1,6 @@
{ {
"name": "@0x/contracts-utils", "name": "@0x/contracts-utils",
"version": "2.0.6", "version": "2.0.7",
"engines": { "engines": {
"node": ">=6.12" "node": ">=6.12"
}, },
@@ -48,9 +48,9 @@
"devDependencies": { "devDependencies": {
"@0x/abi-gen": "^2.0.5", "@0x/abi-gen": "^2.0.5",
"@0x/contracts-gen": "^1.0.4", "@0x/contracts-gen": "^1.0.4",
"@0x/contracts-test-utils": "^3.0.6", "@0x/contracts-test-utils": "^3.0.7",
"@0x/dev-utils": "^2.1.2", "@0x/dev-utils": "^2.1.2",
"@0x/sol-compiler": "^3.1.1", "@0x/sol-compiler": "^3.1.2",
"@0x/tslint-config": "^3.0.0", "@0x/tslint-config": "^3.0.0",
"@types/bn.js": "^4.11.0", "@types/bn.js": "^4.11.0",
"@types/lodash": "4.14.104", "@types/lodash": "4.14.104",

View File

@@ -1,4 +1,13 @@
[ [
{
"timestamp": 1551299797,
"version": "6.0.2",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{ {
"timestamp": 1551220833, "timestamp": 1551220833,
"version": "6.0.1", "version": "6.0.1",

View File

@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v6.0.2 - _February 27, 2019_
* Dependencies updated
## v6.0.1 - _February 26, 2019_ ## v6.0.1 - _February 26, 2019_
* Dependencies updated * Dependencies updated

View File

@@ -1,6 +1,6 @@
{ {
"name": "0x.js", "name": "0x.js",
"version": "6.0.1", "version": "6.0.2",
"engines": { "engines": {
"node": ">=6.12" "node": ">=6.12"
}, },
@@ -45,7 +45,7 @@
"@0x/abi-gen-wrappers": "^4.0.1", "@0x/abi-gen-wrappers": "^4.0.1",
"@0x/contract-addresses": "^2.2.2", "@0x/contract-addresses": "^2.2.2",
"@0x/dev-utils": "^2.1.2", "@0x/dev-utils": "^2.1.2",
"@0x/migrations": "^4.0.1", "@0x/migrations": "^4.0.2",
"@0x/tslint-config": "^3.0.0", "@0x/tslint-config": "^3.0.0",
"@types/lodash": "4.14.104", "@types/lodash": "4.14.104",
"@types/mocha": "^2.2.42", "@types/mocha": "^2.2.42",
@@ -74,9 +74,9 @@
"dependencies": { "dependencies": {
"@0x/assert": "^2.0.5", "@0x/assert": "^2.0.5",
"@0x/base-contract": "^5.0.1", "@0x/base-contract": "^5.0.1",
"@0x/contract-wrappers": "^8.0.1", "@0x/contract-wrappers": "^8.0.2",
"@0x/order-utils": "^7.0.1", "@0x/order-utils": "^7.0.1",
"@0x/order-watcher": "^4.0.1", "@0x/order-watcher": "^4.0.2",
"@0x/subproviders": "^4.0.1", "@0x/subproviders": "^4.0.1",
"@0x/types": "^2.1.1", "@0x/types": "^2.1.1",
"@0x/typescript-typings": "^4.1.0", "@0x/typescript-typings": "^4.1.0",

View File

@@ -1,4 +1,13 @@
[ [
{
"timestamp": 1551299797,
"version": "6.0.2",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{ {
"timestamp": 1551220833, "timestamp": 1551220833,
"version": "6.0.1", "version": "6.0.1",

View File

@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v6.0.2 - _February 27, 2019_
* Dependencies updated
## v6.0.1 - _February 26, 2019_ ## v6.0.1 - _February 26, 2019_
* Dependencies updated * Dependencies updated

View File

@@ -1,6 +1,6 @@
{ {
"name": "@0x/asset-buyer", "name": "@0x/asset-buyer",
"version": "6.0.1", "version": "6.0.2",
"engines": { "engines": {
"node": ">=6.12" "node": ">=6.12"
}, },
@@ -38,7 +38,7 @@
"dependencies": { "dependencies": {
"@0x/assert": "^2.0.5", "@0x/assert": "^2.0.5",
"@0x/connect": "^5.0.1", "@0x/connect": "^5.0.1",
"@0x/contract-wrappers": "^8.0.1", "@0x/contract-wrappers": "^8.0.2",
"@0x/json-schemas": "^3.0.5", "@0x/json-schemas": "^3.0.5",
"@0x/order-utils": "^7.0.1", "@0x/order-utils": "^7.0.1",
"@0x/subproviders": "^4.0.1", "@0x/subproviders": "^4.0.1",

View File

@@ -1,4 +1,13 @@
[ [
{
"timestamp": 1551299797,
"version": "8.0.2",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{ {
"timestamp": 1551220833, "timestamp": 1551220833,
"version": "8.0.1", "version": "8.0.1",

View File

@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v8.0.2 - _February 27, 2019_
* Dependencies updated
## v8.0.1 - _February 26, 2019_ ## v8.0.1 - _February 26, 2019_
* Dependencies updated * Dependencies updated

View File

@@ -1,6 +1,6 @@
{ {
"name": "@0x/contract-wrappers", "name": "@0x/contract-wrappers",
"version": "8.0.1", "version": "8.0.2",
"description": "Smart TS wrappers for 0x smart contracts", "description": "Smart TS wrappers for 0x smart contracts",
"keywords": [ "keywords": [
"0xproject", "0xproject",
@@ -38,7 +38,7 @@
}, },
"devDependencies": { "devDependencies": {
"@0x/dev-utils": "^2.1.2", "@0x/dev-utils": "^2.1.2",
"@0x/migrations": "^4.0.1", "@0x/migrations": "^4.0.2",
"@0x/subproviders": "^4.0.1", "@0x/subproviders": "^4.0.1",
"@0x/tslint-config": "^3.0.0", "@0x/tslint-config": "^3.0.0",
"@types/lodash": "4.14.104", "@types/lodash": "4.14.104",
@@ -69,7 +69,7 @@
"@0x/assert": "^2.0.5", "@0x/assert": "^2.0.5",
"@0x/contract-addresses": "^2.2.2", "@0x/contract-addresses": "^2.2.2",
"@0x/contract-artifacts": "^1.3.0", "@0x/contract-artifacts": "^1.3.0",
"@0x/contracts-test-utils": "^3.0.6", "@0x/contracts-test-utils": "^3.0.7",
"@0x/fill-scenarios": "^3.0.1", "@0x/fill-scenarios": "^3.0.1",
"@0x/json-schemas": "^3.0.5", "@0x/json-schemas": "^3.0.5",
"@0x/order-utils": "^7.0.1", "@0x/order-utils": "^7.0.1",

View File

@@ -1,6 +1,6 @@
{ {
"name": "@0x/instant", "name": "@0x/instant",
"version": "1.0.15", "version": "1.0.16",
"engines": { "engines": {
"node": ">=6.12" "node": ">=6.12"
}, },
@@ -43,7 +43,7 @@
"homepage": "https://github.com/0xProject/0x-monorepo/packages/instant/README.md", "homepage": "https://github.com/0xProject/0x-monorepo/packages/instant/README.md",
"dependencies": { "dependencies": {
"@0x/assert": "^2.0.5", "@0x/assert": "^2.0.5",
"@0x/asset-buyer": "^6.0.1", "@0x/asset-buyer": "^6.0.2",
"@0x/json-schemas": "^3.0.5", "@0x/json-schemas": "^3.0.5",
"@0x/order-utils": "^7.0.1", "@0x/order-utils": "^7.0.1",
"@0x/subproviders": "^4.0.1", "@0x/subproviders": "^4.0.1",

View File

@@ -1,6 +1,6 @@
{ {
"name": "@0x/metacoin", "name": "@0x/metacoin",
"version": "0.0.42", "version": "0.0.43",
"engines": { "engines": {
"node": ">=6.12" "node": ">=6.12"
}, },
@@ -33,10 +33,10 @@
"@0x/abi-gen": "^2.0.5", "@0x/abi-gen": "^2.0.5",
"@0x/abi-gen-templates": "^2.0.1", "@0x/abi-gen-templates": "^2.0.1",
"@0x/base-contract": "^5.0.1", "@0x/base-contract": "^5.0.1",
"@0x/contracts-test-utils": "^3.0.6", "@0x/contracts-test-utils": "^3.0.7",
"@0x/sol-coverage": "^2.0.5", "@0x/sol-coverage": "^2.0.6",
"@0x/sol-profiler": "^3.1.0", "@0x/sol-profiler": "^3.1.1",
"@0x/sol-trace": "^2.0.6", "@0x/sol-trace": "^2.0.7",
"@0x/subproviders": "^4.0.1", "@0x/subproviders": "^4.0.1",
"@0x/tslint-config": "^3.0.0", "@0x/tslint-config": "^3.0.0",
"@0x/types": "^2.1.1", "@0x/types": "^2.1.1",
@@ -52,7 +52,7 @@
}, },
"devDependencies": { "devDependencies": {
"@0x/dev-utils": "^2.1.2", "@0x/dev-utils": "^2.1.2",
"@0x/sol-compiler": "^3.1.1", "@0x/sol-compiler": "^3.1.2",
"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",

View File

@@ -1,4 +1,13 @@
[ [
{
"timestamp": 1551299797,
"version": "4.0.2",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{ {
"timestamp": 1551220833, "timestamp": 1551220833,
"version": "4.0.1", "version": "4.0.1",

View File

@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v4.0.2 - _February 27, 2019_
* Dependencies updated
## v4.0.1 - _February 26, 2019_ ## v4.0.1 - _February 26, 2019_
* Dependencies updated * Dependencies updated

View File

@@ -1,6 +1,6 @@
{ {
"name": "@0x/migrations", "name": "@0x/migrations",
"version": "4.0.1", "version": "4.0.2",
"engines": { "engines": {
"node": ">=6.12" "node": ">=6.12"
}, },
@@ -54,7 +54,7 @@
"@0x/contract-addresses": "^2.2.2", "@0x/contract-addresses": "^2.2.2",
"@0x/contract-artifacts": "^1.3.0", "@0x/contract-artifacts": "^1.3.0",
"@0x/order-utils": "^7.0.1", "@0x/order-utils": "^7.0.1",
"@0x/sol-compiler": "^3.1.1", "@0x/sol-compiler": "^3.1.2",
"@0x/subproviders": "^4.0.1", "@0x/subproviders": "^4.0.1",
"@0x/typescript-typings": "^4.1.0", "@0x/typescript-typings": "^4.1.0",
"@0x/utils": "^4.2.1", "@0x/utils": "^4.2.1",

View File

@@ -1,4 +1,13 @@
[ [
{
"timestamp": 1551299797,
"version": "4.0.2",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{ {
"timestamp": 1551220833, "timestamp": 1551220833,
"version": "4.0.1", "version": "4.0.1",

View File

@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v4.0.2 - _February 27, 2019_
* Dependencies updated
## v4.0.1 - _February 26, 2019_ ## v4.0.1 - _February 26, 2019_
* Dependencies updated * Dependencies updated

View File

@@ -1,6 +1,6 @@
{ {
"name": "@0x/order-watcher", "name": "@0x/order-watcher",
"version": "4.0.1", "version": "4.0.2",
"description": "An order watcher daemon that watches for order validity", "description": "An order watcher daemon that watches for order validity",
"keywords": [ "keywords": [
"0x", "0x",
@@ -39,7 +39,7 @@
}, },
"devDependencies": { "devDependencies": {
"@0x/dev-utils": "^2.1.2", "@0x/dev-utils": "^2.1.2",
"@0x/migrations": "^4.0.1", "@0x/migrations": "^4.0.2",
"@0x/subproviders": "^4.0.1", "@0x/subproviders": "^4.0.1",
"@0x/tslint-config": "^3.0.0", "@0x/tslint-config": "^3.0.0",
"@types/bintrees": "^1.0.2", "@types/bintrees": "^1.0.2",
@@ -68,7 +68,7 @@
"@0x/base-contract": "^5.0.1", "@0x/base-contract": "^5.0.1",
"@0x/contract-addresses": "^2.2.2", "@0x/contract-addresses": "^2.2.2",
"@0x/contract-artifacts": "^1.3.0", "@0x/contract-artifacts": "^1.3.0",
"@0x/contract-wrappers": "^8.0.1", "@0x/contract-wrappers": "^8.0.2",
"@0x/fill-scenarios": "^3.0.1", "@0x/fill-scenarios": "^3.0.1",
"@0x/json-schemas": "^3.0.5", "@0x/json-schemas": "^3.0.5",
"@0x/order-utils": "^7.0.1", "@0x/order-utils": "^7.0.1",

View File

@@ -1,6 +1,6 @@
{ {
"name": "@0x/pipeline", "name": "@0x/pipeline",
"version": "1.0.12", "version": "1.0.13",
"private": true, "private": true,
"description": "Data pipeline for offline analysis", "description": "Data pipeline for offline analysis",
"scripts": { "scripts": {
@@ -42,7 +42,7 @@
"@0x/connect": "^5.0.1", "@0x/connect": "^5.0.1",
"@0x/contract-addresses": "^2.2.2", "@0x/contract-addresses": "^2.2.2",
"@0x/contract-artifacts": "^1.3.0", "@0x/contract-artifacts": "^1.3.0",
"@0x/contract-wrappers": "^8.0.1", "@0x/contract-wrappers": "^8.0.2",
"@0x/dev-utils": "^2.1.2", "@0x/dev-utils": "^2.1.2",
"@0x/order-utils": "^7.0.1", "@0x/order-utils": "^7.0.1",
"@0x/subproviders": "^4.0.1", "@0x/subproviders": "^4.0.1",

View File

@@ -6,7 +6,8 @@
"note": "Remove redundant log message", "note": "Remove redundant log message",
"pr": 1652 "pr": 1652
} }
] ],
"timestamp": 1551299797
}, },
{ {
"version": "3.1.1", "version": "3.1.1",

View File

@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v3.1.2 - _February 27, 2019_
* Remove redundant log message (#1652)
## v3.1.1 - _February 26, 2019_ ## v3.1.1 - _February 26, 2019_
* Fix a bug when combining compilerSettings from different sources (#1652) * Fix a bug when combining compilerSettings from different sources (#1652)

View File

@@ -1,6 +1,6 @@
{ {
"name": "@0x/sol-compiler", "name": "@0x/sol-compiler",
"version": "3.1.1", "version": "3.1.2",
"engines": { "engines": {
"node": ">=6.12" "node": ">=6.12"
}, },

View File

@@ -16,6 +16,15 @@
} }
] ]
}, },
{
"timestamp": 1551299797,
"version": "2.0.6",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{ {
"timestamp": 1551220833, "timestamp": 1551220833,
"version": "2.0.5", "version": "2.0.5",

View File

@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v2.0.6 - _February 27, 2019_
* Dependencies updated
## v2.0.5 - _February 26, 2019_ ## v2.0.5 - _February 26, 2019_
* Dependencies updated * Dependencies updated

View File

@@ -1,6 +1,6 @@
{ {
"name": "@0x/sol-coverage", "name": "@0x/sol-coverage",
"version": "2.0.5", "version": "2.0.6",
"engines": { "engines": {
"node": ">=6.12" "node": ">=6.12"
}, },
@@ -29,7 +29,7 @@
}, },
"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": "^6.0.5", "@0x/sol-tracing-utils": "^6.0.6",
"@0x/subproviders": "^4.0.1", "@0x/subproviders": "^4.0.1",
"@0x/typescript-typings": "^4.1.0", "@0x/typescript-typings": "^4.1.0",
"@types/minimatch": "^3.0.3", "@types/minimatch": "^3.0.3",

View File

@@ -1,4 +1,13 @@
[ [
{
"timestamp": 1551299797,
"version": "2.0.6",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{ {
"timestamp": 1551220833, "timestamp": 1551220833,
"version": "2.0.5", "version": "2.0.5",

View File

@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v2.0.6 - _February 27, 2019_
* Dependencies updated
## v2.0.5 - _February 26, 2019_ ## v2.0.5 - _February 26, 2019_
* Dependencies updated * Dependencies updated

View File

@@ -1,6 +1,6 @@
{ {
"name": "@0x/sol-doc", "name": "@0x/sol-doc",
"version": "2.0.5", "version": "2.0.6",
"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",
@@ -25,7 +25,7 @@
"author": "F. Eugene Aumson", "author": "F. Eugene Aumson",
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"@0x/sol-compiler": "^3.1.1", "@0x/sol-compiler": "^3.1.2",
"@0x/types": "^2.1.1", "@0x/types": "^2.1.1",
"@0x/utils": "^4.2.1", "@0x/utils": "^4.2.1",
"ethereum-types": "^2.1.0", "ethereum-types": "^2.1.0",

View File

@@ -1,4 +1,13 @@
[ [
{
"timestamp": 1551299797,
"version": "3.1.1",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{ {
"version": "3.1.0", "version": "3.1.0",
"changes": [ "changes": [

View File

@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v3.1.1 - _February 27, 2019_
* Dependencies updated
## v3.1.0 - _February 26, 2019_ ## v3.1.0 - _February 26, 2019_
* Add support for Ganache (#1647) * Add support for Ganache (#1647)

View File

@@ -1,6 +1,6 @@
{ {
"name": "@0x/sol-profiler", "name": "@0x/sol-profiler",
"version": "3.1.0", "version": "3.1.1",
"engines": { "engines": {
"node": ">=6.12" "node": ">=6.12"
}, },
@@ -29,7 +29,7 @@
}, },
"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": "^6.0.5", "@0x/sol-tracing-utils": "^6.0.6",
"@0x/subproviders": "^4.0.1", "@0x/subproviders": "^4.0.1",
"@0x/typescript-typings": "^4.1.0", "@0x/typescript-typings": "^4.1.0",
"@0x/utils": "^4.2.1", "@0x/utils": "^4.2.1",

View File

@@ -1,4 +1,13 @@
[ [
{
"timestamp": 1551299797,
"version": "2.0.7",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{ {
"timestamp": 1551220833, "timestamp": 1551220833,
"version": "2.0.6", "version": "2.0.6",

View File

@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v2.0.7 - _February 27, 2019_
* Dependencies updated
## v2.0.6 - _February 26, 2019_ ## v2.0.6 - _February 26, 2019_
* Dependencies updated * Dependencies updated

View File

@@ -1,6 +1,6 @@
{ {
"name": "@0x/sol-trace", "name": "@0x/sol-trace",
"version": "2.0.6", "version": "2.0.7",
"engines": { "engines": {
"node": ">=6.12" "node": ">=6.12"
}, },
@@ -29,7 +29,7 @@
}, },
"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": "^6.0.5", "@0x/sol-tracing-utils": "^6.0.6",
"@0x/subproviders": "^4.0.1", "@0x/subproviders": "^4.0.1",
"@0x/typescript-typings": "^4.1.0", "@0x/typescript-typings": "^4.1.0",
"chalk": "^2.3.0", "chalk": "^2.3.0",

View File

@@ -6,7 +6,8 @@
"note": "Fix a bug when `TruffleArtifactAdapter` wasn't parsing solc config in the newest version of trufle", "note": "Fix a bug when `TruffleArtifactAdapter` wasn't parsing solc config in the newest version of trufle",
"pr": 1654 "pr": 1654
} }
] ],
"timestamp": 1551299797
}, },
{ {
"timestamp": 1551220833, "timestamp": 1551220833,

View File

@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v6.0.6 - _February 27, 2019_
* Fix a bug when `TruffleArtifactAdapter` wasn't parsing solc config in the newest version of trufle (#1654)
## v6.0.5 - _February 26, 2019_ ## v6.0.5 - _February 26, 2019_
* Dependencies updated * Dependencies updated

View File

@@ -1,6 +1,6 @@
{ {
"name": "@0x/sol-tracing-utils", "name": "@0x/sol-tracing-utils",
"version": "6.0.5", "version": "6.0.6",
"engines": { "engines": {
"node": ">=6.12" "node": ">=6.12"
}, },
@@ -43,7 +43,7 @@
"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": "^2.1.2", "@0x/dev-utils": "^2.1.2",
"@0x/sol-compiler": "^3.1.1", "@0x/sol-compiler": "^3.1.2",
"@0x/sol-resolver": "^2.0.4", "@0x/sol-resolver": "^2.0.4",
"@0x/subproviders": "^4.0.1", "@0x/subproviders": "^4.0.1",
"@0x/typescript-typings": "^4.1.0", "@0x/typescript-typings": "^4.1.0",
@@ -55,13 +55,13 @@
"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",
"solc": "^0.5.2",
"istanbul": "^0.4.5", "istanbul": "^0.4.5",
"lodash": "^4.17.11", "lodash": "^4.17.11",
"loglevel": "^1.6.1", "loglevel": "^1.6.1",
"mkdirp": "^0.5.1", "mkdirp": "^0.5.1",
"rimraf": "^2.6.2", "rimraf": "^2.6.2",
"semaphore-async-await": "^1.5.1", "semaphore-async-await": "^1.5.1",
"solc": "^0.5.2",
"solidity-parser-antlr": "^0.2.12" "solidity-parser-antlr": "^0.2.12"
}, },
"devDependencies": { "devDependencies": {

View File

@@ -1,7 +1,7 @@
{ {
"private": true, "private": true,
"name": "@0x/testnet-faucets", "name": "@0x/testnet-faucets",
"version": "1.0.71", "version": "1.0.72",
"engines": { "engines": {
"node": ">=6.12" "node": ">=6.12"
}, },
@@ -18,7 +18,7 @@
"author": "Fabio Berger", "author": "Fabio Berger",
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"0x.js": "^6.0.1", "0x.js": "^6.0.2",
"@0x/subproviders": "^4.0.1", "@0x/subproviders": "^4.0.1",
"@0x/typescript-typings": "^4.1.0", "@0x/typescript-typings": "^4.1.0",
"@0x/utils": "^4.2.1", "@0x/utils": "^4.2.1",

View File

@@ -1,6 +1,6 @@
{ {
"name": "@0x/website", "name": "@0x/website",
"version": "0.0.74", "version": "0.0.75",
"engines": { "engines": {
"node": ">=6.12" "node": ">=6.12"
}, },
@@ -20,9 +20,9 @@
"author": "Fabio Berger", "author": "Fabio Berger",
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"@0x/asset-buyer": "^6.0.1", "@0x/asset-buyer": "^6.0.2",
"@0x/contract-addresses": "^2.2.2", "@0x/contract-addresses": "^2.2.2",
"@0x/contract-wrappers": "^8.0.1", "@0x/contract-wrappers": "^8.0.2",
"@0x/json-schemas": "^3.0.5", "@0x/json-schemas": "^3.0.5",
"@0x/order-utils": "^7.0.1", "@0x/order-utils": "^7.0.1",
"@0x/react-docs": "^2.0.6", "@0x/react-docs": "^2.0.6",