Skip to content

Commit

Permalink
chore: bump library-sui version (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrecastelo authored Oct 11, 2024
1 parent f1e7345 commit 2f1cf22
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bluefin-exchange/bluefin-v2-client",
"version": "5.5.0",
"version": "5.6.0",
"description": "The Bluefin client Library allows traders to sign, create, retrieve and listen to orders on Bluefin Exchange.",
"main": "dist/index.js",
"scripts": {
Expand Down Expand Up @@ -57,7 +57,7 @@
"webpack-node-externals": "^3.0.0"
},
"dependencies": {
"@firefly-exchange/library-sui": "^1.6.0",
"@firefly-exchange/library-sui": "^1.6.2",
"@mysten/bcs": "^1.0.2",
"@mysten/sui.js": "^0.45.0",
"@mysten/zklogin": "^0.3.4",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -981,10 +981,10 @@
"@ethersproject/properties" "^5.7.0"
"@ethersproject/strings" "^5.7.0"

"@firefly-exchange/library-sui@^1.6.0":
version "1.6.0"
resolved "https://registry.yarnpkg.com/@firefly-exchange/library-sui/-/library-sui-1.6.0.tgz#a07506273dec7af1a91d468af2f44887648992e3"
integrity sha512-o+qw2OM+BOc5Qyk+c0xLtMlfU8DwOzIkI8GW+JGpnQi/kUq9AGHLo3rTs/ErycWOMqeyqCCcf3ODs3dJ2JReUQ==
"@firefly-exchange/library-sui@^1.6.2":
version "1.6.2"
resolved "https://registry.yarnpkg.com/@firefly-exchange/library-sui/-/library-sui-1.6.2.tgz#34254cb571b6d41c91ac3ac932147a5e8f5d6ff3"
integrity sha512-KjtRQR1R1cNzMV9e1BmNdXNo0UEngIuhvo7tlbu59GsW/50FOP2tjByi/iIpigKbFNYPxbbmlP+TVdmcX9Wxcg==
dependencies:
"@aws-sdk/client-kms" "^3.438.0"
"@mysten/sui.js" "^0.48.0"
Expand Down

0 comments on commit 2f1cf22

Please sign in to comment.