@rewaa/event-broker
Advanced tools
Comparing version 7.0.1 to 7.0.2
@@ -226,3 +226,3 @@ "use strict"; | ||
const topic = queue.topic; | ||
queueCreationPromises.push(this.createQueue(topic)); | ||
queueCreationPromises.push(this.createQueue(Object.assign(Object.assign({}, topic), { visibilityTimeout: queue.visibilityTimeout, batchSize: queue.batchSize }))); | ||
}); | ||
@@ -229,0 +229,0 @@ const responses = await Promise.allSettled(queueCreationPromises); |
{ | ||
"name": "@rewaa/event-broker", | ||
"version": "7.0.1", | ||
"version": "7.0.2", | ||
"description": "A broker for all the events that Rewaa will ever produce or consume", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
262333