Comparing version
@@ -180,2 +180,6 @@ // Generated by CoffeeScript 1.7.1 | ||
return _this.wrap_response(fn, err, response, _this._try_to_serialize(response, body)); | ||
} else if (response != null ? response.statusCode : void 0) { | ||
return _this.wrap_response(fn, { | ||
"statusCode": response.statusCode | ||
}, response, null); | ||
} else { | ||
@@ -182,0 +186,0 @@ return _this.wrap_response(fn, true, response, null); |
{ | ||
"name": "slumber", | ||
"version": "0.4.1", | ||
"version": "0.5.0", | ||
"description": "Port of Python's slumber library -- A library that makes consuming a RESTful API easier and more convenient", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
Sorry, the diff of this file is not supported yet
56547
0.57%911
0.44%