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.
@@ -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.2";
25681
+ return "LR Chatbot - 0.5.3";
25682
25682
  }
25683
25683
  firstUpdated() {
25684
25684
  var n;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lr-chatbot",
3
- "version": "0.5.2",
3
+ "version": "0.5.3",
4
4
  "main": "./index.cjs",
5
5
  "module": "./index.js",
6
6
  "type": "module",