lr-chatbot 0.48.32 → 0.48.33
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
|
@@ -23934,7 +23934,7 @@ var ex = "lr.chatbot.broadcast_channel." + document.location.hostname, tx = "lr.
|
|
|
23934
23934
|
}), 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 Ov(this, ex), this._conversationHistoryTask = this.createConversationHistoryTask(), this.registerBroadcastMessages();
|
|
23935
23935
|
}
|
|
23936
23936
|
getVersion() {
|
|
23937
|
-
return "LR Chatbot - v0.48.
|
|
23937
|
+
return "LR Chatbot - v0.48.32";
|
|
23938
23938
|
}
|
|
23939
23939
|
async connectedCallback() {
|
|
23940
23940
|
super.connectedCallback(), this._conversationHistoryTask.run();
|