@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.
@@ -44037,7 +44037,8 @@ function cd(e) {
44037
44037
  return t == null || t === "" ? "" : t;
44038
44038
  }
44039
44039
  function ud(e, t) {
44040
- return e.toLocaleString(void 0, {
44040
+ const o = Number(e);
44041
+ return isFinite(o) ? String(e) : o.toLocaleString(void 0, {
44041
44042
  minimumFractionDigits: 0,
44042
44043
  maximumFractionDigits: t
44043
44044
  });