lr-chatbot 0.47.10 → 0.47.11
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 +2 -1
- package/index.js.map +1 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -20428,6 +20428,7 @@ class Ak {
|
|
|
20428
20428
|
constructor(n) {
|
|
20429
20429
|
this.config = n;
|
|
20430
20430
|
}
|
|
20431
|
+
config;
|
|
20431
20432
|
async getLanguageTranslations({
|
|
20432
20433
|
fetchServerTranslations: n = !0,
|
|
20433
20434
|
mergeWithFallbacks: e = !0
|
|
@@ -23962,7 +23963,7 @@ let Pr = class extends Be {
|
|
|
23962
23963
|
yi(this, Za, t);
|
|
23963
23964
|
}
|
|
23964
23965
|
getVersion() {
|
|
23965
|
-
return "LR Chatbot - v0.47.
|
|
23966
|
+
return "LR Chatbot - v0.47.10";
|
|
23966
23967
|
}
|
|
23967
23968
|
async connectedCallback() {
|
|
23968
23969
|
super.connectedCallback(), this._conversationHistoryTask.run();
|