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/modular/chunks/index-6deeede6.js +6 -0
- package/dist/modular/chunks/index-6deeede6.js.map +1 -0
- package/dist/modular/chunks/{obi-widget-6550377d.js → obi-widget-7e9394b1.js} +2 -6
- package/dist/modular/chunks/{obi-widget-6550377d.js.map → obi-widget-7e9394b1.js.map} +1 -1
- package/dist/modular/index.js +1 -1
- package/dist/modular/ui.js +10 -10
- package/dist/obi-sdk.standalone.iife.js +31 -31
- package/dist/obi-sdk.standalone.iife.js.map +1 -1
- package/dist/react.es.js +1 -5
- package/dist/react.es.js.map +1 -1
- package/dist/react.umd.js +1 -1
- package/dist/react.umd.js.map +1 -1
- package/package.json +2 -2
- package/dist/modular/chunks/index-f31a59cc.js +0 -6
- package/dist/modular/chunks/index-f31a59cc.js.map +0 -1
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}`);
|