lr-chatbot 0.43.27 → 0.43.28
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/index.js
CHANGED
|
@@ -20203,7 +20203,7 @@ class Z_ {
|
|
|
20203
20203
|
throw new Error(`Translations fallbacks for ${r} not found.`);
|
|
20204
20204
|
}
|
|
20205
20205
|
async getServerTranslations() {
|
|
20206
|
-
const { scopes: n, apiConfig: e } = this.config, r = await import("./index-
|
|
20206
|
+
const { scopes: n, apiConfig: e } = this.config, r = await import("./index-CEAF7P1X.js").then((a) => a.i), i = await new va().contentTranslationGet(
|
|
20207
20207
|
{ scopes: n },
|
|
20208
20208
|
{
|
|
20209
20209
|
...e,
|
|
@@ -23374,7 +23374,7 @@ let Yt = class extends ye {
|
|
|
23374
23374
|
xn(this, ta, t);
|
|
23375
23375
|
}
|
|
23376
23376
|
getVersion() {
|
|
23377
|
-
return "LR Chatbot - v0.43.
|
|
23377
|
+
return "LR Chatbot - v0.43.27";
|
|
23378
23378
|
}
|
|
23379
23379
|
async connectedCallback() {
|
|
23380
23380
|
super.connectedCallback(), this._conversationHistoryTask.run();
|