Skip to content

Commit

Permalink
Bumping sdk dependency to 2.43.0-beta.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 26, 2023
1 parent 4070b3d commit 464f4f2
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"devDependencies": {
"@coral-xyz/anchor": "^0.26.0",
"@drift-labs/sdk": "2.42.0-beta.18",
"@drift-labs/sdk": "2.43.0-beta.0",
"@solana/web3.js": "1.73.2",
"@types/bn.js": "^5.1.0",
"@types/chai": "^4.3.0",
Expand Down
2 changes: 1 addition & 1 deletion ts/sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"lib": "lib"
},
"peerDependencies": {
"@drift-labs/sdk": "2.42.0-beta.18"
"@drift-labs/sdk": "2.43.0-beta.0"
},
"dependencies": {
"@coral-xyz/anchor": "^0.26.0",
Expand Down
8 changes: 4 additions & 4 deletions ts/sdk/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,10 @@
dependencies:
"@jridgewell/trace-mapping" "0.3.9"

"@drift-labs/sdk@2.42.0-beta.18":
version "2.42.0-beta.18"
resolved "https://registry.yarnpkg.com/@drift-labs/sdk/-/sdk-2.42.0-beta.18.tgz#40150612b673e8e76a163e57e786122ad6839d0e"
integrity sha512-acV4tGkPeBrzko4WFzBg3jskGrC/KU86Z+K7vMXGhTi0TO4bPF92pl5ZozMJ5LhTnj3c78nPMmqSme+Gm2d2Zw==
"@drift-labs/sdk@2.43.0-beta.0":
version "2.43.0-beta.0"
resolved "https://registry.yarnpkg.com/@drift-labs/sdk/-/sdk-2.43.0-beta.0.tgz#43da769f9eaf47ecb455e44f4cd09b5aaa3062d1"
integrity sha512-iYXVJdPn3RTqMsXw/HHqztQVLeZtC4XOlb4jMwTeuXsP3/xfkWOXJjlCOM51PWD2iVXu6sG67MgST4ipsXtjew==
dependencies:
"@coral-xyz/anchor" "0.28.1-beta.2"
"@ellipsis-labs/phoenix-sdk" "^1.4.2"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,10 @@
bn.js "^5.1.2"
buffer-layout "^1.2.0"

"@drift-labs/sdk@2.42.0-beta.18":
version "2.42.0-beta.18"
resolved "https://registry.yarnpkg.com/@drift-labs/sdk/-/sdk-2.42.0-beta.18.tgz#40150612b673e8e76a163e57e786122ad6839d0e"
integrity sha512-acV4tGkPeBrzko4WFzBg3jskGrC/KU86Z+K7vMXGhTi0TO4bPF92pl5ZozMJ5LhTnj3c78nPMmqSme+Gm2d2Zw==
"@drift-labs/sdk@2.43.0-beta.0":
version "2.43.0-beta.0"
resolved "https://registry.yarnpkg.com/@drift-labs/sdk/-/sdk-2.43.0-beta.0.tgz#43da769f9eaf47ecb455e44f4cd09b5aaa3062d1"
integrity sha512-iYXVJdPn3RTqMsXw/HHqztQVLeZtC4XOlb4jMwTeuXsP3/xfkWOXJjlCOM51PWD2iVXu6sG67MgST4ipsXtjew==
dependencies:
"@coral-xyz/anchor" "0.28.1-beta.2"
"@ellipsis-labs/phoenix-sdk" "^1.4.2"
Expand Down

0 comments on commit 464f4f2

Please sign in to comment.