Skip to content

Commit

Permalink
Merge 2361575 into 081dfb3
Browse files Browse the repository at this point in the history
  • Loading branch information
auroq committed Jul 18, 2021
2 parents 081dfb3 + 2361575 commit 8fa29e7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
@@ -1 +1 @@
14
16
3 changes: 1 addition & 2 deletions .travis.yml
Expand Up @@ -6,10 +6,9 @@ os:

language: node_js
node_js:
- "10"
- "12"
- "14"
- "15"
- "16"

before_script:
- npm run run-container
Expand Down
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -4,7 +4,7 @@
"description": "Abstractions to simplify working with the RabbitMQ",
"main": "src/index.js",
"engines": {
"node": ">=10 <=15"
"node": ">=12 <=16"
},
"repository": "https://github.com/Foo-Foo-MQ/foo-foo-mq",
"scripts": {
Expand Down Expand Up @@ -95,11 +95,11 @@
"standard-version": "^9.1.1"
},
"dependencies": {
"amqplib": "~0.7.1",
"amqplib": "~0.8.0",
"bole": "^4.0.0",
"debug": "^4.1.1",
"machina": "^4.0.2",
"node-monologue": "^1.0.1",
"node-monologue": "^2.0.0",
"postal": "^2.0.5",
"uuid": "^8.2.0"
},
Expand Down

0 comments on commit 8fa29e7

Please sign in to comment.