Skip to content

Commit

Permalink
fix: client update (#152)
Browse files Browse the repository at this point in the history
* fix: client update
  • Loading branch information
antomor committed Jul 31, 2024
1 parent 958b179 commit a4807e5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
13 changes: 6 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rsksmart/rif-relay-server",
"version": "2.3.0-beta-boltz.3",
"version": "2.3.0-beta-boltz.4",
"private": false,
"description": "This project contains all the server code for the rif relay system.",
"license": "MIT",
Expand Down Expand Up @@ -75,7 +75,7 @@
"package.json": "npx sort-package-json"
},
"dependencies": {
"@rsksmart/rif-relay-client": "^2.2.2",
"@rsksmart/rif-relay-client": "^2.2.3",
"@rsksmart/rif-relay-contracts": "^2.1.0-beta.0",
"async-mutex": "^0.4.0",
"async-retry": "^1.3.3",
Expand Down

0 comments on commit a4807e5

Please sign in to comment.