lr-chatbot 0.29.19 → 0.29.20
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
|
@@ -23132,7 +23132,7 @@ let It = class extends ge {
|
|
|
23132
23132
|
qn(this, oi, t);
|
|
23133
23133
|
}
|
|
23134
23134
|
getVersion() {
|
|
23135
|
-
return "LR Chatbot - v0.29.
|
|
23135
|
+
return "LR Chatbot - v0.29.20";
|
|
23136
23136
|
}
|
|
23137
23137
|
async connectedCallback() {
|
|
23138
23138
|
super.connectedCallback(), this._conversationHistoryTask.run();
|