@bitgo/abstract-utxo 1.2.0-rc.22 → 1.2.0-rc.23
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 +2 -2
- 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.23](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-utxo@1.2.0-rc.22...@bitgo/abstract-utxo@1.2.0-rc.23) (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.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
15
|
|
|
8
16
|
**Note:** Version bump only for package @bitgo/abstract-utxo
|
|
@@ -1487,8 +1487,8 @@
|
|
|
1487
1487
|
"affectsGlobalScope": false
|
|
1488
1488
|
},
|
|
1489
1489
|
"../../sdk-core/dist/src/bitgo/lightning/ilightning.d.ts": {
|
|
1490
|
-
"version": "
|
|
1491
|
-
"signature": "
|
|
1490
|
+
"version": "b6a76d9ccfeb8be5220b3922f4063bc77faa7a96501c2792ba28420d525b62cb",
|
|
1491
|
+
"signature": "b6a76d9ccfeb8be5220b3922f4063bc77faa7a96501c2792ba28420d525b62cb",
|
|
1492
1492
|
"affectsGlobalScope": false
|
|
1493
1493
|
},
|
|
1494
1494
|
"../../sdk-core/dist/src/bitgo/lightning/lightning.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.23",
|
|
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.7",
|
|
42
|
+
"@bitgo/sdk-core": "^2.0.0-rc.25",
|
|
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": "945e7be935557241471ca05e5b7911f27c0654ed"
|
|
56
56
|
}
|