Comparing version 1.0.2 to 1.0.3
@@ -182,3 +182,3 @@ var async = require('async'); | ||
function(err, results){ | ||
self.logger.harconlog( err, 'Emitted with: ', { results: results }, 'silly' ); | ||
self.logger.harconlog( err, 'Emitted with: ', { results: results } ); | ||
@@ -185,0 +185,0 @@ if( comm.callback ){ |
@@ -8,3 +8,3 @@ var Communication = require('../lib/Communication'); | ||
var VERSION = exports.VERSION = '1.0.2'; | ||
var VERSION = exports.VERSION = '1.0.3'; | ||
@@ -11,0 +11,0 @@ var _ = require('lodash'); |
{ | ||
"name": "harcon", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Messaging/Service Bus for the harmonic convergence of node-based enterprise entities.", | ||
@@ -49,3 +49,3 @@ "keywords": [ | ||
}, | ||
"_id": "harcon@1.0.2" | ||
"_id": "harcon@1.0.3" | ||
} |
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
969658