Comparing version 2.0.9 to 2.0.10
@@ -370,7 +370,5 @@ let NATS = require('nats') | ||
try { | ||
self.natsServer = await NATS.connect( self.nats ) | ||
self.natsServer = await NATS.connect( self.nats ) | ||
self.logger.darconlog( null, 'NATS connection is made', { }, 'warn' ) | ||
} catch (err) { reject(err) } | ||
self.logger.darconlog( null, 'NATS connection is made', { }, 'warn' ) | ||
}, | ||
@@ -377,0 +375,0 @@ |
{ | ||
"name": "darcon", | ||
"version": "2.0.9", | ||
"version": "2.0.10", | ||
"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
77440
1907