lr-chatbot 0.42.0 → 0.42.2
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/index.js.map +1 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -23152,7 +23152,7 @@ let Jt = class extends ye {
|
|
|
23152
23152
|
Sr(this, Yi, t);
|
|
23153
23153
|
}
|
|
23154
23154
|
getVersion() {
|
|
23155
|
-
return "LR Chatbot - v0.
|
|
23155
|
+
return "LR Chatbot - v0.42.1";
|
|
23156
23156
|
}
|
|
23157
23157
|
async connectedCallback() {
|
|
23158
23158
|
super.connectedCallback(), this._conversationHistoryTask.run();
|