Comparing version 14.3.0 to 14.4.0
# Change Log | ||
## 14.4.0 | ||
- Report validation error when no vhosts are specified - See https://github.com/guidesmiths/rascal/issues/181 | ||
## 14.3.0 | ||
@@ -4,0 +8,0 @@ |
@@ -18,2 +18,3 @@ const debug = require('debug')('rascal:config:validate'); | ||
function validateVhosts(vhosts) { | ||
if (!vhosts || Object.keys(vhosts).length === 0) throw new Error('No vhosts specified'); | ||
_.each(vhosts, validateVhost); | ||
@@ -20,0 +21,0 @@ } |
{ | ||
"name": "rascal", | ||
"version": "14.3.0", | ||
"version": "14.4.0", | ||
"description": "A config driven wrapper for amqplib supporting multi-host connections, automatic error recovery, redelivery flood protection, transparent encryption / decryption, channel pooling and publication timeouts", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
233568
4188