@cheep/transport-rabbitmq
Advanced tools
Comparing version 1.1.0 to 1.1.1
{ | ||
"name": "@cheep/transport-rabbitmq", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"contributors": [ | ||
@@ -5,0 +5,0 @@ "Ezeki", |
@@ -70,3 +70,3 @@ "use strict"; | ||
const prefixes = this.getRegisteredPrefixes(); | ||
const patterns = prefixes.map(x => `${x}#`).concat(routes); | ||
const patterns = prefixes.map(x => `${x}.#`).concat(routes); | ||
this.bindingSetup = (x) => tslib_1.__awaiter(this, void 0, void 0, function* () { | ||
@@ -73,0 +73,0 @@ yield Promise.all(patterns.map(pattern => x.bindQueue(this.queueName, this.options.publishExchangeName, pattern))); |
Sorry, the diff of this file is not supported yet
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
18255
1