about summary refs log tree commit diff
path: root/yarn.lock
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2017-05-28 16:25:26 +0200
committerGitHub <noreply@github.com>2017-05-28 16:25:26 +0200
commit425d02287a243797da2baf70c0bfd61341180956 (patch)
tree530e8925e808ad510a7b5cb3aa74e3001a698618 /yarn.lock
parent2e429c0c25c0f82abb6a6b348195cd541052397e (diff)
Improve streaming API cluster logging (#3370)
* Improve streaming API cluster logging

* Less verbose error middleware logging (stack trace useless there)

* Fix error logging

* Prevent potential issue

* Add missing "done()" in catch of Promise.all, websocket heartbeat re-implemented like in example

* I actually forgot a done(), the absolute madman
Diffstat (limited to 'yarn.lock')
-rw-r--r--yarn.lock6
1 files changed, 6 insertions, 0 deletions
diff --git a/yarn.lock b/yarn.lock
index 5274f2160..c155f1a7e 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -6498,6 +6498,12 @@ text-table@~0.2.0:
   version "0.2.0"
   resolved "https://registry.yarnpkg.com/text-table/-/text-table-0.2.0.tgz#7f5ee823ae805207c00af2df4a84ec3fcfa570b4"
 
+throng@^4.0.0:
+  version "4.0.0"
+  resolved "https://registry.yarnpkg.com/throng/-/throng-4.0.0.tgz#983c6ba1993b58eae859998aa687ffe88df84c17"
+  dependencies:
+    lodash.defaults "^4.0.1"
+
 through@2, through@^2.3.6:
   version "2.3.8"
   resolved "https://registry.yarnpkg.com/through/-/through-2.3.8.tgz#0dd4c9ffaabc357960b1b724115d7e0e86a2e1f5"