- 0x.js@4.0.2
 - @0x/asset-buyer@5.0.2
 - @0x/connect@4.0.2
 - @0x/contract-wrappers@7.0.1
 - @0x/dev-tools-pages@0.0.17
 - @0x/fill-scenarios@2.0.2
 - @0x/instant@1.0.11
 - @0x/migrations@3.0.2
 - @0x/monorepo-scripts@1.0.22
 - @0x/order-utils@6.0.0
 - @0x/order-watcher@3.0.2
 - @0x/pipeline@1.0.8
 - @0x/react-docs@2.0.2
 - @0x/react-shared@2.0.2
 - @0x/testnet-faucets@1.0.67
 - @0x/website@0.0.70
 - @0x/contracts-asset-proxy@1.0.3
 - @0x/contracts-erc20@1.0.3
 - @0x/contracts-erc721@1.0.3
 - @0x/contracts-exchange@1.0.3
 - @0x/contracts-exchange-forwarder@1.0.3
 - @0x/contracts-exchange-libs@1.0.3
 - @0x/contracts-extensions@2.0.2
 - @0x/contracts-multisig@2.0.2
 - @0x/contracts-test-utils@3.0.2
 - @0x/contracts-utils@2.0.2
This commit is contained in:
Fabio Berger
2019-02-07 01:53:15 +00:00
parent af26403a86
commit 2a344e26cc
26 changed files with 101 additions and 101 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "0x.js",
"version": "4.0.1",
"version": "4.0.2",
"engines": {
"node": ">=6.12"
},
@@ -45,7 +45,7 @@
"@0x/abi-gen-wrappers": "^3.0.1",
"@0x/contract-addresses": "^2.2.1",
"@0x/dev-utils": "^2.0.1",
"@0x/migrations": "^3.0.1",
"@0x/migrations": "^3.0.2",
"@0x/tslint-config": "^3.0.0",
"@types/lodash": "4.14.104",
"@types/mocha": "^2.2.42",
@@ -74,9 +74,9 @@
"dependencies": {
"@0x/assert": "^2.0.1",
"@0x/base-contract": "^4.0.1",
"@0x/contract-wrappers": "^7.0.0",
"@0x/order-utils": "^5.0.0",
"@0x/order-watcher": "^3.0.1",
"@0x/contract-wrappers": "^7.0.1",
"@0x/order-utils": "^6.0.0",
"@0x/order-watcher": "^3.0.2",
"@0x/subproviders": "^3.0.1",
"@0x/types": "^2.0.1",
"@0x/typescript-typings": "^4.0.0",