Skip to content

Commit 54d3286

Browse files
committed
update sdk
1 parent e4749db commit 54d3286

File tree

8 files changed

+187
-428
lines changed

8 files changed

+187
-428
lines changed

solend-sdk/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1+
__tests__/scripts.test.ts
12
dist/
23
node_modules/

solend-sdk/__tests__/scripts.test.ts

Lines changed: 0 additions & 204 deletions
This file was deleted.

solend-sdk/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@solendprotocol/solend-sdk",
3-
"version": "0.13.2",
3+
"version": "0.13.5",
44
"private": true,
55
"main": "src/index.ts",
66
"module": "src/index.ts",
@@ -29,7 +29,7 @@
2929
"@solana/web3.js": "=1.92.3",
3030
"@solendprotocol/token2022-wrapper-sdk": "^1.0.1",
3131
"@solflare-wallet/utl-sdk": "^1.4.0",
32-
"@switchboard-xyz/on-demand": "^1.2.20",
32+
"@switchboard-xyz/on-demand": "1.2.27",
3333
"@switchboard-xyz/sbv2-lite": "^0.2.4",
3434
"axios": "^0.24.0",
3535
"bignumber.js": "^9.0.2",

0 commit comments

Comments
 (0)