servicebus
Advanced tools
Comparing version 1.0.10 to 1.0.11
@@ -32,2 +32,5 @@ var extend = require('extend'); | ||
if (options && options.ack) { | ||
if ( ! message.properties.headers) message.properties.headers = {}; | ||
message.properties.headers.rejected = localRejected[message.content.cid]; | ||
@@ -34,0 +37,0 @@ |
@@ -10,3 +10,3 @@ { | ||
"description": "Simple service bus for sending events between processes using amqp.", | ||
"version": "1.0.10", | ||
"version": "1.0.11", | ||
"homepage": "https://github.com/mateodelnorte/servicebus", | ||
@@ -13,0 +13,0 @@ "repository": { |
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
53261
1276