- 0x.js@4.0.0
 - @0x/abi-gen@2.0.0
 - @0x/abi-gen-templates@2.0.0
 - @0x/abi-gen-wrappers@3.0.0
 - @0x/assert@2.0.0
 - @0x/asset-buyer@5.0.0
 - @0x/base-contract@4.0.0
 - @0x/connect@4.0.0
 - @0x/contract-addresses@2.2.1
 - @0x/contract-wrappers@6.0.1
 - @0x/dev-tools-pages@0.0.15
 - @0x/dev-utils@2.0.0
 - ethereum-types@2.0.0
 - @0x/fill-scenarios@2.0.0
 - @0x/instant@1.0.9
 - @0x/json-schemas@3.0.0
 - @0x/metacoin@0.0.37
 - @0x/migrations@3.0.0
 - @0x/monorepo-scripts@1.0.20
 - @0x/order-utils@4.0.0
 - @0x/order-watcher@3.0.0
 - @0x/pipeline@1.0.6
 - @0x/react-docs@2.0.0
 - @0x/react-shared@2.0.0
 - @0x/sol-compiler@3.0.0
 - @0x/sol-coverage@2.0.0
 - @0x/sol-doc@2.0.0
 - @0x/sol-profiler@2.0.1
 - @0x/sol-resolver@2.0.0
 - @0x/sol-trace@2.0.1
 - @0x/sol-tracing-utils@6.0.0
 - @0x/sra-spec@2.0.0
 - @0x/subproviders@3.0.0
 - @0x/testnet-faucets@1.0.65
 - @0x/tslint-config@3.0.0
 - @0x/types@2.0.0
 - @0x/typescript-typings@4.0.0
 - @0x/utils@4.0.1
 - @0x/web3-wrapper@4.0.0
 - @0x/website@0.0.68
 - @0x/contracts-asset-proxy@1.0.1
 - @0x/contracts-erc20@1.0.1
 - @0x/contracts-erc721@1.0.1
 - @0x/contracts-exchange@1.0.1
 - @0x/contracts-exchange-forwarder@1.0.1
 - @0x/contracts-exchange-libs@1.0.1
 - @0x/contracts-extensions@2.0.0
 - @0x/contracts-multisig@2.0.0
 - @0x/contracts-test-utils@3.0.0
 - @0x/contracts-utils@2.0.0
This commit is contained in:
Leonid Logvinov 2019-02-05 14:50:16 +01:00
parent f3d9520db2
commit 7b583cecb2
No known key found for this signature in database
GPG Key ID: 0DD294BFDE8C95D4
50 changed files with 466 additions and 466 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "@0x/contracts-asset-proxy", "name": "@0x/contracts-asset-proxy",
"version": "1.0.0", "version": "1.0.1",
"engines": { "engines": {
"node": ">=6.12" "node": ">=6.12"
}, },
@ -44,10 +44,10 @@
}, },
"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": "^1.0.22", "@0x/abi-gen": "^2.0.0",
"@0x/dev-utils": "^1.0.24", "@0x/dev-utils": "^2.0.0",
"@0x/sol-compiler": "^2.0.2", "@0x/sol-compiler": "^3.0.0",
"@0x/tslint-config": "^2.0.2", "@0x/tslint-config": "^3.0.0",
"@types/lodash": "4.14.104", "@types/lodash": "4.14.104",
"@types/node": "*", "@types/node": "*",
"chai": "^4.0.1", "chai": "^4.0.1",
@ -63,17 +63,17 @@
"typescript": "3.0.1" "typescript": "3.0.1"
}, },
"dependencies": { "dependencies": {
"@0x/base-contract": "^3.0.13", "@0x/base-contract": "^4.0.0",
"@0x/contracts-test-utils": "^2.0.1", "@0x/contracts-erc20": "^1.0.1",
"@0x/contracts-erc20": "1.0.0", "@0x/contracts-erc721": "^1.0.1",
"@0x/contracts-erc721": "1.0.0", "@0x/contracts-test-utils": "^3.0.0",
"@0x/contracts-utils": "^1.0.6", "@0x/contracts-utils": "^2.0.0",
"@0x/order-utils": "^3.1.2", "@0x/order-utils": "^4.0.0",
"@0x/types": "^1.5.2", "@0x/types": "^2.0.0",
"@0x/typescript-typings": "^3.0.8", "@0x/typescript-typings": "^4.0.0",
"@0x/utils": "^3.0.1", "@0x/utils": "^4.0.1",
"@0x/web3-wrapper": "^3.2.4", "@0x/web3-wrapper": "^4.0.0",
"ethereum-types": "^1.1.6", "ethereum-types": "^2.0.0",
"lodash": "^4.17.5" "lodash": "^4.17.5"
}, },
"publishConfig": { "publishConfig": {

View File

@ -1,6 +1,6 @@
{ {
"name": "@0x/contracts-erc20", "name": "@0x/contracts-erc20",
"version": "1.0.0", "version": "1.0.1",
"engines": { "engines": {
"node": ">=6.12" "node": ">=6.12"
}, },
@ -44,11 +44,11 @@
}, },
"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": "^1.0.22", "@0x/abi-gen": "^2.0.0",
"@0x/contracts-test-utils": "^2.0.1", "@0x/contracts-test-utils": "^3.0.0",
"@0x/dev-utils": "^1.0.24", "@0x/dev-utils": "^2.0.0",
"@0x/sol-compiler": "^2.0.2", "@0x/sol-compiler": "^3.0.0",
"@0x/tslint-config": "^2.0.2", "@0x/tslint-config": "^3.0.0",
"@types/lodash": "4.14.104", "@types/lodash": "4.14.104",
"@types/node": "*", "@types/node": "*",
"chai": "^4.0.1", "chai": "^4.0.1",
@ -64,14 +64,14 @@
"typescript": "3.0.1" "typescript": "3.0.1"
}, },
"dependencies": { "dependencies": {
"@0x/base-contract": "^3.0.13", "@0x/base-contract": "^4.0.0",
"@0x/contracts-exchange-libs": "1.0.0", "@0x/contracts-exchange-libs": "^1.0.1",
"@0x/contracts-utils": "^1.0.6", "@0x/contracts-utils": "^2.0.0",
"@0x/types": "^1.5.2", "@0x/types": "^2.0.0",
"@0x/typescript-typings": "^3.0.8", "@0x/typescript-typings": "^4.0.0",
"@0x/utils": "^3.0.1", "@0x/utils": "^4.0.1",
"@0x/web3-wrapper": "^3.2.4", "@0x/web3-wrapper": "^4.0.0",
"ethereum-types": "^1.1.6", "ethereum-types": "^2.0.0",
"lodash": "^4.17.5" "lodash": "^4.17.5"
}, },
"publishConfig": { "publishConfig": {

View File

@ -1,6 +1,6 @@
{ {
"name": "@0x/contracts-erc721", "name": "@0x/contracts-erc721",
"version": "1.0.0", "version": "1.0.1",
"engines": { "engines": {
"node": ">=6.12" "node": ">=6.12"
}, },
@ -44,11 +44,11 @@
}, },
"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": "^1.0.22", "@0x/abi-gen": "^2.0.0",
"@0x/contracts-test-utils": "^2.0.1", "@0x/contracts-test-utils": "^3.0.0",
"@0x/dev-utils": "^1.0.24", "@0x/dev-utils": "^2.0.0",
"@0x/sol-compiler": "^2.0.2", "@0x/sol-compiler": "^3.0.0",
"@0x/tslint-config": "^2.0.2", "@0x/tslint-config": "^3.0.0",
"@types/lodash": "4.14.104", "@types/lodash": "4.14.104",
"@types/node": "*", "@types/node": "*",
"chai": "^4.0.1", "chai": "^4.0.1",
@ -64,13 +64,13 @@
"typescript": "3.0.1" "typescript": "3.0.1"
}, },
"dependencies": { "dependencies": {
"@0x/base-contract": "^3.0.13", "@0x/base-contract": "^4.0.0",
"@0x/contracts-utils": "^1.0.6", "@0x/contracts-utils": "^2.0.0",
"@0x/types": "^1.5.2", "@0x/types": "^2.0.0",
"@0x/typescript-typings": "^3.0.8", "@0x/typescript-typings": "^4.0.0",
"@0x/utils": "^3.0.1", "@0x/utils": "^4.0.1",
"@0x/web3-wrapper": "^3.2.4", "@0x/web3-wrapper": "^4.0.0",
"ethereum-types": "^1.1.6", "ethereum-types": "^2.0.0",
"lodash": "^4.17.5" "lodash": "^4.17.5"
}, },
"publishConfig": { "publishConfig": {

View File

@ -1,6 +1,6 @@
{ {
"name": "@0x/contracts-exchange-forwarder", "name": "@0x/contracts-exchange-forwarder",
"version": "1.0.0", "version": "1.0.1",
"engines": { "engines": {
"node": ">=6.12" "node": ">=6.12"
}, },
@ -44,12 +44,12 @@
}, },
"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": "^1.0.22", "@0x/abi-gen": "^2.0.0",
"@0x/contract-wrappers": "^5.0.1", "@0x/contract-wrappers": "^6.0.1",
"@0x/contracts-test-utils": "^2.0.1", "@0x/contracts-test-utils": "^3.0.0",
"@0x/dev-utils": "^1.0.24", "@0x/dev-utils": "^2.0.0",
"@0x/sol-compiler": "^2.0.2", "@0x/sol-compiler": "^3.0.0",
"@0x/tslint-config": "^2.0.2", "@0x/tslint-config": "^3.0.0",
"@types/lodash": "4.14.104", "@types/lodash": "4.14.104",
"@types/node": "*", "@types/node": "*",
"chai": "^4.0.1", "chai": "^4.0.1",
@ -65,19 +65,19 @@
"typescript": "3.0.1" "typescript": "3.0.1"
}, },
"dependencies": { "dependencies": {
"@0x/base-contract": "^3.0.13", "@0x/base-contract": "^4.0.0",
"@0x/contracts-asset-proxy": "1.0.0", "@0x/contracts-asset-proxy": "^1.0.1",
"@0x/contracts-exchange-libs": "1.0.0", "@0x/contracts-erc20": "^1.0.1",
"@0x/contracts-exchange": "1.0.0", "@0x/contracts-erc721": "^1.0.1",
"@0x/contracts-erc20": "1.0.0", "@0x/contracts-exchange": "^1.0.1",
"@0x/contracts-erc721": "1.0.0", "@0x/contracts-exchange-libs": "^1.0.1",
"@0x/contracts-utils": "^1.0.6", "@0x/contracts-utils": "^2.0.0",
"@0x/order-utils": "^3.1.2", "@0x/order-utils": "^4.0.0",
"@0x/types": "^1.5.2", "@0x/types": "^2.0.0",
"@0x/typescript-typings": "^3.0.8", "@0x/typescript-typings": "^4.0.0",
"@0x/utils": "^3.0.1", "@0x/utils": "^4.0.1",
"@0x/web3-wrapper": "^3.2.4", "@0x/web3-wrapper": "^4.0.0",
"ethereum-types": "^1.1.6", "ethereum-types": "^2.0.0",
"lodash": "^4.17.5" "lodash": "^4.17.5"
}, },
"publishConfig": { "publishConfig": {

View File

@ -1,6 +1,6 @@
{ {
"name": "@0x/contracts-exchange-libs", "name": "@0x/contracts-exchange-libs",
"version": "1.0.0", "version": "1.0.1",
"engines": { "engines": {
"node": ">=6.12" "node": ">=6.12"
}, },
@ -44,11 +44,11 @@
}, },
"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": "^1.0.22", "@0x/abi-gen": "^2.0.0",
"@0x/contracts-test-utils": "^2.0.1", "@0x/contracts-test-utils": "^3.0.0",
"@0x/dev-utils": "^1.0.24", "@0x/dev-utils": "^2.0.0",
"@0x/sol-compiler": "^2.0.2", "@0x/sol-compiler": "^3.0.0",
"@0x/tslint-config": "^2.0.2", "@0x/tslint-config": "^3.0.0",
"@types/lodash": "4.14.104", "@types/lodash": "4.14.104",
"@types/node": "*", "@types/node": "*",
"chai": "^4.0.1", "chai": "^4.0.1",
@ -64,14 +64,14 @@
"typescript": "3.0.1" "typescript": "3.0.1"
}, },
"dependencies": { "dependencies": {
"@0x/base-contract": "^3.0.13", "@0x/base-contract": "^4.0.0",
"@0x/contracts-utils": "^1.0.6", "@0x/contracts-utils": "^2.0.0",
"@0x/order-utils": "^3.1.2", "@0x/order-utils": "^4.0.0",
"@0x/types": "^1.5.2", "@0x/types": "^2.0.0",
"@0x/typescript-typings": "^3.0.8", "@0x/typescript-typings": "^4.0.0",
"@0x/utils": "^3.0.1", "@0x/utils": "^4.0.1",
"@0x/web3-wrapper": "^3.2.4", "@0x/web3-wrapper": "^4.0.0",
"ethereum-types": "^1.1.6", "ethereum-types": "^2.0.0",
"lodash": "^4.17.5" "lodash": "^4.17.5"
}, },
"publishConfig": { "publishConfig": {

View File

@ -1,6 +1,6 @@
{ {
"name": "@0x/contracts-exchange", "name": "@0x/contracts-exchange",
"version": "1.0.0", "version": "1.0.1",
"engines": { "engines": {
"node": ">=6.12" "node": ">=6.12"
}, },
@ -44,10 +44,10 @@
}, },
"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": "^1.0.22", "@0x/abi-gen": "^2.0.0",
"@0x/dev-utils": "^1.0.24", "@0x/dev-utils": "^2.0.0",
"@0x/sol-compiler": "^2.0.2", "@0x/sol-compiler": "^3.0.0",
"@0x/tslint-config": "^2.0.2", "@0x/tslint-config": "^3.0.0",
"@types/lodash": "4.14.104", "@types/lodash": "4.14.104",
"@types/node": "*", "@types/node": "*",
"chai": "^4.0.1", "chai": "^4.0.1",
@ -63,19 +63,19 @@
"typescript": "3.0.1" "typescript": "3.0.1"
}, },
"dependencies": { "dependencies": {
"@0x/base-contract": "^3.0.13", "@0x/base-contract": "^4.0.0",
"@0x/contracts-asset-proxy": "1.0.0", "@0x/contracts-asset-proxy": "^1.0.1",
"@0x/contracts-exchange-libs": "1.0.0", "@0x/contracts-erc20": "^1.0.1",
"@0x/contracts-test-utils": "^2.0.1", "@0x/contracts-erc721": "^1.0.1",
"@0x/contracts-erc20": "1.0.0", "@0x/contracts-exchange-libs": "^1.0.1",
"@0x/contracts-erc721": "1.0.0", "@0x/contracts-test-utils": "^3.0.0",
"@0x/contracts-utils": "^1.0.6", "@0x/contracts-utils": "^2.0.0",
"@0x/order-utils": "^3.1.2", "@0x/order-utils": "^4.0.0",
"@0x/types": "^1.5.2", "@0x/types": "^2.0.0",
"@0x/typescript-typings": "^3.0.8", "@0x/typescript-typings": "^4.0.0",
"@0x/utils": "^3.0.1", "@0x/utils": "^4.0.1",
"@0x/web3-wrapper": "^3.2.4", "@0x/web3-wrapper": "^4.0.0",
"ethereum-types": "^1.1.6", "ethereum-types": "^2.0.0",
"ethereumjs-util": "^5.1.1", "ethereumjs-util": "^5.1.1",
"lodash": "^4.17.5" "lodash": "^4.17.5"
}, },

View File

@ -1,6 +1,6 @@
{ {
"name": "@0x/contracts-extensions", "name": "@0x/contracts-extensions",
"version": "1.2.3", "version": "2.0.0",
"engines": { "engines": {
"node": ">=6.12" "node": ">=6.12"
}, },
@ -44,12 +44,12 @@
}, },
"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": "^1.0.22", "@0x/abi-gen": "^2.0.0",
"@0x/contract-wrappers": "^5.0.1", "@0x/contract-wrappers": "^6.0.1",
"@0x/contracts-test-utils": "^2.0.1", "@0x/contracts-test-utils": "^3.0.0",
"@0x/dev-utils": "^1.0.24", "@0x/dev-utils": "^2.0.0",
"@0x/sol-compiler": "^2.0.2", "@0x/sol-compiler": "^3.0.0",
"@0x/tslint-config": "^2.0.2", "@0x/tslint-config": "^3.0.0",
"@types/lodash": "4.14.104", "@types/lodash": "4.14.104",
"@types/node": "*", "@types/node": "*",
"chai": "^4.0.1", "chai": "^4.0.1",
@ -65,19 +65,19 @@
"typescript": "3.0.1" "typescript": "3.0.1"
}, },
"dependencies": { "dependencies": {
"@0x/base-contract": "^3.0.13", "@0x/base-contract": "^4.0.0",
"@0x/contracts-asset-proxy": "1.0.0", "@0x/contracts-asset-proxy": "^1.0.1",
"@0x/contracts-exchange-libs": "1.0.0", "@0x/contracts-erc20": "^1.0.1",
"@0x/contracts-exchange": "1.0.0", "@0x/contracts-erc721": "^1.0.1",
"@0x/contracts-erc20": "1.0.0", "@0x/contracts-exchange": "^1.0.1",
"@0x/contracts-erc721": "1.0.0", "@0x/contracts-exchange-libs": "^1.0.1",
"@0x/contracts-utils": "^1.0.6", "@0x/contracts-utils": "^2.0.0",
"@0x/order-utils": "^3.1.2", "@0x/order-utils": "^4.0.0",
"@0x/types": "^1.5.2", "@0x/types": "^2.0.0",
"@0x/typescript-typings": "^3.0.8", "@0x/typescript-typings": "^4.0.0",
"@0x/utils": "^3.0.1", "@0x/utils": "^4.0.1",
"@0x/web3-wrapper": "^3.2.4", "@0x/web3-wrapper": "^4.0.0",
"ethereum-types": "^1.1.6", "ethereum-types": "^2.0.0",
"lodash": "^4.17.5" "lodash": "^4.17.5"
}, },
"publishConfig": { "publishConfig": {

View File

@ -1,6 +1,6 @@
{ {
"name": "@0x/contracts-multisig", "name": "@0x/contracts-multisig",
"version": "1.0.6", "version": "2.0.0",
"engines": { "engines": {
"node": ">=6.12" "node": ">=6.12"
}, },
@ -44,11 +44,11 @@
}, },
"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": "^1.0.22", "@0x/abi-gen": "^2.0.0",
"@0x/contracts-test-utils": "^2.0.1", "@0x/contracts-test-utils": "^3.0.0",
"@0x/dev-utils": "^1.0.24", "@0x/dev-utils": "^2.0.0",
"@0x/sol-compiler": "^2.0.2", "@0x/sol-compiler": "^3.0.0",
"@0x/tslint-config": "^2.0.2", "@0x/tslint-config": "^3.0.0",
"@types/lodash": "4.14.104", "@types/lodash": "4.14.104",
"@types/node": "*", "@types/node": "*",
"chai": "^4.0.1", "chai": "^4.0.1",
@ -64,14 +64,14 @@
"typescript": "3.0.1" "typescript": "3.0.1"
}, },
"dependencies": { "dependencies": {
"@0x/base-contract": "^3.0.13", "@0x/base-contract": "^4.0.0",
"@0x/contracts-asset-proxy": "1.0.0", "@0x/contracts-asset-proxy": "^1.0.1",
"@0x/contracts-erc20": "1.0.0", "@0x/contracts-erc20": "^1.0.1",
"@0x/types": "^1.5.2", "@0x/types": "^2.0.0",
"@0x/typescript-typings": "^3.0.8", "@0x/typescript-typings": "^4.0.0",
"@0x/utils": "^3.0.1", "@0x/utils": "^4.0.1",
"@0x/web3-wrapper": "^3.2.4", "@0x/web3-wrapper": "^4.0.0",
"ethereum-types": "^1.1.6", "ethereum-types": "^2.0.0",
"lodash": "^4.17.5" "lodash": "^4.17.5"
}, },
"publishConfig": { "publishConfig": {

View File

@ -1,6 +1,6 @@
{ {
"name": "@0x/contracts-test-utils", "name": "@0x/contracts-test-utils",
"version": "2.0.1", "version": "3.0.0",
"engines": { "engines": {
"node": ">=6.12" "node": ">=6.12"
}, },
@ -40,19 +40,19 @@
"typescript": "3.0.1" "typescript": "3.0.1"
}, },
"dependencies": { "dependencies": {
"@0x/abi-gen": "^1.0.22", "@0x/abi-gen": "^2.0.0",
"@0x/dev-utils": "^1.0.24", "@0x/dev-utils": "^2.0.0",
"@0x/order-utils": "^3.1.2", "@0x/order-utils": "^4.0.0",
"@0x/sol-compiler": "^2.0.2", "@0x/sol-compiler": "^3.0.0",
"@0x/sol-coverage": "^1.0.3", "@0x/sol-coverage": "^2.0.0",
"@0x/sol-profiler": "^1.0.3", "@0x/sol-profiler": "^2.0.1",
"@0x/sol-trace": "^1.0.3", "@0x/sol-trace": "^2.0.1",
"@0x/subproviders": "^2.1.11", "@0x/subproviders": "^3.0.0",
"@0x/tslint-config": "^2.0.2", "@0x/tslint-config": "^3.0.0",
"@0x/types": "^1.5.2", "@0x/types": "^2.0.0",
"@0x/typescript-typings": "^3.0.8", "@0x/typescript-typings": "^4.0.0",
"@0x/utils": "^3.0.1", "@0x/utils": "^4.0.1",
"@0x/web3-wrapper": "^3.2.4", "@0x/web3-wrapper": "^4.0.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",
@ -62,7 +62,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": "^1.1.6", "ethereum-types": "^2.0.0",
"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",

View File

@ -1,6 +1,6 @@
{ {
"name": "@0x/contracts-utils", "name": "@0x/contracts-utils",
"version": "1.0.6", "version": "2.0.0",
"engines": { "engines": {
"node": ">=6.12" "node": ">=6.12"
}, },
@ -44,14 +44,14 @@
}, },
"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": "^1.0.22", "@0x/abi-gen": "^2.0.0",
"@0x/contracts-test-utils": "^2.0.1", "@0x/contracts-test-utils": "^3.0.0",
"@0x/dev-utils": "^1.0.24", "@0x/dev-utils": "^2.0.0",
"@0x/sol-compiler": "^2.0.2", "@0x/sol-compiler": "^3.0.0",
"@0x/tslint-config": "^2.0.2", "@0x/tslint-config": "^3.0.0",
"@types/bn.js": "^4.11.0",
"@types/lodash": "4.14.104", "@types/lodash": "4.14.104",
"@types/node": "*", "@types/node": "*",
"@types/bn.js": "^4.11.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",
@ -65,14 +65,14 @@
"typescript": "3.0.1" "typescript": "3.0.1"
}, },
"dependencies": { "dependencies": {
"@0x/base-contract": "^3.0.13", "@0x/base-contract": "^4.0.0",
"@0x/order-utils": "^3.1.2", "@0x/order-utils": "^4.0.0",
"@0x/types": "^1.5.2", "@0x/types": "^2.0.0",
"@0x/typescript-typings": "^3.0.8", "@0x/typescript-typings": "^4.0.0",
"@0x/utils": "^3.0.1", "@0x/utils": "^4.0.1",
"@0x/web3-wrapper": "^3.2.4", "@0x/web3-wrapper": "^4.0.0",
"bn.js": "^4.11.8", "bn.js": "^4.11.8",
"ethereum-types": "^1.1.6", "ethereum-types": "^2.0.0",
"ethereumjs-util": "^5.1.1", "ethereumjs-util": "^5.1.1",
"lodash": "^4.17.5" "lodash": "^4.17.5"
}, },

View File

@ -1,6 +1,6 @@
{ {
"name": "0x.js", "name": "0x.js",
"version": "3.0.3", "version": "4.0.0",
"engines": { "engines": {
"node": ">=6.12" "node": ">=6.12"
}, },
@ -42,11 +42,11 @@
}, },
"license": "Apache-2.0", "license": "Apache-2.0",
"devDependencies": { "devDependencies": {
"@0x/abi-gen-wrappers": "^2.2.0", "@0x/abi-gen-wrappers": "^3.0.0",
"@0x/contract-addresses": "^2.2.0", "@0x/contract-addresses": "^2.2.1",
"@0x/dev-utils": "^1.0.24", "@0x/dev-utils": "^2.0.0",
"@0x/migrations": "^2.4.0", "@0x/migrations": "^3.0.0",
"@0x/tslint-config": "^2.0.2", "@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",
"@types/node": "*", "@types/node": "*",
@ -72,18 +72,18 @@
"webpack": "^4.20.2" "webpack": "^4.20.2"
}, },
"dependencies": { "dependencies": {
"@0x/assert": "^1.0.23", "@0x/assert": "^2.0.0",
"@0x/base-contract": "^3.0.13", "@0x/base-contract": "^4.0.0",
"@0x/contract-wrappers": "^5.0.1", "@0x/contract-wrappers": "^6.0.1",
"@0x/order-utils": "^3.1.2", "@0x/order-utils": "^4.0.0",
"@0x/order-watcher": "^2.4.3", "@0x/order-watcher": "^3.0.0",
"@0x/subproviders": "^2.1.11", "@0x/subproviders": "^3.0.0",
"@0x/types": "^1.5.2", "@0x/types": "^2.0.0",
"@0x/typescript-typings": "^3.0.8", "@0x/typescript-typings": "^4.0.0",
"@0x/utils": "^3.0.1", "@0x/utils": "^4.0.1",
"@0x/web3-wrapper": "^3.2.4", "@0x/web3-wrapper": "^4.0.0",
"@types/web3-provider-engine": "^14.0.0", "@types/web3-provider-engine": "^14.0.0",
"ethereum-types": "^1.1.6", "ethereum-types": "^2.0.0",
"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"

View File

@ -1,6 +1,6 @@
{ {
"name": "@0x/abi-gen-templates", "name": "@0x/abi-gen-templates",
"version": "1.0.2", "version": "2.0.0",
"engines": { "engines": {
"node": ">=6.12" "node": ">=6.12"
}, },

View File

@ -1,6 +1,6 @@
{ {
"name": "@0x/abi-gen-wrappers", "name": "@0x/abi-gen-wrappers",
"version": "2.2.0", "version": "3.0.0",
"engines": { "engines": {
"node": ">=6.12" "node": ">=6.12"
}, },
@ -30,19 +30,19 @@
}, },
"homepage": "https://github.com/0xProject/0x-monorepo/packages/abi-gen-wrappers/README.md", "homepage": "https://github.com/0xProject/0x-monorepo/packages/abi-gen-wrappers/README.md",
"devDependencies": { "devDependencies": {
"@0x/abi-gen": "^1.0.22", "@0x/abi-gen": "^2.0.0",
"@0x/abi-gen-templates": "^1.0.2", "@0x/abi-gen-templates": "^2.0.0",
"@0x/tslint-config": "^2.0.2", "@0x/tslint-config": "^3.0.0",
"@0x/types": "^1.5.2", "@0x/types": "^2.0.0",
"@0x/utils": "^3.0.1", "@0x/utils": "^4.0.1",
"@0x/web3-wrapper": "^3.2.4", "@0x/web3-wrapper": "^4.0.0",
"ethereum-types": "^1.1.6", "ethereum-types": "^2.0.0",
"ethers": "~4.0.4", "ethers": "~4.0.4",
"lodash": "^4.17.11", "lodash": "^4.17.11",
"shx": "^0.2.2" "shx": "^0.2.2"
}, },
"dependencies": { "dependencies": {
"@0x/base-contract": "^3.0.13" "@0x/base-contract": "^4.0.0"
}, },
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"

View File

@ -1,6 +1,6 @@
{ {
"name": "@0x/abi-gen", "name": "@0x/abi-gen",
"version": "1.0.22", "version": "2.0.0",
"engines": { "engines": {
"node": ">=6.12" "node": ">=6.12"
}, },
@ -31,10 +31,10 @@
}, },
"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/typescript-typings": "^3.0.8", "@0x/typescript-typings": "^4.0.0",
"@0x/utils": "^3.0.1", "@0x/utils": "^4.0.1",
"chalk": "^2.3.0", "chalk": "^2.3.0",
"ethereum-types": "^1.1.6", "ethereum-types": "^2.0.0",
"glob": "^7.1.2", "glob": "^7.1.2",
"handlebars": "^4.0.11", "handlebars": "^4.0.11",
"lodash": "^4.17.11", "lodash": "^4.17.11",
@ -45,7 +45,7 @@
"yargs": "^10.0.3" "yargs": "^10.0.3"
}, },
"devDependencies": { "devDependencies": {
"@0x/tslint-config": "^2.0.2", "@0x/tslint-config": "^3.0.0",
"@types/glob": "5.0.35", "@types/glob": "5.0.35",
"@types/handlebars": "^4.0.36", "@types/handlebars": "^4.0.36",
"@types/mkdirp": "^0.5.2", "@types/mkdirp": "^0.5.2",

View File

@ -1,6 +1,6 @@
{ {
"name": "@0x/assert", "name": "@0x/assert",
"version": "1.0.23", "version": "2.0.0",
"engines": { "engines": {
"node": ">=6.12" "node": ">=6.12"
}, },
@ -29,7 +29,7 @@
}, },
"homepage": "https://github.com/0xProject/0x-monorepo/packages/assert/README.md", "homepage": "https://github.com/0xProject/0x-monorepo/packages/assert/README.md",
"devDependencies": { "devDependencies": {
"@0x/tslint-config": "^2.0.2", "@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",
"@types/valid-url": "^1.0.2", "@types/valid-url": "^1.0.2",
@ -44,9 +44,9 @@
"typescript": "3.0.1" "typescript": "3.0.1"
}, },
"dependencies": { "dependencies": {
"@0x/json-schemas": "^2.1.7", "@0x/json-schemas": "^3.0.0",
"@0x/typescript-typings": "^3.0.8", "@0x/typescript-typings": "^4.0.0",
"@0x/utils": "^3.0.1", "@0x/utils": "^4.0.1",
"lodash": "^4.17.11", "lodash": "^4.17.11",
"valid-url": "^1.0.9" "valid-url": "^1.0.9"
}, },

View File

@ -1,6 +1,6 @@
{ {
"name": "@0x/asset-buyer", "name": "@0x/asset-buyer",
"version": "4.0.2", "version": "5.0.0",
"engines": { "engines": {
"node": ">=6.12" "node": ">=6.12"
}, },
@ -36,21 +36,21 @@
}, },
"homepage": "https://github.com/0xProject/0x-monorepo/packages/asset-buyer/README.md", "homepage": "https://github.com/0xProject/0x-monorepo/packages/asset-buyer/README.md",
"dependencies": { "dependencies": {
"@0x/assert": "^1.0.23", "@0x/assert": "^2.0.0",
"@0x/connect": "^3.0.13", "@0x/connect": "^4.0.0",
"@0x/contract-wrappers": "^5.0.1", "@0x/contract-wrappers": "^6.0.1",
"@0x/json-schemas": "^2.1.7", "@0x/json-schemas": "^3.0.0",
"@0x/order-utils": "^3.1.2", "@0x/order-utils": "^4.0.0",
"@0x/subproviders": "^2.1.11", "@0x/subproviders": "^3.0.0",
"@0x/types": "^1.5.2", "@0x/types": "^2.0.0",
"@0x/typescript-typings": "^3.0.8", "@0x/typescript-typings": "^4.0.0",
"@0x/utils": "^3.0.1", "@0x/utils": "^4.0.1",
"@0x/web3-wrapper": "^3.2.4", "@0x/web3-wrapper": "^4.0.0",
"ethereum-types": "^1.1.6", "ethereum-types": "^2.0.0",
"lodash": "^4.17.11" "lodash": "^4.17.11"
}, },
"devDependencies": { "devDependencies": {
"@0x/tslint-config": "^2.0.2", "@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",
"@types/node": "*", "@types/node": "*",

View File

@ -1,6 +1,6 @@
{ {
"name": "@0x/base-contract", "name": "@0x/base-contract",
"version": "3.0.13", "version": "4.0.0",
"engines": { "engines": {
"node": ">=6.12" "node": ">=6.12"
}, },
@ -29,7 +29,7 @@
}, },
"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": "^2.0.2", "@0x/tslint-config": "^3.0.0",
"@types/lodash": "4.14.104", "@types/lodash": "4.14.104",
"chai": "^4.0.1", "chai": "^4.0.1",
"make-promises-safe": "^1.1.0", "make-promises-safe": "^1.1.0",
@ -40,10 +40,10 @@
"typescript": "3.0.1" "typescript": "3.0.1"
}, },
"dependencies": { "dependencies": {
"@0x/typescript-typings": "^3.0.8", "@0x/typescript-typings": "^4.0.0",
"@0x/utils": "^3.0.1", "@0x/utils": "^4.0.1",
"@0x/web3-wrapper": "^3.2.4", "@0x/web3-wrapper": "^4.0.0",
"ethereum-types": "^1.1.6", "ethereum-types": "^2.0.0",
"ethers": "~4.0.4", "ethers": "~4.0.4",
"lodash": "^4.17.11" "lodash": "^4.17.11"
}, },

View File

@ -1,6 +1,6 @@
{ {
"name": "@0x/connect", "name": "@0x/connect",
"version": "3.0.13", "version": "4.0.0",
"engines": { "engines": {
"node": ">=6.12" "node": ">=6.12"
}, },
@ -44,12 +44,12 @@
}, },
"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": "^1.0.23", "@0x/assert": "^2.0.0",
"@0x/json-schemas": "^2.1.7", "@0x/json-schemas": "^3.0.0",
"@0x/order-utils": "^3.1.2", "@0x/order-utils": "^4.0.0",
"@0x/types": "^1.5.2", "@0x/types": "^2.0.0",
"@0x/typescript-typings": "^3.0.8", "@0x/typescript-typings": "^4.0.0",
"@0x/utils": "^3.0.1", "@0x/utils": "^4.0.1",
"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",
@ -57,7 +57,7 @@
"websocket": "^1.0.25" "websocket": "^1.0.25"
}, },
"devDependencies": { "devDependencies": {
"@0x/tslint-config": "^2.0.2", "@0x/tslint-config": "^3.0.0",
"@types/fetch-mock": "^6.0.3", "@types/fetch-mock": "^6.0.3",
"@types/lodash": "4.14.104", "@types/lodash": "4.14.104",
"@types/mocha": "^2.2.42", "@types/mocha": "^2.2.42",

View File

@ -1,6 +1,6 @@
{ {
"name": "@0x/contract-addresses", "name": "@0x/contract-addresses",
"version": "2.2.0", "version": "2.2.1",
"engines": { "engines": {
"node": ">=6.12" "node": ">=6.12"
}, },

View File

@ -1,6 +1,6 @@
{ {
"name": "@0x/contract-wrappers", "name": "@0x/contract-wrappers",
"version": "5.0.1", "version": "6.0.1",
"description": "Smart TS wrappers for 0x smart contracts", "description": "Smart TS wrappers for 0x smart contracts",
"keywords": [ "keywords": [
"0xproject", "0xproject",
@ -37,10 +37,10 @@
"node": ">=6.0.0" "node": ">=6.0.0"
}, },
"devDependencies": { "devDependencies": {
"@0x/dev-utils": "^1.0.24", "@0x/dev-utils": "^2.0.0",
"@0x/migrations": "^2.4.0", "@0x/migrations": "^3.0.0",
"@0x/subproviders": "^2.1.11", "@0x/subproviders": "^3.0.0",
"@0x/tslint-config": "^2.0.2", "@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",
"@types/node": "*", "@types/node": "*",
@ -65,19 +65,19 @@
"web3-provider-engine": "14.0.6" "web3-provider-engine": "14.0.6"
}, },
"dependencies": { "dependencies": {
"@0x/abi-gen-wrappers": "^2.2.0", "@0x/abi-gen-wrappers": "^3.0.0",
"@0x/assert": "^1.0.23", "@0x/assert": "^2.0.0",
"@0x/contract-addresses": "^2.2.0", "@0x/contract-addresses": "^2.2.1",
"@0x/contract-artifacts": "^1.3.0", "@0x/contract-artifacts": "^1.3.0",
"@0x/contracts-test-utils": "^2.0.1", "@0x/contracts-test-utils": "^3.0.0",
"@0x/fill-scenarios": "^1.1.2", "@0x/fill-scenarios": "^2.0.0",
"@0x/json-schemas": "^2.1.7", "@0x/json-schemas": "^3.0.0",
"@0x/order-utils": "^3.1.2", "@0x/order-utils": "^4.0.0",
"@0x/types": "^1.5.2", "@0x/types": "^2.0.0",
"@0x/typescript-typings": "^3.0.8", "@0x/typescript-typings": "^4.0.0",
"@0x/utils": "^3.0.1", "@0x/utils": "^4.0.1",
"@0x/web3-wrapper": "^3.2.4", "@0x/web3-wrapper": "^4.0.0",
"ethereum-types": "^1.1.6", "ethereum-types": "^2.0.0",
"ethereumjs-abi": "0.6.5", "ethereumjs-abi": "0.6.5",
"ethereumjs-blockstream": "6.0.0", "ethereumjs-blockstream": "6.0.0",
"ethereumjs-util": "^5.1.1", "ethereumjs-util": "^5.1.1",

View File

@ -1,6 +1,6 @@
{ {
"name": "@0x/dev-tools-pages", "name": "@0x/dev-tools-pages",
"version": "0.0.14", "version": "0.0.15",
"engines": { "engines": {
"node": ">=6.12" "node": ">=6.12"
}, },
@ -26,7 +26,7 @@
}, },
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"@0x/react-shared": "^1.1.2", "@0x/react-shared": "^2.0.0",
"basscss": "^8.0.3", "basscss": "^8.0.3",
"bowser": "^1.9.3", "bowser": "^1.9.3",
"highlight.js": "^9.13.1", "highlight.js": "^9.13.1",

View File

@ -1,6 +1,6 @@
{ {
"name": "@0x/dev-utils", "name": "@0x/dev-utils",
"version": "1.0.24", "version": "2.0.0",
"engines": { "engines": {
"node": ">=6.12" "node": ">=6.12"
}, },
@ -29,7 +29,7 @@
}, },
"homepage": "https://github.com/0xProject/0x-monorepo/packages/dev-utils/README.md", "homepage": "https://github.com/0xProject/0x-monorepo/packages/dev-utils/README.md",
"devDependencies": { "devDependencies": {
"@0x/tslint-config": "^2.0.2", "@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",
"make-promises-safe": "^1.1.0", "make-promises-safe": "^1.1.0",
@ -41,14 +41,14 @@
"typescript": "3.0.1" "typescript": "3.0.1"
}, },
"dependencies": { "dependencies": {
"@0x/subproviders": "^2.1.11", "@0x/subproviders": "^3.0.0",
"@0x/types": "^1.5.2", "@0x/types": "^2.0.0",
"@0x/typescript-typings": "^3.0.8", "@0x/typescript-typings": "^4.0.0",
"@0x/utils": "^3.0.1", "@0x/utils": "^4.0.1",
"@0x/web3-wrapper": "^3.2.4", "@0x/web3-wrapper": "^4.0.0",
"@types/web3-provider-engine": "^14.0.0", "@types/web3-provider-engine": "^14.0.0",
"chai": "^4.0.1", "chai": "^4.0.1",
"ethereum-types": "^1.1.6", "ethereum-types": "^2.0.0",
"lodash": "^4.17.11" "lodash": "^4.17.11"
}, },
"publishConfig": { "publishConfig": {

View File

@ -1,6 +1,6 @@
{ {
"name": "ethereum-types", "name": "ethereum-types",
"version": "1.1.6", "version": "2.0.0",
"engines": { "engines": {
"node": ">=6.12" "node": ">=6.12"
}, },
@ -29,7 +29,7 @@
}, },
"homepage": "https://github.com/0xProject/0x-monorepo/packages/ethereum-types/README.md", "homepage": "https://github.com/0xProject/0x-monorepo/packages/ethereum-types/README.md",
"devDependencies": { "devDependencies": {
"@0x/tslint-config": "^2.0.2", "@0x/tslint-config": "^3.0.0",
"make-promises-safe": "^1.1.0", "make-promises-safe": "^1.1.0",
"shx": "^0.2.2", "shx": "^0.2.2",
"tslint": "5.11.0", "tslint": "5.11.0",

View File

@ -1,6 +1,6 @@
{ {
"name": "@0x/fill-scenarios", "name": "@0x/fill-scenarios",
"version": "1.1.2", "version": "2.0.0",
"description": "0x order fill scenario generator", "description": "0x order fill scenario generator",
"main": "lib/index.js", "main": "lib/index.js",
"types": "lib/index.d.ts", "types": "lib/index.d.ts",
@ -20,7 +20,7 @@
}, },
"homepage": "https://github.com/0xProject/0x-monorepo/packages/fill-scenarios/README.md", "homepage": "https://github.com/0xProject/0x-monorepo/packages/fill-scenarios/README.md",
"devDependencies": { "devDependencies": {
"@0x/tslint-config": "^2.0.2", "@0x/tslint-config": "^3.0.0",
"@types/lodash": "4.14.104", "@types/lodash": "4.14.104",
"make-promises-safe": "^1.1.0", "make-promises-safe": "^1.1.0",
"shx": "^0.2.2", "shx": "^0.2.2",
@ -28,15 +28,15 @@
"typescript": "3.0.1" "typescript": "3.0.1"
}, },
"dependencies": { "dependencies": {
"@0x/abi-gen-wrappers": "^2.2.0", "@0x/abi-gen-wrappers": "^3.0.0",
"@0x/base-contract": "^3.0.13", "@0x/base-contract": "^4.0.0",
"@0x/contract-artifacts": "^1.3.0", "@0x/contract-artifacts": "^1.3.0",
"@0x/order-utils": "^3.1.2", "@0x/order-utils": "^4.0.0",
"@0x/types": "^1.5.2", "@0x/types": "^2.0.0",
"@0x/typescript-typings": "^3.0.8", "@0x/typescript-typings": "^4.0.0",
"@0x/utils": "^3.0.1", "@0x/utils": "^4.0.1",
"@0x/web3-wrapper": "^3.2.4", "@0x/web3-wrapper": "^4.0.0",
"ethereum-types": "^1.1.6", "ethereum-types": "^2.0.0",
"ethers": "~4.0.4", "ethers": "~4.0.4",
"lodash": "^4.17.11" "lodash": "^4.17.11"
}, },

View File

@ -1,6 +1,6 @@
{ {
"name": "@0x/instant", "name": "@0x/instant",
"version": "1.0.8", "version": "1.0.9",
"engines": { "engines": {
"node": ">=6.12" "node": ">=6.12"
}, },
@ -42,19 +42,19 @@
}, },
"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": "^1.0.23", "@0x/assert": "^2.0.0",
"@0x/asset-buyer": "^4.0.2", "@0x/asset-buyer": "^5.0.0",
"@0x/json-schemas": "^2.1.7", "@0x/json-schemas": "^3.0.0",
"@0x/order-utils": "^3.1.2", "@0x/order-utils": "^4.0.0",
"@0x/subproviders": "^2.1.11", "@0x/subproviders": "^3.0.0",
"@0x/types": "^1.5.2", "@0x/types": "^2.0.0",
"@0x/typescript-typings": "^3.0.8", "@0x/typescript-typings": "^4.0.0",
"@0x/utils": "^3.0.1", "@0x/utils": "^4.0.1",
"@0x/web3-wrapper": "^3.2.4", "@0x/web3-wrapper": "^4.0.0",
"babel-runtime": "^6.26.0", "babel-runtime": "^6.26.0",
"bowser": "^1.9.4", "bowser": "^1.9.4",
"copy-to-clipboard": "^3.0.8", "copy-to-clipboard": "^3.0.8",
"ethereum-types": "^1.1.6", "ethereum-types": "^2.0.0",
"lodash": "^4.17.11", "lodash": "^4.17.11",
"polished": "^1.9.2", "polished": "^1.9.2",
"react": "^16.5.2", "react": "^16.5.2",
@ -67,7 +67,7 @@
"ts-optchain": "^0.1.1" "ts-optchain": "^0.1.1"
}, },
"devDependencies": { "devDependencies": {
"@0x/tslint-config": "^2.0.2", "@0x/tslint-config": "^3.0.0",
"@static/discharge": "https://github.com/0xProject/discharge.git", "@static/discharge": "https://github.com/0xProject/discharge.git",
"@types/enzyme": "^3.1.14", "@types/enzyme": "^3.1.14",
"@types/enzyme-adapter-react-16": "^1.0.3", "@types/enzyme-adapter-react-16": "^1.0.3",
@ -81,11 +81,11 @@
"@types/styled-components": "4.0.1", "@types/styled-components": "4.0.1",
"awesome-typescript-loader": "^5.2.1", "awesome-typescript-loader": "^5.2.1",
"babel-loader": "^7.1.5", "babel-loader": "^7.1.5",
"babel-preset-env": "^1.7.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-plugin-transform-es3-member-expression-literals": "^6.22.0", "babel-plugin-transform-es3-member-expression-literals": "^6.22.0",
"babel-plugin-transform-es3-property-literals": "^6.22.0", "babel-plugin-transform-es3-property-literals": "^6.22.0",
"babel-plugin-transform-object-assign": "^6.22.0", "babel-plugin-transform-object-assign": "^6.22.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.7.0",
"dotenv-cli": "^1.4.0", "dotenv-cli": "^1.4.0",
"enzyme": "^3.6.0", "enzyme": "^3.6.0",
"enzyme-adapter-react-16": "^1.5.0", "enzyme-adapter-react-16": "^1.5.0",

View File

@ -1,6 +1,6 @@
{ {
"name": "@0x/json-schemas", "name": "@0x/json-schemas",
"version": "2.1.7", "version": "3.0.0",
"engines": { "engines": {
"node": ">=6.12" "node": ">=6.12"
}, },
@ -39,14 +39,14 @@
}, },
"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": "^3.0.8", "@0x/typescript-typings": "^4.0.0",
"@types/node": "*", "@types/node": "*",
"jsonschema": "^1.2.0", "jsonschema": "^1.2.0",
"lodash.values": "^4.3.0" "lodash.values": "^4.3.0"
}, },
"devDependencies": { "devDependencies": {
"@0x/tslint-config": "^2.0.2", "@0x/tslint-config": "^3.0.0",
"@0x/utils": "^3.0.1", "@0x/utils": "^4.0.1",
"@types/lodash.foreach": "^4.5.3", "@types/lodash.foreach": "^4.5.3",
"@types/lodash.values": "^4.3.3", "@types/lodash.values": "^4.3.3",
"@types/mocha": "^2.2.42", "@types/mocha": "^2.2.42",

View File

@ -1,6 +1,6 @@
{ {
"name": "@0x/metacoin", "name": "@0x/metacoin",
"version": "0.0.36", "version": "0.0.37",
"engines": { "engines": {
"node": ">=6.12" "node": ">=6.12"
}, },
@ -29,28 +29,28 @@
"author": "", "author": "",
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"@0x/abi-gen": "^1.0.22", "@0x/abi-gen": "^2.0.0",
"@0x/abi-gen-templates": "^1.0.2", "@0x/abi-gen-templates": "^2.0.0",
"@0x/base-contract": "^3.0.13", "@0x/base-contract": "^4.0.0",
"@0x/sol-coverage": "^1.0.3", "@0x/sol-coverage": "^2.0.0",
"@0x/sol-profiler": "^1.0.3", "@0x/sol-profiler": "^2.0.1",
"@0x/sol-trace": "^1.0.3", "@0x/sol-trace": "^2.0.1",
"@0x/subproviders": "^2.1.11", "@0x/subproviders": "^3.0.0",
"@0x/tslint-config": "^2.0.2", "@0x/tslint-config": "^3.0.0",
"@0x/types": "^1.5.2", "@0x/types": "^2.0.0",
"@0x/typescript-typings": "^3.0.8", "@0x/typescript-typings": "^4.0.0",
"@0x/utils": "^3.0.1", "@0x/utils": "^4.0.1",
"@0x/web3-wrapper": "^3.2.4", "@0x/web3-wrapper": "^4.0.0",
"@types/mocha": "^2.2.42", "@types/mocha": "^2.2.42",
"copyfiles": "^2.0.0", "copyfiles": "^2.0.0",
"ethereum-types": "^1.1.6", "ethereum-types": "^2.0.0",
"ethers": "~4.0.4", "ethers": "~4.0.4",
"lodash": "^4.17.11", "lodash": "^4.17.11",
"run-s": "^0.0.0" "run-s": "^0.0.0"
}, },
"devDependencies": { "devDependencies": {
"@0x/dev-utils": "^1.0.24", "@0x/dev-utils": "^2.0.0",
"@0x/sol-compiler": "^2.0.2", "@0x/sol-compiler": "^3.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",

View File

@ -1,6 +1,6 @@
{ {
"name": "@0x/migrations", "name": "@0x/migrations",
"version": "2.4.0", "version": "3.0.0",
"engines": { "engines": {
"node": ">=6.12" "node": ">=6.12"
}, },
@ -35,9 +35,9 @@
}, },
"license": "Apache-2.0", "license": "Apache-2.0",
"devDependencies": { "devDependencies": {
"@0x/dev-utils": "^1.0.24", "@0x/dev-utils": "^2.0.0",
"@0x/tslint-config": "^2.0.2", "@0x/tslint-config": "^3.0.0",
"@0x/types": "^1.5.2", "@0x/types": "^2.0.0",
"@types/yargs": "^11.0.0", "@types/yargs": "^11.0.0",
"make-promises-safe": "^1.1.0", "make-promises-safe": "^1.1.0",
"npm-run-all": "^4.1.2", "npm-run-all": "^4.1.2",
@ -48,18 +48,18 @@
"yargs": "^10.0.3" "yargs": "^10.0.3"
}, },
"dependencies": { "dependencies": {
"@0x/abi-gen-wrappers": "^2.2.0", "@0x/abi-gen-wrappers": "^3.0.0",
"@0x/base-contract": "^3.0.13", "@0x/base-contract": "^4.0.0",
"@0x/contract-addresses": "^2.2.0", "@0x/contract-addresses": "^2.2.1",
"@0x/contract-artifacts": "^1.3.0", "@0x/contract-artifacts": "^1.3.0",
"@0x/order-utils": "^3.1.2", "@0x/order-utils": "^4.0.0",
"@0x/sol-compiler": "^2.0.2", "@0x/sol-compiler": "^3.0.0",
"@0x/subproviders": "^2.1.11", "@0x/subproviders": "^3.0.0",
"@0x/typescript-typings": "^3.0.8", "@0x/typescript-typings": "^4.0.0",
"@0x/utils": "^3.0.1", "@0x/utils": "^4.0.1",
"@0x/web3-wrapper": "^3.2.4", "@0x/web3-wrapper": "^4.0.0",
"@ledgerhq/hw-app-eth": "^4.3.0", "@ledgerhq/hw-app-eth": "^4.3.0",
"ethereum-types": "^1.1.6", "ethereum-types": "^2.0.0",
"ethers": "~4.0.4", "ethers": "~4.0.4",
"lodash": "^4.17.11" "lodash": "^4.17.11"
}, },

View File

@ -1,7 +1,7 @@
{ {
"private": true, "private": true,
"name": "@0x/monorepo-scripts", "name": "@0x/monorepo-scripts",
"version": "1.0.19", "version": "1.0.20",
"engines": { "engines": {
"node": ">=6.12" "node": ">=6.12"
}, },
@ -47,7 +47,7 @@
"typescript": "3.0.1" "typescript": "3.0.1"
}, },
"dependencies": { "dependencies": {
"@0x/utils": "^3.0.1", "@0x/utils": "^4.0.1",
"@lerna/batch-packages": "^3.0.0-beta.18", "@lerna/batch-packages": "^3.0.0-beta.18",
"@types/depcheck": "^0.6.0", "@types/depcheck": "^0.6.0",
"async-child-process": "^1.1.1", "async-child-process": "^1.1.1",

View File

@ -1,6 +1,6 @@
{ {
"name": "@0x/order-utils", "name": "@0x/order-utils",
"version": "3.1.2", "version": "4.0.0",
"engines": { "engines": {
"node": ">=6.12" "node": ">=6.12"
}, },
@ -35,8 +35,8 @@
}, },
"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": "^1.0.24", "@0x/dev-utils": "^2.0.0",
"@0x/tslint-config": "^2.0.2", "@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",
"chai": "^4.0.1", "chai": "^4.0.1",
@ -53,18 +53,18 @@
"typescript": "3.0.1" "typescript": "3.0.1"
}, },
"dependencies": { "dependencies": {
"@0x/abi-gen-wrappers": "^2.2.0", "@0x/abi-gen-wrappers": "^3.0.0",
"@0x/assert": "^1.0.23", "@0x/assert": "^2.0.0",
"@0x/base-contract": "^3.0.13", "@0x/base-contract": "^4.0.0",
"@0x/contract-artifacts": "^1.3.0", "@0x/contract-artifacts": "^1.3.0",
"@0x/json-schemas": "^2.1.7", "@0x/json-schemas": "^3.0.0",
"@0x/types": "^1.5.2", "@0x/types": "^2.0.0",
"@0x/typescript-typings": "^3.0.8", "@0x/typescript-typings": "^4.0.0",
"@0x/utils": "^3.0.1", "@0x/utils": "^4.0.1",
"@0x/web3-wrapper": "^3.2.4", "@0x/web3-wrapper": "^4.0.0",
"@types/node": "*", "@types/node": "*",
"bn.js": "^4.11.8", "bn.js": "^4.11.8",
"ethereum-types": "^1.1.6", "ethereum-types": "^2.0.0",
"ethereumjs-abi": "0.6.5", "ethereumjs-abi": "0.6.5",
"ethereumjs-util": "^5.1.1", "ethereumjs-util": "^5.1.1",
"ethers": "~4.0.4", "ethers": "~4.0.4",

View File

@ -1,6 +1,6 @@
{ {
"name": "@0x/order-watcher", "name": "@0x/order-watcher",
"version": "2.4.3", "version": "3.0.0",
"description": "An order watcher daemon that watches for order validity", "description": "An order watcher daemon that watches for order validity",
"keywords": [ "keywords": [
"0x", "0x",
@ -38,10 +38,10 @@
"node": ">=6.0.0" "node": ">=6.0.0"
}, },
"devDependencies": { "devDependencies": {
"@0x/dev-utils": "^1.0.24", "@0x/dev-utils": "^2.0.0",
"@0x/migrations": "^2.4.0", "@0x/migrations": "^3.0.0",
"@0x/subproviders": "^2.1.11", "@0x/subproviders": "^3.0.0",
"@0x/tslint-config": "^2.0.2", "@0x/tslint-config": "^3.0.0",
"@types/bintrees": "^1.0.2", "@types/bintrees": "^1.0.2",
"@types/lodash": "4.14.104", "@types/lodash": "4.14.104",
"@types/mocha": "^2.2.42", "@types/mocha": "^2.2.42",
@ -63,21 +63,21 @@
"typescript": "3.0.1" "typescript": "3.0.1"
}, },
"dependencies": { "dependencies": {
"@0x/abi-gen-wrappers": "^2.2.0", "@0x/abi-gen-wrappers": "^3.0.0",
"@0x/assert": "^1.0.23", "@0x/assert": "^2.0.0",
"@0x/base-contract": "^3.0.13", "@0x/base-contract": "^4.0.0",
"@0x/contract-addresses": "^2.2.0", "@0x/contract-addresses": "^2.2.1",
"@0x/contract-artifacts": "^1.3.0", "@0x/contract-artifacts": "^1.3.0",
"@0x/contract-wrappers": "^5.0.1", "@0x/contract-wrappers": "^6.0.1",
"@0x/fill-scenarios": "^1.1.2", "@0x/fill-scenarios": "^2.0.0",
"@0x/json-schemas": "^2.1.7", "@0x/json-schemas": "^3.0.0",
"@0x/order-utils": "^3.1.2", "@0x/order-utils": "^4.0.0",
"@0x/types": "^1.5.2", "@0x/types": "^2.0.0",
"@0x/typescript-typings": "^3.0.8", "@0x/typescript-typings": "^4.0.0",
"@0x/utils": "^3.0.1", "@0x/utils": "^4.0.1",
"@0x/web3-wrapper": "^3.2.4", "@0x/web3-wrapper": "^4.0.0",
"bintrees": "^1.0.2", "bintrees": "^1.0.2",
"ethereum-types": "^1.1.6", "ethereum-types": "^2.0.0",
"ethereumjs-blockstream": "6.0.0", "ethereumjs-blockstream": "6.0.0",
"ethers": "~4.0.4", "ethers": "~4.0.4",
"lodash": "^4.17.11", "lodash": "^4.17.11",

View File

@ -1,6 +1,6 @@
{ {
"name": "@0x/pipeline", "name": "@0x/pipeline",
"version": "1.0.5", "version": "1.0.6",
"private": true, "private": true,
"description": "Data pipeline for offline analysis", "description": "Data pipeline for offline analysis",
"scripts": { "scripts": {
@ -27,7 +27,7 @@
}, },
"license": "Apache-2.0", "license": "Apache-2.0",
"devDependencies": { "devDependencies": {
"@0x/tslint-config": "^2.0.2", "@0x/tslint-config": "^3.0.0",
"@types/axios": "^0.14.0", "@types/axios": "^0.14.0",
"@types/ramda": "^0.25.38", "@types/ramda": "^0.25.38",
"chai": "^4.0.1", "chai": "^4.0.1",
@ -39,23 +39,23 @@
"typescript": "3.0.1" "typescript": "3.0.1"
}, },
"dependencies": { "dependencies": {
"@0x/connect": "^3.0.13", "@0x/connect": "^4.0.0",
"@0x/contract-addresses": "^2.2.0", "@0x/contract-addresses": "^2.2.1",
"@0x/contract-artifacts": "^1.3.0", "@0x/contract-artifacts": "^1.3.0",
"@0x/contract-wrappers": "^5.0.1", "@0x/contract-wrappers": "^6.0.1",
"@0x/dev-utils": "^1.0.24", "@0x/dev-utils": "^2.0.0",
"@0x/order-utils": "^3.1.2", "@0x/order-utils": "^4.0.0",
"@0x/subproviders": "^2.1.11", "@0x/subproviders": "^3.0.0",
"@0x/types": "^1.5.2", "@0x/types": "^2.0.0",
"@0x/utils": "^3.0.1", "@0x/utils": "^4.0.1",
"@0x/web3-wrapper": "^3.2.4", "@0x/web3-wrapper": "^4.0.0",
"@types/dockerode": "^2.5.9", "@types/dockerode": "^2.5.9",
"@types/p-limit": "^2.0.0", "@types/p-limit": "^2.0.0",
"async-parallel": "^1.2.3", "async-parallel": "^1.2.3",
"axios": "^0.18.0", "axios": "^0.18.0",
"bottleneck": "^2.13.2", "bottleneck": "^2.13.2",
"dockerode": "^2.5.7", "dockerode": "^2.5.7",
"ethereum-types": "^1.1.6", "ethereum-types": "^2.0.0",
"pg": "^7.5.0", "pg": "^7.5.0",
"prettier": "^1.15.3", "prettier": "^1.15.3",
"ramda": "^0.25.0", "ramda": "^0.25.0",

View File

@ -1,6 +1,6 @@
{ {
"name": "@0x/react-docs", "name": "@0x/react-docs",
"version": "1.0.25", "version": "2.0.0",
"engines": { "engines": {
"node": ">=6.12" "node": ">=6.12"
}, },
@ -24,8 +24,8 @@
"url": "https://github.com/0xProject/0x-monorepo.git" "url": "https://github.com/0xProject/0x-monorepo.git"
}, },
"devDependencies": { "devDependencies": {
"@0x/dev-utils": "^1.0.24", "@0x/dev-utils": "^2.0.0",
"@0x/tslint-config": "^2.0.2", "@0x/tslint-config": "^3.0.0",
"@types/compare-versions": "^3.0.0", "@types/compare-versions": "^3.0.0",
"@types/styled-components": "4.0.0", "@types/styled-components": "4.0.0",
"make-promises-safe": "^1.1.0", "make-promises-safe": "^1.1.0",
@ -34,9 +34,9 @@
"typescript": "3.0.1" "typescript": "3.0.1"
}, },
"dependencies": { "dependencies": {
"@0x/react-shared": "^1.1.2", "@0x/react-shared": "^2.0.0",
"@0x/types": "^1.5.2", "@0x/types": "^2.0.0",
"@0x/utils": "^3.0.1", "@0x/utils": "^4.0.1",
"@types/lodash": "4.14.104", "@types/lodash": "4.14.104",
"@types/material-ui": "^0.20.0", "@types/material-ui": "^0.20.0",
"@types/node": "*", "@types/node": "*",

View File

@ -1,6 +1,6 @@
{ {
"name": "@0x/react-shared", "name": "@0x/react-shared",
"version": "1.1.2", "version": "2.0.0",
"engines": { "engines": {
"node": ">=6.12" "node": ">=6.12"
}, },
@ -25,15 +25,15 @@
"url": "https://github.com/0xProject/0x-monorepo.git" "url": "https://github.com/0xProject/0x-monorepo.git"
}, },
"devDependencies": { "devDependencies": {
"@0x/dev-utils": "^1.0.24", "@0x/dev-utils": "^2.0.0",
"@0x/tslint-config": "^2.0.2", "@0x/tslint-config": "^3.0.0",
"make-promises-safe": "^1.1.0", "make-promises-safe": "^1.1.0",
"shx": "^0.2.2", "shx": "^0.2.2",
"tslint": "5.11.0", "tslint": "5.11.0",
"typescript": "3.0.1" "typescript": "3.0.1"
}, },
"dependencies": { "dependencies": {
"@0x/types": "^1.5.2", "@0x/types": "^2.0.0",
"@material-ui/core": "^3.0.1", "@material-ui/core": "^3.0.1",
"@types/is-mobile": "0.3.0", "@types/is-mobile": "0.3.0",
"@types/lodash": "4.14.104", "@types/lodash": "4.14.104",

View File

@ -1,6 +1,6 @@
{ {
"name": "@0x/sol-compiler", "name": "@0x/sol-compiler",
"version": "2.0.2", "version": "3.0.0",
"engines": { "engines": {
"node": ">=6.12" "node": ">=6.12"
}, },
@ -42,8 +42,8 @@
}, },
"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": "^1.0.24", "@0x/dev-utils": "^2.0.0",
"@0x/tslint-config": "^2.0.2", "@0x/tslint-config": "^3.0.0",
"@types/chokidar": "^1.7.5", "@types/chokidar": "^1.7.5",
"@types/mkdirp": "^0.5.2", "@types/mkdirp": "^0.5.2",
"@types/pluralize": "^0.0.29", "@types/pluralize": "^0.0.29",
@ -67,17 +67,17 @@
"zeppelin-solidity": "1.8.0" "zeppelin-solidity": "1.8.0"
}, },
"dependencies": { "dependencies": {
"@0x/assert": "^1.0.23", "@0x/assert": "^2.0.0",
"@0x/json-schemas": "^2.1.7", "@0x/json-schemas": "^3.0.0",
"@0x/sol-resolver": "^1.2.3", "@0x/sol-resolver": "^2.0.0",
"@0x/types": "^1.5.2", "@0x/types": "^2.0.0",
"@0x/typescript-typings": "^3.0.8", "@0x/typescript-typings": "^4.0.0",
"@0x/utils": "^3.0.1", "@0x/utils": "^4.0.1",
"@0x/web3-wrapper": "^3.2.4", "@0x/web3-wrapper": "^4.0.0",
"@types/yargs": "^11.0.0", "@types/yargs": "^11.0.0",
"chalk": "^2.3.0", "chalk": "^2.3.0",
"chokidar": "^2.0.4", "chokidar": "^2.0.4",
"ethereum-types": "^1.1.6", "ethereum-types": "^2.0.0",
"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",

View File

@ -1,6 +1,6 @@
{ {
"name": "@0x/sol-coverage", "name": "@0x/sol-coverage",
"version": "1.0.3", "version": "2.0.0",
"engines": { "engines": {
"node": ">=6.12" "node": ">=6.12"
}, },
@ -29,14 +29,14 @@
}, },
"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": "^4.0.1", "@0x/sol-tracing-utils": "^6.0.0",
"@0x/subproviders": "^2.1.11", "@0x/subproviders": "^3.0.0",
"@0x/typescript-typings": "^3.0.8", "@0x/typescript-typings": "^4.0.0",
"ethereum-types": "^1.1.6", "ethereum-types": "^2.0.0",
"lodash": "^4.17.11" "lodash": "^4.17.11"
}, },
"devDependencies": { "devDependencies": {
"@0x/tslint-config": "^2.0.2", "@0x/tslint-config": "^3.0.0",
"@types/node": "*", "@types/node": "*",
"npm-run-all": "^4.1.2", "npm-run-all": "^4.1.2",
"nyc": "^11.0.1", "nyc": "^11.0.1",

View File

@ -1,6 +1,6 @@
{ {
"name": "@0x/sol-doc", "name": "@0x/sol-doc",
"version": "1.0.14", "version": "2.0.0",
"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,16 +25,16 @@
"author": "F. Eugene Aumson", "author": "F. Eugene Aumson",
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"@0x/sol-compiler": "^2.0.2", "@0x/sol-compiler": "^3.0.0",
"@0x/types": "^1.5.2", "@0x/types": "^2.0.0",
"@0x/utils": "^3.0.1", "@0x/utils": "^4.0.1",
"ethereum-types": "^1.1.6", "ethereum-types": "^2.0.0",
"ethereumjs-util": "^5.1.1", "ethereumjs-util": "^5.1.1",
"lodash": "^4.17.11", "lodash": "^4.17.11",
"yargs": "^10.0.3" "yargs": "^10.0.3"
}, },
"devDependencies": { "devDependencies": {
"@0x/tslint-config": "^2.0.2", "@0x/tslint-config": "^3.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",

View File

@ -1,6 +1,6 @@
{ {
"name": "@0x/sol-profiler", "name": "@0x/sol-profiler",
"version": "1.0.3", "version": "2.0.1",
"engines": { "engines": {
"node": ">=6.12" "node": ">=6.12"
}, },
@ -29,14 +29,14 @@
}, },
"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": "^4.0.1", "@0x/sol-tracing-utils": "^6.0.0",
"@0x/subproviders": "^2.1.11", "@0x/subproviders": "^3.0.0",
"@0x/typescript-typings": "^3.0.8", "@0x/typescript-typings": "^4.0.0",
"ethereum-types": "^1.1.6", "ethereum-types": "^2.0.0",
"lodash": "^4.17.11" "lodash": "^4.17.11"
}, },
"devDependencies": { "devDependencies": {
"@0x/tslint-config": "^2.0.2", "@0x/tslint-config": "^3.0.0",
"@types/node": "*", "@types/node": "*",
"npm-run-all": "^4.1.2", "npm-run-all": "^4.1.2",
"shx": "^0.2.2", "shx": "^0.2.2",

View File

@ -1,6 +1,6 @@
{ {
"name": "@0x/sol-resolver", "name": "@0x/sol-resolver",
"version": "1.2.3", "version": "2.0.0",
"engines": { "engines": {
"node": ">=6.12" "node": ">=6.12"
}, },
@ -23,15 +23,15 @@
}, },
"homepage": "https://github.com/0xProject/0x-monorepo/packages/resolver/README.md", "homepage": "https://github.com/0xProject/0x-monorepo/packages/resolver/README.md",
"devDependencies": { "devDependencies": {
"@0x/tslint-config": "^2.0.2", "@0x/tslint-config": "^3.0.0",
"make-promises-safe": "^1.1.0", "make-promises-safe": "^1.1.0",
"shx": "^0.2.2", "shx": "^0.2.2",
"tslint": "5.11.0", "tslint": "5.11.0",
"typescript": "3.0.1" "typescript": "3.0.1"
}, },
"dependencies": { "dependencies": {
"@0x/types": "^1.5.2", "@0x/types": "^2.0.0",
"@0x/typescript-typings": "^3.0.8", "@0x/typescript-typings": "^4.0.0",
"lodash": "^4.17.11" "lodash": "^4.17.11"
}, },
"publishConfig": { "publishConfig": {

View File

@ -1,6 +1,6 @@
{ {
"name": "@0x/sol-trace", "name": "@0x/sol-trace",
"version": "1.0.3", "version": "2.0.1",
"engines": { "engines": {
"node": ">=6.12" "node": ">=6.12"
}, },
@ -29,17 +29,17 @@
}, },
"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": "^4.0.1", "@0x/sol-tracing-utils": "^6.0.0",
"@0x/subproviders": "^2.1.11", "@0x/subproviders": "^3.0.0",
"@0x/typescript-typings": "^3.0.8", "@0x/typescript-typings": "^4.0.0",
"chalk": "^2.3.0", "chalk": "^2.3.0",
"ethereum-types": "^1.1.6", "ethereum-types": "^2.0.0",
"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"
}, },
"devDependencies": { "devDependencies": {
"@0x/tslint-config": "^2.0.2", "@0x/tslint-config": "^3.0.0",
"@types/loglevel": "^1.5.3", "@types/loglevel": "^1.5.3",
"@types/node": "*", "@types/node": "*",
"npm-run-all": "^4.1.2", "npm-run-all": "^4.1.2",

View File

@ -1,6 +1,6 @@
{ {
"name": "@0x/sol-tracing-utils", "name": "@0x/sol-tracing-utils",
"version": "4.0.1", "version": "6.0.0",
"engines": { "engines": {
"node": ">=6.12" "node": ">=6.12"
}, },
@ -42,19 +42,19 @@
}, },
"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": "^1.0.24", "@0x/dev-utils": "^2.0.0",
"@0x/sol-compiler": "^2.0.2", "@0x/sol-compiler": "^3.0.0",
"@0x/sol-resolver": "^1.2.3", "@0x/sol-resolver": "^2.0.0",
"@0x/subproviders": "^2.1.11", "@0x/subproviders": "^3.0.0",
"@0x/typescript-typings": "^3.0.8", "@0x/typescript-typings": "^4.0.0",
"@0x/utils": "^3.0.1", "@0x/utils": "^4.0.1",
"@0x/web3-wrapper": "^3.2.4", "@0x/web3-wrapper": "^4.0.0",
"@types/solidity-parser-antlr": "^0.2.0", "@types/solidity-parser-antlr": "^0.2.0",
"ethereum-types": "^1.1.6", "chalk": "^2.3.0",
"ethereum-types": "^2.0.0",
"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",
"chalk": "^2.3.0",
"istanbul": "^0.4.5", "istanbul": "^0.4.5",
"lodash": "^4.17.11", "lodash": "^4.17.11",
"loglevel": "^1.6.1", "loglevel": "^1.6.1",
@ -64,7 +64,7 @@
"solidity-parser-antlr": "^0.2.12" "solidity-parser-antlr": "^0.2.12"
}, },
"devDependencies": { "devDependencies": {
"@0x/tslint-config": "^2.0.2", "@0x/tslint-config": "^3.0.0",
"@types/istanbul": "^0.4.30", "@types/istanbul": "^0.4.30",
"@types/loglevel": "^1.5.3", "@types/loglevel": "^1.5.3",
"@types/mkdirp": "^0.5.2", "@types/mkdirp": "^0.5.2",

View File

@ -1,6 +1,6 @@
{ {
"name": "@0x/sra-spec", "name": "@0x/sra-spec",
"version": "1.0.16", "version": "2.0.0",
"engines": { "engines": {
"node": ">=6.12" "node": ">=6.12"
}, },
@ -35,11 +35,11 @@
}, },
"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": "^2.1.7", "@0x/json-schemas": "^3.0.0",
"@loopback/openapi-v3-types": "^0.8.2" "@loopback/openapi-v3-types": "^0.8.2"
}, },
"devDependencies": { "devDependencies": {
"@0x/tslint-config": "^2.0.2", "@0x/tslint-config": "^3.0.0",
"@types/mocha": "^2.2.42", "@types/mocha": "^2.2.42",
"@types/node": "*", "@types/node": "*",
"chai": "^4.0.1", "chai": "^4.0.1",

View File

@ -1,6 +1,6 @@
{ {
"name": "@0x/subproviders", "name": "@0x/subproviders",
"version": "2.1.11", "version": "3.0.0",
"engines": { "engines": {
"node": ">=6.12" "node": ">=6.12"
}, },
@ -29,11 +29,11 @@
} }
}, },
"dependencies": { "dependencies": {
"@0x/assert": "^1.0.23", "@0x/assert": "^2.0.0",
"@0x/types": "^1.5.2", "@0x/types": "^2.0.0",
"@0x/typescript-typings": "^3.0.8", "@0x/typescript-typings": "^4.0.0",
"@0x/utils": "^3.0.1", "@0x/utils": "^4.0.1",
"@0x/web3-wrapper": "^3.2.4", "@0x/web3-wrapper": "^4.0.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/eth-lightwallet": "^3.0.0", "@types/eth-lightwallet": "^3.0.0",
@ -43,7 +43,7 @@
"bip39": "^2.5.0", "bip39": "^2.5.0",
"bn.js": "^4.11.8", "bn.js": "^4.11.8",
"eth-lightwallet": "^3.0.1", "eth-lightwallet": "^3.0.1",
"ethereum-types": "^1.1.6", "ethereum-types": "^2.0.0",
"ethereumjs-tx": "^1.3.5", "ethereumjs-tx": "^1.3.5",
"ethereumjs-util": "^5.1.1", "ethereumjs-util": "^5.1.1",
"ganache-core": "^2.3.3", "ganache-core": "^2.3.3",
@ -54,7 +54,7 @@
"web3-provider-engine": "14.0.6" "web3-provider-engine": "14.0.6"
}, },
"devDependencies": { "devDependencies": {
"@0x/tslint-config": "^2.0.2", "@0x/tslint-config": "^3.0.0",
"@types/bip39": "^2.4.0", "@types/bip39": "^2.4.0",
"@types/bn.js": "^4.11.0", "@types/bn.js": "^4.11.0",
"@types/ethereumjs-tx": "^1.0.0", "@types/ethereumjs-tx": "^1.0.0",

View File

@ -1,7 +1,7 @@
{ {
"private": true, "private": true,
"name": "@0x/testnet-faucets", "name": "@0x/testnet-faucets",
"version": "1.0.64", "version": "1.0.65",
"engines": { "engines": {
"node": ">=6.12" "node": ">=6.12"
}, },
@ -18,13 +18,13 @@
"author": "Fabio Berger", "author": "Fabio Berger",
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"0x.js": "^3.0.3", "0x.js": "^4.0.0",
"@0x/subproviders": "^2.1.11", "@0x/subproviders": "^3.0.0",
"@0x/typescript-typings": "^3.0.8", "@0x/typescript-typings": "^4.0.0",
"@0x/utils": "^3.0.1", "@0x/utils": "^4.0.1",
"@0x/web3-wrapper": "^3.2.4", "@0x/web3-wrapper": "^4.0.0",
"body-parser": "^1.17.1", "body-parser": "^1.17.1",
"ethereum-types": "^1.1.6", "ethereum-types": "^2.0.0",
"ethereumjs-tx": "^1.3.5", "ethereumjs-tx": "^1.3.5",
"ethereumjs-util": "^5.1.1", "ethereumjs-util": "^5.1.1",
"express": "^4.15.2", "express": "^4.15.2",
@ -32,7 +32,7 @@
"rollbar": "^2.5.0" "rollbar": "^2.5.0"
}, },
"devDependencies": { "devDependencies": {
"@0x/tslint-config": "^2.0.2", "@0x/tslint-config": "^3.0.0",
"@types/body-parser": "^1.16.1", "@types/body-parser": "^1.16.1",
"@types/express": "^4.0.35", "@types/express": "^4.0.35",
"@types/lodash": "4.14.104", "@types/lodash": "4.14.104",

View File

@ -1,6 +1,6 @@
{ {
"name": "@0x/tslint-config", "name": "@0x/tslint-config",
"version": "2.0.2", "version": "3.0.0",
"engines": { "engines": {
"node": ">=6.12" "node": ">=6.12"
}, },

View File

@ -1,6 +1,6 @@
{ {
"name": "@0x/types", "name": "@0x/types",
"version": "1.5.2", "version": "2.0.0",
"engines": { "engines": {
"node": ">=6.12" "node": ">=6.12"
}, },
@ -23,7 +23,7 @@
}, },
"homepage": "https://github.com/0xProject/0x-monorepo/packages/types/README.md", "homepage": "https://github.com/0xProject/0x-monorepo/packages/types/README.md",
"devDependencies": { "devDependencies": {
"@0x/tslint-config": "^2.0.2", "@0x/tslint-config": "^3.0.0",
"make-promises-safe": "^1.1.0", "make-promises-safe": "^1.1.0",
"shx": "^0.2.2", "shx": "^0.2.2",
"tslint": "5.11.0", "tslint": "5.11.0",
@ -32,7 +32,7 @@
"dependencies": { "dependencies": {
"@types/node": "*", "@types/node": "*",
"bignumber.js": "~8.0.2", "bignumber.js": "~8.0.2",
"ethereum-types": "^1.1.6" "ethereum-types": "^2.0.0"
}, },
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"

View File

@ -1,6 +1,6 @@
{ {
"name": "@0x/typescript-typings", "name": "@0x/typescript-typings",
"version": "3.0.8", "version": "4.0.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": "~8.0.2", "bignumber.js": "~8.0.2",
"ethereum-types": "^1.1.6", "ethereum-types": "^2.0.0",
"popper.js": "1.14.3" "popper.js": "1.14.3"
}, },
"devDependencies": { "devDependencies": {

View File

@ -1,6 +1,6 @@
{ {
"name": "@0x/utils", "name": "@0x/utils",
"version": "3.0.1", "version": "4.0.1",
"engines": { "engines": {
"node": ">=6.12" "node": ">=6.12"
}, },
@ -28,7 +28,7 @@
}, },
"homepage": "https://github.com/0xProject/0x-monorepo/packages/utils/README.md", "homepage": "https://github.com/0xProject/0x-monorepo/packages/utils/README.md",
"devDependencies": { "devDependencies": {
"@0x/tslint-config": "^2.0.2", "@0x/tslint-config": "^3.0.0",
"@types/detect-node": "2.0.0", "@types/detect-node": "2.0.0",
"@types/lodash": "4.14.104", "@types/lodash": "4.14.104",
"@types/mocha": "^2.2.42", "@types/mocha": "^2.2.42",
@ -44,14 +44,14 @@
"typescript": "3.0.1" "typescript": "3.0.1"
}, },
"dependencies": { "dependencies": {
"@0x/types": "^1.5.2", "@0x/types": "^2.0.0",
"@0x/typescript-typings": "^3.0.8", "@0x/typescript-typings": "^4.0.0",
"@types/node": "*", "@types/node": "*",
"abortcontroller-polyfill": "^1.1.9", "abortcontroller-polyfill": "^1.1.9",
"bignumber.js": "~8.0.2", "bignumber.js": "~8.0.2",
"chalk": "^2.3.0", "chalk": "^2.3.0",
"detect-node": "2.0.3", "detect-node": "2.0.3",
"ethereum-types": "^1.1.6", "ethereum-types": "^2.0.0",
"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",

View File

@ -1,6 +1,6 @@
{ {
"name": "@0x/web3-wrapper", "name": "@0x/web3-wrapper",
"version": "3.2.4", "version": "4.0.0",
"engines": { "engines": {
"node": ">=6.12" "node": ">=6.12"
}, },
@ -36,7 +36,7 @@
}, },
"homepage": "https://github.com/0xProject/0x-monorepo/packages/web3-wrapper/README.md", "homepage": "https://github.com/0xProject/0x-monorepo/packages/web3-wrapper/README.md",
"devDependencies": { "devDependencies": {
"@0x/tslint-config": "^2.0.2", "@0x/tslint-config": "^3.0.0",
"@types/ganache-core": "^2.1.2", "@types/ganache-core": "^2.1.2",
"@types/lodash": "4.14.104", "@types/lodash": "4.14.104",
"chai": "^4.0.1", "chai": "^4.0.1",
@ -54,11 +54,11 @@
"typescript": "3.0.1" "typescript": "3.0.1"
}, },
"dependencies": { "dependencies": {
"@0x/assert": "^1.0.23", "@0x/assert": "^2.0.0",
"@0x/json-schemas": "^2.1.7", "@0x/json-schemas": "^3.0.0",
"@0x/typescript-typings": "^3.0.8", "@0x/typescript-typings": "^4.0.0",
"@0x/utils": "^3.0.1", "@0x/utils": "^4.0.1",
"ethereum-types": "^1.1.6", "ethereum-types": "^2.0.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"

View File

@ -1,6 +1,6 @@
{ {
"name": "@0x/website", "name": "@0x/website",
"version": "0.0.67", "version": "0.0.68",
"engines": { "engines": {
"node": ">=6.12" "node": ">=6.12"
}, },
@ -20,18 +20,18 @@
"author": "Fabio Berger", "author": "Fabio Berger",
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"@0x/asset-buyer": "^4.0.2", "@0x/asset-buyer": "^5.0.0",
"@0x/contract-addresses": "^2.2.0", "@0x/contract-addresses": "^2.2.1",
"@0x/contract-wrappers": "^5.0.1", "@0x/contract-wrappers": "^6.0.1",
"@0x/json-schemas": "^2.1.7", "@0x/json-schemas": "^3.0.0",
"@0x/order-utils": "^3.1.2", "@0x/order-utils": "^4.0.0",
"@0x/react-docs": "^1.0.25", "@0x/react-docs": "^2.0.0",
"@0x/react-shared": "^1.1.2", "@0x/react-shared": "^2.0.0",
"@0x/subproviders": "^2.1.11", "@0x/subproviders": "^3.0.0",
"@0x/types": "^1.5.2", "@0x/types": "^2.0.0",
"@0x/typescript-typings": "^3.0.8", "@0x/typescript-typings": "^4.0.0",
"@0x/utils": "^3.0.1", "@0x/utils": "^4.0.1",
"@0x/web3-wrapper": "^3.2.4", "@0x/web3-wrapper": "^4.0.0",
"@reach/dialog": "^0.1.2", "@reach/dialog": "^0.1.2",
"@types/react-lazyload": "^2.3.1", "@types/react-lazyload": "^2.3.1",
"@types/react-loadable": "^5.4.2", "@types/react-loadable": "^5.4.2",
@ -42,7 +42,7 @@
"blockies": "^0.0.2", "blockies": "^0.0.2",
"bowser": "^1.9.3", "bowser": "^1.9.3",
"deep-equal": "^1.0.1", "deep-equal": "^1.0.1",
"ethereum-types": "^1.1.6", "ethereum-types": "^2.0.0",
"ethereumjs-util": "^5.1.1", "ethereumjs-util": "^5.1.1",
"find-versions": "^2.0.0", "find-versions": "^2.0.0",
"jsonschema": "^1.2.0", "jsonschema": "^1.2.0",