lr-chatbot 0.48.98 → 0.48.100

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.
Files changed (2) hide show
  1. package/index.js +1 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -24155,7 +24155,7 @@ var kx = "lr.chatbot.broadcast_channel." + document.location.hostname, Ax = "lr.
24155
24155
  }), 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();
24156
24156
  }
24157
24157
  getVersion() {
24158
- return "LR Chatbot - v.0.48.98";
24158
+ return "LR Chatbot - v.0.48.100";
24159
24159
  }
24160
24160
  async connectedCallback() {
24161
24161
  super.connectedCallback(), this._conversationHistoryTask.run();
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "main": "./index.js",
4
4
  "module": "./index.js",
5
5
  "type": "module",
6
- "version": "0.48.98",
6
+ "version": "0.48.100",
7
7
  "dependencies": {
8
8
  "@laredoute/design-system": "0.1.281",
9
9
  "@lit-labs/motion": "1.0.7",