lr-chatbot 0.43.35 → 0.43.36
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 +1 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -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.35";
|
|
23378
23378
|
}
|
|
23379
23379
|
async connectedCallback() {
|
|
23380
23380
|
super.connectedCallback(), this._conversationHistoryTask.run();
|