chore: Enable draft order plugin by default (#13314)

* wip

* fix

* fix tests

* update lockfile

* fix deps

* Enable draft order plugin by default

* remove double negation

* support merging modules
This commit is contained in:
Oli Juhl
2025-08-28 14:14:40 +02:00
committed by GitHub
parent be62cf87c7
commit cbaa403744
8 changed files with 302 additions and 36 deletions
+7
View File
@@ -0,0 +1,7 @@
---
"@medusajs/medusa": patch
"@medusajs/draft-order": patch
"@medusajs/utils": patch
---
chore: Enable draft order plugin by default