@qite/tide-client 1.0.83 → 1.0.84

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/build/index.js CHANGED
@@ -225,6 +225,7 @@ var post$1 = function (url, apiKey, body, signal) {
225
225
  "Content-Type": "application/json",
226
226
  "Api-Key": apiKey,
227
227
  },
228
+ credentials: "include",
228
229
  body: body,
229
230
  signal: signal,
230
231
  }),