chore(utils): Improve big number decorator (#6525)

**What**
- Re add the ability to use the original column name as part of a select in both select in and joined strategy
- The undefined error message will now display the original column name instead of the underscored one
This commit is contained in:
Adrien de Peretti
2024-02-27 15:48:45 +00:00
committed by GitHub
parent 753bd93ba1
commit b3d826497b
3 changed files with 42 additions and 30 deletions
+5
View File
@@ -0,0 +1,5 @@
---
"@medusajs/utils": patch
---
chore(utils): Improve big number decorator