@twilson63/palmetto-rmq
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -10,3 +10,6 @@ var EventEmitter = require('events').EventEmitter | ||
var bus = require('servicebus').bus({url: config.endpoint}) | ||
var bus = require('servicebus').bus({ | ||
url: config.endpoint, | ||
vhost: config.vhost || null | ||
}) | ||
@@ -13,0 +16,0 @@ bus.subscribe(config.app, notify) |
{ | ||
"name": "@twilson63/palmetto-rmq", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "", | ||
@@ -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
1858
44