@bitgo/sdk-api 1.9.11 → 1.10.0

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
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bitgo/sdk-api",
3
- "version": "1.9.11",
3
+ "version": "1.10.0",
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": "^8.0.0",
53
+ "@bitgo/sdk-core": "^8.2.0",
54
54
  "@bitgo/sjcl": "^1.0.1",
55
- "@bitgo/unspents": "^0.12.0",
56
- "@bitgo/utxo-lib": "^8.0.0",
55
+ "@bitgo/unspents": "^0.13.1",
56
+ "@bitgo/utxo-lib": "^8.0.2",
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": "fdabb43f7200612031c99fe4b8695c98d40c3cf7"
71
+ "gitHead": "0e062498e48576d0613b10ae83caf87f349bd112"
72
72
  }