Skip to content

Commit

Permalink
Bumping sdk to 2.108.0-beta.9
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 27, 2025
1 parent c099531 commit 30d298a
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"devDependencies": {
"@coral-xyz/anchor": "0.28.0",
"@drift-labs/sdk": "2.108.0-beta.8",
"@drift-labs/sdk": "2.108.0-beta.9",
"@solana/web3.js": "1.73.2",
"@types/bn.js": "^5.1.0",
"@types/chai": "^4.3.0",
Expand Down
4 changes: 2 additions & 2 deletions ts/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@drift-labs/vaults-sdk",
"version": "0.3.6",
"version": "0.3.7",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"directories": {
"lib": "lib"
},
"dependencies": {
"@coral-xyz/anchor": "0.28.0",
"@drift-labs/sdk": "2.108.0-beta.8",
"@drift-labs/sdk": "2.108.0-beta.9",
"@ledgerhq/hw-app-solana": "7.2.4",
"@ledgerhq/hw-transport": "6.31.4",
"@ledgerhq/hw-transport-node-hid": "6.29.5",
Expand Down
8 changes: 4 additions & 4 deletions ts/sdk/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -114,10 +114,10 @@
dependencies:
"@jridgewell/trace-mapping" "0.3.9"

"@drift-labs/sdk@2.108.0-beta.8":
version "2.108.0-beta.8"
resolved "https://registry.yarnpkg.com/@drift-labs/sdk/-/sdk-2.108.0-beta.8.tgz#1f9e7481f43c72c7a223daea8054e85cba4be62e"
integrity sha512-RjlncvBnl5QmEpz3uiMXAnl20POEUdrFFvgbZe64m9thOSnjXmhmhbTd7NtD/9TAtqzxesk3cY5idnCoWnDsTw==
"@drift-labs/sdk@2.108.0-beta.9":
version "2.108.0-beta.9"
resolved "https://registry.yarnpkg.com/@drift-labs/sdk/-/sdk-2.108.0-beta.9.tgz#d71f8214c0c7c09a72a14a39d1e407f4da94745c"
integrity sha512-5f5rNogzDpUGvs10FS6sIRCIC/bZPjKADtDTp51FwDecKZeLzJgfiwlSaFHthUoYmNSnL3+G1qWgI3F6NFJ4Rw==
dependencies:
"@coral-xyz/anchor" "0.29.0"
"@coral-xyz/anchor-30" "npm:@coral-xyz/anchor@0.30.1"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -149,10 +149,10 @@
bn.js "^5.1.2"
buffer-layout "^1.2.0"

"@drift-labs/sdk@2.108.0-beta.8":
version "2.108.0-beta.8"
resolved "https://registry.yarnpkg.com/@drift-labs/sdk/-/sdk-2.108.0-beta.8.tgz#1f9e7481f43c72c7a223daea8054e85cba4be62e"
integrity sha512-RjlncvBnl5QmEpz3uiMXAnl20POEUdrFFvgbZe64m9thOSnjXmhmhbTd7NtD/9TAtqzxesk3cY5idnCoWnDsTw==
"@drift-labs/sdk@2.108.0-beta.9":
version "2.108.0-beta.9"
resolved "https://registry.yarnpkg.com/@drift-labs/sdk/-/sdk-2.108.0-beta.9.tgz#d71f8214c0c7c09a72a14a39d1e407f4da94745c"
integrity sha512-5f5rNogzDpUGvs10FS6sIRCIC/bZPjKADtDTp51FwDecKZeLzJgfiwlSaFHthUoYmNSnL3+G1qWgI3F6NFJ4Rw==
dependencies:
"@coral-xyz/anchor" "0.29.0"
"@coral-xyz/anchor-30" "npm:@coral-xyz/anchor@0.30.1"
Expand Down

0 comments on commit 30d298a

Please sign in to comment.