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
|
@@ -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-
|
|
18714
|
+
//# sourceMappingURL=obi-widget-7e9394b1.js.map
|