Skip to content

Commit

Permalink
TypeScript: Release v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasz-zimnoch committed Jul 20, 2023
1 parent 2639713 commit 9a3fba9
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": "1.3.0-dev",
"version": "1.3.0",
"license": "MIT",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
Expand All @@ -25,8 +25,8 @@
"contracts": "./node_modules/@keep-network/ecdsa/artifacts/WalletRegistry.json ./node_modules/@keep-network/tbtc-v2/artifacts/{Bridge,TBTCVault,TBTC}.json"
},
"dependencies": {
"@keep-network/ecdsa": "development",
"@keep-network/tbtc-v2": "development",
"@keep-network/ecdsa": "2.0.0",
"@keep-network/tbtc-v2": "1.5.0",
"bcoin": "git+https://github.com/keep-network/bcoin.git#5accd32c63e6025a0d35d67739c4a6e84095a1f8",
"bcrypto": "git+https://github.com/bcoin-org/bcrypto.git#semver:~5.5.0",
"bufio": "^1.0.6",
Expand Down
Loading

0 comments on commit 9a3fba9

Please sign in to comment.