aboutsummaryrefslogtreecommitdiffstats
path: root/packages/order-watcher/package.json
diff options
context:
space:
mode:
authorFabio Berger <me@fabioberger.com>2018-12-19 21:21:16 +0800
committerFabio Berger <me@fabioberger.com>2018-12-19 21:21:16 +0800
commit040b402b6d558d13f2f4e032297b6723cdf2aafe (patch)
treec973d3f5dc7f45ff6ede9f1736315af3ed902828 /packages/order-watcher/package.json
parent5c24596d812a80011f9e92a13bf91923fbcc2a64 (diff)
parent552007cafbb577c92b89cedd7d83f5b6d00998e1 (diff)
downloaddexon-sol-tools-040b402b6d558d13f2f4e032297b6723cdf2aafe.tar
dexon-sol-tools-040b402b6d558d13f2f4e032297b6723cdf2aafe.tar.gz
dexon-sol-tools-040b402b6d558d13f2f4e032297b6723cdf2aafe.tar.bz2
dexon-sol-tools-040b402b6d558d13f2f4e032297b6723cdf2aafe.tar.lz
dexon-sol-tools-040b402b6d558d13f2f4e032297b6723cdf2aafe.tar.xz
dexon-sol-tools-040b402b6d558d13f2f4e032297b6723cdf2aafe.tar.zst
dexon-sol-tools-040b402b6d558d13f2f4e032297b6723cdf2aafe.zip
Merge branch 'development' of github.com:0xProject/0x-monorepo into development
* 'development' of github.com:0xProject/0x-monorepo: Move onMessageAsync outside of tests and add comments Fix WS tests to remove race-condition and be more specific about the message expected Add temporary console.log to test failing on CI Remove unused file Fix file name Consolidate use of isVerbose in orderWatcherConfig Add isVerbose option to enable/disable logging Fix schemas and tests Move OrderWatcher Websocket schemas to json-schemas and convert to JSON so that they are language agnostic Improve our compliance to the JSON RPC spec remove unused instance variable Ensure fileName matches class name, fix broadcast Respond to CR Respond to CR WIP: OrderWatcher WebSocket
Diffstat (limited to 'packages/order-watcher/package.json')
-rw-r--r--packages/order-watcher/package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/order-watcher/package.json b/packages/order-watcher/package.json
index 499d4cead..16a46294e 100644
--- a/packages/order-watcher/package.json
+++ b/packages/order-watcher/package.json
@@ -74,7 +74,8 @@
"ethereum-types": "^1.1.4",
"ethereumjs-blockstream": "6.0.0",
"ethers": "~4.0.4",
- "lodash": "^4.17.5"
+ "lodash": "^4.17.5",
+ "websocket": "^1.0.25"
},
"publishConfig": {
"access": "public"