aboutsummaryrefslogtreecommitdiffstats
path: root/packages/order-watcher
diff options
context:
space:
mode:
Diffstat (limited to 'packages/order-watcher')
-rw-r--r--packages/order-watcher/CHANGELOG.json8
-rw-r--r--packages/order-watcher/package.json6
-rw-r--r--packages/order-watcher/src/schemas/order_watcher_partial_config_schema.ts2
3 files changed, 12 insertions, 4 deletions
diff --git a/packages/order-watcher/CHANGELOG.json b/packages/order-watcher/CHANGELOG.json
index 08c1f7f58..0c9ef7a8a 100644
--- a/packages/order-watcher/CHANGELOG.json
+++ b/packages/order-watcher/CHANGELOG.json
@@ -1,5 +1,13 @@
[
{
+ "version": "1.0.1-rc.3",
+ "changes": [
+ {
+ "note": "Dependencies updated"
+ }
+ ]
+ },
+ {
"version": "1.0.1-rc.2",
"changes": [
{
diff --git a/packages/order-watcher/package.json b/packages/order-watcher/package.json
index e4226f017..081b24c18 100644
--- a/packages/order-watcher/package.json
+++ b/packages/order-watcher/package.json
@@ -59,7 +59,7 @@
"dirty-chai": "^2.0.1",
"json-loader": "^0.5.4",
"make-promises-safe": "^1.1.0",
- "mocha": "^4.0.1",
+ "mocha": "^4.1.0",
"npm-run-all": "^4.1.2",
"nyc": "^11.0.1",
"opn-cli": "^3.1.0",
@@ -67,7 +67,7 @@
"sinon": "^4.0.0",
"source-map-support": "^0.5.0",
"tslint": "5.11.0",
- "typescript": "2.7.1"
+ "typescript": "2.9.2"
},
"dependencies": {
"@0xproject/assert": "^1.0.4",
@@ -84,7 +84,7 @@
"ethereum-types": "^1.0.3",
"ethereumjs-blockstream": "5.0.0",
"ethers": "3.0.22",
- "lodash": "^4.17.4"
+ "lodash": "^4.17.5"
},
"publishConfig": {
"access": "public"
diff --git a/packages/order-watcher/src/schemas/order_watcher_partial_config_schema.ts b/packages/order-watcher/src/schemas/order_watcher_partial_config_schema.ts
index bc7d40524..8bfced063 100644
--- a/packages/order-watcher/src/schemas/order_watcher_partial_config_schema.ts
+++ b/packages/order-watcher/src/schemas/order_watcher_partial_config_schema.ts
@@ -1,7 +1,7 @@
export const orderWatcherPartialConfigSchema = {
id: '/OrderWatcherPartialConfigSchema',
properties: {
- stateLayer: { $ref: '/BlockParam' },
+ stateLayer: { $ref: '/blockParamSchema' },
orderExpirationCheckingIntervalMs: { type: 'number' },
eventPollingIntervalMs: { type: 'number' },
expirationMarginMs: { type: 'number' },