Comparing version 0.8.2 to 0.8.4
@@ -24,3 +24,3 @@ /*! | ||
*/ | ||
var VERSION = '0.8.2', | ||
var VERSION = '0.8.4', | ||
@@ -1475,3 +1475,3 @@ DEFAULT_PORT = 4222, | ||
if(conf.callback) { | ||
conf.callback(msg); | ||
conf.callback(msg, reply); | ||
} | ||
@@ -1478,0 +1478,0 @@ } |
{ | ||
"name": "nats", | ||
"version": "0.8.2", | ||
"version": "0.8.4", | ||
"description": "Node.js client for NATS, a lightweight, high-performance cloud native messaging system", | ||
@@ -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
65557