@eloquentai/chat-sdk 0.31.0-dev → 0.31.1-dev
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/{index-BuC_nOuO.js → index-Cx2kBl5_.js} +2 -2
- package/dist/{index-BuC_nOuO.js.map → index-Cx2kBl5_.js.map} +1 -1
- package/dist/{index-DN5mGzHe.js → index-Dg0-oX63.js} +4 -4
- package/dist/{index-DN5mGzHe.js.map → index-Dg0-oX63.js.map} +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +5 -4
|
@@ -6,16 +6,16 @@ import $v, { createPortal as hl } from "react-dom";
|
|
|
6
6
|
import jv from "react-dom/client";
|
|
7
7
|
try {
|
|
8
8
|
let e = typeof window < "u" ? window : typeof global < "u" ? global : typeof globalThis < "u" ? globalThis : typeof self < "u" ? self : {}, t = new e.Error().stack;
|
|
9
|
-
t && (e._sentryDebugIds = e._sentryDebugIds || {}, e._sentryDebugIds[t] = "
|
|
9
|
+
t && (e._sentryDebugIds = e._sentryDebugIds || {}, e._sentryDebugIds[t] = "59194335-f176-4adf-999d-5ecd5918b9c4", e._sentryDebugIdIdentifier = "sentry-dbid-59194335-f176-4adf-999d-5ecd5918b9c4");
|
|
10
10
|
} catch {
|
|
11
11
|
}
|
|
12
12
|
{
|
|
13
13
|
let e = typeof window < "u" ? window : typeof global < "u" ? global : typeof globalThis < "u" ? globalThis : typeof self < "u" ? self : {};
|
|
14
|
-
e.SENTRY_RELEASE = { id: "
|
|
14
|
+
e.SENTRY_RELEASE = { id: "2a4186964937a5c68ea6f5b252b7260e2cdae818" };
|
|
15
15
|
}
|
|
16
16
|
if (typeof window < "u") {
|
|
17
17
|
const e = "development";
|
|
18
|
-
import("./index-
|
|
18
|
+
import("./index-Cx2kBl5_.js").then((t) => {
|
|
19
19
|
t.init({
|
|
20
20
|
dsn: void 0,
|
|
21
21
|
environment: e,
|
|
@@ -31826,4 +31826,4 @@ export {
|
|
|
31826
31826
|
_L as r,
|
|
31827
31827
|
K2 as u
|
|
31828
31828
|
};
|
|
31829
|
-
//# sourceMappingURL=index-
|
|
31829
|
+
//# sourceMappingURL=index-Dg0-oX63.js.map
|