harcon-amqp
Advanced tools
Comparing version 0.6.5 to 0.7.0
@@ -40,3 +40,3 @@ 'use strict'; | ||
var reComm = Communication.importCommunication( comm.comm ); | ||
var reResComm = (comm.response && comm.responseComms.length>0) ? Communication.importCommunication( comm.responseComms[0] ) : null; | ||
var reResComm = comm.response ? (comm.responseComms.length>0 ? Communication.importCommunication( comm.responseComms[0] ) : reComm.twist( self.systemFirestarter.name, comm.err ) ) : null; | ||
@@ -43,0 +43,0 @@ var interested = (!reResComm && self.matching( reComm ).length !== 0) || (reResComm && self.matchingResponse( reResComm ).length !== 0); |
{ | ||
"name": "harcon-amqp", | ||
"version": "0.6.5", | ||
"version": "0.7.0", | ||
"description": "AMQP plugin for the harcon messaging/service bus of node-based enterprise entities.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
41719