@bitgo/sdk-api 1.1.0-rc.4 → 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.
- package/CHANGELOG.md +8 -0
- package/dist/package.json +3 -3
- package/dist/tsconfig.tsbuildinfo +5 -5
- package/dist/web/main.js +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [1.1.0-hotfix.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-api@1.1.0-rc.4...@bitgo/sdk-api@1.1.0-hotfix.0) (2022-05-31)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @bitgo/sdk-api
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
# [1.1.0-rc.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-api@1.1.0-rc.3...@bitgo/sdk-api@1.1.0-rc.4) (2022-05-19)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @bitgo/sdk-api
|
package/dist/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bitgo/sdk-api",
|
|
3
|
-
"version": "
|
|
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",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"dependencies": {
|
|
42
42
|
"@bitgo/sdk-core": "^1.1.0-rc.1",
|
|
43
43
|
"@bitgo/sjcl": "^1.0.1-rc.3",
|
|
44
|
-
"@bitgo/utxo-lib": "^2.
|
|
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": "
|
|
65
|
+
"gitHead": "7feeb9ce7d35c2220d985eaf8d95e451b4b49153"
|
|
66
66
|
}
|
|
@@ -882,8 +882,8 @@
|
|
|
882
882
|
"affectsGlobalScope": false
|
|
883
883
|
},
|
|
884
884
|
"../../utxo-lib/dist/src/bitgo/wallet/chains.d.ts": {
|
|
885
|
-
"version": "
|
|
886
|
-
"signature": "
|
|
885
|
+
"version": "435df0aab2537f62a661488a565cac68eafa8c788eaa6ac7c6b73c0084718519",
|
|
886
|
+
"signature": "435df0aab2537f62a661488a565cac68eafa8c788eaa6ac7c6b73c0084718519",
|
|
887
887
|
"affectsGlobalScope": false
|
|
888
888
|
},
|
|
889
889
|
"../../utxo-lib/dist/src/bitgo/outputscripts.d.ts": {
|
|
@@ -1002,7 +1002,7 @@
|
|
|
1002
1002
|
"affectsGlobalScope": false
|
|
1003
1003
|
},
|
|
1004
1004
|
"../package.json": {
|
|
1005
|
-
"version": "
|
|
1005
|
+
"version": "ea8365113d434679c4028b0264e5d44d78d5d8f3c1164c75e8a04ba0f71f0cfb",
|
|
1006
1006
|
"affectsGlobalScope": true
|
|
1007
1007
|
},
|
|
1008
1008
|
"../src/encrypt.ts": {
|
|
@@ -4038,11 +4038,11 @@
|
|
|
4038
4038
|
],
|
|
4039
4039
|
"../../../node_modules/@types/node-fetch/index.d.ts": [
|
|
4040
4040
|
"../../../node_modules/@types/node-fetch/externals.d.ts",
|
|
4041
|
-
"../../../node_modules/@types/node-fetch/node_modules/form-data/index.d.ts",
|
|
4042
4041
|
"../../../node_modules/@types/node/http.d.ts",
|
|
4043
4042
|
"../../../node_modules/@types/node/index.d.ts",
|
|
4044
4043
|
"../../../node_modules/@types/node/url.d.ts",
|
|
4045
|
-
"../../../node_modules/@types/node/util.d.ts"
|
|
4044
|
+
"../../../node_modules/@types/node/util.d.ts",
|
|
4045
|
+
"../../../node_modules/form-data/index.d.ts"
|
|
4046
4046
|
],
|
|
4047
4047
|
"../../../node_modules/@types/node-fetch/node_modules/form-data/index.d.ts": [
|
|
4048
4048
|
"../../../node_modules/@types/node/http.d.ts",
|