lr-chatbot 0.43.18 → 0.43.19

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
@@ -23268,7 +23268,7 @@ let Jt = class extends ye {
23268
23268
  Cn(this, ta, t);
23269
23269
  }
23270
23270
  getVersion() {
23271
- return "LR Chatbot - v0.43.17";
23271
+ return "LR Chatbot - v0.43.18";
23272
23272
  }
23273
23273
  async connectedCallback() {
23274
23274
  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.43.18",
6
+ "version": "0.43.19",
7
7
  "dependencies": {
8
8
  "@lit-labs/motion": "1.0.7",
9
9
  "@lit/context": "1.1.2",