@bitgo/abstract-utxo 1.2.0-rc.6 → 1.2.0-rc.7
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.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
|
+
|
|
8
|
+
**Note:** Version bump only for package @bitgo/abstract-utxo
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
# [1.2.0-rc.6](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-utxo@1.2.0-rc.5...@bitgo/abstract-utxo@1.2.0-rc.6) (2022-08-23)
|
|
7
15
|
|
|
8
16
|
|
|
@@ -807,8 +807,8 @@
|
|
|
807
807
|
"affectsGlobalScope": false
|
|
808
808
|
},
|
|
809
809
|
"../../statics/dist/src/base.d.ts": {
|
|
810
|
-
"version": "
|
|
811
|
-
"signature": "
|
|
810
|
+
"version": "3b8fa58cc6281a552611fe159914a54c479299f978fa300ba3f8b831ec26f2fd",
|
|
811
|
+
"signature": "3b8fa58cc6281a552611fe159914a54c479299f978fa300ba3f8b831ec26f2fd",
|
|
812
812
|
"affectsGlobalScope": false
|
|
813
813
|
},
|
|
814
814
|
"../../statics/dist/src/map.d.ts": {
|
|
@@ -1177,13 +1177,13 @@
|
|
|
1177
1177
|
"affectsGlobalScope": false
|
|
1178
1178
|
},
|
|
1179
1179
|
"../../sdk-core/dist/src/bitgo/staking/istakingwallet.d.ts": {
|
|
1180
|
-
"version": "
|
|
1181
|
-
"signature": "
|
|
1180
|
+
"version": "ee920e56f0b3967c730b9b20193445169f9b770399aeff8c6582763a45c3dbdd",
|
|
1181
|
+
"signature": "ee920e56f0b3967c730b9b20193445169f9b770399aeff8c6582763a45c3dbdd",
|
|
1182
1182
|
"affectsGlobalScope": false
|
|
1183
1183
|
},
|
|
1184
1184
|
"../../sdk-core/dist/src/bitgo/staking/stakingwallet.d.ts": {
|
|
1185
|
-
"version": "
|
|
1186
|
-
"signature": "
|
|
1185
|
+
"version": "f7daad875f9399da7f2e760090b4b88f58c5da65f5321d9991b013949d685af1",
|
|
1186
|
+
"signature": "f7daad875f9399da7f2e760090b4b88f58c5da65f5321d9991b013949d685af1",
|
|
1187
1187
|
"affectsGlobalScope": false
|
|
1188
1188
|
},
|
|
1189
1189
|
"../../sdk-core/dist/src/bitgo/staking/index.d.ts": {
|
|
@@ -1502,8 +1502,8 @@
|
|
|
1502
1502
|
"affectsGlobalScope": false
|
|
1503
1503
|
},
|
|
1504
1504
|
"../../sdk-core/dist/src/bitgo/wallet/wallet.d.ts": {
|
|
1505
|
-
"version": "
|
|
1506
|
-
"signature": "
|
|
1505
|
+
"version": "c840970ae30b63051b8817c939ee481bd582187130f91f70ff47ab6690d79c6d",
|
|
1506
|
+
"signature": "c840970ae30b63051b8817c939ee481bd582187130f91f70ff47ab6690d79c6d",
|
|
1507
1507
|
"affectsGlobalScope": false
|
|
1508
1508
|
},
|
|
1509
1509
|
"../../sdk-core/dist/src/bitgo/wallet/iwallets.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.7",
|
|
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.13",
|
|
42
|
+
"@bitgo/sdk-core": "^2.0.0-rc.9",
|
|
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": "223b59e2ab691a4d69800499e21738bed514130b"
|
|
56
56
|
}
|