btc-wallet 0.5.14-beta → 0.5.16-beta

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "btc-wallet",
3
- "version": "0.5.14-beta",
3
+ "version": "0.5.16-beta",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -41,6 +41,7 @@
41
41
  "typegen:watch": "tsc --emitDeclarationOnly --watch"
42
42
  },
43
43
  "dependencies": {
44
+ "@bitcoinerlab/secp256k1": "^1.2.0",
44
45
  "@ethereumjs/util": "^9.0.1",
45
46
  "@near-js/transactions": "^1.3.0",
46
47
  "@near-js/utils": "^1.0.1",