lr-chatbot 0.48.61 → 0.48.62
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
|
@@ -24091,7 +24091,7 @@ var kx = "lr.chatbot.broadcast_channel." + document.location.hostname, Ax = "lr.
|
|
|
24091
24091
|
}), this.#e = "/bff", this.#t = !1, this.#n = !1, this.#r = !1, this.#i = !1, this._closeClickCount = 0, this._isConversationDone = !1, this._shouldEndConversation = !1, this._broadcastController = new ry(this, kx), this._conversationHistoryTask = this.createConversationHistoryTask(), this.registerBroadcastMessages();
|
|
24092
24092
|
}
|
|
24093
24093
|
getVersion() {
|
|
24094
|
-
return "LR Chatbot - v.0.48.
|
|
24094
|
+
return "LR Chatbot - v.0.48.62";
|
|
24095
24095
|
}
|
|
24096
24096
|
async connectedCallback() {
|
|
24097
24097
|
super.connectedCallback(), this._conversationHistoryTask.run();
|