feat(product, types, modules-sdk): added event bus events for products (#4654)

what:

- adds an eventbus dependency to product module.
- emits events on product, category and collection CUD

RESOLVES CORE-1450
This commit is contained in:
Riqwan Thamir
2023-08-04 11:26:02 +02:00
committed by GitHub
parent 43f34866c8
commit 8af55aed87
16 changed files with 616 additions and 23 deletions

View File

@@ -20,6 +20,7 @@ packages/*
!packages/cache-redis
!packages/cache-inmemory
!packages/create-medusa-app
!packages/product
**/models/*