@voicenter-team/events-sdk 0.0.83 → 0.0.85

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.
@@ -105,24 +105,24 @@ var Ke = be.exports, Kt = {
105
105
  * @author Feross Aboukhadijeh <https://feross.org>
106
106
  * @license MIT
107
107
  */
108
- var Ge = function(s) {
109
- return s != null && (Se(s) || We(s) || !!s._isBuffer);
108
+ var We = function(s) {
109
+ return s != null && (Se(s) || Ge(s) || !!s._isBuffer);
110
110
  };
111
111
  function Se(s) {
112
112
  return !!s.constructor && typeof s.constructor.isBuffer == "function" && s.constructor.isBuffer(s);
113
113
  }
114
- function We(s) {
114
+ function Ge(s) {
115
115
  return typeof s.readFloatLE == "function" && typeof s.slice == "function" && Se(s.slice(0, 0));
116
116
  }
117
117
  (function() {
118
- var s = Ke, e = ie.utf8, t = Ge, n = ie.bin, r = function(o, u) {
118
+ var s = Ke, e = ie.utf8, t = We, n = ie.bin, r = function(o, u) {
119
119
  o.constructor == String ? u && u.encoding === "binary" ? o = n.stringToBytes(o) : o = e.stringToBytes(o) : t(o) ? o = Array.prototype.slice.call(o, 0) : !Array.isArray(o) && o.constructor !== Uint8Array && (o = o.toString());
120
120
  for (var h = s.bytesToWords(o), d = o.length * 8, c = 1732584193, p = -271733879, l = -1732584194, i = 271733878, a = 0; a < h.length; a++)
121
121
  h[a] = (h[a] << 8 | h[a] >>> 24) & 16711935 | (h[a] << 24 | h[a] >>> 8) & 4278255360;
122
122
  h[d >>> 5] |= 128 << d % 32, h[(d + 64 >>> 9 << 4) + 14] = d;
123
123
  for (var f = r._ff, g = r._gg, y = r._hh, E = r._ii, a = 0; a < h.length; a += 16) {
124
- var j = c, U = p, F = l, L = i;
125
- c = f(c, p, l, i, h[a + 0], 7, -680876936), i = f(i, c, p, l, h[a + 1], 12, -389564586), l = f(l, i, c, p, h[a + 2], 17, 606105819), p = f(p, l, i, c, h[a + 3], 22, -1044525330), c = f(c, p, l, i, h[a + 4], 7, -176418897), i = f(i, c, p, l, h[a + 5], 12, 1200080426), l = f(l, i, c, p, h[a + 6], 17, -1473231341), p = f(p, l, i, c, h[a + 7], 22, -45705983), c = f(c, p, l, i, h[a + 8], 7, 1770035416), i = f(i, c, p, l, h[a + 9], 12, -1958414417), l = f(l, i, c, p, h[a + 10], 17, -42063), p = f(p, l, i, c, h[a + 11], 22, -1990404162), c = f(c, p, l, i, h[a + 12], 7, 1804603682), i = f(i, c, p, l, h[a + 13], 12, -40341101), l = f(l, i, c, p, h[a + 14], 17, -1502002290), p = f(p, l, i, c, h[a + 15], 22, 1236535329), c = g(c, p, l, i, h[a + 1], 5, -165796510), i = g(i, c, p, l, h[a + 6], 9, -1069501632), l = g(l, i, c, p, h[a + 11], 14, 643717713), p = g(p, l, i, c, h[a + 0], 20, -373897302), c = g(c, p, l, i, h[a + 5], 5, -701558691), i = g(i, c, p, l, h[a + 10], 9, 38016083), l = g(l, i, c, p, h[a + 15], 14, -660478335), p = g(p, l, i, c, h[a + 4], 20, -405537848), c = g(c, p, l, i, h[a + 9], 5, 568446438), i = g(i, c, p, l, h[a + 14], 9, -1019803690), l = g(l, i, c, p, h[a + 3], 14, -187363961), p = g(p, l, i, c, h[a + 8], 20, 1163531501), c = g(c, p, l, i, h[a + 13], 5, -1444681467), i = g(i, c, p, l, h[a + 2], 9, -51403784), l = g(l, i, c, p, h[a + 7], 14, 1735328473), p = g(p, l, i, c, h[a + 12], 20, -1926607734), c = y(c, p, l, i, h[a + 5], 4, -378558), i = y(i, c, p, l, h[a + 8], 11, -2022574463), l = y(l, i, c, p, h[a + 11], 16, 1839030562), p = y(p, l, i, c, h[a + 14], 23, -35309556), c = y(c, p, l, i, h[a + 1], 4, -1530992060), i = y(i, c, p, l, h[a + 4], 11, 1272893353), l = y(l, i, c, p, h[a + 7], 16, -155497632), p = y(p, l, i, c, h[a + 10], 23, -1094730640), c = y(c, p, l, i, h[a + 13], 4, 681279174), i = y(i, c, p, l, h[a + 0], 11, -358537222), l = y(l, i, c, p, h[a + 3], 16, -722521979), p = y(p, l, i, c, h[a + 6], 23, 76029189), c = y(c, p, l, i, h[a + 9], 4, -640364487), i = y(i, c, p, l, h[a + 12], 11, -421815835), l = y(l, i, c, p, h[a + 15], 16, 530742520), p = y(p, l, i, c, h[a + 2], 23, -995338651), c = E(c, p, l, i, h[a + 0], 6, -198630844), i = E(i, c, p, l, h[a + 7], 10, 1126891415), l = E(l, i, c, p, h[a + 14], 15, -1416354905), p = E(p, l, i, c, h[a + 5], 21, -57434055), c = E(c, p, l, i, h[a + 12], 6, 1700485571), i = E(i, c, p, l, h[a + 3], 10, -1894986606), l = E(l, i, c, p, h[a + 10], 15, -1051523), p = E(p, l, i, c, h[a + 1], 21, -2054922799), c = E(c, p, l, i, h[a + 8], 6, 1873313359), i = E(i, c, p, l, h[a + 15], 10, -30611744), l = E(l, i, c, p, h[a + 6], 15, -1560198380), p = E(p, l, i, c, h[a + 13], 21, 1309151649), c = E(c, p, l, i, h[a + 4], 6, -145523070), i = E(i, c, p, l, h[a + 11], 10, -1120210379), l = E(l, i, c, p, h[a + 2], 15, 718787259), p = E(p, l, i, c, h[a + 9], 21, -343485551), c = c + j >>> 0, p = p + U >>> 0, l = l + F >>> 0, i = i + L >>> 0;
124
+ var j = c, B = p, F = l, L = i;
125
+ c = f(c, p, l, i, h[a + 0], 7, -680876936), i = f(i, c, p, l, h[a + 1], 12, -389564586), l = f(l, i, c, p, h[a + 2], 17, 606105819), p = f(p, l, i, c, h[a + 3], 22, -1044525330), c = f(c, p, l, i, h[a + 4], 7, -176418897), i = f(i, c, p, l, h[a + 5], 12, 1200080426), l = f(l, i, c, p, h[a + 6], 17, -1473231341), p = f(p, l, i, c, h[a + 7], 22, -45705983), c = f(c, p, l, i, h[a + 8], 7, 1770035416), i = f(i, c, p, l, h[a + 9], 12, -1958414417), l = f(l, i, c, p, h[a + 10], 17, -42063), p = f(p, l, i, c, h[a + 11], 22, -1990404162), c = f(c, p, l, i, h[a + 12], 7, 1804603682), i = f(i, c, p, l, h[a + 13], 12, -40341101), l = f(l, i, c, p, h[a + 14], 17, -1502002290), p = f(p, l, i, c, h[a + 15], 22, 1236535329), c = g(c, p, l, i, h[a + 1], 5, -165796510), i = g(i, c, p, l, h[a + 6], 9, -1069501632), l = g(l, i, c, p, h[a + 11], 14, 643717713), p = g(p, l, i, c, h[a + 0], 20, -373897302), c = g(c, p, l, i, h[a + 5], 5, -701558691), i = g(i, c, p, l, h[a + 10], 9, 38016083), l = g(l, i, c, p, h[a + 15], 14, -660478335), p = g(p, l, i, c, h[a + 4], 20, -405537848), c = g(c, p, l, i, h[a + 9], 5, 568446438), i = g(i, c, p, l, h[a + 14], 9, -1019803690), l = g(l, i, c, p, h[a + 3], 14, -187363961), p = g(p, l, i, c, h[a + 8], 20, 1163531501), c = g(c, p, l, i, h[a + 13], 5, -1444681467), i = g(i, c, p, l, h[a + 2], 9, -51403784), l = g(l, i, c, p, h[a + 7], 14, 1735328473), p = g(p, l, i, c, h[a + 12], 20, -1926607734), c = y(c, p, l, i, h[a + 5], 4, -378558), i = y(i, c, p, l, h[a + 8], 11, -2022574463), l = y(l, i, c, p, h[a + 11], 16, 1839030562), p = y(p, l, i, c, h[a + 14], 23, -35309556), c = y(c, p, l, i, h[a + 1], 4, -1530992060), i = y(i, c, p, l, h[a + 4], 11, 1272893353), l = y(l, i, c, p, h[a + 7], 16, -155497632), p = y(p, l, i, c, h[a + 10], 23, -1094730640), c = y(c, p, l, i, h[a + 13], 4, 681279174), i = y(i, c, p, l, h[a + 0], 11, -358537222), l = y(l, i, c, p, h[a + 3], 16, -722521979), p = y(p, l, i, c, h[a + 6], 23, 76029189), c = y(c, p, l, i, h[a + 9], 4, -640364487), i = y(i, c, p, l, h[a + 12], 11, -421815835), l = y(l, i, c, p, h[a + 15], 16, 530742520), p = y(p, l, i, c, h[a + 2], 23, -995338651), c = E(c, p, l, i, h[a + 0], 6, -198630844), i = E(i, c, p, l, h[a + 7], 10, 1126891415), l = E(l, i, c, p, h[a + 14], 15, -1416354905), p = E(p, l, i, c, h[a + 5], 21, -57434055), c = E(c, p, l, i, h[a + 12], 6, 1700485571), i = E(i, c, p, l, h[a + 3], 10, -1894986606), l = E(l, i, c, p, h[a + 10], 15, -1051523), p = E(p, l, i, c, h[a + 1], 21, -2054922799), c = E(c, p, l, i, h[a + 8], 6, 1873313359), i = E(i, c, p, l, h[a + 15], 10, -30611744), l = E(l, i, c, p, h[a + 6], 15, -1560198380), p = E(p, l, i, c, h[a + 13], 21, 1309151649), c = E(c, p, l, i, h[a + 4], 6, -145523070), i = E(i, c, p, l, h[a + 11], 10, -1120210379), l = E(l, i, c, p, h[a + 2], 15, 718787259), p = E(p, l, i, c, h[a + 9], 21, -343485551), c = c + j >>> 0, p = p + B >>> 0, l = l + F >>> 0, i = i + L >>> 0;
126
126
  }
127
127
  return s.endian([c, p, l, i]);
128
128
  };
@@ -145,8 +145,8 @@ function We(s) {
145
145
  return u && u.asBytes ? h : u && u.asString ? n.bytesToString(h) : s.bytesToHex(h);
146
146
  };
147
147
  })();
148
- var Xe = ke.exports;
149
- const Je = /* @__PURE__ */ Ve(Xe);
148
+ var Je = ke.exports;
149
+ const Xe = /* @__PURE__ */ Ve(Je);
150
150
  var ut = /* @__PURE__ */ ((s) => (s.BOOTSTRAP = "bootstrap", s.DEBUG_EXTENSIONS = "debugExtensions", s.DEBUG_QUEUE = "debugQueue", s.DEBUG_DIALER = "debugDialer", s.FULL = "full", s))(ut || {}), lt = /* @__PURE__ */ ((s) => (s.MAIN = "main", s.NEXT = "next", s))(lt || {}), it = /* @__PURE__ */ ((s) => (s.USER = "User", s.TOKEN = "Token", s))(it || {});
151
151
  class kt {
152
152
  static async getSessionStorageDataByKey(e, t = !0) {
@@ -186,7 +186,7 @@ class $e {
186
186
  email: this.eventsSdkClass.options.email && this.eventsSdkClass.options.email,
187
187
  password: this.eventsSdkClass.options.password && this.eventsSdkClass.options.password
188
188
  };
189
- if (this.storageKey = Je(JSON.stringify({
189
+ if (this.storageKey = Xe(JSON.stringify({
190
190
  ...this.eventsSdkClass.options,
191
191
  loggerSocketConnection: null
192
192
  }, this.eventsSdkClass.getCircularReplacer())), this.lastLoginTimestamp && this.lastLoginTimestamp + this.delay > (/* @__PURE__ */ new Date()).getTime())
@@ -444,10 +444,10 @@ function He() {
444
444
  this.readyState = "opening", this.skipReconnect = !1;
445
445
  var g = h(a, "open", function() {
446
446
  f.onopen(), i && i();
447
- }), y = h(a, "error", function(U) {
448
- if (c("connect_error"), f.cleanup(), f.readyState = "closed", f.emitAll("connect_error", U), i) {
447
+ }), y = h(a, "error", function(B) {
448
+ if (c("connect_error"), f.cleanup(), f.readyState = "closed", f.emitAll("connect_error", B), i) {
449
449
  var F = new Error("Connection error");
450
- F.data = U, i(F);
450
+ F.data = B, i(F);
451
451
  } else
452
452
  f.maybeReconnectOnOpen();
453
453
  });
@@ -916,15 +916,15 @@ function He() {
916
916
  function j() {
917
917
  y("socket closed");
918
918
  }
919
- function U(A) {
919
+ function B(A) {
920
920
  L && A.name != L.name && (h('"%s" works - aborting "%s"', A.name, L.name), g());
921
921
  }
922
922
  function F() {
923
- L.removeListener("open", f), L.removeListener("error", y), L.removeListener("close", E), T.removeListener("close", j), T.removeListener("upgrading", U);
923
+ L.removeListener("open", f), L.removeListener("error", y), L.removeListener("close", E), T.removeListener("close", j), T.removeListener("upgrading", B);
924
924
  }
925
925
  h('probing transport "%s"', a);
926
926
  var L = this.createTransport(a, { probe: 1 }), S = !1, T = this;
927
- n.priorWebsocketSuccess = !1, L.once("open", f), L.once("error", y), L.once("close", E), this.once("close", j), this.once("upgrading", U), L.open();
927
+ n.priorWebsocketSuccess = !1, L.once("open", f), L.once("error", y), L.once("close", E), this.once("close", j), this.once("upgrading", B), L.open();
928
928
  }, n.prototype.onOpen = function() {
929
929
  if (h("socket open"), this.readyState = "open", n.priorWebsocketSuccess = this.transport.name == "websocket", this.emit("open"), this.flush(), this.readyState == "open" && this.upgrade && this.transport.pause) {
930
930
  h("starting upgrade probes");
@@ -1109,8 +1109,8 @@ function He() {
1109
1109
  f.onError("jsonp polling iframe removal error", F);
1110
1110
  }
1111
1111
  try {
1112
- var U = '<iframe src="javascript:0" name="' + f.iframeId + '">';
1113
- g = document.createElement(U);
1112
+ var B = '<iframe src="javascript:0" name="' + f.iframeId + '">';
1113
+ g = document.createElement(B);
1114
1114
  } catch {
1115
1115
  g = document.createElement("iframe"), g.name = f.iframeId, g.src = "javascript:0";
1116
1116
  }
@@ -1418,15 +1418,15 @@ function He() {
1418
1418
  g.diff = E, g.prev = c, g.curr = y, c = y, g.useColors == null && (g.useColors = t.useColors()), g.color == null && g.useColors && (g.color = n());
1419
1419
  var j = Array.prototype.slice.call(arguments);
1420
1420
  j[0] = t.coerce(j[0]), typeof j[0] != "string" && (j = ["%o"].concat(j));
1421
- var U = 0;
1421
+ var B = 0;
1422
1422
  j[0] = j[0].replace(/%([a-z%])/g, function(L, S) {
1423
1423
  if (L === "%%")
1424
1424
  return L;
1425
- U++;
1425
+ B++;
1426
1426
  var T = t.formatters[S];
1427
1427
  if (typeof T == "function") {
1428
- var A = j[U];
1429
- L = T.call(g, A), j.splice(U, 1), U--;
1428
+ var A = j[B];
1429
+ L = T.call(g, A), j.splice(B, 1), B--;
1430
1430
  }
1431
1431
  return L;
1432
1432
  }), typeof t.formatArgs == "function" && (j = t.formatArgs.apply(g, j));
@@ -1540,16 +1540,16 @@ function He() {
1540
1540
  return A(v);
1541
1541
  }
1542
1542
  function d(S, T, A) {
1543
- for (var m = new Array(S.length), v = a(S.length, A), _ = function(R, k, G) {
1544
- T(k, function(W, H) {
1545
- m[R] = H, G(W, m);
1543
+ for (var m = new Array(S.length), v = a(S.length, A), _ = function(R, k, W) {
1544
+ T(k, function(G, H) {
1545
+ m[R] = H, W(G, m);
1546
1546
  });
1547
1547
  }, I = 0; I < S.length; I++)
1548
1548
  _(I, S[I], v);
1549
1549
  }
1550
1550
  var c = s("./keys"), p = s("has-binary"), l = s("arraybuffer.slice"), i = s("base64-arraybuffer"), a = s("after"), f = s("utf8"), g = navigator.userAgent.match(/Android/i), y = /PhantomJS/i.test(navigator.userAgent), E = g || y;
1551
1551
  t.protocol = 3;
1552
- var j = t.packets = { open: 0, close: 1, ping: 2, pong: 3, message: 4, upgrade: 5, noop: 6 }, U = c(j), F = { type: "error", data: "parser error" }, L = s("blob");
1552
+ var j = t.packets = { open: 0, close: 1, ping: 2, pong: 3, message: 4, upgrade: 5, noop: 6 }, B = c(j), F = { type: "error", data: "parser error" }, L = s("blob");
1553
1553
  t.encodePacket = function(S, T, A, m) {
1554
1554
  typeof T == "function" && (m = T, T = !1), typeof A == "function" && (m = A, A = null);
1555
1555
  var v = S.data === void 0 ? void 0 : S.data.buffer || S.data;
@@ -1590,15 +1590,15 @@ function He() {
1590
1590
  return F;
1591
1591
  }
1592
1592
  var v = S.charAt(0);
1593
- return Number(v) == v && U[v] ? S.length > 1 ? {
1594
- type: U[v],
1593
+ return Number(v) == v && B[v] ? S.length > 1 ? {
1594
+ type: B[v],
1595
1595
  data: S.substring(1)
1596
- } : { type: U[v] } : F;
1596
+ } : { type: B[v] } : F;
1597
1597
  }
1598
1598
  var m = new Uint8Array(S), v = m[0], _ = l(S, 1);
1599
- return L && T === "blob" && (_ = new L([_])), { type: U[v], data: _ };
1599
+ return L && T === "blob" && (_ = new L([_])), { type: B[v], data: _ };
1600
1600
  }, t.decodeBase64Packet = function(S, T) {
1601
- var A = U[S.charAt(0)];
1601
+ var A = B[S.charAt(0)];
1602
1602
  if (!n.ArrayBuffer)
1603
1603
  return { type: A, data: { base64: !0, data: S.substr(1) } };
1604
1604
  var m = i.decode(S.substr(1));
@@ -1625,17 +1625,17 @@ function He() {
1625
1625
  if (S == "")
1626
1626
  return A(F, 0, 1);
1627
1627
  for (var v, _, I = "", R = 0, k = S.length; k > R; R++) {
1628
- var G = S.charAt(R);
1629
- if (G != ":")
1630
- I += G;
1628
+ var W = S.charAt(R);
1629
+ if (W != ":")
1630
+ I += W;
1631
1631
  else {
1632
1632
  if (I == "" || I != (v = Number(I)) || (_ = S.substr(R + 1, v), I != _.length))
1633
1633
  return A(F, 0, 1);
1634
1634
  if (_.length) {
1635
1635
  if (m = t.decodePacket(_, T, !0), F.type == m.type && F.data == m.data)
1636
1636
  return A(F, 0, 1);
1637
- var W = A(m, R + v, k);
1638
- if (W === !1)
1637
+ var G = A(m, R + v, k);
1638
+ if (G === !1)
1639
1639
  return;
1640
1640
  }
1641
1641
  R += v, I = "";
@@ -1649,22 +1649,22 @@ function He() {
1649
1649
  });
1650
1650
  }
1651
1651
  return S.length ? void d(S, A, function(m, v) {
1652
- var _ = v.reduce(function(k, G) {
1653
- var W;
1654
- return W = typeof G == "string" ? G.length : G.byteLength, k + W.toString().length + W + 2;
1652
+ var _ = v.reduce(function(k, W) {
1653
+ var G;
1654
+ return G = typeof W == "string" ? W.length : W.byteLength, k + G.toString().length + G + 2;
1655
1655
  }, 0), I = new Uint8Array(_), R = 0;
1656
1656
  return v.forEach(function(k) {
1657
- var G = typeof k == "string", W = k;
1658
- if (G) {
1657
+ var W = typeof k == "string", G = k;
1658
+ if (W) {
1659
1659
  for (var H = new Uint8Array(k.length), M = 0; M < k.length; M++)
1660
1660
  H[M] = k.charCodeAt(M);
1661
- W = H.buffer;
1661
+ G = H.buffer;
1662
1662
  }
1663
- I[R++] = G ? 0 : 1;
1664
- for (var Y = W.byteLength.toString(), M = 0; M < Y.length; M++)
1663
+ I[R++] = W ? 0 : 1;
1664
+ for (var Y = G.byteLength.toString(), M = 0; M < Y.length; M++)
1665
1665
  I[R++] = parseInt(Y[M]);
1666
1666
  I[R++] = 255;
1667
- for (var H = new Uint8Array(W), M = 0; M < H.length; M++)
1667
+ for (var H = new Uint8Array(G), M = 0; M < H.length; M++)
1668
1668
  I[R++] = H[M];
1669
1669
  }), T(I.buffer);
1670
1670
  }) : T(new ArrayBuffer(0));
@@ -1677,9 +1677,9 @@ function He() {
1677
1677
  R[k] = _.charCodeAt(k);
1678
1678
  _ = R.buffer, I[0] = 0;
1679
1679
  }
1680
- for (var G = _ instanceof ArrayBuffer ? _.byteLength : _.size, W = G.toString(), H = new Uint8Array(W.length + 1), k = 0; k < W.length; k++)
1681
- H[k] = parseInt(W[k]);
1682
- if (H[W.length] = 255, L) {
1680
+ for (var W = _ instanceof ArrayBuffer ? _.byteLength : _.size, G = W.toString(), H = new Uint8Array(G.length + 1), k = 0; k < G.length; k++)
1681
+ H[k] = parseInt(G[k]);
1682
+ if (H[G.length] = 255, L) {
1683
1683
  var M = new L([I.buffer, H.buffer, _]);
1684
1684
  v(null, M);
1685
1685
  }
@@ -1691,27 +1691,27 @@ function He() {
1691
1691
  }, t.decodePayloadAsBinary = function(S, T, A) {
1692
1692
  typeof T == "function" && (A = T, T = null);
1693
1693
  for (var m = S, v = [], _ = !1; m.byteLength > 0; ) {
1694
- for (var I = new Uint8Array(m), R = I[0] === 0, k = "", G = 1; I[G] != 255; G++) {
1694
+ for (var I = new Uint8Array(m), R = I[0] === 0, k = "", W = 1; I[W] != 255; W++) {
1695
1695
  if (k.length > 310) {
1696
1696
  _ = !0;
1697
1697
  break;
1698
1698
  }
1699
- k += I[G];
1699
+ k += I[W];
1700
1700
  }
1701
1701
  if (_)
1702
1702
  return A(F, 0, 1);
1703
1703
  m = l(m, 2 + k.length), k = parseInt(k);
1704
- var W = l(m, 0, k);
1704
+ var G = l(m, 0, k);
1705
1705
  if (R)
1706
1706
  try {
1707
- W = String.fromCharCode.apply(null, new Uint8Array(W));
1707
+ G = String.fromCharCode.apply(null, new Uint8Array(G));
1708
1708
  } catch {
1709
- var H = new Uint8Array(W);
1710
- W = "";
1711
- for (var G = 0; G < H.length; G++)
1712
- W += String.fromCharCode(H[G]);
1709
+ var H = new Uint8Array(G);
1710
+ G = "";
1711
+ for (var W = 0; W < H.length; W++)
1712
+ G += String.fromCharCode(H[W]);
1713
1713
  }
1714
- v.push(W), m = l(m, k);
1714
+ v.push(G), m = l(m, k);
1715
1715
  }
1716
1716
  var M = v.length;
1717
1717
  v.forEach(function(Y, gt) {
@@ -1857,20 +1857,20 @@ function He() {
1857
1857
  return k;
1858
1858
  }
1859
1859
  function l() {
1860
- if (U >= j)
1860
+ if (B >= j)
1861
1861
  throw Error("Invalid byte index");
1862
- var m = 255 & E[U];
1863
- if (U++, (192 & m) == 128)
1862
+ var m = 255 & E[B];
1863
+ if (B++, (192 & m) == 128)
1864
1864
  return 63 & m;
1865
1865
  throw Error("Invalid continuation byte");
1866
1866
  }
1867
1867
  function i() {
1868
1868
  var m, v, _, I, R;
1869
- if (U > j)
1869
+ if (B > j)
1870
1870
  throw Error("Invalid byte index");
1871
- if (U == j)
1871
+ if (B == j)
1872
1872
  return !1;
1873
- if (m = 255 & E[U], U++, (128 & m) == 0)
1873
+ if (m = 255 & E[B], B++, (128 & m) == 0)
1874
1874
  return m;
1875
1875
  if ((224 & m) == 192) {
1876
1876
  var v = l();
@@ -1888,14 +1888,14 @@ function He() {
1888
1888
  throw Error("Invalid UTF-8 detected");
1889
1889
  }
1890
1890
  function a(m) {
1891
- E = o(m), j = E.length, U = 0;
1891
+ E = o(m), j = E.length, B = 0;
1892
1892
  for (var v, _ = []; (v = i()) !== !1; )
1893
1893
  _.push(v);
1894
1894
  return u(_);
1895
1895
  }
1896
1896
  var f = typeof t == "object" && t, g = typeof e == "object" && e && e.exports == f && e, y = typeof n == "object" && n;
1897
1897
  (y.global === y || y.window === y) && (r = y);
1898
- var E, j, U, F = String.fromCharCode, L = { version: "2.0.0", encode: p, decode: a };
1898
+ var E, j, B, F = String.fromCharCode, L = { version: "2.0.0", encode: p, decode: a };
1899
1899
  if (f && !f.nodeType)
1900
1900
  if (g)
1901
1901
  g.exports = L;
@@ -2111,7 +2111,7 @@ function He() {
2111
2111
  }
2112
2112
  function o(g, y) {
2113
2113
  function E(j) {
2114
- var U = a.deconstructPacket(j), F = r(U.packet), L = U.buffers;
2114
+ var B = a.deconstructPacket(j), F = r(B.packet), L = B.buffers;
2115
2115
  L.unshift(F), y(L);
2116
2116
  }
2117
2117
  a.removeBlobs(g, E);
@@ -2132,8 +2132,8 @@ function He() {
2132
2132
  }
2133
2133
  if (g.charAt(E + 1) == "/")
2134
2134
  for (y.nsp = ""; ++E; ) {
2135
- var U = g.charAt(E);
2136
- if (U == "," || (y.nsp += U, E == g.length))
2135
+ var B = g.charAt(E);
2136
+ if (B == "," || (y.nsp += B, E == g.length))
2137
2137
  break;
2138
2138
  }
2139
2139
  else
@@ -2141,8 +2141,8 @@ function He() {
2141
2141
  var F = g.charAt(E + 1);
2142
2142
  if (F !== "" && Number(F) == F) {
2143
2143
  for (y.id = ""; ++E; ) {
2144
- var U = g.charAt(E);
2145
- if (U == null || Number(U) != U) {
2144
+ var B = g.charAt(E);
2145
+ if (B == null || Number(B) != B) {
2146
2146
  --E;
2147
2147
  break;
2148
2148
  }
@@ -2238,25 +2238,25 @@ function He() {
2238
2238
  O = x;
2239
2239
  }
2240
2240
  if (w == "json-parse") {
2241
- var B = p.parse;
2242
- if (typeof B == "function")
2241
+ var U = p.parse;
2242
+ if (typeof U == "function")
2243
2243
  try {
2244
- if (B("0") === 0 && !B(!1)) {
2245
- C = B(D);
2244
+ if (U("0") === 0 && !U(!1)) {
2245
+ C = U(D);
2246
2246
  var N = C.a.length == 5 && C.a[0] === 1;
2247
2247
  if (N) {
2248
2248
  try {
2249
- N = !B('" "');
2249
+ N = !U('" "');
2250
2250
  } catch {
2251
2251
  }
2252
2252
  if (N)
2253
2253
  try {
2254
- N = B("01") !== 1;
2254
+ N = U("01") !== 1;
2255
2255
  } catch {
2256
2256
  }
2257
2257
  if (N)
2258
2258
  try {
2259
- N = B("1.") !== 1;
2259
+ N = U("1.") !== 1;
2260
2260
  } catch {
2261
2261
  }
2262
2262
  }
@@ -2279,8 +2279,8 @@ function He() {
2279
2279
  if (!r("json")) {
2280
2280
  var i = "[object Function]", a = "[object Date]", f = "[object Number]", g = "[object String]", y = "[object Array]", E = "[object Boolean]", j = r("bug-string-char-index");
2281
2281
  if (!l)
2282
- var U = Math.floor, F = [0, 31, 59, 90, 120, 151, 181, 212, 243, 273, 304, 334], L = function(w, O) {
2283
- return F[O] + 365 * (w - 1970) + U((w - 1969 + (O = +(O > 1))) / 4) - U((w - 1901 + O) / 100) + U((w - 1601 + O) / 400);
2282
+ var B = Math.floor, F = [0, 31, 59, 90, 120, 151, 181, 212, 243, 273, 304, 334], L = function(w, O) {
2283
+ return F[O] + 365 * (w - 1970) + B((w - 1969 + (O = +(O > 1))) / 4) - B((w - 1901 + O) / 100) + B((w - 1601 + O) / 400);
2284
2284
  };
2285
2285
  (o = {}.hasOwnProperty) || (o = function(w) {
2286
2286
  var O, C = {};
@@ -2303,20 +2303,20 @@ function He() {
2303
2303
  }).prototype.valueOf = 0, D = new C();
2304
2304
  for (b in D)
2305
2305
  o.call(D, b) && x++;
2306
- return C = D = null, x ? u = x == 2 ? function(B, N) {
2307
- var q, X = {}, tt = d.call(B) == i;
2308
- for (q in B)
2309
- tt && q == "prototype" || o.call(X, q) || !(X[q] = 1) || !o.call(B, q) || N(q);
2310
- } : function(B, N) {
2311
- var q, X, tt = d.call(B) == i;
2312
- for (q in B)
2313
- tt && q == "prototype" || !o.call(B, q) || (X = q === "constructor") || N(q);
2314
- (X || o.call(B, q = "constructor")) && N(q);
2315
- } : (D = ["valueOf", "toString", "toLocaleString", "propertyIsEnumerable", "isPrototypeOf", "hasOwnProperty", "constructor"], u = function(B, N) {
2316
- var q, X, tt = d.call(B) == i, et = !tt && typeof B.constructor != "function" && T(B, "hasOwnProperty") ? B.hasOwnProperty : o;
2317
- for (q in B)
2318
- tt && q == "prototype" || !et.call(B, q) || N(q);
2319
- for (X = D.length; q = D[--X]; et.call(B, q) && N(q))
2306
+ return C = D = null, x ? u = x == 2 ? function(U, N) {
2307
+ var q, J = {}, tt = d.call(U) == i;
2308
+ for (q in U)
2309
+ tt && q == "prototype" || o.call(J, q) || !(J[q] = 1) || !o.call(U, q) || N(q);
2310
+ } : function(U, N) {
2311
+ var q, J, tt = d.call(U) == i;
2312
+ for (q in U)
2313
+ tt && q == "prototype" || !o.call(U, q) || (J = q === "constructor") || N(q);
2314
+ (J || o.call(U, q = "constructor")) && N(q);
2315
+ } : (D = ["valueOf", "toString", "toLocaleString", "propertyIsEnumerable", "isPrototypeOf", "hasOwnProperty", "constructor"], u = function(U, N) {
2316
+ var q, J, tt = d.call(U) == i, et = !tt && typeof U.constructor != "function" && T(U, "hasOwnProperty") ? U.hasOwnProperty : o;
2317
+ for (q in U)
2318
+ tt && q == "prototype" || !et.call(U, q) || N(q);
2319
+ for (J = D.length; q = D[--J]; et.call(U, q) && N(q))
2320
2320
  ;
2321
2321
  }), u(w, O);
2322
2322
  }, !r("json-stringify")) {
@@ -2325,8 +2325,8 @@ function He() {
2325
2325
  }, _ = "\\u00", I = function(w) {
2326
2326
  var O, C = '"', D = 0, b = w.length, x = b > 10 && j;
2327
2327
  for (x && (O = w.split("")); b > D; D++) {
2328
- var B = w.charCodeAt(D);
2329
- switch (B) {
2328
+ var U = w.charCodeAt(D);
2329
+ switch (U) {
2330
2330
  case 8:
2331
2331
  case 9:
2332
2332
  case 10:
@@ -2334,19 +2334,19 @@ function He() {
2334
2334
  case 13:
2335
2335
  case 34:
2336
2336
  case 92:
2337
- C += A[B];
2337
+ C += A[U];
2338
2338
  break;
2339
2339
  default:
2340
- if (32 > B) {
2341
- C += _ + v(2, B.toString(16));
2340
+ if (32 > U) {
2341
+ C += _ + v(2, U.toString(16));
2342
2342
  break;
2343
2343
  }
2344
2344
  C += x ? O[D] : j ? w.charAt(D) : w[D];
2345
2345
  }
2346
2346
  }
2347
2347
  return C + '"';
2348
- }, R = function(w, O, C, D, b, x, B) {
2349
- var N, q, X, tt, et, yt, Rt, It, xt, Ut, ht, Bt, St, mt, Dt, Pt;
2348
+ }, R = function(w, O, C, D, b, x, U) {
2349
+ var N, q, J, tt, et, yt, Rt, It, xt, Bt, ht, Ut, St, mt, Dt, Pt;
2350
2350
  try {
2351
2351
  N = O[w];
2352
2352
  } catch {
@@ -2356,14 +2356,14 @@ function He() {
2356
2356
  typeof N.toJSON == "function" && (q != f && q != g && q != y || o.call(N, "toJSON")) && (N = N.toJSON(w));
2357
2357
  else if (N > -1 / 0 && 1 / 0 > N) {
2358
2358
  if (L) {
2359
- for (et = U(N / 864e5), X = U(et / 365.2425) + 1970 - 1; L(X + 1, 0) <= et; X++)
2359
+ for (et = B(N / 864e5), J = B(et / 365.2425) + 1970 - 1; L(J + 1, 0) <= et; J++)
2360
2360
  ;
2361
- for (tt = U((et - L(X, 0)) / 30.42); L(X, tt + 1) <= et; tt++)
2361
+ for (tt = B((et - L(J, 0)) / 30.42); L(J, tt + 1) <= et; tt++)
2362
2362
  ;
2363
- et = 1 + et - L(X, tt), yt = (N % 864e5 + 864e5) % 864e5, Rt = U(yt / 36e5) % 24, It = U(yt / 6e4) % 60, xt = U(yt / 1e3) % 60, Ut = yt % 1e3;
2363
+ et = 1 + et - L(J, tt), yt = (N % 864e5 + 864e5) % 864e5, Rt = B(yt / 36e5) % 24, It = B(yt / 6e4) % 60, xt = B(yt / 1e3) % 60, Bt = yt % 1e3;
2364
2364
  } else
2365
- X = N.getUTCFullYear(), tt = N.getUTCMonth(), et = N.getUTCDate(), Rt = N.getUTCHours(), It = N.getUTCMinutes(), xt = N.getUTCSeconds(), Ut = N.getUTCMilliseconds();
2366
- N = (0 >= X || X >= 1e4 ? (0 > X ? "-" : "+") + v(6, 0 > X ? -X : X) : v(4, X)) + "-" + v(2, tt + 1) + "-" + v(2, et) + "T" + v(2, Rt) + ":" + v(2, It) + ":" + v(2, xt) + "." + v(3, Ut) + "Z";
2365
+ J = N.getUTCFullYear(), tt = N.getUTCMonth(), et = N.getUTCDate(), Rt = N.getUTCHours(), It = N.getUTCMinutes(), xt = N.getUTCSeconds(), Bt = N.getUTCMilliseconds();
2366
+ N = (0 >= J || J >= 1e4 ? (0 > J ? "-" : "+") + v(6, 0 > J ? -J : J) : v(4, J)) + "-" + v(2, tt + 1) + "-" + v(2, et) + "T" + v(2, Rt) + ":" + v(2, It) + ":" + v(2, xt) + "." + v(3, Bt) + "Z";
2367
2367
  } else
2368
2368
  N = null;
2369
2369
  if (C && (N = C.call(O, w, N)), N === null)
@@ -2375,54 +2375,54 @@ function He() {
2375
2375
  if (q == g)
2376
2376
  return I("" + N);
2377
2377
  if (typeof N == "object") {
2378
- for (mt = B.length; mt--; )
2379
- if (B[mt] === N)
2378
+ for (mt = U.length; mt--; )
2379
+ if (U[mt] === N)
2380
2380
  throw TypeError();
2381
- if (B.push(N), ht = [], Dt = x, x += b, q == y) {
2381
+ if (U.push(N), ht = [], Dt = x, x += b, q == y) {
2382
2382
  for (St = 0, mt = N.length; mt > St; St++)
2383
- Bt = R(St, N, C, D, b, x, B), ht.push(Bt === h ? "null" : Bt);
2383
+ Ut = R(St, N, C, D, b, x, U), ht.push(Ut === h ? "null" : Ut);
2384
2384
  Pt = ht.length ? b ? `[
2385
2385
  ` + x + ht.join(`,
2386
2386
  ` + x) + `
2387
2387
  ` + Dt + "]" : "[" + ht.join(",") + "]" : "[]";
2388
2388
  } else
2389
2389
  u(D || N, function(jt) {
2390
- var oe = R(jt, N, C, D, b, x, B);
2390
+ var oe = R(jt, N, C, D, b, x, U);
2391
2391
  oe !== h && ht.push(I(jt) + ":" + (b ? " " : "") + oe);
2392
2392
  }), Pt = ht.length ? b ? `{
2393
2393
  ` + x + ht.join(`,
2394
2394
  ` + x) + `
2395
2395
  ` + Dt + "}" : "{" + ht.join(",") + "}" : "{}";
2396
- return B.pop(), Pt;
2396
+ return U.pop(), Pt;
2397
2397
  }
2398
2398
  };
2399
2399
  p.stringify = function(w, O, C) {
2400
- var D, b, x, B;
2400
+ var D, b, x, U;
2401
2401
  if (typeof O == "function" || typeof O == "object" && O) {
2402
- if ((B = d.call(O)) == i)
2402
+ if ((U = d.call(O)) == i)
2403
2403
  b = O;
2404
- else if (B == y) {
2404
+ else if (U == y) {
2405
2405
  x = {};
2406
- for (var N, q = 0, X = O.length; X > q; N = O[q++], B = d.call(N), (B == g || B == f) && (x[N] = 1))
2406
+ for (var N, q = 0, J = O.length; J > q; N = O[q++], U = d.call(N), (U == g || U == f) && (x[N] = 1))
2407
2407
  ;
2408
2408
  }
2409
2409
  }
2410
2410
  if (C)
2411
- if ((B = d.call(C)) == f) {
2411
+ if ((U = d.call(C)) == f) {
2412
2412
  if ((C -= C % 1) > 0)
2413
2413
  for (D = "", C > 10 && (C = 10); D.length < C; D += " ")
2414
2414
  ;
2415
2415
  } else
2416
- B == g && (D = C.length <= 10 ? C : C.slice(0, 10));
2416
+ U == g && (D = C.length <= 10 ? C : C.slice(0, 10));
2417
2417
  return R("", (N = {}, N[""] = w, N), b, x, D, "", []);
2418
2418
  };
2419
2419
  }
2420
2420
  if (!r("json-parse")) {
2421
- var k, G, W = String.fromCharCode, H = { 92: "\\", 34: '"', 47: "/", 98: "\b", 116: " ", 110: `
2421
+ var k, W, G = String.fromCharCode, H = { 92: "\\", 34: '"', 47: "/", 98: "\b", 116: " ", 110: `
2422
2422
  `, 102: "\f", 114: "\r" }, M = function() {
2423
- throw k = G = null, SyntaxError();
2423
+ throw k = W = null, SyntaxError();
2424
2424
  }, Y = function() {
2425
- for (var w, O, C, D, b, x = G, B = x.length; B > k; )
2425
+ for (var w, O, C, D, b, x = W, U = x.length; U > k; )
2426
2426
  switch (b = x.charCodeAt(k)) {
2427
2427
  case 9:
2428
2428
  case 10:
@@ -2438,7 +2438,7 @@ function He() {
2438
2438
  case 44:
2439
2439
  return w = j ? x.charAt(k) : x[k], k++, w;
2440
2440
  case 34:
2441
- for (w = "@", k++; B > k; )
2441
+ for (w = "@", k++; U > k; )
2442
2442
  if (b = x.charCodeAt(k), 32 > b)
2443
2443
  M();
2444
2444
  else if (b == 92)
@@ -2456,7 +2456,7 @@ function He() {
2456
2456
  case 117:
2457
2457
  for (O = ++k, C = k + 4; C > k; k++)
2458
2458
  b = x.charCodeAt(k), b >= 48 && 57 >= b || b >= 97 && 102 >= b || b >= 65 && 70 >= b || M();
2459
- w += W("0x" + x.slice(O, k));
2459
+ w += G("0x" + x.slice(O, k));
2460
2460
  break;
2461
2461
  default:
2462
2462
  M();
@@ -2473,15 +2473,15 @@ function He() {
2473
2473
  M();
2474
2474
  default:
2475
2475
  if (O = k, b == 45 && (D = !0, b = x.charCodeAt(++k)), b >= 48 && 57 >= b) {
2476
- for (b == 48 && (b = x.charCodeAt(k + 1), b >= 48 && 57 >= b) && M(), D = !1; B > k && (b = x.charCodeAt(k), b >= 48 && 57 >= b); k++)
2476
+ for (b == 48 && (b = x.charCodeAt(k + 1), b >= 48 && 57 >= b) && M(), D = !1; U > k && (b = x.charCodeAt(k), b >= 48 && 57 >= b); k++)
2477
2477
  ;
2478
2478
  if (x.charCodeAt(k) == 46) {
2479
- for (C = ++k; B > C && (b = x.charCodeAt(C), b >= 48 && 57 >= b); C++)
2479
+ for (C = ++k; U > C && (b = x.charCodeAt(C), b >= 48 && 57 >= b); C++)
2480
2480
  ;
2481
2481
  C == k && M(), k = C;
2482
2482
  }
2483
2483
  if (b = x.charCodeAt(k), b == 101 || b == 69) {
2484
- for (b = x.charCodeAt(++k), (b == 43 || b == 45) && k++, C = k; B > C && (b = x.charCodeAt(C), b >= 48 && 57 >= b); C++)
2484
+ for (b = x.charCodeAt(++k), (b == 43 || b == 45) && k++, C = k; U > C && (b = x.charCodeAt(C), b >= 48 && 57 >= b); C++)
2485
2485
  ;
2486
2486
  C == k && M(), k = C;
2487
2487
  }
@@ -2531,7 +2531,7 @@ function He() {
2531
2531
  };
2532
2532
  p.parse = function(w, O) {
2533
2533
  var C, D;
2534
- return k = 0, G = "" + w, C = gt(Y()), Y() != "$" && M(), k = G = null, O && d.call(O) == i ? re((D = {}, D[""] = C, D), "", O) : C;
2534
+ return k = 0, W = "" + w, C = gt(Y()), Y() != "$" && M(), k = W = null, O && d.call(O) == i ? re((D = {}, D[""] = C, D), "", O) : C;
2535
2535
  };
2536
2536
  }
2537
2537
  }
@@ -2558,7 +2558,7 @@ const Ye = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2558
2558
  function tn(s) {
2559
2559
  return typeof s == "function";
2560
2560
  }
2561
- const Gt = Object.entries(Qe).reduce(
2561
+ const Wt = Object.entries(Qe).reduce(
2562
2562
  (s, e) => {
2563
2563
  var r;
2564
2564
  const t = e[1].default, n = (r = e[0].match(Ze)) == null ? void 0 : r[0];
@@ -2566,11 +2566,11 @@ const Gt = Object.entries(Qe).reduce(
2566
2566
  },
2567
2567
  {}
2568
2568
  ), we = (s) => {
2569
- if (s in Gt)
2570
- return Gt[s];
2569
+ if (s in Wt)
2570
+ return Wt[s];
2571
2571
  throw new Error(`Socket version ${s} not found`);
2572
2572
  }, en = (s, ...e) => we(s)(...e), nn = {
2573
- ...Gt,
2573
+ ...Wt,
2574
2574
  getSocketVersion: we,
2575
2575
  makeSocketVersion: en
2576
2576
  };
@@ -2846,7 +2846,7 @@ class un {
2846
2846
  );
2847
2847
  }
2848
2848
  }
2849
- var pn = Object.defineProperty, fn = (s, e, t) => e in s ? pn(s, e, { enumerable: !0, configurable: !0, writable: !0, value: t }) : s[e] = t, J = (s, e, t) => (fn(s, typeof e != "symbol" ? e + "" : e, t), t);
2849
+ var pn = Object.defineProperty, fn = (s, e, t) => e in s ? pn(s, e, { enumerable: !0, configurable: !0, writable: !0, value: t }) : s[e] = t, X = (s, e, t) => (fn(s, typeof e != "symbol" ? e + "" : e, t), t);
2850
2850
  const ct = /* @__PURE__ */ Object.create(null);
2851
2851
  ct.open = "0";
2852
2852
  ct.close = "1";
@@ -2859,7 +2859,7 @@ const Nt = /* @__PURE__ */ Object.create(null);
2859
2859
  Object.keys(ct).forEach((s) => {
2860
2860
  Nt[ct[s]] = s;
2861
2861
  });
2862
- const Wt = { type: "error", data: "parser error" }, Te = typeof Blob == "function" || typeof Blob < "u" && Object.prototype.toString.call(Blob) === "[object BlobConstructor]", Ae = typeof ArrayBuffer == "function", Ne = (s) => typeof ArrayBuffer.isView == "function" ? ArrayBuffer.isView(s) : s && s.buffer instanceof ArrayBuffer, Yt = ({ type: s, data: e }, t, n) => Te && e instanceof Blob ? t ? n(e) : ae(e, n) : Ae && (e instanceof ArrayBuffer || Ne(e)) ? t ? n(e) : ae(new Blob([e]), n) : n(ct[s] + (e || "")), ae = (s, e) => {
2862
+ const Gt = { type: "error", data: "parser error" }, Te = typeof Blob == "function" || typeof Blob < "u" && Object.prototype.toString.call(Blob) === "[object BlobConstructor]", Ae = typeof ArrayBuffer == "function", Ne = (s) => typeof ArrayBuffer.isView == "function" ? ArrayBuffer.isView(s) : s && s.buffer instanceof ArrayBuffer, Yt = ({ type: s, data: e }, t, n) => Te && e instanceof Blob ? t ? n(e) : ae(e, n) : Ae && (e instanceof ArrayBuffer || Ne(e)) ? t ? n(e) : ae(new Blob([e]), n) : n(ct[s] + (e || "")), ae = (s, e) => {
2863
2863
  const t = new FileReader();
2864
2864
  return t.onload = function() {
2865
2865
  const n = t.result.split(",")[1];
@@ -2904,7 +2904,7 @@ const gn = (s) => {
2904
2904
  data: s.substring(1)
2905
2905
  } : {
2906
2906
  type: Nt[t]
2907
- } : Wt;
2907
+ } : Gt;
2908
2908
  }, mn = (s, e) => {
2909
2909
  if (yn) {
2910
2910
  const t = gn(s);
@@ -2993,7 +2993,7 @@ function Sn(s, e) {
2993
2993
  break;
2994
2994
  const d = Ct(t, 8), c = new DataView(d.buffer, d.byteOffset, d.length), p = c.getUint32(0);
2995
2995
  if (p > Math.pow(2, 21) - 1) {
2996
- h.enqueue(Wt);
2996
+ h.enqueue(Gt);
2997
2997
  break;
2998
2998
  }
2999
2999
  r = p * Math.pow(2, 32) + c.getUint32(4), n = 3;
@@ -3004,7 +3004,7 @@ function Sn(s, e) {
3004
3004
  h.enqueue(Qt(o ? d : Mt.decode(d), e)), n = 0;
3005
3005
  }
3006
3006
  if (r === 0 || r > s) {
3007
- h.enqueue(Wt);
3007
+ h.enqueue(Gt);
3008
3008
  break;
3009
3009
  }
3010
3010
  }
@@ -3198,12 +3198,12 @@ class Zt extends $ {
3198
3198
  return t.length ? "?" + t : "";
3199
3199
  }
3200
3200
  }
3201
- const Ie = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz-_".split(""), Xt = 64, Rn = {};
3201
+ const Ie = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz-_".split(""), Jt = 64, Rn = {};
3202
3202
  let le = 0, Et = 0, ue;
3203
3203
  function pe(s) {
3204
3204
  let e = "";
3205
3205
  do
3206
- e = Ie[s % Xt] + e, s = Math.floor(s / Xt);
3206
+ e = Ie[s % Jt] + e, s = Math.floor(s / Jt);
3207
3207
  while (s > 0);
3208
3208
  return e;
3209
3209
  }
@@ -3211,15 +3211,15 @@ function xe() {
3211
3211
  const s = pe(+/* @__PURE__ */ new Date());
3212
3212
  return s !== ue ? (le = 0, ue = s) : s + "." + pe(le++);
3213
3213
  }
3214
- for (; Et < Xt; Et++)
3214
+ for (; Et < Jt; Et++)
3215
3215
  Rn[Ie[Et]] = Et;
3216
- let Ue = !1;
3216
+ let Be = !1;
3217
3217
  try {
3218
- Ue = typeof XMLHttpRequest < "u" && "withCredentials" in new XMLHttpRequest();
3218
+ Be = typeof XMLHttpRequest < "u" && "withCredentials" in new XMLHttpRequest();
3219
3219
  } catch {
3220
3220
  }
3221
- const In = Ue;
3222
- function Be(s) {
3221
+ const In = Be;
3222
+ function Ue(s) {
3223
3223
  const e = s.xdomain;
3224
3224
  try {
3225
3225
  if (typeof XMLHttpRequest < "u" && (!e || In))
@@ -3234,12 +3234,12 @@ function Be(s) {
3234
3234
  }
3235
3235
  function xn() {
3236
3236
  }
3237
- const Un = function() {
3238
- return new Be({
3237
+ const Bn = function() {
3238
+ return new Ue({
3239
3239
  xdomain: !1
3240
3240
  }).responseType != null;
3241
3241
  }();
3242
- class Bn extends Zt {
3242
+ class Un extends Zt {
3243
3243
  /**
3244
3244
  * XHR Polling constructor.
3245
3245
  *
@@ -3253,7 +3253,7 @@ class Bn extends Zt {
3253
3253
  r || (r = n ? "443" : "80"), this.xd = typeof location < "u" && e.hostname !== location.hostname || r !== e.port;
3254
3254
  }
3255
3255
  const t = e && e.forceBase64;
3256
- this.supportsBinary = Un && !t, this.opts.withCredentials && (this.cookieJar = void 0);
3256
+ this.supportsBinary = Bn && !t, this.opts.withCredentials && (this.cookieJar = void 0);
3257
3257
  }
3258
3258
  get name() {
3259
3259
  return "polling";
@@ -3398,7 +3398,7 @@ class at extends $ {
3398
3398
  var e;
3399
3399
  const t = Re(this.opts, "agent", "pfx", "key", "passphrase", "cert", "ca", "ciphers", "rejectUnauthorized", "autoUnref");
3400
3400
  t.xdomain = !!this.opts.xd;
3401
- const n = this.xhr = new Be(t);
3401
+ const n = this.xhr = new Ue(t);
3402
3402
  try {
3403
3403
  n.open(this.method, this.uri, !0);
3404
3404
  try {
@@ -3607,7 +3607,7 @@ class jn extends Zt {
3607
3607
  const qn = {
3608
3608
  websocket: Pn,
3609
3609
  webtransport: jn,
3610
- polling: Bn
3610
+ polling: Un
3611
3611
  }, Fn = /^(?:(?![^:@\/?#]+:[^:@\/]*@)(http|https|ws|wss):\/\/)?((?:(([^:@\/?#]*)(?::([^:@\/?#]*))?)?@)?((?:[a-f0-9]{0,4}:){2,7}[a-f0-9]{0,4}|[^:\/?#]*)(?::(\d*))?)(((\/(?:[^?#](?![^?#\/]*\.[^?#\/.]+(?:[?#]|$)))*\/?)?([^?#\/]*))(?:\?([^#]*))?(?:#(.*))?)/, Mn = [
3612
3612
  "source",
3613
3613
  "protocol",
@@ -3624,7 +3624,7 @@ const qn = {
3624
3624
  "query",
3625
3625
  "anchor"
3626
3626
  ];
3627
- function Jt(s) {
3627
+ function Xt(s) {
3628
3628
  if (s.length > 2e3)
3629
3629
  throw "URI too long";
3630
3630
  const e = s, t = s.indexOf("["), n = s.indexOf("]");
@@ -3652,7 +3652,7 @@ let De = class ft extends $ {
3652
3652
  * @param {Object} opts - options
3653
3653
  */
3654
3654
  constructor(e, t = {}) {
3655
- super(), this.binaryType = Dn, this.writeBuffer = [], e && typeof e == "object" && (t = e, e = null), e ? (e = Jt(e), t.hostname = e.host, t.secure = e.protocol === "https" || e.protocol === "wss", t.port = e.port, e.query && (t.query = e.query)) : t.host && (t.hostname = Jt(t.host).host), Lt(this, t), this.secure = t.secure != null ? t.secure : typeof location < "u" && location.protocol === "https:", t.hostname && !t.port && (t.port = this.secure ? "443" : "80"), this.hostname = t.hostname || (typeof location < "u" ? location.hostname : "localhost"), this.port = t.port || (typeof location < "u" && location.port ? location.port : this.secure ? "443" : "80"), this.transports = t.transports || [
3655
+ super(), this.binaryType = Dn, this.writeBuffer = [], e && typeof e == "object" && (t = e, e = null), e ? (e = Xt(e), t.hostname = e.host, t.secure = e.protocol === "https" || e.protocol === "wss", t.port = e.port, e.query && (t.query = e.query)) : t.host && (t.hostname = Xt(t.host).host), Lt(this, t), this.secure = t.secure != null ? t.secure : typeof location < "u" && location.protocol === "https:", t.hostname && !t.port && (t.port = this.secure ? "443" : "80"), this.hostname = t.hostname || (typeof location < "u" ? location.hostname : "localhost"), this.port = t.port || (typeof location < "u" && location.port ? location.port : this.secure ? "443" : "80"), this.transports = t.transports || [
3656
3656
  "polling",
3657
3657
  "websocket",
3658
3658
  "webtransport"
@@ -3950,15 +3950,15 @@ let De = class ft extends $ {
3950
3950
  }
3951
3951
  };
3952
3952
  De.protocol = Le;
3953
- function Gn(s, e = "", t) {
3953
+ function Wn(s, e = "", t) {
3954
3954
  let n = s;
3955
- t = t || typeof location < "u" && location, s == null && (s = t.protocol + "//" + t.host), typeof s == "string" && (s.charAt(0) === "/" && (s.charAt(1) === "/" ? s = t.protocol + s : s = t.host + s), /^(https?|wss?):\/\//.test(s) || (typeof t < "u" ? s = t.protocol + "//" + s : s = "https://" + s), n = Jt(s)), n.port || (/^(http|ws)$/.test(n.protocol) ? n.port = "80" : /^(http|ws)s$/.test(n.protocol) && (n.port = "443")), n.path = n.path || "/";
3955
+ t = t || typeof location < "u" && location, s == null && (s = t.protocol + "//" + t.host), typeof s == "string" && (s.charAt(0) === "/" && (s.charAt(1) === "/" ? s = t.protocol + s : s = t.host + s), /^(https?|wss?):\/\//.test(s) || (typeof t < "u" ? s = t.protocol + "//" + s : s = "https://" + s), n = Xt(s)), n.port || (/^(http|ws)$/.test(n.protocol) ? n.port = "80" : /^(http|ws)s$/.test(n.protocol) && (n.port = "443")), n.path = n.path || "/";
3956
3956
  const r = n.host.indexOf(":") !== -1 ? "[" + n.host + "]" : n.host;
3957
3957
  return n.id = n.protocol + "://" + r + ":" + n.port + e, n.href = n.protocol + "://" + r + (t && t.port === n.port ? "" : ":" + n.port), n;
3958
3958
  }
3959
- const Wn = typeof ArrayBuffer == "function", Xn = (s) => typeof ArrayBuffer.isView == "function" ? ArrayBuffer.isView(s) : s.buffer instanceof ArrayBuffer, Pe = Object.prototype.toString, Jn = typeof Blob == "function" || typeof Blob < "u" && Pe.call(Blob) === "[object BlobConstructor]", $n = typeof File == "function" || typeof File < "u" && Pe.call(File) === "[object FileConstructor]";
3959
+ const Gn = typeof ArrayBuffer == "function", Jn = (s) => typeof ArrayBuffer.isView == "function" ? ArrayBuffer.isView(s) : s.buffer instanceof ArrayBuffer, Pe = Object.prototype.toString, Xn = typeof Blob == "function" || typeof Blob < "u" && Pe.call(Blob) === "[object BlobConstructor]", $n = typeof File == "function" || typeof File < "u" && Pe.call(File) === "[object FileConstructor]";
3960
3960
  function ee(s) {
3961
- return Wn && (s instanceof ArrayBuffer || Xn(s)) || Jn && s instanceof Blob || $n && s instanceof File;
3961
+ return Gn && (s instanceof ArrayBuffer || Jn(s)) || Xn && s instanceof Blob || $n && s instanceof File;
3962
3962
  }
3963
3963
  function _t(s, e) {
3964
3964
  if (!s || typeof s != "object")
@@ -5065,7 +5065,7 @@ class Ht extends $ {
5065
5065
  const vt = {};
5066
5066
  function Ot(s, e) {
5067
5067
  typeof s == "object" && (e = s, s = void 0), e = e || {};
5068
- const t = Gn(s, e.path || "/socket.io"), n = t.source, r = t.id, o = t.path, u = vt[r] && o in vt[r].nsps, h = e.forceNew || e["force new connection"] || e.multiplex === !1 || u;
5068
+ const t = Wn(s, e.path || "/socket.io"), n = t.source, r = t.id, o = t.path, u = vt[r] && o in vt[r].nsps, h = e.forceNew || e["force new connection"] || e.multiplex === !1 || u;
5069
5069
  let d;
5070
5070
  return h ? d = new Ht(n, e) : (vt[r] || (vt[r] = new Ht(n, e)), d = vt[r]), t.query && !e.query && (e.query = t.queryKey), d.socket(t.path, e);
5071
5071
  }
@@ -5216,7 +5216,7 @@ class ds {
5216
5216
  * @param options The configuration of the logger.
5217
5217
  */
5218
5218
  constructor(e) {
5219
- J(this, "logToConsole"), J(this, "overloadGlobalConsole"), J(this, "system"), J(this, "socketEmitInterval"), J(this, "storageId"), J(this, "emitInProgress"), J(this, "queue"), J(this, "processing"), J(this, "storageInitialized"), J(this, "interval"), J(this, "logIndex"), J(this, "socket"), J(this, "requestUrl"), J(this, "staticObject", {}), J(this, "localObject", {}), J(this, "isGetItemAsync"), J(this, "isSetItemAsync"), J(this, "getItem"), J(this, "setItem"), J(this, "parseLog"), J(this, "_logMethod"), J(this, "_warnMethod"), J(this, "_errorMethod"), J(this, "_debugMethod");
5219
+ X(this, "logToConsole"), X(this, "overloadGlobalConsole"), X(this, "system"), X(this, "socketEmitInterval"), X(this, "storageId"), X(this, "emitInProgress"), X(this, "queue"), X(this, "processing"), X(this, "storageInitialized"), X(this, "interval"), X(this, "logIndex"), X(this, "socket"), X(this, "requestUrl"), X(this, "staticObject", {}), X(this, "localObject", {}), X(this, "isGetItemAsync"), X(this, "isSetItemAsync"), X(this, "getItem"), X(this, "setItem"), X(this, "parseLog"), X(this, "_logMethod"), X(this, "_warnMethod"), X(this, "_errorMethod"), X(this, "_debugMethod");
5220
5220
  const { loggerOptions: t } = e;
5221
5221
  if (!t.system)
5222
5222
  throw new Error("Config property 'system' should be provided!");
@@ -5311,7 +5311,7 @@ class ds {
5311
5311
  ...this.staticObject,
5312
5312
  ...p
5313
5313
  }, i = this.populateSendingLog(l);
5314
- this.socket ? (console.log("SEND LOG!!!"), await this.socket.emit("Log", i)) : this.requestUrl && u.push(i), r.push(c);
5314
+ i.Body && typeof i.Body == "string" && (i.Body = JSON.parse(i.Body)), this.socket ? await this.socket.emit("Log", i) : this.requestUrl && u.push(i), r.push(c);
5315
5315
  }
5316
5316
  u.length && await this.sendHttpRequest(u);
5317
5317
  const h = await this.getItem(this.storageId);