rest-api-kit
Advanced tools
Comparing version 0.0.37 to 0.0.38
@@ -305,3 +305,3 @@ "use strict"; | ||
const formattedUrl = params.method === "GET" || params.bodyAsQueryParams ? concatenateParamsWithUrl(url, body) : url; | ||
load(dispatch, formattedUrl, params, body); | ||
load(dispatch, formattedUrl, { ...params, headers }, body); | ||
let storeIdentifier = `${options.baseUrl || ""}&${params.endpointName}`; | ||
@@ -308,0 +308,0 @@ if (params.preferCacheValue) { |
{ | ||
"name": "rest-api-kit", | ||
"version": "0.0.37", | ||
"version": "0.0.38", | ||
"main": "dist/index.js", | ||
@@ -5,0 +5,0 @@ "module": "dist/index.mjs", |
Sorry, the diff of this file is not supported yet
32948