harcon-amqp
Advanced tools
Comparing version 0.7.5 to 0.7.6
@@ -167,3 +167,3 @@ 'use strict'; | ||
var self = this; | ||
if( self.isSystemEvent( comm.event ) ) return this.parentAppease( comm, err, responseComms ); | ||
if( !comm.expose && self.isSystemEvent( comm.event ) ) return this.parentAppease( comm, err, responseComms ); | ||
@@ -170,0 +170,0 @@ var packet = JSON.stringify( { id: comm.id, comm: comm, err: err ? err.message : null, response: true, responseComms: responseComms || [] } ); |
{ | ||
"name": "harcon-amqp", | ||
"version": "0.7.5", | ||
"version": "0.7.6", | ||
"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
41853