Comparing version 1.3.22 to 1.3.23
@@ -100,3 +100,3 @@ let NATS = require('nats') | ||
if ( self.entityAppeared ) | ||
self.a( self, present.entity, present.nodeID ).catch( (err) => { self.logger.darconlog(err) } ) | ||
self.entityAppeared( self, present.entity, present.nodeID ).catch( (err) => { self.logger.darconlog(err) } ) | ||
} catch (err) { self.logger.darconlog( err ) } | ||
@@ -103,0 +103,0 @@ } ) |
{ | ||
"name": "darcon", | ||
"version": "1.3.22", | ||
"version": "1.3.23", | ||
"description": "Simple Messaging/Service Bus for node entities over NatsIO", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
62602