chore(event-bus-*): Do not emit if no subscribers: (#14084)

* chore(event-vus-*): Do not emit if no subscribers:

* Create curly-apricots-double.md

* add tests

* align tests
This commit is contained in:
Adrien de Peretti
2025-11-24 09:36:52 +01:00
committed by GitHub
parent 6c3ec528f1
commit 113f200a99
6 changed files with 373 additions and 23 deletions
+6
View File
@@ -0,0 +1,6 @@
---
"@medusajs/event-bus-local": patch
"@medusajs/event-bus-redis": patch
---
chore(event-vus-*): Do not emit if no subscribers: