Skip to content

Commit

Permalink
Bumping sdk to 2.101.0-beta.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 14, 2024
1 parent 4dcadc6 commit dd471a6
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.16",
"@drift-labs/sdk": "2.101.0-beta.0",
"@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.559",
"version": "0.1.560",
"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.16",
"@drift-labs/sdk": "2.101.0-beta.0",
"@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/sdk@2.100.0-beta.16":
version "2.100.0-beta.16"
resolved "https://registry.yarnpkg.com/@drift-labs/sdk/-/sdk-2.100.0-beta.16.tgz#7abf2b2c9d6fed570123ef0a924d4d863a0bc3d6"
integrity sha512-uYcOi/we3x1/50T4tGTGGBga8Heus0ynrB8rIo7GqeyN+5kJwHznVVDkrEPY1Bri8xkOiakoz7YlyV2OttJzuw==
"@drift-labs/sdk@2.101.0-beta.0":
version "2.101.0-beta.0"
resolved "https://registry.yarnpkg.com/@drift-labs/sdk/-/sdk-2.101.0-beta.0.tgz#ebb3f0c5b43566263adc7118b9c4dc69615ec890"
integrity sha512-v41I+UERXHe2nU8Tj+R9Cd9A37QkkCZ+ICoHPK9cte0+dJKk/UVS0jhl9WtEMdFtDpmc3IResylfWAt4u0xfyA==
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/sdk@2.100.0-beta.16":
version "2.100.0-beta.16"
resolved "https://registry.yarnpkg.com/@drift-labs/sdk/-/sdk-2.100.0-beta.16.tgz#7abf2b2c9d6fed570123ef0a924d4d863a0bc3d6"
integrity sha512-uYcOi/we3x1/50T4tGTGGBga8Heus0ynrB8rIo7GqeyN+5kJwHznVVDkrEPY1Bri8xkOiakoz7YlyV2OttJzuw==
"@drift-labs/sdk@2.101.0-beta.0":
version "2.101.0-beta.0"
resolved "https://registry.yarnpkg.com/@drift-labs/sdk/-/sdk-2.101.0-beta.0.tgz#ebb3f0c5b43566263adc7118b9c4dc69615ec890"
integrity sha512-v41I+UERXHe2nU8Tj+R9Cd9A37QkkCZ+ICoHPK9cte0+dJKk/UVS0jhl9WtEMdFtDpmc3IResylfWAt4u0xfyA==
dependencies:
"@coral-xyz/anchor" "0.28.0"
"@coral-xyz/anchor-30" "npm:@coral-xyz/[email protected]"
Expand Down

0 comments on commit dd471a6

Please sign in to comment.