potion-client
Advanced tools
Comparing version 0.10.3 to 0.10.4
@@ -94,3 +94,3 @@ "use strict"; | ||
Store.prototype.query = function (_a, paginationObj) { | ||
var _b = _a === void 0 ? {} : _a, _c = _b.paginate, paginate = _c === void 0 ? false : _c, _d = _b.cache, cache = _d === void 0 ? true : _d, _e = _b.page, page = _e === void 0 ? 1 : _e, _f = _b.perPage, perPage = _f === void 0 ? 5 : _f; | ||
var _b = _a === void 0 ? {} : _a, _c = _b.paginate, paginate = _c === void 0 ? false : _c, _d = _b.cache, cache = _d === void 0 ? true : _d, _e = _b.page, page = _e === void 0 ? 1 : _e, _f = _b.perPage, perPage = _f === void 0 ? 25 : _f; | ||
var options = { cache: cache, method: 'GET' }; | ||
@@ -97,0 +97,0 @@ if (paginate) { |
{ | ||
"name": "potion-client", | ||
"version": "0.10.3", | ||
"version": "0.10.4", | ||
"description": "A ES6 client for APIs written in Flask-Potion", | ||
@@ -5,0 +5,0 @@ "keywords": [], |
Sorry, the diff of this file is not supported yet
67032