lr-chatbot 0.5.13 → 0.5.14
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/components/Chatbot.js
CHANGED
|
@@ -15151,7 +15151,7 @@ let Le = class extends Ct {
|
|
|
15151
15151
|
ct(this, on, r);
|
|
15152
15152
|
}
|
|
15153
15153
|
static getVersion() {
|
|
15154
|
-
return "LR Chatbot - 0.5.
|
|
15154
|
+
return "LR Chatbot - 0.5.14";
|
|
15155
15155
|
}
|
|
15156
15156
|
async performUpdate() {
|
|
15157
15157
|
return await this.initTranslations(), super.performUpdate();
|