fix(utils): big bumber should give numeric value of 0 for small numbers (#13394)

* fix(utils): big bumber should give numeric value of 0 for small numbers

* circular dep

* fix imports

* fix infinite loop

* fix test

* changeset
This commit is contained in:
William Bouchard
2025-09-03 13:45:41 -04:00
committed by GitHub
parent 115a1deb49
commit faae150a58
6 changed files with 42 additions and 35 deletions
+5
View File
@@ -0,0 +1,5 @@
---
"@medusajs/utils": patch
---
fix(utils): big bumber should give numeric value of 0 for small numbers