Comparing version 0.9.26 to 0.9.28
@@ -23,4 +23,7 @@ var async = require('async'); | ||
barrel.setWarper = function( division, warper ){ | ||
if( this.warpers[division] ) | ||
var self = this; | ||
if( this.warpers[division] && warper ){ | ||
this.warpers[division] = warper; | ||
warper.barrel = self; | ||
} | ||
}; | ||
@@ -27,0 +30,0 @@ |
@@ -8,3 +8,3 @@ var Communication = require('../lib/Communication'); | ||
var VERSION = exports.VERSION = '0.9.26'; | ||
var VERSION = exports.VERSION = '0.9.28'; | ||
@@ -11,0 +11,0 @@ function extend(obj, extension){ |
{ | ||
"name": "harcon", | ||
"version": "0.9.26", | ||
"version": "0.9.28", | ||
"description": "Messaging/Service Bus for the harmonic convergence of node-based enterprise entities.", | ||
@@ -49,3 +49,3 @@ "keywords": [ | ||
}, | ||
"_id": "harcon@0.9.26" | ||
"_id": "harcon@0.9.28" | ||
} |
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
700790
9626