lr-chatbot 0.25.2 → 0.26.0

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.
@@ -1,4 +1,4 @@
1
- function Cr(r, e) {
1
+ function Ur(r, e) {
2
2
  for (var t = 0; t < e.length; t++) {
3
3
  const n = e[t];
4
4
  if (typeof n != "string" && !Array.isArray(n)) {
@@ -14,7 +14,7 @@ function Cr(r, e) {
14
14
  }
15
15
  return Object.freeze(Object.defineProperty(r, Symbol.toStringTag, { value: "Module" }));
16
16
  }
17
- var Ur = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
17
+ var qe = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
18
18
  function Wr(r) {
19
19
  return r && r.__esModule && Object.prototype.hasOwnProperty.call(r, "default") ? r.default : r;
20
20
  }
@@ -37,7 +37,7 @@ function Lr(r) {
37
37
  });
38
38
  }), t;
39
39
  }
40
- var Gr = Error, kr = EvalError, zr = RangeError, Kr = ReferenceError, dr = SyntaxError, ae = TypeError, Hr = URIError, qr = function() {
40
+ var Gr = Error, kr = EvalError, zr = RangeError, Kr = ReferenceError, gr = SyntaxError, ae = TypeError, Hr = URIError, qr = function() {
41
41
  if (typeof Symbol != "function" || typeof Object.getOwnPropertySymbols != "function")
42
42
  return !1;
43
43
  if (typeof Symbol.iterator == "symbol")
@@ -60,13 +60,14 @@ var Gr = Error, kr = EvalError, zr = RangeError, Kr = ReferenceError, dr = Synta
60
60
  return !1;
61
61
  }
62
62
  return !0;
63
- }, He = typeof Symbol < "u" && Symbol, Qr = qr, Vr = function() {
64
- return typeof He != "function" || typeof Symbol != "function" || typeof He("foo") != "symbol" || typeof Symbol("bar") != "symbol" ? !1 : Qr();
65
- }, qe = {
63
+ }, Qe = typeof Symbol < "u" && Symbol, Qr = qr, Vr = function() {
64
+ return typeof Qe != "function" || typeof Symbol != "function" || typeof Qe("foo") != "symbol" || typeof Symbol("bar") != "symbol" ? !1 : Qr();
65
+ }, be = {
66
+ __proto__: null,
66
67
  foo: {}
67
68
  }, Jr = Object, jr = function() {
68
- return { __proto__: qe }.foo === qe.foo && !({ __proto__: null } instanceof Jr);
69
- }, Yr = "Function.prototype.bind called on incompatible ", Xr = Object.prototype.toString, Zr = Math.max, et = "[object Function]", Qe = function(e, t) {
69
+ return { __proto__: be }.foo === be.foo && !(be instanceof Jr);
70
+ }, Yr = "Function.prototype.bind called on incompatible ", Xr = Object.prototype.toString, Zr = Math.max, et = "[object Function]", Ve = function(e, t) {
70
71
  for (var n = [], o = 0; o < e.length; o += 1)
71
72
  n[o] = e[o];
72
73
  for (var a = 0; a < t.length; a += 1)
@@ -88,13 +89,13 @@ var Gr = Error, kr = EvalError, zr = RangeError, Kr = ReferenceError, dr = Synta
88
89
  if (this instanceof o) {
89
90
  var c = t.apply(
90
91
  this,
91
- Qe(n, arguments)
92
+ Ve(n, arguments)
92
93
  );
93
94
  return Object(c) === c ? c : this;
94
95
  }
95
96
  return t.apply(
96
97
  e,
97
- Qe(n, arguments)
98
+ Ve(n, arguments)
98
99
  );
99
100
  }, i = Zr(0, t.length - n.length), f = [], l = 0; l < i; l++)
100
101
  f[l] = "$" + l;
@@ -104,9 +105,9 @@ var Gr = Error, kr = EvalError, zr = RangeError, Kr = ReferenceError, dr = Synta
104
105
  p.prototype = t.prototype, o.prototype = new p(), p.prototype = null;
105
106
  }
106
107
  return o;
107
- }, at = nt, Ce = Function.prototype.bind || at, ot = Function.prototype.call, it = Object.prototype.hasOwnProperty, lt = Ce, ft = lt.call(ot, it), y, ut = Gr, ct = kr, pt = zr, yt = Kr, Q = dr, q = ae, st = Hr, gr = Function, be = function(r) {
108
+ }, at = nt, Ue = Function.prototype.bind || at, ot = Function.prototype.call, it = Object.prototype.hasOwnProperty, lt = Ue, ft = lt.call(ot, it), y, ut = Gr, ct = kr, pt = zr, yt = Kr, Q = gr, q = ae, st = Hr, mr = Function, Se = function(r) {
108
109
  try {
109
- return gr('"use strict"; return (' + r + ").constructor;")();
110
+ return mr('"use strict"; return (' + r + ").constructor;")();
110
111
  } catch {
111
112
  }
112
113
  }, W = Object.getOwnPropertyDescriptor;
@@ -116,19 +117,19 @@ if (W)
116
117
  } catch {
117
118
  W = null;
118
119
  }
119
- var Se = function() {
120
+ var we = function() {
120
121
  throw new q();
121
- }, vt = W ? function() {
122
+ }, dt = W ? function() {
122
123
  try {
123
- return arguments.callee, Se;
124
+ return arguments.callee, we;
124
125
  } catch {
125
126
  try {
126
127
  return W(arguments, "callee").get;
127
128
  } catch {
128
- return Se;
129
+ return we;
129
130
  }
130
131
  }
131
- }() : Se, z = Vr(), dt = jr(), b = Object.getPrototypeOf || (dt ? function(r) {
132
+ }() : we, z = Vr(), vt = jr(), b = Object.getPrototypeOf || (vt ? function(r) {
132
133
  return r.__proto__;
133
134
  } : null), H = {}, gt = typeof Uint8Array > "u" || !b ? y : b(Uint8Array), L = {
134
135
  __proto__: null,
@@ -159,7 +160,7 @@ var Se = function() {
159
160
  "%Float32Array%": typeof Float32Array > "u" ? y : Float32Array,
160
161
  "%Float64Array%": typeof Float64Array > "u" ? y : Float64Array,
161
162
  "%FinalizationRegistry%": typeof FinalizationRegistry > "u" ? y : FinalizationRegistry,
162
- "%Function%": gr,
163
+ "%Function%": mr,
163
164
  "%GeneratorFunction%": H,
164
165
  "%Int8Array%": typeof Int8Array > "u" ? y : Int8Array,
165
166
  "%Int16Array%": typeof Int16Array > "u" ? y : Int16Array,
@@ -188,7 +189,7 @@ var Se = function() {
188
189
  "%StringIteratorPrototype%": z && b ? b(""[Symbol.iterator]()) : y,
189
190
  "%Symbol%": z ? Symbol : y,
190
191
  "%SyntaxError%": Q,
191
- "%ThrowTypeError%": vt,
192
+ "%ThrowTypeError%": dt,
192
193
  "%TypedArray%": gt,
193
194
  "%TypeError%": q,
194
195
  "%Uint8Array%": typeof Uint8Array > "u" ? y : Uint8Array,
@@ -210,11 +211,11 @@ if (b)
210
211
  var ht = function r(e) {
211
212
  var t;
212
213
  if (e === "%AsyncFunction%")
213
- t = be("async function () {}");
214
+ t = Se("async function () {}");
214
215
  else if (e === "%GeneratorFunction%")
215
- t = be("function* () {}");
216
+ t = Se("function* () {}");
216
217
  else if (e === "%AsyncGeneratorFunction%")
217
- t = be("async function* () {}");
218
+ t = Se("async function* () {}");
218
219
  else if (e === "%AsyncGenerator%") {
219
220
  var n = r("%AsyncGeneratorFunction%");
220
221
  n && (t = n.prototype);
@@ -223,7 +224,7 @@ var ht = function r(e) {
223
224
  o && b && (t = b(o.prototype));
224
225
  }
225
226
  return L[e] = t, t;
226
- }, Ve = {
227
+ }, Je = {
227
228
  __proto__: null,
228
229
  "%ArrayBufferPrototype%": ["ArrayBuffer", "prototype"],
229
230
  "%ArrayPrototype%": ["Array", "prototype"],
@@ -276,19 +277,19 @@ var ht = function r(e) {
276
277
  "%URIErrorPrototype%": ["URIError", "prototype"],
277
278
  "%WeakMapPrototype%": ["WeakMap", "prototype"],
278
279
  "%WeakSetPrototype%": ["WeakSet", "prototype"]
279
- }, oe = Ce, se = ft, bt = oe.call(Function.call, Array.prototype.concat), St = oe.call(Function.apply, Array.prototype.splice), Je = oe.call(Function.call, String.prototype.replace), ve = oe.call(Function.call, String.prototype.slice), wt = oe.call(Function.call, RegExp.prototype.exec), At = /[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g, Ot = /\\(\\)?/g, Et = function(e) {
280
- var t = ve(e, 0, 1), n = ve(e, -1);
280
+ }, oe = Ue, se = ft, bt = oe.call(Function.call, Array.prototype.concat), St = oe.call(Function.apply, Array.prototype.splice), je = oe.call(Function.call, String.prototype.replace), de = oe.call(Function.call, String.prototype.slice), wt = oe.call(Function.call, RegExp.prototype.exec), At = /[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g, Ot = /\\(\\)?/g, Et = function(e) {
281
+ var t = de(e, 0, 1), n = de(e, -1);
281
282
  if (t === "%" && n !== "%")
282
283
  throw new Q("invalid intrinsic syntax, expected closing `%`");
283
284
  if (n === "%" && t !== "%")
284
285
  throw new Q("invalid intrinsic syntax, expected opening `%`");
285
286
  var o = [];
286
- return Je(e, At, function(a, i, f, l) {
287
- o[o.length] = f ? Je(l, Ot, "$1") : i || a;
287
+ return je(e, At, function(a, i, f, l) {
288
+ o[o.length] = f ? je(l, Ot, "$1") : i || a;
288
289
  }), o;
289
290
  }, Pt = function(e, t) {
290
291
  var n = e, o;
291
- if (se(Ve, n) && (o = Ve[n], n = "%" + o[0] + "%"), se(L, n)) {
292
+ if (se(Je, n) && (o = Je[n], n = "%" + o[0] + "%"), se(L, n)) {
292
293
  var a = L[n];
293
294
  if (a === H && (a = ht(n)), typeof a > "u" && !t)
294
295
  throw new q("intrinsic " + e + " exists, but is not available. Please file an issue!");
@@ -309,8 +310,8 @@ var ht = function r(e) {
309
310
  var n = Et(e), o = n.length > 0 ? n[0] : "", a = Pt("%" + o + "%", t), i = a.name, f = a.value, l = !1, p = a.alias;
310
311
  p && (o = p[0], St(n, bt([0, 1], p)));
311
312
  for (var c = 1, s = !0; c < n.length; c += 1) {
312
- var u = n[c], d = ve(u, 0, 1), g = ve(u, -1);
313
- if ((d === '"' || d === "'" || d === "`" || g === '"' || g === "'" || g === "`") && d !== g)
313
+ var u = n[c], v = de(u, 0, 1), g = de(u, -1);
314
+ if ((v === '"' || v === "'" || v === "`" || g === '"' || g === "'" || g === "`") && v !== g)
314
315
  throw new Q("property names with quotes must have matching quotes");
315
316
  if ((u === "constructor" || !s) && (l = !0), o += "." + u, i = "%" + o + "%", se(L, i))
316
317
  f = L[i];
@@ -329,10 +330,10 @@ var ht = function r(e) {
329
330
  }
330
331
  }
331
332
  return f;
332
- }, mr = { exports: {} }, we, je;
333
- function Ue() {
334
- if (je) return we;
335
- je = 1;
333
+ }, hr = { exports: {} }, Ae, Ye;
334
+ function We() {
335
+ if (Ye) return Ae;
336
+ Ye = 1;
336
337
  var r = j, e = r("%Object.defineProperty%", !0) || !1;
337
338
  if (e)
338
339
  try {
@@ -340,7 +341,7 @@ function Ue() {
340
341
  } catch {
341
342
  e = !1;
342
343
  }
343
- return we = e, we;
344
+ return Ae = e, Ae;
344
345
  }
345
346
  var $t = j, pe = $t("%Object.getOwnPropertyDescriptor%", !0);
346
347
  if (pe)
@@ -349,7 +350,7 @@ if (pe)
349
350
  } catch {
350
351
  pe = null;
351
352
  }
352
- var hr = pe, Ye = Ue(), It = dr, K = ae, Xe = hr, Ft = function(e, t, n) {
353
+ var br = pe, Xe = We(), It = gr, K = ae, Ze = br, Ft = function(e, t, n) {
353
354
  if (!e || typeof e != "object" && typeof e != "function")
354
355
  throw new K("`obj` must be an object or a function`");
355
356
  if (typeof t != "string" && typeof t != "symbol")
@@ -362,9 +363,9 @@ var hr = pe, Ye = Ue(), It = dr, K = ae, Xe = hr, Ft = function(e, t, n) {
362
363
  throw new K("`nonConfigurable`, if provided, must be a boolean or null");
363
364
  if (arguments.length > 6 && typeof arguments[6] != "boolean")
364
365
  throw new K("`loose`, if provided, must be a boolean");
365
- var o = arguments.length > 3 ? arguments[3] : null, a = arguments.length > 4 ? arguments[4] : null, i = arguments.length > 5 ? arguments[5] : null, f = arguments.length > 6 ? arguments[6] : !1, l = !!Xe && Xe(e, t);
366
- if (Ye)
367
- Ye(e, t, {
366
+ var o = arguments.length > 3 ? arguments[3] : null, a = arguments.length > 4 ? arguments[4] : null, i = arguments.length > 5 ? arguments[5] : null, f = arguments.length > 6 ? arguments[6] : !1, l = !!Ze && Ze(e, t);
367
+ if (Xe)
368
+ Xe(e, t, {
368
369
  configurable: i === null && l ? l.configurable : !i,
369
370
  enumerable: o === null && l ? l.enumerable : !o,
370
371
  value: n,
@@ -374,36 +375,36 @@ var hr = pe, Ye = Ue(), It = dr, K = ae, Xe = hr, Ft = function(e, t, n) {
374
375
  e[t] = n;
375
376
  else
376
377
  throw new It("This environment does not support defining a property as non-configurable, non-writable, or non-enumerable.");
377
- }, De = Ue(), br = function() {
378
- return !!De;
378
+ }, Re = We(), Sr = function() {
379
+ return !!Re;
379
380
  };
380
- br.hasArrayLengthDefineBug = function() {
381
- if (!De)
381
+ Sr.hasArrayLengthDefineBug = function() {
382
+ if (!Re)
382
383
  return null;
383
384
  try {
384
- return De([], "length", { value: 1 }).length !== 1;
385
+ return Re([], "length", { value: 1 }).length !== 1;
385
386
  } catch {
386
387
  return !0;
387
388
  }
388
389
  };
389
- var xt = br, Dt = j, Ze = Ft, Rt = xt(), er = hr, rr = ae, _t = Dt("%Math.floor%"), Tt = function(e, t) {
390
+ var xt = Sr, Dt = j, er = Ft, Rt = xt(), rr = br, tr = ae, _t = Dt("%Math.floor%"), Tt = function(e, t) {
390
391
  if (typeof e != "function")
391
- throw new rr("`fn` is not a function");
392
+ throw new tr("`fn` is not a function");
392
393
  if (typeof t != "number" || t < 0 || t > 4294967295 || _t(t) !== t)
393
- throw new rr("`length` must be a positive 32-bit integer");
394
+ throw new tr("`length` must be a positive 32-bit integer");
394
395
  var n = arguments.length > 2 && !!arguments[2], o = !0, a = !0;
395
- if ("length" in e && er) {
396
- var i = er(e, "length");
396
+ if ("length" in e && rr) {
397
+ var i = rr(e, "length");
397
398
  i && !i.configurable && (o = !1), i && !i.writable && (a = !1);
398
399
  }
399
- return (o || a || !n) && (Rt ? Ze(
400
+ return (o || a || !n) && (Rt ? er(
400
401
  /** @type {Parameters<define>[0]} */
401
402
  e,
402
403
  "length",
403
404
  t,
404
405
  !0,
405
406
  !0
406
- ) : Ze(
407
+ ) : er(
407
408
  /** @type {Parameters<define>[0]} */
408
409
  e,
409
410
  "length",
@@ -411,13 +412,13 @@ var xt = br, Dt = j, Ze = Ft, Rt = xt(), er = hr, rr = ae, _t = Dt("%Math.floor%
411
412
  )), e;
412
413
  };
413
414
  (function(r) {
414
- var e = Ce, t = j, n = Tt, o = ae, a = t("%Function.prototype.apply%"), i = t("%Function.prototype.call%"), f = t("%Reflect.apply%", !0) || e.call(i, a), l = Ue(), p = t("%Math.max%");
415
+ var e = Ue, t = j, n = Tt, o = ae, a = t("%Function.prototype.apply%"), i = t("%Function.prototype.call%"), f = t("%Reflect.apply%", !0) || e.call(i, a), l = We(), p = t("%Math.max%");
415
416
  r.exports = function(u) {
416
417
  if (typeof u != "function")
417
418
  throw new o("a function is required");
418
- var d = f(e, i, arguments);
419
+ var v = f(e, i, arguments);
419
420
  return n(
420
- d,
421
+ v,
421
422
  1 + p(0, u.length - (arguments.length - 1)),
422
423
  !0
423
424
  );
@@ -426,32 +427,32 @@ var xt = br, Dt = j, Ze = Ft, Rt = xt(), er = hr, rr = ae, _t = Dt("%Math.floor%
426
427
  return f(e, a, arguments);
427
428
  };
428
429
  l ? l(r.exports, "apply", { value: c }) : r.exports.apply = c;
429
- })(mr);
430
- var Nt = mr.exports, Sr = j, wr = Nt, Mt = wr(Sr("String.prototype.indexOf")), Bt = function(e, t) {
431
- var n = Sr(e, !!t);
432
- return typeof n == "function" && Mt(e, ".prototype.") > -1 ? wr(n) : n;
430
+ })(hr);
431
+ var Nt = hr.exports, wr = j, Ar = Nt, Mt = Ar(wr("String.prototype.indexOf")), Bt = function(e, t) {
432
+ var n = wr(e, !!t);
433
+ return typeof n == "function" && Mt(e, ".prototype.") > -1 ? Ar(n) : n;
433
434
  };
434
435
  const Ct = {}, Ut = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
435
436
  __proto__: null,
436
437
  default: Ct
437
438
  }, Symbol.toStringTag, { value: "Module" })), Wt = /* @__PURE__ */ Lr(Ut);
438
- var We = typeof Map == "function" && Map.prototype, Ae = Object.getOwnPropertyDescriptor && We ? Object.getOwnPropertyDescriptor(Map.prototype, "size") : null, de = We && Ae && typeof Ae.get == "function" ? Ae.get : null, tr = We && Map.prototype.forEach, Le = typeof Set == "function" && Set.prototype, Oe = Object.getOwnPropertyDescriptor && Le ? Object.getOwnPropertyDescriptor(Set.prototype, "size") : null, ge = Le && Oe && typeof Oe.get == "function" ? Oe.get : null, nr = Le && Set.prototype.forEach, Lt = typeof WeakMap == "function" && WeakMap.prototype, re = Lt ? WeakMap.prototype.has : null, Gt = typeof WeakSet == "function" && WeakSet.prototype, te = Gt ? WeakSet.prototype.has : null, kt = typeof WeakRef == "function" && WeakRef.prototype, ar = kt ? WeakRef.prototype.deref : null, zt = Boolean.prototype.valueOf, Kt = Object.prototype.toString, Ht = Function.prototype.toString, qt = String.prototype.match, Ge = String.prototype.slice, N = String.prototype.replace, Qt = String.prototype.toUpperCase, or = String.prototype.toLowerCase, Ar = RegExp.prototype.test, ir = Array.prototype.concat, $ = Array.prototype.join, Vt = Array.prototype.slice, lr = Math.floor, Re = typeof BigInt == "function" ? BigInt.prototype.valueOf : null, Ee = Object.getOwnPropertySymbols, _e = typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? Symbol.prototype.toString : null, V = typeof Symbol == "function" && typeof Symbol.iterator == "object", w = typeof Symbol == "function" && Symbol.toStringTag && (typeof Symbol.toStringTag === V || !0) ? Symbol.toStringTag : null, Or = Object.prototype.propertyIsEnumerable, fr = (typeof Reflect == "function" ? Reflect.getPrototypeOf : Object.getPrototypeOf) || ([].__proto__ === Array.prototype ? function(r) {
439
+ var Le = typeof Map == "function" && Map.prototype, Oe = Object.getOwnPropertyDescriptor && Le ? Object.getOwnPropertyDescriptor(Map.prototype, "size") : null, ve = Le && Oe && typeof Oe.get == "function" ? Oe.get : null, nr = Le && Map.prototype.forEach, Ge = typeof Set == "function" && Set.prototype, Ee = Object.getOwnPropertyDescriptor && Ge ? Object.getOwnPropertyDescriptor(Set.prototype, "size") : null, ge = Ge && Ee && typeof Ee.get == "function" ? Ee.get : null, ar = Ge && Set.prototype.forEach, Lt = typeof WeakMap == "function" && WeakMap.prototype, re = Lt ? WeakMap.prototype.has : null, Gt = typeof WeakSet == "function" && WeakSet.prototype, te = Gt ? WeakSet.prototype.has : null, kt = typeof WeakRef == "function" && WeakRef.prototype, or = kt ? WeakRef.prototype.deref : null, zt = Boolean.prototype.valueOf, Kt = Object.prototype.toString, Ht = Function.prototype.toString, qt = String.prototype.match, ke = String.prototype.slice, N = String.prototype.replace, Qt = String.prototype.toUpperCase, ir = String.prototype.toLowerCase, Or = RegExp.prototype.test, lr = Array.prototype.concat, $ = Array.prototype.join, Vt = Array.prototype.slice, fr = Math.floor, _e = typeof BigInt == "function" ? BigInt.prototype.valueOf : null, Pe = Object.getOwnPropertySymbols, Te = typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? Symbol.prototype.toString : null, V = typeof Symbol == "function" && typeof Symbol.iterator == "object", w = typeof Symbol == "function" && Symbol.toStringTag && (typeof Symbol.toStringTag === V || !0) ? Symbol.toStringTag : null, Er = Object.prototype.propertyIsEnumerable, ur = (typeof Reflect == "function" ? Reflect.getPrototypeOf : Object.getPrototypeOf) || ([].__proto__ === Array.prototype ? function(r) {
439
440
  return r.__proto__;
440
441
  } : null);
441
- function ur(r, e) {
442
- if (r === 1 / 0 || r === -1 / 0 || r !== r || r && r > -1e3 && r < 1e3 || Ar.call(/e/, e))
442
+ function cr(r, e) {
443
+ if (r === 1 / 0 || r === -1 / 0 || r !== r || r && r > -1e3 && r < 1e3 || Or.call(/e/, e))
443
444
  return e;
444
445
  var t = /[0-9](?=(?:[0-9]{3})+(?![0-9]))/g;
445
446
  if (typeof r == "number") {
446
- var n = r < 0 ? -lr(-r) : lr(r);
447
+ var n = r < 0 ? -fr(-r) : fr(r);
447
448
  if (n !== r) {
448
- var o = String(n), a = Ge.call(e, o.length + 1);
449
+ var o = String(n), a = ke.call(e, o.length + 1);
449
450
  return N.call(o, t, "$&_") + "." + N.call(N.call(a, /([0-9]{3})/g, "$&_"), /_$/, "");
450
451
  }
451
452
  }
452
453
  return N.call(e, t, "$&_");
453
454
  }
454
- var Te = Wt, cr = Te.custom, pr = Pr(cr) ? cr : null, Jt = function r(e, t, n, o) {
455
+ var Ne = Wt, pr = Ne.custom, yr = $r(pr) ? pr : null, Jt = function r(e, t, n, o) {
455
456
  var a = t || {};
456
457
  if (T(a, "quoteStyle") && a.quoteStyle !== "single" && a.quoteStyle !== "double")
457
458
  throw new TypeError('option "quoteStyle" must be "single" or "double"');
@@ -472,24 +473,24 @@ var Te = Wt, cr = Te.custom, pr = Pr(cr) ? cr : null, Jt = function r(e, t, n, o
472
473
  if (typeof e == "boolean")
473
474
  return e ? "true" : "false";
474
475
  if (typeof e == "string")
475
- return Ir(e, a);
476
+ return Fr(e, a);
476
477
  if (typeof e == "number") {
477
478
  if (e === 0)
478
479
  return 1 / 0 / e > 0 ? "0" : "-0";
479
480
  var l = String(e);
480
- return f ? ur(e, l) : l;
481
+ return f ? cr(e, l) : l;
481
482
  }
482
483
  if (typeof e == "bigint") {
483
484
  var p = String(e) + "n";
484
- return f ? ur(e, p) : p;
485
+ return f ? cr(e, p) : p;
485
486
  }
486
487
  var c = typeof a.depth > "u" ? 5 : a.depth;
487
488
  if (typeof n > "u" && (n = 0), n >= c && c > 0 && typeof e == "object")
488
- return Ne(e) ? "[Array]" : "[Object]";
489
- var s = vn(a, n);
489
+ return Me(e) ? "[Array]" : "[Object]";
490
+ var s = dn(a, n);
490
491
  if (typeof o > "u")
491
492
  o = [];
492
- else if ($r(o, e) >= 0)
493
+ else if (Ir(o, e) >= 0)
493
494
  return "[Circular]";
494
495
  function u(O, R, _) {
495
496
  if (R && (o = Vt.call(o), o.push(R)), _) {
@@ -500,85 +501,85 @@ var Te = Wt, cr = Te.custom, pr = Pr(cr) ? cr : null, Jt = function r(e, t, n, o
500
501
  }
501
502
  return r(O, a, n + 1, o);
502
503
  }
503
- if (typeof e == "function" && !yr(e)) {
504
- var d = an(e), g = fe(e, u);
505
- return "[Function" + (d ? ": " + d : " (anonymous)") + "]" + (g.length > 0 ? " { " + $.call(g, ", ") + " }" : "");
504
+ if (typeof e == "function" && !sr(e)) {
505
+ var v = an(e), g = fe(e, u);
506
+ return "[Function" + (v ? ": " + v : " (anonymous)") + "]" + (g.length > 0 ? " { " + $.call(g, ", ") + " }" : "");
506
507
  }
507
- if (Pr(e)) {
508
- var S = V ? N.call(String(e), /^(Symbol\(.*\))_[^)]*$/, "$1") : _e.call(e);
508
+ if ($r(e)) {
509
+ var S = V ? N.call(String(e), /^(Symbol\(.*\))_[^)]*$/, "$1") : Te.call(e);
509
510
  return typeof e == "object" && !V ? ee(S) : S;
510
511
  }
511
512
  if (pn(e)) {
512
- for (var A = "<" + or.call(String(e.nodeName)), I = e.attributes || [], F = 0; F < I.length; F++)
513
- A += " " + I[F].name + "=" + Er(jt(I[F].value), "double", a);
514
- return A += ">", e.childNodes && e.childNodes.length && (A += "..."), A += "</" + or.call(String(e.nodeName)) + ">", A;
513
+ for (var A = "<" + ir.call(String(e.nodeName)), I = e.attributes || [], F = 0; F < I.length; F++)
514
+ A += " " + I[F].name + "=" + Pr(jt(I[F].value), "double", a);
515
+ return A += ">", e.childNodes && e.childNodes.length && (A += "..."), A += "</" + ir.call(String(e.nodeName)) + ">", A;
515
516
  }
516
- if (Ne(e)) {
517
+ if (Me(e)) {
517
518
  if (e.length === 0)
518
519
  return "[]";
519
- var v = fe(e, u);
520
- return s && !sn(v) ? "[" + Me(v, s) + "]" : "[ " + $.call(v, ", ") + " ]";
520
+ var d = fe(e, u);
521
+ return s && !sn(d) ? "[" + Be(d, s) + "]" : "[ " + $.call(d, ", ") + " ]";
521
522
  }
522
523
  if (Xt(e)) {
523
524
  var x = fe(e, u);
524
- return !("cause" in Error.prototype) && "cause" in e && !Or.call(e, "cause") ? "{ [" + String(e) + "] " + $.call(ir.call("[cause]: " + u(e.cause), x), ", ") + " }" : x.length === 0 ? "[" + String(e) + "]" : "{ [" + String(e) + "] " + $.call(x, ", ") + " }";
525
+ return !("cause" in Error.prototype) && "cause" in e && !Er.call(e, "cause") ? "{ [" + String(e) + "] " + $.call(lr.call("[cause]: " + u(e.cause), x), ", ") + " }" : x.length === 0 ? "[" + String(e) + "]" : "{ [" + String(e) + "] " + $.call(x, ", ") + " }";
525
526
  }
526
527
  if (typeof e == "object" && i) {
527
- if (pr && typeof e[pr] == "function" && Te)
528
- return Te(e, { depth: c - n });
528
+ if (yr && typeof e[yr] == "function" && Ne)
529
+ return Ne(e, { depth: c - n });
529
530
  if (i !== "symbol" && typeof e.inspect == "function")
530
531
  return e.inspect();
531
532
  }
532
533
  if (on(e)) {
533
534
  var B = [];
534
- return tr && tr.call(e, function(O, R) {
535
+ return nr && nr.call(e, function(O, R) {
535
536
  B.push(u(R, e, !0) + " => " + u(O, e));
536
- }), sr("Map", de.call(e), B, s);
537
+ }), dr("Map", ve.call(e), B, s);
537
538
  }
538
539
  if (un(e)) {
539
540
  var X = [];
540
- return nr && nr.call(e, function(O) {
541
+ return ar && ar.call(e, function(O) {
541
542
  X.push(u(O, e));
542
- }), sr("Set", ge.call(e), X, s);
543
+ }), dr("Set", ge.call(e), X, s);
543
544
  }
544
545
  if (ln(e))
545
- return Pe("WeakMap");
546
+ return $e("WeakMap");
546
547
  if (cn(e))
547
- return Pe("WeakSet");
548
+ return $e("WeakSet");
548
549
  if (fn(e))
549
- return Pe("WeakRef");
550
+ return $e("WeakRef");
550
551
  if (en(e))
551
552
  return ee(u(Number(e)));
552
553
  if (tn(e))
553
- return ee(u(Re.call(e)));
554
+ return ee(u(_e.call(e)));
554
555
  if (rn(e))
555
556
  return ee(zt.call(e));
556
557
  if (Zt(e))
557
558
  return ee(u(String(e)));
558
559
  if (typeof window < "u" && e === window)
559
560
  return "{ [object Window] }";
560
- if (e === Ur)
561
+ if (typeof globalThis < "u" && e === globalThis || typeof qe < "u" && e === qe)
561
562
  return "{ [object globalThis] }";
562
- if (!Yt(e) && !yr(e)) {
563
- var G = fe(e, u), ie = fr ? fr(e) === Object.prototype : e instanceof Object || e.constructor === Object, C = e instanceof Object ? "" : "null prototype", D = !ie && w && Object(e) === e && w in e ? Ge.call(M(e), 8, -1) : C ? "Object" : "", le = ie || typeof e.constructor != "function" ? "" : e.constructor.name ? e.constructor.name + " " : "", k = le + (D || C ? "[" + $.call(ir.call([], D || [], C || []), ": ") + "] " : "");
564
- return G.length === 0 ? k + "{}" : s ? k + "{" + Me(G, s) + "}" : k + "{ " + $.call(G, ", ") + " }";
563
+ if (!Yt(e) && !sr(e)) {
564
+ var G = fe(e, u), ie = ur ? ur(e) === Object.prototype : e instanceof Object || e.constructor === Object, C = e instanceof Object ? "" : "null prototype", D = !ie && w && Object(e) === e && w in e ? ke.call(M(e), 8, -1) : C ? "Object" : "", le = ie || typeof e.constructor != "function" ? "" : e.constructor.name ? e.constructor.name + " " : "", k = le + (D || C ? "[" + $.call(lr.call([], D || [], C || []), ": ") + "] " : "");
565
+ return G.length === 0 ? k + "{}" : s ? k + "{" + Be(G, s) + "}" : k + "{ " + $.call(G, ", ") + " }";
565
566
  }
566
567
  return String(e);
567
568
  };
568
- function Er(r, e, t) {
569
+ function Pr(r, e, t) {
569
570
  var n = (t.quoteStyle || e) === "double" ? '"' : "'";
570
571
  return n + r + n;
571
572
  }
572
573
  function jt(r) {
573
574
  return N.call(String(r), /"/g, "&quot;");
574
575
  }
575
- function Ne(r) {
576
+ function Me(r) {
576
577
  return M(r) === "[object Array]" && (!w || !(typeof r == "object" && w in r));
577
578
  }
578
579
  function Yt(r) {
579
580
  return M(r) === "[object Date]" && (!w || !(typeof r == "object" && w in r));
580
581
  }
581
- function yr(r) {
582
+ function sr(r) {
582
583
  return M(r) === "[object RegExp]" && (!w || !(typeof r == "object" && w in r));
583
584
  }
584
585
  function Xt(r) {
@@ -593,24 +594,24 @@ function en(r) {
593
594
  function rn(r) {
594
595
  return M(r) === "[object Boolean]" && (!w || !(typeof r == "object" && w in r));
595
596
  }
596
- function Pr(r) {
597
+ function $r(r) {
597
598
  if (V)
598
599
  return r && typeof r == "object" && r instanceof Symbol;
599
600
  if (typeof r == "symbol")
600
601
  return !0;
601
- if (!r || typeof r != "object" || !_e)
602
+ if (!r || typeof r != "object" || !Te)
602
603
  return !1;
603
604
  try {
604
- return _e.call(r), !0;
605
+ return Te.call(r), !0;
605
606
  } catch {
606
607
  }
607
608
  return !1;
608
609
  }
609
610
  function tn(r) {
610
- if (!r || typeof r != "object" || !Re)
611
+ if (!r || typeof r != "object" || !_e)
611
612
  return !1;
612
613
  try {
613
- return Re.call(r), !0;
614
+ return _e.call(r), !0;
614
615
  } catch {
615
616
  }
616
617
  return !1;
@@ -630,7 +631,7 @@ function an(r) {
630
631
  var e = qt.call(Ht.call(r), /^function\s*([\w$]+)/);
631
632
  return e ? e[1] : null;
632
633
  }
633
- function $r(r, e) {
634
+ function Ir(r, e) {
634
635
  if (r.indexOf)
635
636
  return r.indexOf(e);
636
637
  for (var t = 0, n = r.length; t < n; t++)
@@ -639,10 +640,10 @@ function $r(r, e) {
639
640
  return -1;
640
641
  }
641
642
  function on(r) {
642
- if (!de || !r || typeof r != "object")
643
+ if (!ve || !r || typeof r != "object")
643
644
  return !1;
644
645
  try {
645
- de.call(r);
646
+ ve.call(r);
646
647
  try {
647
648
  ge.call(r);
648
649
  } catch {
@@ -669,10 +670,10 @@ function ln(r) {
669
670
  return !1;
670
671
  }
671
672
  function fn(r) {
672
- if (!ar || !r || typeof r != "object")
673
+ if (!or || !r || typeof r != "object")
673
674
  return !1;
674
675
  try {
675
- return ar.call(r), !0;
676
+ return or.call(r), !0;
676
677
  } catch {
677
678
  }
678
679
  return !1;
@@ -683,7 +684,7 @@ function un(r) {
683
684
  try {
684
685
  ge.call(r);
685
686
  try {
686
- de.call(r);
687
+ ve.call(r);
687
688
  } catch {
688
689
  return !0;
689
690
  }
@@ -710,13 +711,13 @@ function cn(r) {
710
711
  function pn(r) {
711
712
  return !r || typeof r != "object" ? !1 : typeof HTMLElement < "u" && r instanceof HTMLElement ? !0 : typeof r.nodeName == "string" && typeof r.getAttribute == "function";
712
713
  }
713
- function Ir(r, e) {
714
+ function Fr(r, e) {
714
715
  if (r.length > e.maxStringLength) {
715
716
  var t = r.length - e.maxStringLength, n = "... " + t + " more character" + (t > 1 ? "s" : "");
716
- return Ir(Ge.call(r, 0, e.maxStringLength), e) + n;
717
+ return Fr(ke.call(r, 0, e.maxStringLength), e) + n;
717
718
  }
718
719
  var o = N.call(N.call(r, /(['\\])/g, "\\$1"), /[\x00-\x1f]/g, yn);
719
- return Er(o, "single", e);
720
+ return Pr(o, "single", e);
720
721
  }
721
722
  function yn(r) {
722
723
  var e = r.charCodeAt(0), t = {
@@ -731,21 +732,21 @@ function yn(r) {
731
732
  function ee(r) {
732
733
  return "Object(" + r + ")";
733
734
  }
734
- function Pe(r) {
735
+ function $e(r) {
735
736
  return r + " { ? }";
736
737
  }
737
- function sr(r, e, t, n) {
738
- var o = n ? Me(t, n) : $.call(t, ", ");
738
+ function dr(r, e, t, n) {
739
+ var o = n ? Be(t, n) : $.call(t, ", ");
739
740
  return r + " (" + e + ") {" + o + "}";
740
741
  }
741
742
  function sn(r) {
742
743
  for (var e = 0; e < r.length; e++)
743
- if ($r(r[e], `
744
+ if (Ir(r[e], `
744
745
  `) >= 0)
745
746
  return !1;
746
747
  return !0;
747
748
  }
748
- function vn(r, e) {
749
+ function dn(r, e) {
749
750
  var t;
750
751
  if (r.indent === " ")
751
752
  t = " ";
@@ -758,7 +759,7 @@ function vn(r, e) {
758
759
  prev: $.call(Array(e + 1), t)
759
760
  };
760
761
  }
761
- function Me(r, e) {
762
+ function Be(r, e) {
762
763
  if (r.length === 0)
763
764
  return "";
764
765
  var t = `
@@ -767,35 +768,35 @@ function Me(r, e) {
767
768
  ` + e.prev;
768
769
  }
769
770
  function fe(r, e) {
770
- var t = Ne(r), n = [];
771
+ var t = Me(r), n = [];
771
772
  if (t) {
772
773
  n.length = r.length;
773
774
  for (var o = 0; o < r.length; o++)
774
775
  n[o] = T(r, o) ? e(r[o], r) : "";
775
776
  }
776
- var a = typeof Ee == "function" ? Ee(r) : [], i;
777
+ var a = typeof Pe == "function" ? Pe(r) : [], i;
777
778
  if (V) {
778
779
  i = {};
779
780
  for (var f = 0; f < a.length; f++)
780
781
  i["$" + a[f]] = a[f];
781
782
  }
782
783
  for (var l in r)
783
- T(r, l) && (t && String(Number(l)) === l && l < r.length || V && i["$" + l] instanceof Symbol || (Ar.call(/[^\w$]/, l) ? n.push(e(l, r) + ": " + e(r[l], r)) : n.push(l + ": " + e(r[l], r))));
784
- if (typeof Ee == "function")
784
+ T(r, l) && (t && String(Number(l)) === l && l < r.length || V && i["$" + l] instanceof Symbol || (Or.call(/[^\w$]/, l) ? n.push(e(l, r) + ": " + e(r[l], r)) : n.push(l + ": " + e(r[l], r))));
785
+ if (typeof Pe == "function")
785
786
  for (var p = 0; p < a.length; p++)
786
- Or.call(r, a[p]) && n.push("[" + e(a[p]) + "]: " + e(r[a[p]], r));
787
+ Er.call(r, a[p]) && n.push("[" + e(a[p]) + "]: " + e(r[a[p]], r));
787
788
  return n;
788
789
  }
789
- var Fr = j, Y = Bt, dn = Jt, gn = ae, ue = Fr("%WeakMap%", !0), ce = Fr("%Map%", !0), mn = Y("WeakMap.prototype.get", !0), hn = Y("WeakMap.prototype.set", !0), bn = Y("WeakMap.prototype.has", !0), Sn = Y("Map.prototype.get", !0), wn = Y("Map.prototype.set", !0), An = Y("Map.prototype.has", !0), ke = function(r, e) {
790
+ var xr = j, Y = Bt, vn = Jt, gn = ae, ue = xr("%WeakMap%", !0), ce = xr("%Map%", !0), mn = Y("WeakMap.prototype.get", !0), hn = Y("WeakMap.prototype.set", !0), bn = Y("WeakMap.prototype.has", !0), Sn = Y("Map.prototype.get", !0), wn = Y("Map.prototype.set", !0), An = Y("Map.prototype.has", !0), ze = function(r, e) {
790
791
  for (var t = r, n; (n = t.next) !== null; t = n)
791
792
  if (n.key === e)
792
793
  return t.next = n.next, n.next = /** @type {NonNullable<typeof list.next>} */
793
794
  r.next, r.next = n, n;
794
795
  }, On = function(r, e) {
795
- var t = ke(r, e);
796
+ var t = ze(r, e);
796
797
  return t && t.value;
797
798
  }, En = function(r, e, t) {
798
- var n = ke(r, e);
799
+ var n = ze(r, e);
799
800
  n ? n.value = t : r.next = /** @type {import('.').ListNode<typeof value>} */
800
801
  {
801
802
  // eslint-disable-line no-param-reassign, no-extra-parens
@@ -804,12 +805,12 @@ var Fr = j, Y = Bt, dn = Jt, gn = ae, ue = Fr("%WeakMap%", !0), ce = Fr("%Map%",
804
805
  value: t
805
806
  };
806
807
  }, Pn = function(r, e) {
807
- return !!ke(r, e);
808
+ return !!ze(r, e);
808
809
  }, $n = function() {
809
810
  var e, t, n, o = {
810
811
  assert: function(a) {
811
812
  if (!o.has(a))
812
- throw new gn("Side channel does not contain " + dn(a));
813
+ throw new gn("Side channel does not contain " + vn(a));
813
814
  },
814
815
  get: function(a) {
815
816
  if (ue && a && (typeof a == "object" || typeof a == "function")) {
@@ -837,11 +838,11 @@ var Fr = j, Y = Bt, dn = Jt, gn = ae, ue = Fr("%WeakMap%", !0), ce = Fr("%Map%",
837
838
  }
838
839
  };
839
840
  return o;
840
- }, In = String.prototype.replace, Fn = /%20/g, $e = {
841
+ }, In = String.prototype.replace, Fn = /%20/g, Ie = {
841
842
  RFC1738: "RFC1738",
842
843
  RFC3986: "RFC3986"
843
- }, ze = {
844
- default: $e.RFC3986,
844
+ }, Ke = {
845
+ default: Ie.RFC3986,
845
846
  formatters: {
846
847
  RFC1738: function(r) {
847
848
  return In.call(r, Fn, "+");
@@ -850,9 +851,9 @@ var Fr = j, Y = Bt, dn = Jt, gn = ae, ue = Fr("%WeakMap%", !0), ce = Fr("%Map%",
850
851
  return String(r);
851
852
  }
852
853
  },
853
- RFC1738: $e.RFC1738,
854
- RFC3986: $e.RFC3986
855
- }, xn = ze, Ie = Object.prototype.hasOwnProperty, U = Array.isArray, E = function() {
854
+ RFC1738: Ie.RFC1738,
855
+ RFC3986: Ie.RFC3986
856
+ }, xn = Ke, Fe = Object.prototype.hasOwnProperty, U = Array.isArray, E = function() {
856
857
  for (var r = [], e = 0; e < 256; ++e)
857
858
  r.push("%" + ((e < 16 ? "0" : "") + e.toString(16)).toUpperCase());
858
859
  return r;
@@ -865,7 +866,7 @@ var Fr = j, Y = Bt, dn = Jt, gn = ae, ue = Fr("%WeakMap%", !0), ce = Fr("%Map%",
865
866
  t.obj[t.prop] = o;
866
867
  }
867
868
  }
868
- }, xr = function(e, t) {
869
+ }, Dr = function(e, t) {
869
870
  for (var n = t && t.plainObjects ? /* @__PURE__ */ Object.create(null) : {}, o = 0; o < e.length; ++o)
870
871
  typeof e[o] < "u" && (n[o] = e[o]);
871
872
  return n;
@@ -876,7 +877,7 @@ var Fr = j, Y = Bt, dn = Jt, gn = ae, ue = Fr("%WeakMap%", !0), ce = Fr("%Map%",
876
877
  if (U(e))
877
878
  e.push(t);
878
879
  else if (e && typeof e == "object")
879
- (n && (n.plainObjects || n.allowPrototypes) || !Ie.call(Object.prototype, t)) && (e[t] = !0);
880
+ (n && (n.plainObjects || n.allowPrototypes) || !Fe.call(Object.prototype, t)) && (e[t] = !0);
880
881
  else
881
882
  return [e, t];
882
883
  return e;
@@ -884,15 +885,15 @@ var Fr = j, Y = Bt, dn = Jt, gn = ae, ue = Fr("%WeakMap%", !0), ce = Fr("%Map%",
884
885
  if (!e || typeof e != "object")
885
886
  return [e].concat(t);
886
887
  var o = e;
887
- return U(e) && !U(t) && (o = xr(e, n)), U(e) && U(t) ? (t.forEach(function(a, i) {
888
- if (Ie.call(e, i)) {
888
+ return U(e) && !U(t) && (o = Dr(e, n)), U(e) && U(t) ? (t.forEach(function(a, i) {
889
+ if (Fe.call(e, i)) {
889
890
  var f = e[i];
890
891
  f && typeof f == "object" && a && typeof a == "object" ? e[i] = r(f, a, n) : e.push(a);
891
892
  } else
892
893
  e[i] = a;
893
894
  }), e) : Object.keys(t).reduce(function(a, i) {
894
895
  var f = t[i];
895
- return Ie.call(a, i) ? a[i] = r(a[i], f, n) : a[i] = f, a;
896
+ return Fe.call(a, i) ? a[i] = r(a[i], f, n) : a[i] = f, a;
896
897
  }, o);
897
898
  }, _n = function(e, t) {
898
899
  return Object.keys(t).reduce(function(n, o) {
@@ -907,16 +908,16 @@ var Fr = j, Y = Bt, dn = Jt, gn = ae, ue = Fr("%WeakMap%", !0), ce = Fr("%Map%",
907
908
  } catch {
908
909
  return n;
909
910
  }
910
- }, Fe = 1024, Nn = function(e, t, n, o, a) {
911
+ }, xe = 1024, Nn = function(e, t, n, o, a) {
911
912
  if (e.length === 0)
912
913
  return e;
913
914
  var i = e;
914
915
  if (typeof e == "symbol" ? i = Symbol.prototype.toString.call(e) : typeof e != "string" && (i = String(e)), n === "iso-8859-1")
915
- return escape(i).replace(/%u[0-9a-f]{4}/gi, function(d) {
916
- return "%26%23" + parseInt(d.slice(2), 16) + "%3B";
916
+ return escape(i).replace(/%u[0-9a-f]{4}/gi, function(v) {
917
+ return "%26%23" + parseInt(v.slice(2), 16) + "%3B";
917
918
  });
918
- for (var f = "", l = 0; l < i.length; l += Fe) {
919
- for (var p = i.length >= Fe ? i.slice(l, l + Fe) : i, c = [], s = 0; s < p.length; ++s) {
919
+ for (var f = "", l = 0; l < i.length; l += xe) {
920
+ for (var p = i.length >= xe ? i.slice(l, l + xe) : i, c = [], s = 0; s < p.length; ++s) {
920
921
  var u = p.charCodeAt(s);
921
922
  if (u === 45 || u === 46 || u === 95 || u === 126 || u >= 48 && u <= 57 || u >= 65 && u <= 90 || u >= 97 && u <= 122 || a === xn.RFC1738 && (u === 40 || u === 41)) {
922
923
  c[c.length] = p.charAt(s);
@@ -959,8 +960,8 @@ var Fr = j, Y = Bt, dn = Jt, gn = ae, ue = Fr("%WeakMap%", !0), ce = Fr("%Map%",
959
960
  return n;
960
961
  }
961
962
  return t(e);
962
- }, Dr = {
963
- arrayToObject: xr,
963
+ }, Rr = {
964
+ arrayToObject: Dr,
964
965
  assign: _n,
965
966
  combine: Un,
966
967
  compact: Mn,
@@ -970,7 +971,7 @@ var Fr = j, Y = Bt, dn = Jt, gn = ae, ue = Fr("%WeakMap%", !0), ce = Fr("%Map%",
970
971
  isRegExp: Bn,
971
972
  maybeMap: Wn,
972
973
  merge: Rn
973
- }, Rr = $n, ye = Dr, ne = ze, Ln = Object.prototype.hasOwnProperty, _r = {
974
+ }, _r = $n, ye = Rr, ne = Ke, Ln = Object.prototype.hasOwnProperty, Tr = {
974
975
  brackets: function(e) {
975
976
  return e + "[]";
976
977
  },
@@ -981,7 +982,7 @@ var Fr = j, Y = Bt, dn = Jt, gn = ae, ue = Fr("%WeakMap%", !0), ce = Fr("%Map%",
981
982
  repeat: function(e) {
982
983
  return e;
983
984
  }
984
- }, P = Array.isArray, Gn = Array.prototype.push, Tr = function(r, e) {
985
+ }, P = Array.isArray, Gn = Array.prototype.push, Nr = function(r, e) {
985
986
  Gn.apply(r, P(e) ? e : [e]);
986
987
  }, kn = Date.prototype.toISOString, vr = ne.default, h = {
987
988
  addQueryPrefix: !1,
@@ -1006,70 +1007,70 @@ var Fr = j, Y = Bt, dn = Jt, gn = ae, ue = Fr("%WeakMap%", !0), ce = Fr("%Map%",
1006
1007
  strictNullHandling: !1
1007
1008
  }, zn = function(e) {
1008
1009
  return typeof e == "string" || typeof e == "number" || typeof e == "boolean" || typeof e == "symbol" || typeof e == "bigint";
1009
- }, xe = {}, Kn = function r(e, t, n, o, a, i, f, l, p, c, s, u, d, g, S, A, I, F) {
1010
- for (var v = e, x = F, B = 0, X = !1; (x = x.get(xe)) !== void 0 && !X; ) {
1010
+ }, De = {}, Kn = function r(e, t, n, o, a, i, f, l, p, c, s, u, v, g, S, A, I, F) {
1011
+ for (var d = e, x = F, B = 0, X = !1; (x = x.get(De)) !== void 0 && !X; ) {
1011
1012
  var G = x.get(e);
1012
1013
  if (B += 1, typeof G < "u") {
1013
1014
  if (G === B)
1014
1015
  throw new RangeError("Cyclic object value");
1015
1016
  X = !0;
1016
1017
  }
1017
- typeof x.get(xe) > "u" && (B = 0);
1018
+ typeof x.get(De) > "u" && (B = 0);
1018
1019
  }
1019
- if (typeof c == "function" ? v = c(t, v) : v instanceof Date ? v = d(v) : n === "comma" && P(v) && (v = ye.maybeMap(v, function(he) {
1020
- return he instanceof Date ? d(he) : he;
1021
- })), v === null) {
1020
+ if (typeof c == "function" ? d = c(t, d) : d instanceof Date ? d = v(d) : n === "comma" && P(d) && (d = ye.maybeMap(d, function(he) {
1021
+ return he instanceof Date ? v(he) : he;
1022
+ })), d === null) {
1022
1023
  if (i)
1023
1024
  return p && !A ? p(t, h.encoder, I, "key", g) : t;
1024
- v = "";
1025
+ d = "";
1025
1026
  }
1026
- if (zn(v) || ye.isBuffer(v)) {
1027
+ if (zn(d) || ye.isBuffer(d)) {
1027
1028
  if (p) {
1028
1029
  var ie = A ? t : p(t, h.encoder, I, "key", g);
1029
- return [S(ie) + "=" + S(p(v, h.encoder, I, "value", g))];
1030
+ return [S(ie) + "=" + S(p(d, h.encoder, I, "value", g))];
1030
1031
  }
1031
- return [S(t) + "=" + S(String(v))];
1032
+ return [S(t) + "=" + S(String(d))];
1032
1033
  }
1033
1034
  var C = [];
1034
- if (typeof v > "u")
1035
+ if (typeof d > "u")
1035
1036
  return C;
1036
1037
  var D;
1037
- if (n === "comma" && P(v))
1038
- A && p && (v = ye.maybeMap(v, p)), D = [{ value: v.length > 0 ? v.join(",") || null : void 0 }];
1038
+ if (n === "comma" && P(d))
1039
+ A && p && (d = ye.maybeMap(d, p)), D = [{ value: d.length > 0 ? d.join(",") || null : void 0 }];
1039
1040
  else if (P(c))
1040
1041
  D = c;
1041
1042
  else {
1042
- var le = Object.keys(v);
1043
+ var le = Object.keys(d);
1043
1044
  D = s ? le.sort(s) : le;
1044
1045
  }
1045
- var k = l ? t.replace(/\./g, "%2E") : t, O = o && P(v) && v.length === 1 ? k + "[]" : k;
1046
- if (a && P(v) && v.length === 0)
1046
+ var k = l ? t.replace(/\./g, "%2E") : t, O = o && P(d) && d.length === 1 ? k + "[]" : k;
1047
+ if (a && P(d) && d.length === 0)
1047
1048
  return O + "[]";
1048
1049
  for (var R = 0; R < D.length; ++R) {
1049
- var _ = D[R], Z = typeof _ == "object" && typeof _.value < "u" ? _.value : v[_];
1050
+ var _ = D[R], Z = typeof _ == "object" && typeof _.value < "u" ? _.value : d[_];
1050
1051
  if (!(f && Z === null)) {
1051
- var me = u && l ? _.replace(/\./g, "%2E") : _, Br = P(v) ? typeof n == "function" ? n(O, me) : O : O + (u ? "." + me : "[" + me + "]");
1052
+ var me = u && l ? _.replace(/\./g, "%2E") : _, Cr = P(d) ? typeof n == "function" ? n(O, me) : O : O + (u ? "." + me : "[" + me + "]");
1052
1053
  F.set(e, B);
1053
- var Ke = Rr();
1054
- Ke.set(xe, F), Tr(C, r(
1054
+ var He = _r();
1055
+ He.set(De, F), Nr(C, r(
1055
1056
  Z,
1056
- Br,
1057
+ Cr,
1057
1058
  n,
1058
1059
  o,
1059
1060
  a,
1060
1061
  i,
1061
1062
  f,
1062
1063
  l,
1063
- n === "comma" && A && P(v) ? null : p,
1064
+ n === "comma" && A && P(d) ? null : p,
1064
1065
  c,
1065
1066
  s,
1066
1067
  u,
1067
- d,
1068
+ v,
1068
1069
  g,
1069
1070
  S,
1070
1071
  A,
1071
1072
  I,
1072
- Ke
1073
+ He
1073
1074
  ));
1074
1075
  }
1075
1076
  }
@@ -1095,7 +1096,7 @@ var Fr = j, Y = Bt, dn = Jt, gn = ae, ue = Fr("%WeakMap%", !0), ce = Fr("%Map%",
1095
1096
  var o = ne.formatters[n], a = h.filter;
1096
1097
  (typeof e.filter == "function" || P(e.filter)) && (a = e.filter);
1097
1098
  var i;
1098
- if (e.arrayFormat in _r ? i = e.arrayFormat : "indices" in e ? i = e.indices ? "indices" : "repeat" : i = h.arrayFormat, "commaRoundTrip" in e && typeof e.commaRoundTrip != "boolean")
1099
+ if (e.arrayFormat in Tr ? i = e.arrayFormat : "indices" in e ? i = e.indices ? "indices" : "repeat" : i = h.arrayFormat, "commaRoundTrip" in e && typeof e.commaRoundTrip != "boolean")
1099
1100
  throw new TypeError("`commaRoundTrip` must be a boolean, or absent");
1100
1101
  var f = typeof e.allowDots > "u" ? e.encodeDotInKeys === !0 ? !0 : h.allowDots : !!e.allowDots;
1101
1102
  return {
@@ -1125,11 +1126,11 @@ var Fr = j, Y = Bt, dn = Jt, gn = ae, ue = Fr("%WeakMap%", !0), ce = Fr("%Map%",
1125
1126
  var i = [];
1126
1127
  if (typeof t != "object" || t === null)
1127
1128
  return "";
1128
- var f = _r[n.arrayFormat], l = f === "comma" && n.commaRoundTrip;
1129
+ var f = Tr[n.arrayFormat], l = f === "comma" && n.commaRoundTrip;
1129
1130
  o || (o = Object.keys(t)), n.sort && o.sort(n.sort);
1130
- for (var p = Rr(), c = 0; c < o.length; ++c) {
1131
+ for (var p = _r(), c = 0; c < o.length; ++c) {
1131
1132
  var s = o[c];
1132
- n.skipNulls && t[s] === null || Tr(i, Kn(
1133
+ n.skipNulls && t[s] === null || Nr(i, Kn(
1133
1134
  t[s],
1134
1135
  s,
1135
1136
  f,
@@ -1150,9 +1151,9 @@ var Fr = j, Y = Bt, dn = Jt, gn = ae, ue = Fr("%WeakMap%", !0), ce = Fr("%Map%",
1150
1151
  p
1151
1152
  ));
1152
1153
  }
1153
- var u = i.join(n.delimiter), d = n.addQueryPrefix === !0 ? "?" : "";
1154
- return n.charsetSentinel && (n.charset === "iso-8859-1" ? d += "utf8=%26%2310003%3B&" : d += "utf8=%E2%9C%93&"), u.length > 0 ? d + u : "";
1155
- }, J = Dr, Be = Object.prototype.hasOwnProperty, Qn = Array.isArray, m = {
1154
+ var u = i.join(n.delimiter), v = n.addQueryPrefix === !0 ? "?" : "";
1155
+ return n.charsetSentinel && (n.charset === "iso-8859-1" ? v += "utf8=%26%2310003%3B&" : v += "utf8=%E2%9C%93&"), u.length > 0 ? v + u : "";
1156
+ }, J = Rr, Ce = Object.prototype.hasOwnProperty, Qn = Array.isArray, m = {
1156
1157
  allowDots: !1,
1157
1158
  allowEmptyArrays: !1,
1158
1159
  allowPrototypes: !1,
@@ -1176,7 +1177,7 @@ var Fr = j, Y = Bt, dn = Jt, gn = ae, ue = Fr("%WeakMap%", !0), ce = Fr("%Map%",
1176
1177
  return r.replace(/&#(\d+);/g, function(e, t) {
1177
1178
  return String.fromCharCode(parseInt(t, 10));
1178
1179
  });
1179
- }, Nr = function(r, e) {
1180
+ }, Mr = function(r, e) {
1180
1181
  return r && typeof r == "string" && e.comma && r.indexOf(",") > -1 ? r.split(",") : r;
1181
1182
  }, Jn = "utf8=%26%2310003%3B", jn = "utf8=%E2%9C%93", Yn = function(e, t) {
1182
1183
  var n = { __proto__: null }, o = t.ignoreQueryPrefix ? e.replace(/^\?/, "") : e;
@@ -1187,19 +1188,19 @@ var Fr = j, Y = Bt, dn = Jt, gn = ae, ue = Fr("%WeakMap%", !0), ce = Fr("%Map%",
1187
1188
  i[l].indexOf("utf8=") === 0 && (i[l] === jn ? p = "utf-8" : i[l] === Jn && (p = "iso-8859-1"), f = l, l = i.length);
1188
1189
  for (l = 0; l < i.length; ++l)
1189
1190
  if (l !== f) {
1190
- var c = i[l], s = c.indexOf("]="), u = s === -1 ? c.indexOf("=") : s + 1, d, g;
1191
- u === -1 ? (d = t.decoder(c, m.decoder, p, "key"), g = t.strictNullHandling ? null : "") : (d = t.decoder(c.slice(0, u), m.decoder, p, "key"), g = J.maybeMap(
1192
- Nr(c.slice(u + 1), t),
1191
+ var c = i[l], s = c.indexOf("]="), u = s === -1 ? c.indexOf("=") : s + 1, v, g;
1192
+ u === -1 ? (v = t.decoder(c, m.decoder, p, "key"), g = t.strictNullHandling ? null : "") : (v = t.decoder(c.slice(0, u), m.decoder, p, "key"), g = J.maybeMap(
1193
+ Mr(c.slice(u + 1), t),
1193
1194
  function(A) {
1194
1195
  return t.decoder(A, m.decoder, p, "value");
1195
1196
  }
1196
1197
  )), g && t.interpretNumericEntities && p === "iso-8859-1" && (g = Vn(g)), c.indexOf("[]=") > -1 && (g = Qn(g) ? [g] : g);
1197
- var S = Be.call(n, d);
1198
- S && t.duplicates === "combine" ? n[d] = J.combine(n[d], g) : (!S || t.duplicates === "last") && (n[d] = g);
1198
+ var S = Ce.call(n, v);
1199
+ S && t.duplicates === "combine" ? n[v] = J.combine(n[v], g) : (!S || t.duplicates === "last") && (n[v] = g);
1199
1200
  }
1200
1201
  return n;
1201
1202
  }, Xn = function(r, e, t, n) {
1202
- for (var o = n ? e : Nr(e, t), a = r.length - 1; a >= 0; --a) {
1203
+ for (var o = n ? e : Mr(e, t), a = r.length - 1; a >= 0; --a) {
1203
1204
  var i, f = r[a];
1204
1205
  if (f === "[]" && t.parseArrays)
1205
1206
  i = t.allowEmptyArrays && o === "" ? [] : [].concat(o);
@@ -1215,12 +1216,12 @@ var Fr = j, Y = Bt, dn = Jt, gn = ae, ue = Fr("%WeakMap%", !0), ce = Fr("%Map%",
1215
1216
  if (e) {
1216
1217
  var a = n.allowDots ? e.replace(/\.([^.[]+)/g, "[$1]") : e, i = /(\[[^[\]]*])/, f = /(\[[^[\]]*])/g, l = n.depth > 0 && i.exec(a), p = l ? a.slice(0, l.index) : a, c = [];
1217
1218
  if (p) {
1218
- if (!n.plainObjects && Be.call(Object.prototype, p) && !n.allowPrototypes)
1219
+ if (!n.plainObjects && Ce.call(Object.prototype, p) && !n.allowPrototypes)
1219
1220
  return;
1220
1221
  c.push(p);
1221
1222
  }
1222
1223
  for (var s = 0; n.depth > 0 && (l = f.exec(a)) !== null && s < n.depth; ) {
1223
- if (s += 1, !n.plainObjects && Be.call(Object.prototype, l[1].slice(1, -1)) && !n.allowPrototypes)
1224
+ if (s += 1, !n.plainObjects && Ce.call(Object.prototype, l[1].slice(1, -1)) && !n.allowPrototypes)
1224
1225
  return;
1225
1226
  c.push(l[1]);
1226
1227
  }
@@ -1272,16 +1273,16 @@ var Fr = j, Y = Bt, dn = Jt, gn = ae, ue = Fr("%WeakMap%", !0), ce = Fr("%Map%",
1272
1273
  o = J.merge(o, l, t);
1273
1274
  }
1274
1275
  return t.allowSparse === !0 ? o : J.compact(o);
1275
- }, ta = qn, na = ra, aa = ze, Mr = {
1276
+ }, ta = qn, na = ra, aa = Ke, Br = {
1276
1277
  formats: aa,
1277
1278
  parse: na,
1278
1279
  stringify: ta
1279
1280
  };
1280
- const oa = /* @__PURE__ */ Wr(Mr), ia = /* @__PURE__ */ Cr({
1281
+ const oa = /* @__PURE__ */ Wr(Br), ia = /* @__PURE__ */ Ur({
1281
1282
  __proto__: null,
1282
1283
  default: oa
1283
- }, [Mr]);
1284
+ }, [Br]);
1284
1285
  export {
1285
1286
  ia as i
1286
1287
  };
1287
- //# sourceMappingURL=index-7v-FwlFM.js.map
1288
+ //# sourceMappingURL=index-DF-CVhdU.js.map