@smarter.sh/ui-chat 0.2.13 → 0.2.14
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.
|
@@ -10769,7 +10769,7 @@ function lb({
|
|
|
10769
10769
|
// the Smarter chat debug cookie. Set here. Controls browser console logging.
|
|
10770
10770
|
}, gt = async () => {
|
|
10771
10771
|
const re = await Jv(g, yt);
|
|
10772
|
-
return X(re?.debug_mode), oa(yt.debugCookie,
|
|
10772
|
+
return X(re?.debug_mode), oa(yt.debugCookie, q), q && console.log("refetchConfig() config:", re), d.checkPropTypes(Fs, re, "prop", "SmarterChat"), f(re), re;
|
|
10773
10773
|
}, Mt = async () => {
|
|
10774
10774
|
try {
|
|
10775
10775
|
const re = await gt();
|
|
@@ -10927,7 +10927,7 @@ function lb({
|
|
|
10927
10927
|
h && /* @__PURE__ */ de(Vv, { children: /* @__PURE__ */ de(Bc, { config: z }) })
|
|
10928
10928
|
] }) }) }) });
|
|
10929
10929
|
}
|
|
10930
|
-
const ub = "0.2.
|
|
10930
|
+
const ub = "0.2.14";
|
|
10931
10931
|
export {
|
|
10932
10932
|
Fs as ConfigPropTypes,
|
|
10933
10933
|
Bc as Console,
|