obi-sdk 0.7.0 → 0.7.1

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/dist/react.es.js CHANGED
@@ -27313,11 +27313,7 @@ let It = class extends Ft {
27313
27313
  apiKey: this.apiKey ? "present" : "missing"
27314
27314
  });
27315
27315
  const e = await fetch(`${this.apiBaseUrl}/sessions?token=${this.apiKey}`, {
27316
- cache: "no-cache",
27317
- headers: {
27318
- "Cache-Control": "no-cache, no-store, must-revalidate",
27319
- Pragma: "no-cache"
27320
- }
27316
+ cache: "no-cache"
27321
27317
  });
27322
27318
  if (!e.ok)
27323
27319
  throw new Error(`HTTP ${e.status}: ${e.statusText}`);