servicebus
Advanced tools
Comparing version 1.0.0-rc10 to 1.0.0-rc11
@@ -29,3 +29,3 @@ var extend = require('extend'); | ||
var onlyAckOnce = createOnly('ack', 1); | ||
var onlyRejectMax = createOnly('reject', maxRetries - 1); | ||
var onlyRejectMax = createOnly('reject', maxRetries); | ||
@@ -32,0 +32,0 @@ if (options && options.ack) { |
@@ -10,3 +10,3 @@ { | ||
"description": "Simple service bus for sending events between processes using amqp.", | ||
"version": "1.0.0-rc10", | ||
"version": "1.0.0-rc11", | ||
"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
51884