lr-chatbot 0.43.25 → 0.43.26
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 +2 -2
package/index.js
CHANGED
|
@@ -23367,7 +23367,7 @@ let Jt = class extends ye {
|
|
|
23367
23367
|
Cn(this, ta, t);
|
|
23368
23368
|
}
|
|
23369
23369
|
getVersion() {
|
|
23370
|
-
return "LR Chatbot - v0.43.
|
|
23370
|
+
return "LR Chatbot - v0.43.25";
|
|
23371
23371
|
}
|
|
23372
23372
|
async connectedCallback() {
|
|
23373
23373
|
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.
|
|
6
|
+
"version": "0.43.26",
|
|
7
7
|
"dependencies": {
|
|
8
8
|
"@lit-labs/motion": "1.0.7",
|
|
9
9
|
"@lit/context": "1.1.2",
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
},
|
|
15
15
|
"devDependencies": {
|
|
16
16
|
"@storybook/web-components-vite": "10.2.11",
|
|
17
|
-
"vite-plugin-cem": "0.8.
|
|
17
|
+
"vite-plugin-cem": "0.8.5",
|
|
18
18
|
"vite-plugin-dts": "3.9.1",
|
|
19
19
|
"vite-plugin-svgo": "1.6.2"
|
|
20
20
|
}
|