harcon-amqp
Advanced tools
Comparing version 8.3.0 to 8.3.1
@@ -232,3 +232,3 @@ const { promisify } = require('util') | ||
if ( self.isSystemEvent( comm.event ) ) | ||
return await this.appease( comm ) | ||
return this.appease( comm ) | ||
@@ -256,3 +256,3 @@ if ( !self.outs[ comm.division ] ) | ||
if ( !comm.expose && self.isSystemEvent( comm.event ) ) | ||
return await this.appease( comm, err, responseComms ) | ||
return this.appease( comm, err, responseComms ) | ||
@@ -259,0 +259,0 @@ if ( !self.outs[ comm.division ] ) |
{ | ||
"name": "harcon-amqp", | ||
"version": "8.3.0", | ||
"version": "8.3.1", | ||
"description": "AMQP plugin for the harcon messaging/service bus of node-based enterprise entities.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
19972