obi-sdk 0.15.0 → 0.16.0
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-0ae60d8f.js +6 -0
- package/dist/modular/chunks/index-0ae60d8f.js.map +1 -0
- package/dist/modular/chunks/{obi-widget-315605ed.js → obi-widget-1f912837.js} +2 -2
- package/dist/modular/chunks/{obi-widget-315605ed.js.map → obi-widget-1f912837.js.map} +1 -1
- package/dist/modular/chunks/{types-eb1fb85a.js → types-f38a47f6.js} +2 -2
- package/dist/modular/chunks/{types-eb1fb85a.js.map → types-f38a47f6.js.map} +1 -1
- package/dist/modular/core.js +1 -1
- package/dist/modular/index.js +2 -2
- package/dist/modular/ui.js +11 -11
- package/dist/obi-sdk.standalone.iife.js +1 -1
- package/dist/obi-sdk.standalone.iife.js.map +1 -1
- package/package.json +1 -1
- package/dist/modular/chunks/index-cc31d633.js +0 -6
- package/dist/modular/chunks/index-cc31d633.js.map +0 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const API_BASE_URL = "https://
|
|
1
|
+
const API_BASE_URL = "https://app.coragents.ai";
|
|
2
2
|
function getDefaultExportFromCjs$1(x2) {
|
|
3
3
|
return x2 && x2.__esModule && Object.prototype.hasOwnProperty.call(x2, "default") ? x2["default"] : x2;
|
|
4
4
|
}
|
|
@@ -22428,4 +22428,4 @@ export {
|
|
|
22428
22428
|
Room as a,
|
|
22429
22429
|
z
|
|
22430
22430
|
};
|
|
22431
|
-
//# sourceMappingURL=types-
|
|
22431
|
+
//# sourceMappingURL=types-f38a47f6.js.map
|