utxo-lib 1.0.7 → 1.0.8

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "utxo-lib",
3
- "version": "1.0.7",
3
+ "version": "1.0.8",
4
4
  "description": "Client-side Bitcoin JavaScript library",
5
5
  "main": "./dist/src/index.js",
6
6
  "engines": {
@@ -47,7 +47,7 @@
47
47
  ],
48
48
  "dependencies": {
49
49
  "@bitgo/blake2b": "^3.2.1",
50
- "@brandonblack/musig": "^0.0.1-alpha.0",
50
+ "@brandonblack/musig": "https://github.com/Mustafa-Agha/musig-js.git",
51
51
  "@noble/secp256k1": "1.6.3",
52
52
  "bech32": "^2.0.0",
53
53
  "bip174": "npm:@bitgo-forks/bip174@3.1.0-master.3",