obi-sdk 0.12.4 → 0.12.5
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-4cdc2bce.js +6 -0
- package/dist/modular/chunks/index-4cdc2bce.js.map +1 -0
- package/dist/modular/chunks/{obi-widget-870d3568.js → obi-widget-d4244993.js} +2 -2
- package/dist/modular/chunks/{obi-widget-870d3568.js.map → obi-widget-d4244993.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 +1 -1
- package/dist/obi-sdk.standalone.iife.js.map +1 -1
- package/dist/react.es.js +1 -1
- 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 +3 -3
- package/dist/modular/chunks/index-07f9b60c.js +0 -6
- package/dist/modular/chunks/index-07f9b60c.js.map +0 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index-4cdc2bce.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;"}
|
|
@@ -16882,7 +16882,7 @@ class CourseModal extends i$1 {
|
|
|
16882
16882
|
console.log("[CourseModal] Fetching sessions from API", {
|
|
16883
16883
|
apiKey: this.apiKey ? "present" : "missing"
|
|
16884
16884
|
});
|
|
16885
|
-
const raw_response = await fetch(`${this.apiBaseUrl}/sessions?token=${this.apiKey}`, {
|
|
16885
|
+
const raw_response = await fetch(`${this.apiBaseUrl}/api/sessions?token=${this.apiKey}`, {
|
|
16886
16886
|
cache: "no-cache"
|
|
16887
16887
|
});
|
|
16888
16888
|
if (!raw_response.ok) {
|
|
@@ -19225,4 +19225,4 @@ export {
|
|
|
19225
19225
|
withSentryAsyncHandler as w,
|
|
19226
19226
|
x
|
|
19227
19227
|
};
|
|
19228
|
-
//# sourceMappingURL=obi-widget-
|
|
19228
|
+
//# sourceMappingURL=obi-widget-d4244993.js.map
|