Skip to content

Commit

Permalink
sdk: release v0.11.43
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 14, 2024
1 parent 208271c commit 89b5875
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions ts/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@drift-labs/jit-proxy",
"version": "0.11.42",
"version": "0.11.43",
"scripts": {
"clean": "rm -rf lib",
"build": "yarn clean && tsc"
},
"dependencies": {
"@coral-xyz/anchor": "^0.26.0",
"@drift-labs/sdk": "2.101.0-beta.0",
"@drift-labs/sdk": "2.101.0-beta.1",
"@solana/web3.js": "1.91.7"
},
"engines": {
Expand Down
8 changes: 4 additions & 4 deletions ts/sdk/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -157,10 +157,10 @@
bn.js "^5.1.2"
buffer-layout "^1.2.0"

"@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==
"@drift-labs/sdk@2.101.0-beta.1":
version "2.101.0-beta.1"
resolved "https://registry.yarnpkg.com/@drift-labs/sdk/-/sdk-2.101.0-beta.1.tgz#508be2d67eab1d8ae4fed903d2cb77cc6b2e6ccc"
integrity sha512-M9lYasoAaJV25GnOjIiEkzY674ORANdvKV0zHmX+udpSpPr18nSfW37VhTy6BOUAr9hmVRR/cx4+M20+T3rh3Q==
dependencies:
"@coral-xyz/anchor" "0.28.0"
"@coral-xyz/anchor-30" "npm:@coral-xyz/anchor@0.30.1"
Expand Down

0 comments on commit 89b5875

Please sign in to comment.