Comparing version 0.3.0 to 0.3.1
{ | ||
"name": "graft", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"description": "Full-Stack JavaScript Through Microservices", | ||
@@ -39,3 +39,3 @@ "main": "graft.js", | ||
"inherits": "^2.0.1", | ||
"jschan": "^0.2.0", | ||
"jschan": "^0.2.1", | ||
"readable-stream": "^1.0.31" | ||
@@ -42,0 +42,0 @@ }, |
@@ -47,3 +47,3 @@ | ||
var client = jschan.websocketClientSession(opts); | ||
client._inStream.socket.on('open', this.emit.bind(this, 'ready', this)); | ||
client._inStream.on('connect', this.emit.bind(this, 'ready', this)); | ||
return client; | ||
@@ -50,0 +50,0 @@ }; |
36755
Updatedjschan@^0.2.1