harcon-amqp
Advanced tools
Comparing version 9.0.7 to 9.1.0
@@ -228,3 +228,3 @@ let _ = require('isa.js') | ||
self.logger.harconlog( null, 'Received from bus...', comm, 'trace' ) | ||
self.logger.harconlog( null, 'Package received', comm, 'trace' ) | ||
@@ -236,3 +236,2 @@ let realComm = Communication.importCommunication( comm.comm ) | ||
realComm.callback = function () { } | ||
self.logger.harconlog( null, 'Request received from bus...', realComm, 'trace' ) | ||
await self.appease( realComm ) | ||
@@ -282,3 +281,3 @@ } else { | ||
self.logger.harconlog( null, 'Intoxicating to bus...', {comm: comm, err: err ? err.message || err.toString() : null, responseComms: responseComms}, 'trace' ) | ||
self.logger.harconlog( null, 'Packet sending', {comm: comm, err: err ? err.message || err.toString() : null, responseComms: responseComms}, 'trace' ) | ||
@@ -285,0 +284,0 @@ let entityName = comm.source // event.substring(0, comm.event.indexOf('.') ) |
{ | ||
"name": "harcon-amqp", | ||
"version": "9.0.7", | ||
"version": "9.1.0", | ||
"description": "AMQP plugin for the harcon messaging/service bus of node-based enterprise entities.", | ||
@@ -28,3 +28,3 @@ "keywords": [ | ||
"clerobee": "^0.9.8", | ||
"harcon": "^9.0.12", | ||
"harcon": "^9.1.0", | ||
"isa.js": "^2.2.10", | ||
@@ -31,0 +31,0 @@ "proback.js": "^2.1.8", |
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
39073
981
Updatedharcon@^9.1.0