From 6a44a3164c1a748768d44daca9d0d8faa22a4b51 Mon Sep 17 00:00:00 2001 From: lsm Date: Tue, 24 May 2016 15:10:14 -0700 Subject: [PATCH] Upgrade socket@0.7.0 --- lib/channel/pipe.js | 2 +- package.json | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/lib/channel/pipe.js b/lib/channel/pipe.js index b8936b9..7aa1a70 100644 --- a/lib/channel/pipe.js +++ b/lib/channel/pipe.js @@ -188,7 +188,7 @@ exports.ensureChannelGateway = function(chnGateway, set) { debug('Create new channel gateway instance') chnGateway = socketmq.gateway() chnGateway.isUntrusted = function(stream) { - return 'eio:' === stream.__smq_protocol__ + return 'eio' === stream.__smq__.protocol } chnGateway.on('disconnect', function(stream) { if (stream.provider && stream.scheduler) { diff --git a/package.json b/package.json index 9e25d0e..e95c77a 100644 --- a/package.json +++ b/package.json @@ -48,18 +48,18 @@ "debug": "2.2.0", "engine.io": "1.6.9", "express": "4.13.4", - "http-proxy": "1.13.2", + "http-proxy": "1.13.3", "ip": "1.1.3", "jdad": "0.2.0", "js-args-names": "0.0.2", "jspm": "0.16.34", - "lodash.assign": "4.0.8", - "lodash.difference": "4.2.0", - "lodash.merge": "4.3.5", + "lodash.assign": "4.0.9", + "lodash.difference": "4.3.0", + "lodash.merge": "4.4.0", "lodash.toarray": "4.2.4", - "lodash.union": "4.3.0", + "lodash.union": "4.4.0", "msgpack-lite": "0.1.20", - "socketmq": "0.6.3", + "socketmq": "0.7.0", "superpipe": "0.11.4" } }