servicebus
Advanced tools
Comparing version 2.2.2 to 2.3.0
@@ -1,2 +0,2 @@ | ||
var newId = require('node-uuid'); | ||
var newId = require('uuid/v1'); | ||
@@ -3,0 +3,0 @@ function addCorrelationId (queueName, message, options, next) { |
var cluster = require('cluster'); | ||
var events = require('events'), | ||
fs = require('fs'), | ||
newId = require('node-uuid'), | ||
newId = require('uuid/v1'), | ||
path = require('path'), | ||
@@ -6,0 +6,0 @@ util = require('util'); |
{ | ||
"name": "servicebus", | ||
"description": "Simple service bus for sending events between processes using amqp.", | ||
"version": "2.2.2", | ||
"version": "2.3.0", | ||
"author": "Matt Walters <mattwalters5@gmail.com>", | ||
@@ -17,3 +17,4 @@ "contributors": [ | ||
"test:staging": "mocha -R spec --recursive --exit", | ||
"semantic-release": "semantic-release pre && npm publish && semantic-release post" | ||
"semantic-release": "semantic-release", | ||
"travis-deploy-once": "travis-deploy-once" | ||
}, | ||
@@ -23,3 +24,3 @@ "homepage": "https://github.com/mateodelnorte/servicebus", | ||
"type": "git", | ||
"url": "git://github.com/mateodelnorte/servicebus.git" | ||
"url": "https://github.com/mateodelnorte/servicebus.git" | ||
}, | ||
@@ -31,17 +32,18 @@ "engines": { | ||
"amqplib": "^0.5.2", | ||
"debug": "^2.2.0", | ||
"debug": "^4.1.0", | ||
"extend": "^3.0.0", | ||
"node-uuid": "^1.4.3", | ||
"readable-id-mjs": "^1.0.0" | ||
"readable-id-mjs": "^1.0.0", | ||
"uuid": "^3.3.2" | ||
}, | ||
"devDependencies": { | ||
"commitizen": "^2.9.6", | ||
"commitizen": "^3.0.5", | ||
"cz-conventional-changelog": "^2.1.0", | ||
"jest": "^22.0.4", | ||
"jest": "^23.6.0", | ||
"longjohn": "~0.2.9", | ||
"mocha": ">=2.3.3", | ||
"semantic-release": "^11.0.2", | ||
"servicebus-retry": "0.0.12", | ||
"should": "7.1.0", | ||
"sinon": "~1.17.1" | ||
"semantic-release": "^15.12.3", | ||
"servicebus-retry": "0.0.13", | ||
"should": "13.2.3", | ||
"sinon": "~7.1.1", | ||
"travis-deploy-once": "^5.0.9" | ||
}, | ||
@@ -48,0 +50,0 @@ "optionalDependencies": {}, |
@@ -186,1 +186,7 @@ [![Build Status](https://travis-ci.org/mateodelnorte/servicebus.svg?branch=master)](https://travis-ci.org/mateodelnorte/servicebus) | ||
Retry provides ability to specify a max number of times an erroring message will be retried before being placed on an error queue. The retry middleware requires the correlate middleware. | ||
# Contributing | ||
servicebus uses `semantic-release` for deploys. | ||
Commits must follow [Conventional Changelog](https://github.com/conventional-changelog/conventional-changelog) to accurately calculate new versions. |
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
69520
192
10
+ Addeduuid@^3.3.2
+ Addeddebug@4.4.0(transitive)
+ Addedms@2.1.3(transitive)
+ Addeduuid@3.4.0(transitive)
- Removednode-uuid@^1.4.3
- Removednode-uuid@1.4.8(transitive)
Updateddebug@^4.1.0