Skip to content

Commit

Permalink
Bumping sdk to 2.100.0-beta.8
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 7, 2024
1 parent b252a60 commit e13d3be
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 @@ -18,7 +18,7 @@
},
"devDependencies": {
"@coral-xyz/anchor": "0.28.0",
"@drift-labs/sdk": "2.100.0-beta.7",
"@drift-labs/sdk": "2.100.0-beta.8",
"@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.1.549",
"version": "0.1.550",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"directories": {
"lib": "lib"
},
"dependencies": {
"@coral-xyz/anchor": "0.28.0",
"@drift-labs/sdk": "2.100.0-beta.7",
"@drift-labs/sdk": "2.100.0-beta.8",
"@ledgerhq/hw-app-solana": "^7.1.1",
"@ledgerhq/hw-transport": "^6.30.1",
"@ledgerhq/hw-transport-node-hid": "^6.28.1",
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/[email protected].7":
version "2.100.0-beta.7"
resolved "https://registry.yarnpkg.com/@drift-labs/sdk/-/sdk-2.100.0-beta.7.tgz#67e09e65a700cca642efeefa2661021273f92d83"
integrity sha512-B9arXnfR63zSzBEnFPIExEEOams9dNX5FShfywwKwr1xVzO8BHw6Sh6TV1mKGO5OsTV2Li6zKpDez0rL8iQvow==
"@drift-labs/[email protected].8":
version "2.100.0-beta.8"
resolved "https://registry.yarnpkg.com/@drift-labs/sdk/-/sdk-2.100.0-beta.8.tgz#2733fd43e14feb7c214da346cabf43d9fe5c5b3a"
integrity sha512-+Yt0owk1PVO+3hFccb9I5jYzy1nkTp2vW/dhaehZIsy6nRCZXXpae545LVieAEn0F81rOIcKCA88SwiMN6hJHw==
dependencies:
"@coral-xyz/anchor" "0.28.0"
"@coral-xyz/anchor-30" "npm:@coral-xyz/[email protected]"
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/[email protected].7":
version "2.100.0-beta.7"
resolved "https://registry.yarnpkg.com/@drift-labs/sdk/-/sdk-2.100.0-beta.7.tgz#67e09e65a700cca642efeefa2661021273f92d83"
integrity sha512-B9arXnfR63zSzBEnFPIExEEOams9dNX5FShfywwKwr1xVzO8BHw6Sh6TV1mKGO5OsTV2Li6zKpDez0rL8iQvow==
"@drift-labs/[email protected].8":
version "2.100.0-beta.8"
resolved "https://registry.yarnpkg.com/@drift-labs/sdk/-/sdk-2.100.0-beta.8.tgz#2733fd43e14feb7c214da346cabf43d9fe5c5b3a"
integrity sha512-+Yt0owk1PVO+3hFccb9I5jYzy1nkTp2vW/dhaehZIsy6nRCZXXpae545LVieAEn0F81rOIcKCA88SwiMN6hJHw==
dependencies:
"@coral-xyz/anchor" "0.28.0"
"@coral-xyz/anchor-30" "npm:@coral-xyz/[email protected]"
Expand Down

0 comments on commit e13d3be

Please sign in to comment.