lr-chatbot 0.32.8 → 0.32.10
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
|
@@ -23004,7 +23004,7 @@ let It = class extends ge {
|
|
|
23004
23004
|
Wn(this, ci, t);
|
|
23005
23005
|
}
|
|
23006
23006
|
getVersion() {
|
|
23007
|
-
return "LR Chatbot - v0.32.
|
|
23007
|
+
return "LR Chatbot - v0.32.10";
|
|
23008
23008
|
}
|
|
23009
23009
|
async connectedCallback() {
|
|
23010
23010
|
super.connectedCallback(), this._conversationHistoryTask.run();
|