nats-hemera
Advanced tools
Comparing version 2.0.0-0 to 2.0.1-0
@@ -1377,4 +1377,6 @@ 'use strict' | ||
instance._onClose(err, err => { | ||
if (_.isFunction(cb)) { | ||
cb(err) | ||
} | ||
done(err) | ||
cb(err) | ||
}) | ||
@@ -1381,0 +1383,0 @@ }) |
{ | ||
"name": "nats-hemera", | ||
"author": "Dustin Deus (https://github.com/StarpTech)", | ||
"version": "2.0.0-0", | ||
"version": "2.0.1-0", | ||
"main": "lib/index.js", | ||
@@ -6,0 +6,0 @@ "homepage": "https://hemerajs.github.io/hemera/", |
2672
67557