lr-chatbot 0.32.22 → 0.32.24
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 +2 -2
- package/index.js.map +1 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -22232,7 +22232,7 @@ function oh() {
|
|
|
22232
22232
|
return /Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent);
|
|
22233
22233
|
}
|
|
22234
22234
|
function Aw() {
|
|
22235
|
-
return /La
|
|
22235
|
+
return /La\sRedoute/gim.test(navigator.userAgent);
|
|
22236
22236
|
}
|
|
22237
22237
|
function go(t) {
|
|
22238
22238
|
return new Promise((r) => setTimeout(r, t));
|
|
@@ -23251,7 +23251,7 @@ let It = class extends ge {
|
|
|
23251
23251
|
Kn(this, di, t);
|
|
23252
23252
|
}
|
|
23253
23253
|
getVersion() {
|
|
23254
|
-
return "LR Chatbot - v0.32.
|
|
23254
|
+
return "LR Chatbot - v0.32.24";
|
|
23255
23255
|
}
|
|
23256
23256
|
async connectedCallback() {
|
|
23257
23257
|
super.connectedCallback(), this._conversationHistoryTask.run();
|