@eloquentai/chat-sdk 0.21.22 → 0.21.23-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-BygZeZSv.js → index-BBJNdFGo.js} +7 -7
- package/dist/{index-BygZeZSv.js.map → index-BBJNdFGo.js.map} +1 -1
- package/dist/{index-CbVD75js.js → index-CDh5zBW4.js} +2 -2
- package/dist/{index-CbVD75js.js.map → index-CDh5zBW4.js.map} +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
|
@@ -15,16 +15,16 @@ import { z as Z } from "zod";
|
|
|
15
15
|
import xl from "react-dom/client";
|
|
16
16
|
try {
|
|
17
17
|
let e = typeof window < "u" ? window : typeof global < "u" ? global : typeof globalThis < "u" ? globalThis : typeof self < "u" ? self : {}, t = new e.Error().stack;
|
|
18
|
-
t && (e._sentryDebugIds = e._sentryDebugIds || {}, e._sentryDebugIds[t] = "
|
|
18
|
+
t && (e._sentryDebugIds = e._sentryDebugIds || {}, e._sentryDebugIds[t] = "6ca28615-a531-4191-bc51-3f65410ee9ef", e._sentryDebugIdIdentifier = "sentry-dbid-6ca28615-a531-4191-bc51-3f65410ee9ef");
|
|
19
19
|
} catch {
|
|
20
20
|
}
|
|
21
21
|
{
|
|
22
22
|
let e = typeof window < "u" ? window : typeof global < "u" ? global : typeof globalThis < "u" ? globalThis : typeof self < "u" ? self : {};
|
|
23
|
-
e.SENTRY_RELEASE = { id: "
|
|
23
|
+
e.SENTRY_RELEASE = { id: "be760d734bae692620fdf359bcf06c0d37ac68da" };
|
|
24
24
|
}
|
|
25
25
|
if (typeof window < "u") {
|
|
26
|
-
const e = "
|
|
27
|
-
import("./index-
|
|
26
|
+
const e = "development";
|
|
27
|
+
import("./index-CDh5zBW4.js").then((t) => {
|
|
28
28
|
t.init({
|
|
29
29
|
dsn: void 0,
|
|
30
30
|
environment: e,
|
|
@@ -295,7 +295,7 @@ function mn() {
|
|
|
295
295
|
);
|
|
296
296
|
return e;
|
|
297
297
|
}
|
|
298
|
-
const Tl = { BASE_URL: "/", DEV: !1, MODE: "
|
|
298
|
+
const Tl = { BASE_URL: "/", DEV: !1, MODE: "dev", PROD: !0, SSR: !1, VITE_API_URL: "https://chat.eloquentai.dev", VITE_CDN_URL: "https://cdn.eloquentai.dev", VITE_ENVIRONMENT: "dev" }, Nl = "/assets/logo-waiting-simple.riv";
|
|
299
299
|
function Ko(e) {
|
|
300
300
|
return typeof window > "u" || typeof import.meta > "u" ? "" : Tl[e] || "";
|
|
301
301
|
}
|
|
@@ -13783,7 +13783,7 @@ function qg() {
|
|
|
13783
13783
|
return e || t;
|
|
13784
13784
|
}
|
|
13785
13785
|
function Fg() {
|
|
13786
|
-
return Wr() && typeof process.env == "object" && "VITE_ENVIRONMENT=
|
|
13786
|
+
return Wr() && typeof process.env == "object" && "VITE_ENVIRONMENT=dev tsc -b && vite build --mode dev".startsWith("ng ") || !1;
|
|
13787
13787
|
}
|
|
13788
13788
|
function Bg() {
|
|
13789
13789
|
return typeof navigator < "u" && typeof navigator.product < "u" && navigator.product === "ReactNative";
|
|
@@ -16512,4 +16512,4 @@ export {
|
|
|
16512
16512
|
ra as g,
|
|
16513
16513
|
Aw as r
|
|
16514
16514
|
};
|
|
16515
|
-
//# sourceMappingURL=index-
|
|
16515
|
+
//# sourceMappingURL=index-BBJNdFGo.js.map
|