Comparing version 0.9.15 to 0.9.16
@@ -8,3 +8,3 @@ var Communication = require('../lib/Communication'); | ||
var VERSION = exports.VERSION = '0.9.15'; | ||
var VERSION = exports.VERSION = '0.9.16'; | ||
@@ -112,2 +112,3 @@ function extend(obj, extension){ | ||
inflicter.addicts = function( object, options ){ | ||
var self = this; | ||
this.detracts( object ); | ||
@@ -123,3 +124,5 @@ | ||
componentConfig.inflicter = this; | ||
object.init( componentConfig ); | ||
object.init( componentConfig, function(err){ if(err){ | ||
self.logger.harconlog( err ); | ||
} } ); | ||
} catch( err ){ | ||
@@ -126,0 +129,0 @@ this.logger.error( err, 'Unable to initialize', fss.name ); |
{ | ||
"name": "harcon", | ||
"version": "0.9.15", | ||
"version": "0.9.16", | ||
"description": "Messaging/Service Bus for the harmonic convergence of node-based enterprise entities.", | ||
@@ -48,3 +48,3 @@ "keywords": [ | ||
}, | ||
"_id": "harcon@0.9.15" | ||
"_id": "harcon@0.9.16" | ||
} |
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
696304
9516