lr-chatbot 0.26.0 → 0.27.0

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 +2 -2
package/index.js CHANGED
@@ -23079,7 +23079,7 @@ let Mt = class extends ge {
23079
23079
  qn(this, ci, t);
23080
23080
  }
23081
23081
  getVersion() {
23082
- return "LR Chatbot - 0.26.0";
23082
+ return "LR Chatbot - 0.27.0";
23083
23083
  }
23084
23084
  async connectedCallback() {
23085
23085
  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.26.0",
6
+ "version": "0.27.0",
7
7
  "dependencies": {
8
8
  "@lit-labs/motion": "1.0.7",
9
9
  "@lit/context": "1.1.2",
@@ -16,6 +16,6 @@
16
16
  "@storybook/web-components-vite": "8.1.11",
17
17
  "vite-plugin-cem": "0.8.1",
18
18
  "vite-plugin-dts": "3.9.1",
19
- "vite-plugin-svgo": "1.4.1"
19
+ "vite-plugin-svgo": "1.6.2"
20
20
  }
21
21
  }