lr-chatbot 0.47.12 → 0.48.0
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
|
@@ -23963,7 +23963,7 @@ let Pr = class extends Be {
|
|
|
23963
23963
|
yi(this, Za, t);
|
|
23964
23964
|
}
|
|
23965
23965
|
getVersion() {
|
|
23966
|
-
return "LR Chatbot - v0.47.
|
|
23966
|
+
return "LR Chatbot - v0.47.12";
|
|
23967
23967
|
}
|
|
23968
23968
|
async connectedCallback() {
|
|
23969
23969
|
super.connectedCallback(), this._conversationHistoryTask.run();
|