Comparing version 3.0.1 to 3.1.0
@@ -117,3 +117,3 @@ "use strict"; | ||
const moduleUri = common_1.moduleToUri(module); | ||
const response = yield request(Consts_1.PUT, `${domainUri}/${moduleUri}/search`, Object.assign(Object.assign({}, options), { filters })); | ||
const response = yield request(Consts_1.PUT, `${domainUri}/${moduleUri}/search`, Object.assign(Object.assign({}, options), { filters }), options === null || options === void 0 ? void 0 : options.headers); | ||
return response ? response : []; | ||
@@ -120,0 +120,0 @@ }); |
{ | ||
"name": "bf-lib", | ||
"version": "3.0.1", | ||
"version": "3.1.0", | ||
"private": false, | ||
@@ -5,0 +5,0 @@ "description": "the standard client library for block-5 software", |
86217