Comparing version 1.0.4 to 1.0.5
@@ -177,3 +177,3 @@ 'use strict' | ||
options.queueName = 'emission:' + this._service_name | ||
options.queueName = `emission:${this._service_name}:${event}` | ||
@@ -180,0 +180,0 @@ debug('NAME INC') |
{ | ||
"name": "remit", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "`remit` is intended to be a small set of functionality used to create simple microservices that don't need to be aware of one-another's existence.", | ||
@@ -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
15505