Skip to content

Commit

Permalink
TypeScript: Release v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasz-zimnoch committed Nov 6, 2023
1 parent 25d2de2 commit fdcb449
Show file tree
Hide file tree
Showing 2 changed files with 96 additions and 692 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.2.0-dev",
"version": "2.2.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.0",
"@keep-network/tbtc-v2": "1.5.1",
"bitcoinjs-lib": "^6.1.5",
"bufio": "^1.0.6",
"ecpair": "^2.1.0",
Expand Down
Loading

0 comments on commit fdcb449

Please sign in to comment.