lr-chatbot 0.5.10 → 0.5.11

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.
@@ -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.10";
15154
+ return "LR Chatbot - 0.5.11";
15155
15155
  }
15156
15156
  async performUpdate() {
15157
15157
  return await this.initTranslations(), super.performUpdate();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lr-chatbot",
3
- "version": "0.5.10",
3
+ "version": "0.5.11",
4
4
  "main": "./index.cjs",
5
5
  "module": "./index.js",
6
6
  "type": "module",