@bitgo/sdk-api 1.9.10 → 1.9.12

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.
@@ -23,6 +23,17 @@
23
23
  *
24
24
  */
25
25
 
26
+ /*!
27
+ * @wasmer/wasi
28
+ * Isomorphic Javascript library for interacting with WASI Modules in Node.js and the Browser.
29
+ *
30
+ * @version v1.2.2
31
+ * @author Wasmer Engineering Team <engineering@wasmer.io>
32
+ * @homepage https://github.com/wasmerio/wasmer-js
33
+ * @repository https://github.com/wasmerio/wasmer-js
34
+ * @license MIT
35
+ */
36
+
26
37
  /*!
27
38
  * The buffer module from node.js, for the browser.
28
39
  *
@@ -68,6 +79,8 @@ PERFORMANCE OF THIS SOFTWARE.
68
79
 
69
80
  /*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
70
81
 
82
+ /*! musig-js - MIT License (c) 2022 Brandon Black */
83
+
71
84
  /*! noble-bls12-381 - MIT License (c) Paul Miller (paulmillr.com) */
72
85
 
73
86
  /*! 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.10",
3
+ "version": "1.9.12",
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": "^7.0.1",
53
+ "@bitgo/sdk-core": "^8.1.0",
54
54
  "@bitgo/sjcl": "^1.0.1",
55
- "@bitgo/unspents": "^0.11.12",
56
- "@bitgo/utxo-lib": "^7.7.0",
55
+ "@bitgo/unspents": "^0.13.0",
56
+ "@bitgo/utxo-lib": "^8.0.1",
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": "fa5d7a66fc7d85bb66f1642850c8c5a96e809393"
71
+ "gitHead": "1dc88962a7dec6805607e4510e20e0e80a84d01f"
72
72
  }