lr-chatbot 0.39.13 → 0.39.15
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
|
@@ -23420,7 +23420,7 @@ let It = class extends fe {
|
|
|
23420
23420
|
Jn(this, mi, t);
|
|
23421
23421
|
}
|
|
23422
23422
|
getVersion() {
|
|
23423
|
-
return "LR Chatbot - v0.39.
|
|
23423
|
+
return "LR Chatbot - v0.39.15";
|
|
23424
23424
|
}
|
|
23425
23425
|
async connectedCallback() {
|
|
23426
23426
|
super.connectedCallback(), this._conversationHistoryTask.run();
|