Skip to content

Commit

Permalink
chore: upgrade library-sui version (#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrecastelo authored Nov 3, 2024
1 parent 34a8887 commit c41f1f9
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": "6.1.7",
"version": "6.1.8",
"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": "2.3.2",
"@firefly-exchange/library-sui": "2.3.3",
"@mysten/sui": "^1.12.0",
"@mysten/zklogin": "^0.7.22",
"@noble/hashes": "^1.2.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -896,10 +896,10 @@
"@ethersproject/properties" "^5.7.0"
"@ethersproject/strings" "^5.7.0"

"@firefly-exchange/[email protected].2":
version "2.3.2"
resolved "https://registry.yarnpkg.com/@firefly-exchange/library-sui/-/library-sui-2.3.2.tgz#8538c4d227ef4d5fc5ebdb63371eef7f0077bf30"
integrity sha512-NyRMuH7kf3q8168rhTuv+uCQ6QmSmReAJscjF8MyOwHfqnEDt/HNYp7eIHXIuaQkR2xVWVdJXofkPXWJF669bw==
"@firefly-exchange/[email protected].3":
version "2.3.3"
resolved "https://registry.yarnpkg.com/@firefly-exchange/library-sui/-/library-sui-2.3.3.tgz#9754bd295168b9d2647c1ac429416d09a731b599"
integrity sha512-fcSSf6/Ne3Gn2WHf+Of53sMeUP6cYb3m+d0eW2U6n3NzcrLGlYDRu6juC6P8WNV8IF4YUZDWjx4dI2ffIck+AA==
dependencies:
"@aws-sdk/client-kms" "^3.438.0"
"@mysten/bcs" "^1.1.0"
Expand Down

0 comments on commit c41f1f9

Please sign in to comment.