utxo-lib 1.1.1 → 1.1.2
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +2 -2
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "utxo-lib",
|
3
|
-
"version": "1.1.
|
3
|
+
"version": "1.1.2",
|
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.4",
|
50
|
-
"@brandonblack/musig": "
|
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.4",
|