chore(): Move dependencies around (#9278)

RESOLVES FRMW-2716 [1]

**What**
First stab at re organising dependencies in the modules and their usage.
This commit is contained in:
Adrien de Peretti
2024-09-24 16:58:04 +02:00
committed by GitHub
parent bb342d46f6
commit 6937d74252
40 changed files with 96 additions and 86 deletions

View File

@@ -0,0 +1 @@
export * from "@medusajs/orchestration"

View File

@@ -0,0 +1 @@
export * from "@medusajs/types"

View File

@@ -0,0 +1 @@
export * from "@medusajs/utils"

View File

@@ -0,0 +1 @@
export * from "@medusajs/workflows-sdk/composer"

View File

@@ -0,0 +1 @@
export * from "@medusajs/workflows-sdk"