lr-chatbot 0.33.0 → 0.33.1
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
|
@@ -23317,7 +23317,7 @@ let Lt = class extends ge {
|
|
|
23317
23317
|
Gn(this, di, t);
|
|
23318
23318
|
}
|
|
23319
23319
|
getVersion() {
|
|
23320
|
-
return "LR Chatbot - v0.33.
|
|
23320
|
+
return "LR Chatbot - v0.33.1";
|
|
23321
23321
|
}
|
|
23322
23322
|
async connectedCallback() {
|
|
23323
23323
|
super.connectedCallback(), this._conversationHistoryTask.run();
|