@eloquentai/chat-sdk 0.16.2-dev → 0.16.2

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 Rd 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] = "8d69ef44-6c4f-433f-a49a-ce82ec5b030c", e._sentryDebugIdIdentifier = "sentry-dbid-8d69ef44-6c4f-433f-a49a-ce82ec5b030c");
18
+ t && (e._sentryDebugIds = e._sentryDebugIds || {}, e._sentryDebugIds[t] = "986d0a7d-f3fa-4377-b7dc-014e3a9eae08", e._sentryDebugIdIdentifier = "sentry-dbid-986d0a7d-f3fa-4377-b7dc-014e3a9eae08");
19
19
  } catch {
20
20
  }
21
21
  const U = typeof __SENTRY_DEBUG__ > "u" || __SENTRY_DEBUG__, ct = "9.19.0", $ = globalThis;
@@ -10526,9 +10526,9 @@ function r_(e) {
10526
10526
  }
10527
10527
  {
10528
10528
  let e = typeof window < "u" ? window : typeof global < "u" ? global : typeof globalThis < "u" ? globalThis : typeof self < "u" ? self : {};
10529
- e.SENTRY_RELEASE = { id: "bf051f1c2c0d9094919f0a4bec9a95fac8840407" };
10529
+ e.SENTRY_RELEASE = { id: "2df4946c992aa0713292e74aacdabf92b25f3f25" };
10530
10530
  }
10531
- const o_ = "development";
10531
+ const o_ = "production";
10532
10532
  r_({
10533
10533
  dsn: void 0,
10534
10534
  environment: o_,
@@ -10624,7 +10624,7 @@ const l_ = () => {
10624
10624
  if (!e)
10625
10625
  throw new Error("useTheme must be used within a ThemeProvider");
10626
10626
  return e;
10627
- }, d_ = "/assets/logo-waiting-simple.riv", f_ = "https://cdn.eloquentai.dev", h_ = "https://chat.eloquentai.dev", p_ = f_ + d_;
10627
+ }, d_ = "/assets/logo-waiting-simple.riv", f_ = "https://cdn.eloquentai.co", h_ = "https://chat.eloquentai.co", p_ = f_ + d_;
10628
10628
  function m_() {
10629
10629
  return h_;
10630
10630
  }
@@ -13005,7 +13005,7 @@ function qv() {
13005
13005
  return e || t;
13006
13006
  }
13007
13007
  function Gv() {
13008
- return Vs() && typeof process.env == "object" && "VITE_ENVIRONMENT=dev tsc -b && vite build --mode dev".startsWith("ng ") || !1;
13008
+ return Vs() && typeof process.env == "object" && "VITE_ENVIRONMENT=prod tsc -b && vite build --mode prod".startsWith("ng ") || !1;
13009
13009
  }
13010
13010
  function Kv() {
13011
13011
  return typeof navigator < "u" && typeof navigator.product < "u" && navigator.product === "ReactNative";