lr-chatbot 0.13.5 → 0.13.6
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
|
@@ -21148,7 +21148,7 @@ let pt = class extends Te {
|
|
|
21148
21148
|
mn(this, xr, n);
|
|
21149
21149
|
}
|
|
21150
21150
|
getVersion() {
|
|
21151
|
-
return "LR Chatbot - 0.13.
|
|
21151
|
+
return "LR Chatbot - 0.13.6";
|
|
21152
21152
|
}
|
|
21153
21153
|
async connectedCallback() {
|
|
21154
21154
|
super.connectedCallback(), await this._conversationHistoryTask.run(), await this._conversationHistoryTask.taskComplete && ((() => {
|