asamap 1.0.8 → 1.0.9

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.
Files changed (2) hide show
  1. package/dist/index.mjs +14 -13
  2. package/package.json +1 -1
package/dist/index.mjs CHANGED
@@ -692,7 +692,7 @@ const Ce = {
692
692
  }, ke = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
693
693
  __proto__: null,
694
694
  default: Ce
695
- }, Symbol.toStringTag, { value: "Module" })), i = [
695
+ }, Symbol.toStringTag, { value: "Module" })), n = [
696
696
  {
697
697
  label: "Pre-Orders",
698
698
  visible: !0,
@@ -758,7 +758,7 @@ const Ce = {
758
758
  }
759
759
  ], Ge = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
760
760
  __proto__: null,
761
- default: i
761
+ default: n
762
762
  }, Symbol.toStringTag, { value: "Module" })), k = [
763
763
  {
764
764
  label: "Spend",
@@ -828,7 +828,7 @@ const Ce = {
828
828
  chartType: "line",
829
829
  value: "ttr"
830
830
  },
831
- ...i
831
+ ...n
832
832
  ], G = {};
833
833
  k.forEach((e) => {
834
834
  G[e.value] = e;
@@ -934,7 +934,7 @@ const D = [
934
934
  align: "right",
935
935
  formatter: (e) => e.ttrFormat || "0"
936
936
  },
937
- ...i,
937
+ ...n,
938
938
  {
939
939
  label: "MMP Installs",
940
940
  precision: 0,
@@ -1287,7 +1287,7 @@ const De = { base8: k, base8Obj: G, all: D, allObj: I }, Ie = /* @__PURE__ */ Ob
1287
1287
  value: "viewReDownloads",
1288
1288
  formatter: (e) => e.viewReDownloadsFormat || 0
1289
1289
  },
1290
- ...i
1290
+ ...n
1291
1291
  ], Be = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1292
1292
  __proto__: null,
1293
1293
  default: Re
@@ -5757,7 +5757,7 @@ const ia = {
5757
5757
  value: "viewReDownloads",
5758
5758
  formatter: (e) => e.viewReDownloadsFormat || "0"
5759
5759
  },
5760
- ...i
5760
+ ...n
5761
5761
  ], oa = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
5762
5762
  __proto__: null,
5763
5763
  default: r
@@ -6001,7 +6001,7 @@ const ca = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6001
6001
  value: "viewReDownloads",
6002
6002
  formatter: (e) => e.viewReDownloadsFormat || "0"
6003
6003
  },
6004
- ...i
6004
+ ...n
6005
6005
  ], O = {};
6006
6006
  j.forEach((e) => {
6007
6007
  O[e.value] = e;
@@ -6282,7 +6282,8 @@ const ba = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6282
6282
  width: 120,
6283
6283
  align: "right",
6284
6284
  formatter: (e) => e.revenueFormat || "0"
6285
- }
6285
+ },
6286
+ ...n
6286
6287
  ], V = {};
6287
6288
  F.forEach((e) => {
6288
6289
  V[e.value] = e;
@@ -6489,7 +6490,7 @@ const ta = {
6489
6490
  if (Aa.indexOf(e) === -1)
6490
6491
  return !1;
6491
6492
  {
6492
- const a = /* @__PURE__ */ new Date(), n = new Date(a.getFullYear(), 0, 1), l = new Date(a.getFullYear(), 6, 1), c = (ee) => {
6493
+ const a = /* @__PURE__ */ new Date(), i = new Date(a.getFullYear(), 0, 1), l = new Date(a.getFullYear(), 6, 1), c = (ee) => {
6493
6494
  var s;
6494
6495
  const ae = ((s = new Intl.DateTimeFormat("en-US", {
6495
6496
  timeZone: e,
@@ -6498,7 +6499,7 @@ const ta = {
6498
6499
  /([+-])(\d{2})(?::?(\d{2}))?/
6499
6500
  );
6500
6501
  return (le === "+" ? -1 : 1) * (parseInt(ne) * 60 + parseInt(ie || "00"));
6501
- }, q = c(a), Q = c(n), X = c(l);
6502
+ }, q = c(a), Q = c(i), X = c(l);
6502
6503
  return q < Math.max(Q, X);
6503
6504
  }
6504
6505
  }, ga = [
@@ -16675,10 +16676,10 @@ const Ya = (e) => {
16675
16676
  return _;
16676
16677
  const a = e.split(".");
16677
16678
  if (a.length > 1) {
16678
- let n = _;
16679
+ let i = _;
16679
16680
  for (let l = 0; l < a.length; l++)
16680
- n[a[l]] ? n = n[a[l]] : console.error(`No Map node at ${a[l]} in ${e}`);
16681
- return n;
16681
+ i[a[l]] ? i = i[a[l]] : console.error(`No Map node at ${a[l]} in ${e}`);
16682
+ return i;
16682
16683
  } else
16683
16684
  return _[e];
16684
16685
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "asamap",
3
3
  "packageManager": "yarn@4.4.1",
4
- "version": "1.0.8",
4
+ "version": "1.0.9",
5
5
  "author": "matt avis",
6
6
  "main": "./dist/index.mjs",
7
7
  "module": "./dist/index.mjs",