obi-sdk 0.5.0 → 0.5.2
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/core/constants.d.ts +1 -1
- package/dist/modular/chunks/types-e0297e7b.js.map +1 -1
- package/dist/obi-sdk.es.js +3 -3
- package/dist/obi-sdk.es.js.map +1 -1
- package/dist/obi-sdk.standalone.iife.js +1 -1
- package/dist/obi-sdk.standalone.iife.js.map +1 -1
- package/dist/obi-sdk.umd.js +1 -1
- package/dist/obi-sdk.umd.js.map +1 -1
- package/package.json +3 -3
package/dist/obi-sdk.es.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
{
|
|
3
3
|
try {
|
|
4
4
|
let e2 = "undefined" != typeof window ? window : "undefined" != typeof global ? global : "undefined" != typeof globalThis ? globalThis : "undefined" != typeof self ? self : {}, n3 = new e2.Error().stack;
|
|
5
|
-
n3 && (e2._sentryDebugIds = e2._sentryDebugIds || {}, e2._sentryDebugIds[n3] = "
|
|
5
|
+
n3 && (e2._sentryDebugIds = e2._sentryDebugIds || {}, e2._sentryDebugIds[n3] = "37c4aece-0c18-49ee-9976-1bb50b6c0a83", e2._sentryDebugIdIdentifier = "sentry-dbid-37c4aece-0c18-49ee-9976-1bb50b6c0a83");
|
|
6
6
|
} catch (e2) {
|
|
7
7
|
}
|
|
8
8
|
}
|
|
@@ -10,9 +10,9 @@
|
|
|
10
10
|
import { css, LitElement, html, svg, nothing } from "lit";
|
|
11
11
|
{
|
|
12
12
|
let _global = typeof window !== "undefined" ? window : typeof global !== "undefined" ? global : typeof globalThis !== "undefined" ? globalThis : typeof self !== "undefined" ? self : {};
|
|
13
|
-
_global.SENTRY_RELEASE = { id: "
|
|
13
|
+
_global.SENTRY_RELEASE = { id: "76201f7f8acce6fd066fac794e526d77aaccca25" };
|
|
14
14
|
}
|
|
15
|
-
const API_BASE_URL =
|
|
15
|
+
const API_BASE_URL = "https://app.coragents.ai/api";
|
|
16
16
|
const PATH_PARAM_RE = /\{[^{}]+\}/g;
|
|
17
17
|
function randomID() {
|
|
18
18
|
return Math.random().toString(36).slice(2, 11);
|