- 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/order-watcher",
"version": "3.0.1",
"version": "3.0.2",
"description": "An order watcher daemon that watches for order validity",
"keywords": [
"0x",
@@ -39,7 +39,7 @@
},
"devDependencies": {
"@0x/dev-utils": "^2.0.1",
"@0x/migrations": "^3.0.1",
"@0x/migrations": "^3.0.2",
"@0x/subproviders": "^3.0.1",
"@0x/tslint-config": "^3.0.0",
"@types/bintrees": "^1.0.2",
@@ -68,10 +68,10 @@
"@0x/base-contract": "^4.0.1",
"@0x/contract-addresses": "^2.2.1",
"@0x/contract-artifacts": "^1.3.0",
"@0x/contract-wrappers": "^7.0.0",
"@0x/fill-scenarios": "^2.0.1",
"@0x/contract-wrappers": "^7.0.1",
"@0x/fill-scenarios": "^2.0.2",
"@0x/json-schemas": "^3.0.1",
"@0x/order-utils": "^5.0.0",
"@0x/order-utils": "^6.0.0",
"@0x/types": "^2.0.1",
"@0x/typescript-typings": "^4.0.0",
"@0x/utils": "^4.0.2",