servicebus
Advanced tools
Comparing version 2.3.0 to 2.3.1
{ | ||
"name": "servicebus", | ||
"description": "Simple service bus for sending events between processes using amqp.", | ||
"version": "2.3.0", | ||
"version": "2.3.1", | ||
"author": "Matt Walters <mattwalters5@gmail.com>", | ||
@@ -16,5 +16,3 @@ "contributors": [ | ||
"test:watch": "NODE_ENV=test jest --config jest.json --watch --coverage --verbose", | ||
"test:staging": "mocha -R spec --recursive --exit", | ||
"semantic-release": "semantic-release", | ||
"travis-deploy-once": "travis-deploy-once" | ||
"test:staging": "mocha -R spec --recursive --exit" | ||
}, | ||
@@ -30,19 +28,17 @@ "homepage": "https://github.com/mateodelnorte/servicebus", | ||
"dependencies": { | ||
"amqplib": "^0.5.2", | ||
"debug": "^4.1.0", | ||
"extend": "^3.0.0", | ||
"readable-id-mjs": "^1.0.0", | ||
"uuid": "^3.3.2" | ||
"amqplib": "0.5.3", | ||
"debug": "4.1.1", | ||
"extend": "3.0.2", | ||
"readable-id-mjs": "1.0.0", | ||
"uuid": "3.3.2" | ||
}, | ||
"devDependencies": { | ||
"commitizen": "^3.0.5", | ||
"cz-conventional-changelog": "^2.1.0", | ||
"jest": "^23.6.0", | ||
"longjohn": "~0.2.9", | ||
"mocha": ">=2.3.3", | ||
"semantic-release": "^15.12.3", | ||
"commitizen": "3.0.5", | ||
"cz-conventional-changelog": "2.1.0", | ||
"jest": "23.6.0", | ||
"longjohn": "0.2.12", | ||
"mocha": "5.2.0", | ||
"servicebus-retry": "0.0.13", | ||
"should": "13.2.3", | ||
"sinon": "~7.1.1", | ||
"travis-deploy-once": "^5.0.9" | ||
"sinon": "7.2.2" | ||
}, | ||
@@ -49,0 +45,0 @@ "optionalDependencies": {}, |
@@ -1,2 +0,2 @@ | ||
[![Build Status](https://travis-ci.org/mateodelnorte/servicebus.svg?branch=master)](https://travis-ci.org/mateodelnorte/servicebus) | ||
[![Build Status](https://travis-ci.org/mateodelnorte/servicebus.svg?branch=master)](https://travis-ci.org/mateodelnorte/servicebus) [![Greenkeeper badge](https://badges.greenkeeper.io/mateodelnorte/servicebus.svg)](https://greenkeeper.io/) | ||
@@ -3,0 +3,0 @@ # servicebus |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
8
42
1585
67568
+ Addedamqplib@0.5.3(transitive)
+ Addeddebug@4.1.1(transitive)
+ Addeduuid@3.3.2(transitive)
- Removedamqplib@0.5.6(transitive)
- Removeddebug@4.4.0(transitive)
- Removeduuid@3.4.0(transitive)
Updatedamqplib@0.5.3
Updateddebug@4.1.1
Updatedextend@3.0.2
Updatedreadable-id-mjs@1.0.0
Updateduuid@3.3.2