Skip to content

Commit

Permalink
UPD(package.json): rhea version and update other deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jiridanek committed Feb 17, 2023
1 parent 64133a3 commit 9e5419d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "cli-rhea",
"version": "2.6.3",
"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",
"scripts": {
"test": "mocha test/*Test.js",
"browserify": "browserify --ignore ws -r .:cli-rhea -o ./dist/cli-rhea.js",
Expand All @@ -18,10 +18,10 @@
"cli-rhea-connector": "bin/connector-client.js"
},
"dependencies": {
"rhea": "^1.0.19",
"string-format-js": "",
"ws": "^5.0.0",
"yargs": "7.1.0"
"rhea": "^3.0.0",
"string-format-js": "^1.0.0",
"ws": "^8.12.1",
"yargs": "^17.7.0"
},
"keywords": [
"rhea",
Expand Down

0 comments on commit 9e5419d

Please sign in to comment.