lr-chatbot 0.35.3 → 0.35.5
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
|
@@ -23432,7 +23432,7 @@ let It = class extends fe {
|
|
|
23432
23432
|
Jn(this, pi, t);
|
|
23433
23433
|
}
|
|
23434
23434
|
getVersion() {
|
|
23435
|
-
return "LR Chatbot - v0.35.
|
|
23435
|
+
return "LR Chatbot - v0.35.5";
|
|
23436
23436
|
}
|
|
23437
23437
|
async connectedCallback() {
|
|
23438
23438
|
super.connectedCallback(), this._conversationHistoryTask.run();
|