lr-chatbot 0.43.5 → 0.43.6
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
|
@@ -23146,7 +23146,7 @@ let Jt = class extends ye {
|
|
|
23146
23146
|
Sr(this, Yi, t);
|
|
23147
23147
|
}
|
|
23148
23148
|
getVersion() {
|
|
23149
|
-
return "LR Chatbot - v0.43.
|
|
23149
|
+
return "LR Chatbot - v0.43.5";
|
|
23150
23150
|
}
|
|
23151
23151
|
async connectedCallback() {
|
|
23152
23152
|
super.connectedCallback(), this._conversationHistoryTask.run();
|