Comparing version 2.0.0 to 2.0.1
@@ -29,2 +29,6 @@ var amqp = require('amqpLib/callback_api'); | ||
}); | ||
connection.on('ready', function (err) { | ||
console.log("ready") | ||
}); | ||
if (callback) | ||
@@ -31,0 +35,0 @@ callback(); |
{ | ||
"name": "zoop-utill", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "Common library to be used by zoop products.Includes utils such as storage connectors, logging utils, etc.", | ||
@@ -13,3 +13,3 @@ "main": "index.js", | ||
"amqplib": "latest", | ||
"grpc": "^1.12.2", | ||
"grpc": "^1.22.2", | ||
"mysql": "^2.15.0", | ||
@@ -16,0 +16,0 @@ "redis": "^2.8.0" |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
9883
188
0
Updatedgrpc@^1.22.2