lr-chatbot 0.6.1 → 0.6.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.
|
@@ -18420,7 +18420,7 @@ var mv = Object.defineProperty, gv = Object.getOwnPropertyDescriptor, su = (t) =
|
|
|
18420
18420
|
}, ou = (t, r, e) => r.has(t) || su("Cannot " + e), Rt = (t, r, e) => (ou(t, r, "read from private field"), e ? e.call(t) : r.get(t)), It = (t, r, e) => r.has(t) ? su("Cannot add the same private member more than once") : r instanceof WeakSet ? r.add(t) : r.set(t, e), Ot = (t, r, e, n) => (ou(t, r, "write to private field"), r.set(t, e), e), Kn, Jn, Yn, Zn, Xn, Qn;
|
|
18421
18421
|
let We = class extends jt {
|
|
18422
18422
|
constructor() {
|
|
18423
|
-
super(...arguments), this._chatElementRef = null, It(this, Kn, ""), It(this, Jn, !
|
|
18423
|
+
super(...arguments), this._chatElementRef = null, It(this, Kn, ""), It(this, Jn, !1), It(this, Yn, !1), It(this, Zn, !1), It(this, Xn, typeof window < "u" ? Zm(window.location.hostname) : "fr"), It(this, Qn, typeof window < "u" ? Jm({ country: this.country, cookies: document.cookie }) : "fr-FR");
|
|
18424
18424
|
}
|
|
18425
18425
|
get apiUrl() {
|
|
18426
18426
|
return Rt(this, Kn);
|
|
@@ -18459,7 +18459,7 @@ let We = class extends jt {
|
|
|
18459
18459
|
Ot(this, Qn, t);
|
|
18460
18460
|
}
|
|
18461
18461
|
static getVersion() {
|
|
18462
|
-
return "LR Chatbot - 0.6.
|
|
18462
|
+
return "LR Chatbot - 0.6.3";
|
|
18463
18463
|
}
|
|
18464
18464
|
async performUpdate() {
|
|
18465
18465
|
return await this.initTranslations(), super.performUpdate();
|