@bitspacerlabs/rabbit-relay 0.6.0 → 0.6.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -78,7 +78,7 @@ class RabbitMQBroker {
|
|
|
78
78
|
produceMany,
|
|
79
79
|
with: (events) => {
|
|
80
80
|
// keep original behavior (dynamic require) to avoid import cycles
|
|
81
|
-
const { augmentEvents } = require("
|
|
81
|
+
const { augmentEvents } = require("./eventFactories");
|
|
82
82
|
const augmented = augmentEvents(events, brokerInterface);
|
|
83
83
|
return augmented;
|
|
84
84
|
},
|
|
@@ -78,7 +78,7 @@ class RabbitMQBroker {
|
|
|
78
78
|
produceMany,
|
|
79
79
|
with: (events) => {
|
|
80
80
|
// keep original behavior (dynamic require) to avoid import cycles
|
|
81
|
-
const { augmentEvents } = require("
|
|
81
|
+
const { augmentEvents } = require("./eventFactories");
|
|
82
82
|
const augmented = augmentEvents(events, brokerInterface);
|
|
83
83
|
return augmented;
|
|
84
84
|
},
|