@eloquentai/chat-sdk 0.21.5-dev → 0.21.5
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.mjs +5 -5
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
@@ -15,7 +15,7 @@ import { z as ge } from "zod";
|
|
15
15
|
import Tm 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] = "c270695b-6444-40c1-b03a-e874aaa3e1a9", e._sentryDebugIdIdentifier = "sentry-dbid-c270695b-6444-40c1-b03a-e874aaa3e1a9");
|
19
19
|
} catch {
|
20
20
|
}
|
21
21
|
const ee = typeof __SENTRY_DEBUG__ > "u" || __SENTRY_DEBUG__, Xt = "9.30.0", ie = globalThis;
|
@@ -10610,12 +10610,12 @@ function rx(e) {
|
|
10610
10610
|
}
|
10611
10611
|
{
|
10612
10612
|
let e = typeof window < "u" ? window : typeof global < "u" ? global : typeof globalThis < "u" ? globalThis : typeof self < "u" ? self : {};
|
10613
|
-
e.SENTRY_RELEASE = { id: "
|
10613
|
+
e.SENTRY_RELEASE = { id: "6b0ec7b6410836b79cab71a9bdc453c38b00e693" };
|
10614
10614
|
}
|
10615
10615
|
function nh(e) {
|
10616
10616
|
return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
|
10617
10617
|
}
|
10618
|
-
const ix = "
|
10618
|
+
const ix = "production";
|
10619
10619
|
rx({
|
10620
10620
|
dsn: void 0,
|
10621
10621
|
environment: ix,
|
@@ -10884,7 +10884,7 @@ function ao() {
|
|
10884
10884
|
);
|
10885
10885
|
return e;
|
10886
10886
|
}
|
10887
|
-
const px = "/assets/logo-waiting-simple.riv", mx = "https://cdn.eloquentai.
|
10887
|
+
const px = "/assets/logo-waiting-simple.riv", mx = "https://cdn.eloquentai.co", gx = "https://chat.eloquentai.co", yx = mx + px;
|
10888
10888
|
function bx() {
|
10889
10889
|
return gx;
|
10890
10890
|
}
|
@@ -22166,7 +22166,7 @@ function wA() {
|
|
22166
22166
|
return e || t;
|
22167
22167
|
}
|
22168
22168
|
function SA() {
|
22169
|
-
return nl() && typeof process.env == "object" && "VITE_ENVIRONMENT=
|
22169
|
+
return nl() && typeof process.env == "object" && "VITE_ENVIRONMENT=prod tsc -b && vite build --mode prod".startsWith("ng ") || !1;
|
22170
22170
|
}
|
22171
22171
|
function _A() {
|
22172
22172
|
return typeof navigator < "u" && typeof navigator.product < "u" && navigator.product === "ReactNative";
|