Comparing version 0.5.0 to 0.5.1
{ | ||
"name": "hase", | ||
"version": "0.5.0", | ||
"version": "0.5.1", | ||
"description": "hase handles exchanges and queues on RabbitMQ.", | ||
@@ -17,11 +17,12 @@ "contributors": [ | ||
"dependencies": { | ||
"amqplib": "0.4.2" | ||
"amqplib": "0.5.1" | ||
}, | ||
"devDependencies": { | ||
"assertthat": "0.8.0", | ||
"assertthat": "0.8.2", | ||
"knockat": "0.2.1", | ||
"processenv": "0.1.0", | ||
"roboter": "0.11.11", | ||
"shelljs": "0.7.3", | ||
"uuidv4": "0.3.1" | ||
"processenv": "0.1.1", | ||
"roboter": "0.13.15", | ||
"roboter-server": "0.13.15", | ||
"shelljs": "0.7.5", | ||
"uuidv4": "0.4.0" | ||
}, | ||
@@ -28,0 +29,0 @@ "repository": { |
'use strict'; | ||
const env = { | ||
RABBITMQ_URL: 'amqp://local.wolkenkit.io:5673' | ||
/* eslint-disable no-process-env */ | ||
RABBITMQ_URL: process.env.RABBITMQ_URL || 'amqp://local.wolkenkit.io:5673' | ||
/* eslint-enable no-process-env */ | ||
}; | ||
module.exports = env; |
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
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
88303
752
0
7
+ Addedamqplib@0.5.1(transitive)
+ Addedbluebird@3.7.2(transitive)
- Removedamqplib@0.4.2(transitive)
- Removedwhen@3.6.4(transitive)
Updatedamqplib@0.5.1