Skip to content

Commit

Permalink
chore: bump version to v2.0.1
Browse files Browse the repository at this point in the history
chore: update deps
feat: move solana-buffer-layout to peer deps
  • Loading branch information
devDesu committed Nov 3, 2023
1 parent ebf6010 commit 4236ea3
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@debridge-finance/solana-transaction-parser",
"description": "Tool for parsing arbitrary Solana transactions with IDL/custom parsers",
"version": "2.0.0",
"version": "2.0.1",
"author": "deBridge",
"license": "LGPL-2.1",
"homepage": "https://debridge.finance",
Expand Down Expand Up @@ -65,11 +65,14 @@
"typedoc-plugin-markdown": "^3.15.4"
},
"dependencies": {
"@coral-xyz/anchor": "^0.28.1-beta.1",
"@coral-xyz/spl-token": "^0.28.1-beta.1",
"@solana/buffer-layout": "4.0.0",
"@coral-xyz/anchor": "^0.29.0",
"@coral-xyz/spl-token": "^0.29.0",
"@solana/spl-token": "^0.3.8",
"@solana/web3.js": "^1.73.0",
"@solana/web3.js": "^1.87.0",
"buffer": "6.0.3"
},
"peerDependencies": {
"@solana/buffer-layout": "^4.0.0",
"@solana/buffer-layout-utils": "^0.2.0"
}
}

0 comments on commit 4236ea3

Please sign in to comment.