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.
@@ -0,0 +1,6 @@
1
+ import { O } from "./obi-widget-7e9394b1.js";
2
+ import "./types-e0297e7b.js";
3
+ export {
4
+ O as ObiWidget
5
+ };
6
+ //# sourceMappingURL=index-6deeede6.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index-6deeede6.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;"}
@@ -16600,11 +16600,7 @@ class CourseModal extends i$1 {
16600
16600
  apiKey: this.apiKey ? "present" : "missing"
16601
16601
  });
16602
16602
  const raw_response = await fetch(`${this.apiBaseUrl}/sessions?token=${this.apiKey}`, {
16603
- cache: "no-cache",
16604
- headers: {
16605
- "Cache-Control": "no-cache, no-store, must-revalidate",
16606
- Pragma: "no-cache"
16607
- }
16603
+ cache: "no-cache"
16608
16604
  });
16609
16605
  if (!raw_response.ok) {
16610
16606
  throw new Error(`HTTP ${raw_response.status}: ${raw_response.statusText}`);
@@ -18715,4 +18711,4 @@ export {
18715
18711
  withSentryAsyncHandler as w,
18716
18712
  x
18717
18713
  };
18718
- //# sourceMappingURL=obi-widget-6550377d.js.map
18714
+ //# sourceMappingURL=obi-widget-7e9394b1.js.map