@bitgo/sdk-api 1.9.10 → 1.9.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +4 -0
- package/dist/package.json +5 -5
- package/dist/web/main.js +1 -1
- package/dist/web/main.js.LICENSE.txt +2 -0
- package/package.json +5 -5
|
@@ -68,6 +68,8 @@ PERFORMANCE OF THIS SOFTWARE.
|
|
|
68
68
|
|
|
69
69
|
/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
|
|
70
70
|
|
|
71
|
+
/*! musig-js - MIT License (c) 2022 Brandon Black */
|
|
72
|
+
|
|
71
73
|
/*! noble-bls12-381 - MIT License (c) Paul Miller (paulmillr.com) */
|
|
72
74
|
|
|
73
75
|
/*! noble-secp256k1 - MIT License (c) 2019 Paul Miller (paulmillr.com) */
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bitgo/sdk-api",
|
|
3
|
-
"version": "1.9.
|
|
3
|
+
"version": "1.9.11",
|
|
4
4
|
"description": "REST wrapper for BitGoJS",
|
|
5
5
|
"main": "./dist/src/index.js",
|
|
6
6
|
"types": "./dist/src/index.d.ts",
|
|
@@ -50,10 +50,10 @@
|
|
|
50
50
|
]
|
|
51
51
|
},
|
|
52
52
|
"dependencies": {
|
|
53
|
-
"@bitgo/sdk-core": "^
|
|
53
|
+
"@bitgo/sdk-core": "^8.0.0",
|
|
54
54
|
"@bitgo/sjcl": "^1.0.1",
|
|
55
|
-
"@bitgo/unspents": "^0.
|
|
56
|
-
"@bitgo/utxo-lib": "^
|
|
55
|
+
"@bitgo/unspents": "^0.12.0",
|
|
56
|
+
"@bitgo/utxo-lib": "^8.0.0",
|
|
57
57
|
"@types/superagent": "4.1.15",
|
|
58
58
|
"bitcoinjs-message": "^2.0.0",
|
|
59
59
|
"bluebird": "^3.5.3",
|
|
@@ -68,5 +68,5 @@
|
|
|
68
68
|
"superagent": "3.8.3",
|
|
69
69
|
"superagent-proxy": "3.0.0"
|
|
70
70
|
},
|
|
71
|
-
"gitHead": "
|
|
71
|
+
"gitHead": "fdabb43f7200612031c99fe4b8695c98d40c3cf7"
|
|
72
72
|
}
|