@everymatrix/casino-game-page 1.85.17 → 1.85.19

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.
@@ -4249,6 +4249,7 @@ function ys(e, t) {
4249
4249
  fetch(`${e}/v1/player/session/player`, o).then((a) => a.json()).then((a) => r(a)).catch((a) => n(a));
4250
4250
  });
4251
4251
  }
4252
+ String(Number.MAX_SAFE_INTEGER).length;
4252
4253
  function ws(e, t) {
4253
4254
  if (e) {
4254
4255
  const r = document.createElement("style");
@@ -4256,6 +4257,8 @@ function ws(e, t) {
4256
4257
  }
4257
4258
  }
4258
4259
  function _s(e, t) {
4260
+ if (!e || !t)
4261
+ return;
4259
4262
  const r = new URL(t);
4260
4263
  fetch(r.href).then((n) => n.text()).then((n) => {
4261
4264
  const i = document.createElement("style");