Skip to content

Commit

Permalink
Merge pull request #78 from solendprotocol/FixBuild
Browse files Browse the repository at this point in the history
Fix Build
  • Loading branch information
DaSichuan authored Jun 7, 2024
2 parents 878da61 + 94dae8f commit 9dc281b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion solend-sdk/__tests__/rpc.test.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Connection } from '@solana/web3.js';
import { StatsD } from 'hot-shots';
import { InstrumentedConnection, MultiConnection, RetryConnection, SolendRPCConnection } from '../src/utils/rpc';
import { InstrumentedConnection, MultiConnection, RetryConnection, SolendRPCConnection } from '../src/rpc';

jest.setTimeout(1_000);

Expand Down
10 changes: 5 additions & 5 deletions solend-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"license": "MIT",
"scripts": {
"docs": "typedoc",
"build": "rm -rf dist/; tsc",
"build": "rm -rf dist/; yarn tsc",
"test": "yarn jest",
"watch": "tsc --watch",
"coverage": "jest --coverage",
Expand All @@ -21,9 +21,9 @@
"dependencies": {
"@project-serum/anchor": "^0.24.2",
"@pythnetwork/client": "^2.5.1",
"@solana/buffer-layout": "^4.0.0",
"@solana/spl-token": "^0.3.6",
"@solana/web3.js": "^1.78.7",
"@solana/buffer-layout": "=4.0.1",
"@solana/spl-token": "=0.4.6",
"@solana/web3.js": "=1.92.3",
"@solendprotocol/utl-sdk": "^1.4.1",
"@switchboard-xyz/sbv2-lite": "^0.2.4",
"axios": "^0.24.0",
Expand Down Expand Up @@ -54,6 +54,6 @@
"ts-jest": "^28.0.7",
"ts-node": "^10.9.1",
"typedoc": "^0.22.10",
"typescript": "^4.5.2"
"typescript": "=4.9.5"
}
}

0 comments on commit 9dc281b

Please sign in to comment.