lr-chatbot 0.39.6 → 0.39.8
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
|
@@ -23402,7 +23402,7 @@ let It = class extends fe {
|
|
|
23402
23402
|
Jn(this, pi, t);
|
|
23403
23403
|
}
|
|
23404
23404
|
getVersion() {
|
|
23405
|
-
return "LR Chatbot - v0.39.
|
|
23405
|
+
return "LR Chatbot - v0.39.8";
|
|
23406
23406
|
}
|
|
23407
23407
|
async connectedCallback() {
|
|
23408
23408
|
super.connectedCallback(), this._conversationHistoryTask.run();
|