rabbit-queue
Advanced tools
Comparing version 5.4.1 to 5.4.2
@@ -119,3 +119,2 @@ "use strict"; | ||
reply.destroy(); | ||
console.log('destroyed'); | ||
logger.info(`[${correlationId}] -> Received stopStream event. Closing connection`); | ||
@@ -122,0 +121,0 @@ return; |
{ | ||
"name": "rabbit-queue", | ||
"version": "5.4.1", | ||
"version": "5.4.2", | ||
"description": "AMQP/RabbitMQ queue management library.", | ||
@@ -16,3 +16,2 @@ "main": "js/index.js", | ||
"watch": "tsc -w -p ts", | ||
"prepublishOnly": "npm run build && npm run test-docker", | ||
"pretest": "tslint --project ./ts/ && tslint ./test/**/*.ts && npm run build", | ||
@@ -55,3 +54,3 @@ "test": "nyc mocha", | ||
"dependencies": { | ||
"amqplib": "0.8.0", | ||
"amqplib": "*", | ||
"race-until": "~2.3.1", | ||
@@ -62,3 +61,3 @@ "uuid": "~8.3.2" | ||
"devDependencies": { | ||
"@types/amqplib": "0.8.1", | ||
"@types/amqplib": "0.8.2", | ||
"@types/mocha": "~9.0.0", | ||
@@ -65,0 +64,0 @@ "@types/node": "~16.4.1", |
Sorry, the diff of this file is not supported yet
Wildcard dependency
QualityPackage has a dependency with a floating version range. This can cause issues if the dependency publishes a new major version.
Found 1 instance in 1 package
93811
1084
1
+ Added@acuminous/bitsyntax@0.1.2(transitive)
+ Addedamqplib@0.10.5(transitive)
+ Addeddebug@4.4.0(transitive)
+ Addedms@2.1.3(transitive)
- Removedamqplib@0.8.0(transitive)
- Removedbitsyntax@0.1.0(transitive)
- Removedbluebird@3.7.2(transitive)
- Removedcore-util-is@1.0.3(transitive)
- Removeddebug@2.6.9(transitive)
- Removedinherits@2.0.4(transitive)
- Removedisarray@0.0.1(transitive)
- Removedms@2.0.0(transitive)
- Removedreadable-stream@1.1.14(transitive)
- Removedsafe-buffer@5.2.1(transitive)
- Removedstring_decoder@0.10.31(transitive)
Updatedamqplib@*