lr-chatbot 0.5.2 → 0.5.3
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 +1 -1
- package/package.json +1 -1
package/components/Chatbot.js
CHANGED
|
@@ -25678,7 +25678,7 @@ let qe = class extends ki {
|
|
|
25678
25678
|
Rt(this, Bt, n);
|
|
25679
25679
|
}
|
|
25680
25680
|
static getVersion() {
|
|
25681
|
-
return "LR Chatbot - 0.5.
|
|
25681
|
+
return "LR Chatbot - 0.5.3";
|
|
25682
25682
|
}
|
|
25683
25683
|
firstUpdated() {
|
|
25684
25684
|
var n;
|