Skip to content

Commit

Permalink
Typescript: Update package to v1.0.0 for mainnet
Browse files Browse the repository at this point in the history
  • Loading branch information
nkuba committed Jan 30, 2023
1 parent 7d11e41 commit 620d4a1
Show file tree
Hide file tree
Showing 2 changed files with 149 additions and 1,064 deletions.
7 changes: 4 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.0.0-dev",
"version": "1.0.0",
"license": "MIT",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
Expand All @@ -18,14 +18,15 @@
},
"files": [
"dist/",
"src/",
"typechain/"
],
"config": {
"contracts": "./node_modules/@keep-network/ecdsa/artifacts/WalletRegistry.json ./node_modules/@keep-network/tbtc-v2/artifacts/{Bridge,TBTCVault}.json"
},
"dependencies": {
"@keep-network/ecdsa": "development",
"@keep-network/tbtc-v2": "development",
"@keep-network/ecdsa": "2.0.0",
"@keep-network/tbtc-v2": "1.0.2",
"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 620d4a1

Please sign in to comment.