Skip to content

Commit

Permalink
sdk: release v0.10.493
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 2, 2024
1 parent b140a5e commit 3d660a7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 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.10.492",
"version": "0.10.493",
"scripts": {
"clean": "rm -rf lib",
"build": "yarn clean && tsc"
},
"dependencies": {
"@coral-xyz/anchor": "^0.26.0",
"@drift-labs/sdk": "2.90.0-beta.1",
"@drift-labs/sdk": "2.90.0-beta.2",
"@solana/web3.js": "1.91.7"
},
"engines": {
Expand Down
18 changes: 9 additions & 9 deletions ts/sdk/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -150,10 +150,10 @@
bn.js "^5.1.2"
buffer-layout "^1.2.0"

"@drift-labs/[email protected].1":
version "2.90.0-beta.1"
resolved "https://registry.yarnpkg.com/@drift-labs/sdk/-/sdk-2.90.0-beta.1.tgz#64eb4a76156648cb1020cf80f54fb18fb122f7be"
integrity sha512-GX5rxPztdSy9XYwS6HsLARiogxPMTRnlMpnbUg46IQd8xi/GE0Ley0jIJurVfokDwTxrJLoy6JrbNV6oFN0mDg==
"@drift-labs/[email protected].2":
version "2.90.0-beta.2"
resolved "https://registry.yarnpkg.com/@drift-labs/sdk/-/sdk-2.90.0-beta.2.tgz#3a9fcd19c4b535fa5fdf1d8bf8ad829a4f4126ad"
integrity sha512-yVTKnFcm59Az5rstX6+Vc+UTUQOySd6HN+cKnGB0+9Awq4wjTzhsqIcj7WUiE7ZlyHpIq98iciBo7oGw/depOg==
dependencies:
"@coral-xyz/anchor" "0.28.0"
"@coral-xyz/anchor-30" "npm:@coral-xyz/[email protected]"
Expand All @@ -165,7 +165,7 @@
"@pythnetwork/pyth-solana-receiver" "^0.7.0"
"@solana/spl-token" "0.3.7"
"@solana/web3.js" "1.92.3"
"@switchboard-xyz/on-demand" "^1.2.1"
"@switchboard-xyz/on-demand" "1.2.1"
anchor-bankrun "^0.3.0"
rpc-websockets "7.5.1"
solana-bankrun "^0.3.0"
Expand Down Expand Up @@ -842,10 +842,10 @@
lodash "^4.17.21"
protobufjs "^7.2.6"

"@switchboard-xyz/on-demand@^1.2.1":
version "1.2.11"
resolved "https://registry.yarnpkg.com/@switchboard-xyz/on-demand/-/on-demand-1.2.11.tgz#2271a67cdb62cf24f3b84ea1372511b3c42ac27e"
integrity sha512-ngdaBdHKyj35K6qgWlsHxGC9wKMDRNnqVH2gLWz1gCJkAiqfjGTM1QQKgxPNV3GhPrjb5Ov0jT34h6DLlgGmMw==
"@switchboard-xyz/[email protected]":
version "1.2.1"
resolved "https://registry.yarnpkg.com/@switchboard-xyz/on-demand/-/on-demand-1.2.1.tgz#47b6b6dfcc95c19a83a6a41f7805250eac6148ac"
integrity sha512-rzF8u+7hClsAYjVk+MGzkGsTqLYRmeN0aOgtvTXpvYScNyQh72+ht45lkiSHJ3/vvTuGCbnEZrbc+ZY51gl4pQ==
dependencies:
"@coral-xyz/anchor-30" "npm:@coral-xyz/[email protected]"
"@solana/web3.js" "^1.95.0"
Expand Down

0 comments on commit 3d660a7

Please sign in to comment.