@bitgo/abstract-utxo 1.2.0-rc.21 → 1.2.0-rc.22
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.22](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-utxo@1.2.0-rc.21...@bitgo/abstract-utxo@1.2.0-rc.22) (2022-09-16)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @bitgo/abstract-utxo
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
# [1.2.0-rc.21](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-utxo@1.2.0-rc.20...@bitgo/abstract-utxo@1.2.0-rc.21) (2022-09-15)
|
|
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": "84c53460efebcd122f8338767d84aaf0b7842aef31bf25051c6bb04ebb2793ff",
|
|
811
|
+
"signature": "84c53460efebcd122f8338767d84aaf0b7842aef31bf25051c6bb04ebb2793ff",
|
|
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": "9dc5873cbc0640c406f4958463afa9121a2c4e87c27e7e0792c4e31ba722df80",
|
|
831
|
+
"signature": "9dc5873cbc0640c406f4958463afa9121a2c4e87c27e7e0792c4e31ba722df80",
|
|
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": "a67b166ac6d59aa125fce27813f489239a9ab348f889ced71337735514c492c6",
|
|
846
|
+
"signature": "a67b166ac6d59aa125fce27813f489239a9ab348f889ced71337735514c492c6",
|
|
847
847
|
"affectsGlobalScope": false
|
|
848
848
|
},
|
|
849
849
|
"../../statics/dist/src/index.d.ts": {
|
|
@@ -1602,8 +1602,8 @@
|
|
|
1602
1602
|
"affectsGlobalScope": false
|
|
1603
1603
|
},
|
|
1604
1604
|
"../../sdk-core/dist/src/bitgo/config.d.ts": {
|
|
1605
|
-
"version": "
|
|
1606
|
-
"signature": "
|
|
1605
|
+
"version": "0c8aa847ff5c0446950148b5b9b91ae92e5dbf0bed4010bae37ee269610fc252",
|
|
1606
|
+
"signature": "0c8aa847ff5c0446950148b5b9b91ae92e5dbf0bed4010bae37ee269610fc252",
|
|
1607
1607
|
"affectsGlobalScope": false
|
|
1608
1608
|
},
|
|
1609
1609
|
"../../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.22",
|
|
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.3",
|
|
41
|
-
"@bitgo/sdk-api": "^1.2.0-rc.
|
|
42
|
-
"@bitgo/sdk-core": "^2.0.0-rc.
|
|
41
|
+
"@bitgo/sdk-api": "^1.2.0-rc.6",
|
|
42
|
+
"@bitgo/sdk-core": "^2.0.0-rc.24",
|
|
43
43
|
"@bitgo/unspents": "^0.9.0-rc.2",
|
|
44
44
|
"@bitgo/utxo-lib": "^3.0.0-rc.5",
|
|
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": "ff2c0e561b1ddc1d1d9d727da99108c3387b9e56"
|
|
56
56
|
}
|