@eloquentai/chat-sdk 0.17.0-dev → 0.17.0

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 CHANGED
@@ -15,7 +15,7 @@ import { z as se } from "zod";
15
15
  import ld 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] = "05da1b36-dd03-410f-8af6-7f0cd68fd94b", e._sentryDebugIdIdentifier = "sentry-dbid-05da1b36-dd03-410f-8af6-7f0cd68fd94b");
18
+ t && (e._sentryDebugIds = e._sentryDebugIds || {}, e._sentryDebugIds[t] = "4eec2093-f2ce-4a83-a166-eaee4002b59f", e._sentryDebugIdIdentifier = "sentry-dbid-4eec2093-f2ce-4a83-a166-eaee4002b59f");
19
19
  } catch {
20
20
  }
21
21
  const U = typeof __SENTRY_DEBUG__ > "u" || __SENTRY_DEBUG__, st = "9.30.0", $ = globalThis;
@@ -10610,9 +10610,9 @@ function $_(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: "0a52243fe7e193a426882242ef217066a7d5bdfb" };
10613
+ e.SENTRY_RELEASE = { id: "9d1ffcd0e5f18e8c472a4b2605bf46b98294ea64" };
10614
10614
  }
10615
- const H_ = "development";
10615
+ const H_ = "production";
10616
10616
  $_({
10617
10617
  dsn: void 0,
10618
10618
  environment: H_,
@@ -10774,7 +10774,7 @@ const Yu = () => {
10774
10774
  if (!e)
10775
10775
  throw new Error("useTheme must be used within a ThemeProvider");
10776
10776
  return e;
10777
- }, K_ = "/assets/logo-waiting-simple.riv", Y_ = "https://cdn.eloquentai.dev", J_ = "https://chat.eloquentai.dev", X_ = Y_ + K_;
10777
+ }, K_ = "/assets/logo-waiting-simple.riv", Y_ = "https://cdn.eloquentai.co", J_ = "https://chat.eloquentai.co", X_ = Y_ + K_;
10778
10778
  function Q_() {
10779
10779
  return J_;
10780
10780
  }
@@ -12907,7 +12907,7 @@ function Sv() {
12907
12907
  return e || t;
12908
12908
  }
12909
12909
  function Ev() {
12910
- return Bs() && typeof process.env == "object" && "VITE_ENVIRONMENT=dev tsc -b && vite build --mode dev".startsWith("ng ") || !1;
12910
+ return Bs() && typeof process.env == "object" && "VITE_ENVIRONMENT=prod tsc -b && vite build --mode prod".startsWith("ng ") || !1;
12911
12911
  }
12912
12912
  function xv() {
12913
12913
  return typeof navigator < "u" && typeof navigator.product < "u" && navigator.product === "ReactNative";