Skip to content

Commit

Permalink
sdk: release v0.2.512
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 18, 2024
1 parent ce55e52 commit 164de8b
Show file tree
Hide file tree
Showing 2 changed files with 12 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,14 +1,14 @@
{
"name": "@drift-labs/competitions-sdk",
"version": "0.2.511",
"version": "0.2.512",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"directories": {
"lib": "lib"
},
"dependencies": {
"@coral-xyz/anchor": "^0.26.0",
"@drift-labs/sdk": "2.97.0-beta.21",
"@drift-labs/sdk": "2.97.0-beta.22",
"@solana/web3.js": "1.73.2",
"@switchboard-xyz/solana.js": "^2.7.1",
"cerializr": "^3.1.4",
Expand Down
14 changes: 10 additions & 4 deletions ts/sdk/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -157,10 +157,10 @@
dependencies:
"@jridgewell/trace-mapping" "0.3.9"

"@drift-labs/[email protected].21":
version "2.97.0-beta.21"
resolved "https://registry.yarnpkg.com/@drift-labs/sdk/-/sdk-2.97.0-beta.21.tgz#a446f0a9cc8ca482697a0b6094aad87bbf9be132"
integrity sha512-t7uN4z+FTRG9Y1BxvdSvUpsJpxBQX7COOmz81Jy4AAIdhM9GLaf798DKXDJU7eoZIe3zKZPNaEHzhDVQpaTOFg==
"@drift-labs/[email protected].22":
version "2.97.0-beta.22"
resolved "https://registry.yarnpkg.com/@drift-labs/sdk/-/sdk-2.97.0-beta.22.tgz#d6af59a189b062fbf8b49f5b5bc8d79655132b07"
integrity sha512-ZvZ0EL1CGO67WPQxQFxcTzWVRSfvYzD4XOageJ4LMT+U7W46jwg7+eNqSzKtwKYSyvb1RsXIFwZrquR39N7mwQ==
dependencies:
"@coral-xyz/anchor" "0.28.0"
"@coral-xyz/anchor-30" "npm:@coral-xyz/[email protected]"
Expand All @@ -178,6 +178,7 @@
rpc-websockets "7.5.1"
solana-bankrun "^0.3.0"
strict-event-emitter-types "^2.0.0"
tweetnacl "1.0.3"
uuid "^8.3.2"
zstddec "^0.1.0"

Expand Down Expand Up @@ -2092,6 +2093,11 @@ tslib@^2.4.0:
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.6.3.tgz#0438f810ad7a9edcde7a241c3d80db693c8cbfe0"
integrity sha512-xNvxJEOUiWPGhUuUdQgAJPKOOJfGnIyKySOc09XkKsgdUV/3E2zvwZYdejjmRgPCgcym1juLH3226yA7sEFJKQ==

[email protected]:
version "1.0.3"
resolved "https://registry.yarnpkg.com/tweetnacl/-/tweetnacl-1.0.3.tgz#ac0af71680458d8a6378d0d0d050ab1407d35596"
integrity sha512-6rt+RN7aOi1nGMyC4Xa5DdYiukl2UWCbcJft7YhxReBGQD7OAM8Pbxw6YMo4r2diNEA8FEmu32YOn9rhaiE5yw==

typescript@^4.8.2:
version "4.9.5"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.5.tgz#095979f9bcc0d09da324d58d03ce8f8374cbe65a"
Expand Down

0 comments on commit 164de8b

Please sign in to comment.