scope360-core 0.0.271 → 0.0.272

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.
@@ -30296,6 +30296,12 @@ function Y5(t) {
30296
30296
  n.push(e(s, t));
30297
30297
  return n;
30298
30298
  }
30299
+ function V5(t) {
30300
+ const e = t.map((s) => new Date(s));
30301
+ return new Date(
30302
+ Math.min(...e.map((s) => s.getTime()))
30303
+ );
30304
+ }
30299
30305
  const jV = (t, e, n, s = {}, i) => {
30300
30306
  const r = mo(t, e, s), a = document.createElement("div");
30301
30307
  return a.setAttribute("id", i || ""), n.appendChild(a), cd(r, a), r.component;
@@ -30379,6 +30385,7 @@ export {
30379
30385
  UV as addSlashToPair,
30380
30386
  M5 as calculatePNL,
30381
30387
  E5 as calculateTimeDifference,
30388
+ V5 as findEarliestDate,
30382
30389
  S5 as firebaseConfig,
30383
30390
  HV as formatDate,
30384
30391
  Jb as getCurrencyRate,