We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(Same as issue "Update amqplib to v0.4.0 #24) but later : Change dependency into 0.4.1 ( or maybe 0.4.x for next time) as only amqplib is 0.4.1 allows Node 5 : { "name": "amqplib", "homepage": "http://squaremo.github.io/amqp.node/", "main": "./channel_api.js", "version": "0.4.1", "description": "An AMQP 0-9-1 (e.g., RabbitMQ) library and client.", "repository": { "type": "git", "url": "https://github.com/squaremo/amqp.node.git" }, "engines": { "node": ">=0.8 <5 || ^5" },
As Cloud foundry (Bluemix) uses now a Node 5.2.0, we cannot use jackrabbit ->amqp 0.4.0->node <5
thanks
The text was updated successfully, but these errors were encountered:
Any updates? Now there are already 0.4.2
Sorry, something went wrong.
There's a fork that has the update: https://github.com/pagerinc/jackrabbit wish they would enable issues on it!
No branches or pull requests
(Same as issue "Update amqplib to v0.4.0 #24) but later :
Change dependency into 0.4.1 ( or maybe 0.4.x for next time)
as only amqplib is 0.4.1 allows Node 5 :
{
"name": "amqplib",
"homepage": "http://squaremo.github.io/amqp.node/",
"main": "./channel_api.js",
"version": "0.4.1",
"description": "An AMQP 0-9-1 (e.g., RabbitMQ) library and client.",
"repository": {
"type": "git",
"url": "https://github.com/squaremo/amqp.node.git"
},
"engines": {
"node": ">=0.8 <5 || ^5"
},
As Cloud foundry (Bluemix) uses now a Node 5.2.0, we cannot use jackrabbit ->amqp 0.4.0->node <5
thanks
The text was updated successfully, but these errors were encountered: