feat(): Backport metadata management (#11469)

FIXES FRMW-2915

**What**
Backport metadata management. all the metadata get preserved unless a specific empty string is provided for the key which in turn would remove that key from the metadata
This commit is contained in:
Adrien de Peretti
2025-02-17 10:14:53 +01:00
committed by GitHub
parent a5ff1b92ce
commit 63f0774569
7 changed files with 171 additions and 4 deletions
+5
View File
@@ -0,0 +1,5 @@
---
"@medusajs/utils": patch
---
feat(utils): Backport metadata management