Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit e6d94d9

Browse files
committedJan 8, 2025
sdk: release v0.12.43
1 parent 0b4b9bf commit e6d94d9

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed
 

‎ts/sdk/package.json‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "@drift-labs/jit-proxy",
3-
"version": "0.12.42",
3+
"version": "0.12.43",
44
"scripts": {
55
"clean": "rm -rf lib",
66
"build": "yarn clean && tsc"
77
},
88
"dependencies": {
99
"@coral-xyz/anchor": "0.26.0",
10-
"@drift-labs/sdk": "2.106.0-beta.7",
10+
"@drift-labs/sdk": "2.106.0-beta.8",
1111
"@solana/web3.js": "1.91.7"
1212
},
1313
"engines": {

‎ts/sdk/yarn.lock‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -128,10 +128,10 @@
128128
bn.js "^5.1.2"
129129
buffer-layout "^1.2.0"
130130

131-
"@drift-labs/sdk@2.106.0-beta.7":
132-
version "2.106.0-beta.7"
133-
resolved "https://registry.yarnpkg.com/@drift-labs/sdk/-/sdk-2.106.0-beta.7.tgz#e1230a0a3a537d5e55dad90b036924b737eea2a1"
134-
integrity sha512-PSlIs7TX8woowgMwTzJz699KzqEyibQWHBWFe3+DrHbZhLrFFbHcfkx7MWBc+jFP1LXYeSfIXudUiY9FEfxtHQ==
131+
"@drift-labs/sdk@2.106.0-beta.8":
132+
version "2.106.0-beta.8"
133+
resolved "https://registry.yarnpkg.com/@drift-labs/sdk/-/sdk-2.106.0-beta.8.tgz#2515de310d809b9a806906131c7517389d7da9c1"
134+
integrity sha512-ENGXSQYHH6x4CjPuaIl8o5G4JHVYDq/rBUFyZWfLxe+4ZclDB09uiUZblZLPR7vz9AZlgQ2/fWbej8JgTx/oYw==
135135
dependencies:
136136
"@coral-xyz/anchor" "0.29.0"
137137
"@coral-xyz/anchor-30" "npm:@coral-xyz/anchor@0.30.1"

0 commit comments

Comments
 (0)
Please sign in to comment.