Comparing version 0.0.3 to 0.0.4
@@ -6,3 +6,4 @@ // Generated by CoffeeScript 1.10.0 | ||
module.exports = function(API, cb) { | ||
var notify, rds, sock; | ||
var notify, rds, sock, t; | ||
t = null; | ||
notify = {}; | ||
@@ -12,3 +13,3 @@ sock = new SockJS(API + "/sockjs"); | ||
this.send(JSON.stringify({ | ||
session: s() | ||
session: t = s() | ||
})); | ||
@@ -51,2 +52,5 @@ return cb(); | ||
}); | ||
}, | ||
token: function() { | ||
return t; | ||
} | ||
@@ -53,0 +57,0 @@ }; |
{ | ||
"name": "rds-client", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "ride data store client lib", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is not supported yet
3761
63