@eloquentai/chat-sdk 0.28.11-dev → 0.28.12-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-CyiCXf7Y.js → index-BPlBWkUs.js} +4 -4
- package/dist/{index-CyiCXf7Y.js.map → index-BPlBWkUs.js.map} +1 -1
- package/dist/{index-CG4rR6Vy.js → index-Dg8l5OCY.js} +2 -2
- package/dist/{index-CG4rR6Vy.js.map → index-Dg8l5OCY.js.map} +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
|
@@ -6,16 +6,16 @@ import Bg, { createPortal as ms } from "react-dom";
|
|
|
6
6
|
import Vg 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] = "304d3c8a-320d-4ddf-98ff-303be8d74f89", e._sentryDebugIdIdentifier = "sentry-dbid-304d3c8a-320d-4ddf-98ff-303be8d74f89");
|
|
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: "de0314707980c33bc560872658011cf500a54439" };
|
|
15
15
|
}
|
|
16
16
|
if (typeof window < "u") {
|
|
17
17
|
const e = "development";
|
|
18
|
-
import("./index-
|
|
18
|
+
import("./index-Dg8l5OCY.js").then((t) => {
|
|
19
19
|
t.init({
|
|
20
20
|
dsn: void 0,
|
|
21
21
|
environment: e,
|
|
@@ -30752,4 +30752,4 @@ export {
|
|
|
30752
30752
|
wN as r,
|
|
30753
30753
|
tN as u
|
|
30754
30754
|
};
|
|
30755
|
-
//# sourceMappingURL=index-
|
|
30755
|
+
//# sourceMappingURL=index-BPlBWkUs.js.map
|