Comparing version 0.0.0-20231201083700 to 0.0.0-20231201101547
@@ -55,4 +55,4 @@ "use strict"; | ||
arguments: { | ||
'x-dead-letter-exchange': deadLetterQueueExchange, | ||
'x-dead-letter-routing-key': queueName, | ||
'x-dead-letter-exchange': queueExchange, | ||
'x-dead-letter-routing-key': queueBindingKeys[0], | ||
'x-message-ttl': delayInSeconds * 1000, | ||
@@ -59,0 +59,0 @@ }, |
{ | ||
"name": "@axah/mq", | ||
"version": "0.0.0-20231201083700", | ||
"version": "0.0.0-20231201101547", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
64198