Skip to content

Commit

Permalink
fix dependency and peer dep issues (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
ggnine-jito authored Jan 9, 2025
1 parent af5f76a commit 7ff7652
Show file tree
Hide file tree
Showing 2 changed files with 203 additions and 41 deletions.
14 changes: 8 additions & 6 deletions package/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jito-foundation/stake-deposit-interceptor-sdk",
"version": "1.4.0",
"version": "1.5.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
Expand All @@ -21,12 +21,14 @@
"@metaplex-foundation/beet-solana": "^0.4.1",
"@solana/spl-stake-pool": "1.1.8",
"@solana/spl-token": "0.4.0",
"@solana/web3.js": "1.73.5"
},
"resolutions": {
"@solana/web3.js": "1.73.5",
"@solana/spl-token": "0.4.0",
"buffer": "6.0.3"
"@noble/curves": "^1.1.0",
"@noble/hashes": "^1.3.1",
"@noble/ed25519": "^1.7.1",
"rpc-websockets": "7.5.1"
},
"peerDependencies": {
"rpc-websockets": "^7.5.1"
},
"devDependencies": {
"typescript": "^5.0.0"
Expand Down
Loading

0 comments on commit 7ff7652

Please sign in to comment.