Skip to content

Commit

Permalink
TypeScript: Release v2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasz-zimnoch committed Apr 12, 2024
1 parent 5a8492c commit f16fe13
Show file tree
Hide file tree
Showing 2 changed files with 96 additions and 723 deletions.
6 changes: 3 additions & 3 deletions typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@keep-network/tbtc-v2.ts",
"version": "2.4.0-dev",
"version": "2.4.0",
"license": "MIT",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
Expand All @@ -26,8 +26,8 @@
},
"dependencies": {
"@bitcoinerlab/secp256k1": "^1.0.5",
"@keep-network/ecdsa": "development",
"@keep-network/tbtc-v2": "development",
"@keep-network/ecdsa": "2.0.1",
"@keep-network/tbtc-v2": "1.6.0",
"@ledgerhq/wallet-api-client": "^1.2.1",
"bignumber.js": "^9.1.2",
"bitcoinjs-lib": "^6.1.5",
Expand Down
Loading

0 comments on commit f16fe13

Please sign in to comment.