@turquoisehealth/pit-viper 2.55.3-dev.0 → 2.55.3

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.
@@ -59355,7 +59355,8 @@ function ML(e) {
59355
59355
  return t == null || t === "" ? "" : t;
59356
59356
  }
59357
59357
  function DL(e, t) {
59358
- return e.toLocaleString(void 0, {
59358
+ const i = Number(e);
59359
+ return isFinite(i) ? String(e) : i.toLocaleString(void 0, {
59359
59360
  minimumFractionDigits: 0,
59360
59361
  maximumFractionDigits: t
59361
59362
  });