Comparing version 1.3.12 to 1.3.13
@@ -8,3 +8,3 @@ var Communication = require('../lib/Communication'); | ||
var VERSION = exports.VERSION = '1.3.12'; | ||
var VERSION = exports.VERSION = '1.3.13'; | ||
@@ -74,3 +74,3 @@ var _ = require('lodash'); | ||
self.logger.harconlog = function( err, message, obj, level ){ | ||
this.log( err ? 'error' : (level || 'info'), err ? err.message : message, extend( purify(obj || {}, self.purifyConfig, 0, []), { 'harcon': VERSION } ) ); | ||
this.log( err ? 'error' : (level || 'debug'), err ? err.message : message, extend( purify(obj || {}, self.purifyConfig, 0, []), { 'harcon': VERSION } ) ); | ||
}.bind( self.logger ); | ||
@@ -77,0 +77,0 @@ |
{ | ||
"name": "harcon", | ||
"version": "1.3.12", | ||
"version": "1.3.13", | ||
"description": "Messaging/Service Bus for the harmonic convergence of node-based enterprise entities.", | ||
@@ -49,3 +49,3 @@ "keywords": [ | ||
}, | ||
"_id": "harcon@1.3.12" | ||
"_id": "harcon@1.3.13" | ||
} |
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
997070