chore: Abstract module services (#6087)

**What**
Create a service abstraction for the modules internal service layer. The objective is to reduce the effort of building new modules when the logic is the same or otherwise allow to override the default behavior.

Co-authored-by: Oli Juhl <59018053+olivermrbl@users.noreply.github.com>
This commit is contained in:
Adrien de Peretti
2024-01-18 10:20:08 +01:00
committed by GitHub
parent 80feb972cb
commit 130c641e5c
46 changed files with 857 additions and 2836 deletions
+8
View File
@@ -0,0 +1,8 @@
---
"@medusajs/pricing": patch
"@medusajs/product": patch
"@medusajs/utils": patch
"@medusajs/types": patch
---
chore: Abstract module services