scope360-core 0.0.533 → 0.0.534

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.
@@ -29692,7 +29692,7 @@ function ON(t) {
29692
29692
  const e = Math.floor(t / 864e5), n = Math.floor(
29693
29693
  t % (1e3 * 60 * 60 * 24) / (1e3 * 60 * 60)
29694
29694
  ), s = Math.floor(t % (1e3 * 60 * 60) / (1e3 * 60)), i = Math.floor(t % (1e3 * 60) / 1e3), r = [];
29695
- return e > 0 && r.push(`${e}D`), n > 0 && r.push(`${n}H`), s > 0 && r.push(`${s}M`), i > 0 && r.push(`${i}S`), r.join(" ");
29695
+ return e > 0 && r.push(`${e}d`), n > 0 && r.push(`${n}h`), s > 0 && r.push(`${s}m`), i > 0 && r.push(`${i}s`), r.join(" ");
29696
29696
  }
29697
29697
  function h6(t) {
29698
29698
  const e = /^(.*?)(BTC|ETH|USDT|USD|USDC)$/, n = t.match(e);