Skip to content

Commit

Permalink
v0.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
wphan committed Sep 6, 2023
1 parent 8a429c1 commit 0bbb164
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 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/jit-proxy",
"version": "0.10.2",
"version": "0.10.3",
"scripts": {
"clean": "rm -rf lib",
"build": "yarn clean && tsc"
},
"dependencies": {
"@coral-xyz/anchor": "^0.26.0",
"@solana/web3.js": "1.73.2",
"@drift-labs/sdk": "^2.38.1-beta.7"
"@drift-labs/sdk": "^2.38.1-beta.12"
},
"engines": {
"node": ">=16"
Expand Down
4 changes: 2 additions & 2 deletions ts/sdk/src/types/jit_proxy.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export type JitProxy = {
version: '0.10.2';
version: '0.10.3';
name: 'jit_proxy';
instructions: [
{
Expand Down Expand Up @@ -211,7 +211,7 @@ export type JitProxy = {
};

export const IDL: JitProxy = {
version: '0.10.2',
version: '0.10.3',
name: 'jit_proxy',
instructions: [
{
Expand Down
8 changes: 4 additions & 4 deletions ts/sdk/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,10 @@
bn.js "^5.1.2"
buffer-layout "^1.2.0"

"@drift-labs/sdk@^2.38.1-beta.7":
version "2.38.1-beta.7"
resolved "https://registry.yarnpkg.com/@drift-labs/sdk/-/sdk-2.38.1-beta.7.tgz#e80c86c45d7975091e81096e426adc44b79ca05b"
integrity sha512-7UGnxVhozEdo35x9ORzlfON+bZlhMWS9643UWTg8oFRkHoA7HQI4/Huy4lELzGLboN7hAYycD7t+Xl2LQ9cdUA==
"@drift-labs/sdk@^2.38.1-beta.12":
version "2.38.1-beta.12"
resolved "https://registry.yarnpkg.com/@drift-labs/sdk/-/sdk-2.38.1-beta.12.tgz#06655d883fc0f9fc5814eae11747e6f64fe799e7"
integrity sha512-DV9OmOKYmNuHhUVRnN3gkmd2Bgh112IjNVakh9fcC2hmGOt9eimupFODByFEIMNphtCgCHH1Nu2lRfkg9Y5NGA==
dependencies:
"@coral-xyz/anchor" "0.28.1-beta.2"
"@ellipsis-labs/phoenix-sdk" "^1.4.2"
Expand Down

0 comments on commit 0bbb164

Please sign in to comment.