@lynxvs/amqp
Advanced tools
Comparing version 3.0.1 to 3.0.2
{ | ||
"name": "@lynxvs/amqp", | ||
"version": "3.0.1", | ||
"version": "3.0.2", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -81,3 +81,3 @@ "use strict"; | ||
// Note: on Node 6 Buffer.from(msg) should be used | ||
config.config.logger.info( | ||
config.config.logger.debug( | ||
`publishing message with routingKey=${routingKey} in exchange=${exchange}` | ||
@@ -84,0 +84,0 @@ ); |
@@ -51,3 +51,3 @@ import { connect, createChannel } from "./amqp"; | ||
// Note: on Node 6 Buffer.from(msg) should be used | ||
config.config.logger.info( | ||
config.config.logger.debug( | ||
`publishing message with routingKey=${routingKey} in exchange=${exchange}` | ||
@@ -54,0 +54,0 @@ ); |
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
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
81516
4