We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64133a3 commit 9e5419dCopy full SHA for 9e5419d
package.json
@@ -1,7 +1,7 @@
1
{
2
- "name": "cli-rhea",
3
- "version": "2.6.3",
4
- "description": "Client interface built on amqp/rhea lib",
+ "name": "cli-rhea3",
+ "version": "3.0.0",
+ "description": "Client interface built on amqp/rhea lib 3.x",
5
"scripts": {
6
"test": "mocha test/*Test.js",
7
"browserify": "browserify --ignore ws -r .:cli-rhea -o ./dist/cli-rhea.js",
@@ -18,10 +18,10 @@
18
"cli-rhea-connector": "bin/connector-client.js"
19
},
20
"dependencies": {
21
- "rhea": "^1.0.19",
22
- "string-format-js": "",
23
- "ws": "^5.0.0",
24
- "yargs": "7.1.0"
+ "rhea": "^3.0.0",
+ "string-format-js": "^1.0.0",
+ "ws": "^8.12.1",
+ "yargs": "^17.7.0"
25
26
"keywords": [
27
"rhea",
0 commit comments