@bitgo/abstract-utxo 1.2.0-rc.7 → 1.2.0-rc.8
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/tsconfig.tsbuildinfo +8 -8
- package/package.json +4 -4
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.2.0-rc.8](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-utxo@1.2.0-rc.7...@bitgo/abstract-utxo@1.2.0-rc.8) (2022-08-26)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @bitgo/abstract-utxo
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
# [1.2.0-rc.7](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-utxo@1.2.0-rc.6...@bitgo/abstract-utxo@1.2.0-rc.7) (2022-08-25)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @bitgo/abstract-utxo
|
|
@@ -807,8 +807,8 @@
|
|
|
807
807
|
"affectsGlobalScope": false
|
|
808
808
|
},
|
|
809
809
|
"../../statics/dist/src/base.d.ts": {
|
|
810
|
-
"version": "
|
|
811
|
-
"signature": "
|
|
810
|
+
"version": "2476b2d02fbaf54fe775d4a2936c441f379a4fa6f3dd6354ff1b4e250410d668",
|
|
811
|
+
"signature": "2476b2d02fbaf54fe775d4a2936c441f379a4fa6f3dd6354ff1b4e250410d668",
|
|
812
812
|
"affectsGlobalScope": false
|
|
813
813
|
},
|
|
814
814
|
"../../statics/dist/src/map.d.ts": {
|
|
@@ -827,8 +827,8 @@
|
|
|
827
827
|
"affectsGlobalScope": false
|
|
828
828
|
},
|
|
829
829
|
"../../statics/dist/src/tokenconfig.d.ts": {
|
|
830
|
-
"version": "
|
|
831
|
-
"signature": "
|
|
830
|
+
"version": "1254e454c76eb39b5c0ba14446e3a2856762e0003369f88b53968176e94ecdf2",
|
|
831
|
+
"signature": "1254e454c76eb39b5c0ba14446e3a2856762e0003369f88b53968176e94ecdf2",
|
|
832
832
|
"affectsGlobalScope": false
|
|
833
833
|
},
|
|
834
834
|
"../../statics/dist/src/ofc.d.ts": {
|
|
@@ -842,8 +842,8 @@
|
|
|
842
842
|
"affectsGlobalScope": false
|
|
843
843
|
},
|
|
844
844
|
"../../statics/dist/src/account.d.ts": {
|
|
845
|
-
"version": "
|
|
846
|
-
"signature": "
|
|
845
|
+
"version": "976b6b9b4880db325a3b0da185d989aa92e8acb4736d93b8f5a725c707c71797",
|
|
846
|
+
"signature": "976b6b9b4880db325a3b0da185d989aa92e8acb4736d93b8f5a725c707c71797",
|
|
847
847
|
"affectsGlobalScope": false
|
|
848
848
|
},
|
|
849
849
|
"../../statics/dist/src/index.d.ts": {
|
|
@@ -1587,8 +1587,8 @@
|
|
|
1587
1587
|
"affectsGlobalScope": false
|
|
1588
1588
|
},
|
|
1589
1589
|
"../../sdk-core/dist/src/bitgo/config.d.ts": {
|
|
1590
|
-
"version": "
|
|
1591
|
-
"signature": "
|
|
1590
|
+
"version": "1b4568ca92a36ebd27e0c1f8f21884ca5da93f48565ee9b3ed5957f75750002c",
|
|
1591
|
+
"signature": "1b4568ca92a36ebd27e0c1f8f21884ca5da93f48565ee9b3ed5957f75750002c",
|
|
1592
1592
|
"affectsGlobalScope": false
|
|
1593
1593
|
},
|
|
1594
1594
|
"../../sdk-core/dist/src/bitgo/recovery/initiate.d.ts": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bitgo/abstract-utxo",
|
|
3
|
-
"version": "1.2.0-rc.
|
|
3
|
+
"version": "1.2.0-rc.8",
|
|
4
4
|
"description": "BitGo SDK coin library for UTXO base implementation",
|
|
5
5
|
"main": "./dist/src/index.js",
|
|
6
6
|
"types": "./dist/src/index.d.ts",
|
|
@@ -38,8 +38,8 @@
|
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
40
|
"@bitgo/blockapis": "^1.1.0-rc.1",
|
|
41
|
-
"@bitgo/sdk-api": "^1.1.2-rc.
|
|
42
|
-
"@bitgo/sdk-core": "^2.0.0-rc.
|
|
41
|
+
"@bitgo/sdk-api": "^1.1.2-rc.14",
|
|
42
|
+
"@bitgo/sdk-core": "^2.0.0-rc.10",
|
|
43
43
|
"@bitgo/unspents": "^0.9.0-rc.0",
|
|
44
44
|
"@bitgo/utxo-lib": "^3.0.0-rc.3",
|
|
45
45
|
"@types/bluebird": "^3.5.25",
|
|
@@ -52,5 +52,5 @@
|
|
|
52
52
|
"lodash": "^4.17.14",
|
|
53
53
|
"superagent": "^3.8.3"
|
|
54
54
|
},
|
|
55
|
-
"gitHead": "
|
|
55
|
+
"gitHead": "75e74b1010d66f9b7b9d5aeb4db54b02f5b21265"
|
|
56
56
|
}
|