@eloquentai/chat-sdk 0.33.7-dev → 0.33.8-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-wpT-l59-.js → index-BCh-m5v9.js} +4 -4
- package/dist/{index-wpT-l59-.js.map → index-BCh-m5v9.js.map} +1 -1
- package/dist/{index-BVXFfbBZ.js → index-D8L2nbN3.js} +2 -2
- package/dist/{index-BVXFfbBZ.js.map → index-D8L2nbN3.js.map} +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
|
@@ -6,16 +6,16 @@ import { createPortal as wl } from "react-dom";
|
|
|
6
6
|
import ob 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] = "41432dae-a73b-4246-924a-e5a1ea5d3194", e._sentryDebugIdIdentifier = "sentry-dbid-41432dae-a73b-4246-924a-e5a1ea5d3194");
|
|
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: "5e787284ef97e6defd61e3a1ec67f7d33a16f984" };
|
|
15
15
|
}
|
|
16
16
|
if (typeof window < "u") {
|
|
17
17
|
const e = "development";
|
|
18
|
-
import("./index-
|
|
18
|
+
import("./index-D8L2nbN3.js").then((t) => {
|
|
19
19
|
t.init({
|
|
20
20
|
dsn: void 0,
|
|
21
21
|
environment: e,
|
|
@@ -33923,4 +33923,4 @@ export {
|
|
|
33923
33923
|
JN as r,
|
|
33924
33924
|
_N as u
|
|
33925
33925
|
};
|
|
33926
|
-
//# sourceMappingURL=index-
|
|
33926
|
+
//# sourceMappingURL=index-BCh-m5v9.js.map
|