@bitgo/sdk-api 1.1.0-rc.6 → 2.0.0-hotfix.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.
@@ -12,31 +12,12 @@
12
12
  * @license MIT
13
13
  */
14
14
 
15
- /*! *****************************************************************************
16
- Copyright (c) Microsoft Corporation.
17
-
18
- Permission to use, copy, modify, and/or distribute this software for any
19
- purpose with or without fee is hereby granted.
20
-
21
- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
22
- REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
23
- AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
24
- INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
25
- LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
26
- OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
27
- PERFORMANCE OF THIS SOFTWARE.
28
- ***************************************************************************** */
29
-
30
- /*! OpenPGP.js v5.1.0 - 2022-01-24 - this is LGPL licensed code, see LICENSE/our website https://openpgpjs.org/ for more information. */
31
-
32
15
  /*! https://mths.be/punycode v1.3.2 by @mathias */
33
16
 
34
17
  /*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
35
18
 
36
19
  /*! noble-bls12-381 - MIT License (c) Paul Miller (paulmillr.com) */
37
20
 
38
- /*! noble-secp256k1 - MIT License (c) 2019 Paul Miller (paulmillr.com) */
39
-
40
21
  /*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
41
22
 
42
23
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bitgo/sdk-api",
3
- "version": "1.1.0-rc.6",
3
+ "version": "2.0.0-hotfix.0",
4
4
  "description": "REST wrapper for BitGoJS",
5
5
  "main": "./dist/src/index.js",
6
6
  "web": "./dist/web/main.js",
@@ -39,9 +39,9 @@
39
39
  ]
40
40
  },
41
41
  "dependencies": {
42
- "@bitgo/sdk-core": "^1.1.0-rc.3",
42
+ "@bitgo/sdk-core": "^1.1.0-rc.1",
43
43
  "@bitgo/sjcl": "^1.0.1-rc.3",
44
- "@bitgo/utxo-lib": "^2.3.0-rc.5",
44
+ "@bitgo/utxo-lib": "^2.4.0-hotfix.0",
45
45
  "@types/superagent": "4.1.15",
46
46
  "bip32": "^2.0.6",
47
47
  "bitcoinjs-message": "^2.0.0",
@@ -62,5 +62,5 @@
62
62
  "webpack": "5.66.0",
63
63
  "webpack-cli": "4.9.1"
64
64
  },
65
- "gitHead": "056e32bdc71883c659770392913713d4b33d24af"
65
+ "gitHead": "7feeb9ce7d35c2220d985eaf8d95e451b4b49153"
66
66
  }