Comparing version 0.1.0 to 0.1.1
@@ -0,1 +1,7 @@ | ||
0.1.1 | ||
===== | ||
* fix `url is not defined` error: https://github.com/centrifugal/jscent/issues/1 | ||
0.1.0 | ||
@@ -2,0 +8,0 @@ ===== |
@@ -16,3 +16,3 @@ var request = require('request'); | ||
request["post"](params, function(err, res) { | ||
handleResponse(err, url, res, callback); | ||
handleResponse(err, config.url, res, callback); | ||
}); | ||
@@ -19,0 +19,0 @@ } |
{ | ||
"name": "jscent", | ||
"description": "Node.js client to interact with the Centrifugo HTTP API", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"author": "Alexandr Emelin <frvzmb@gmail.com>", | ||
@@ -6,0 +6,0 @@ "contributors": [], |
9958
10