@bitgo/abstract-utxo 1.2.0-rc.17 → 1.2.0-rc.18
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 +7 -7
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.18](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-utxo@1.2.0-rc.17...@bitgo/abstract-utxo@1.2.0-rc.18) (2022-09-13)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @bitgo/abstract-utxo
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
# [1.2.0-rc.16](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-utxo@1.2.0-rc.15...@bitgo/abstract-utxo@1.2.0-rc.16) (2022-09-08)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @bitgo/abstract-utxo
|
|
@@ -1482,8 +1482,8 @@
|
|
|
1482
1482
|
"affectsGlobalScope": false
|
|
1483
1483
|
},
|
|
1484
1484
|
"../../sdk-core/dist/src/bitgo/lightning/ilightning.d.ts": {
|
|
1485
|
-
"version": "
|
|
1486
|
-
"signature": "
|
|
1485
|
+
"version": "d50e063cc017d2902f964b7612d31bd4c9d50ebc4a5c389306374338cbc151f7",
|
|
1486
|
+
"signature": "d50e063cc017d2902f964b7612d31bd4c9d50ebc4a5c389306374338cbc151f7",
|
|
1487
1487
|
"affectsGlobalScope": false
|
|
1488
1488
|
},
|
|
1489
1489
|
"../../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.18",
|
|
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",
|
|
@@ -37,11 +37,11 @@
|
|
|
37
37
|
]
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@bitgo/blockapis": "^1.1.0-rc.
|
|
41
|
-
"@bitgo/sdk-api": "^1.2.0-rc.
|
|
42
|
-
"@bitgo/sdk-core": "^2.0.0-rc.
|
|
43
|
-
"@bitgo/unspents": "^0.9.0-rc.
|
|
44
|
-
"@bitgo/utxo-lib": "^3.0.0-rc.
|
|
40
|
+
"@bitgo/blockapis": "^1.1.0-rc.3",
|
|
41
|
+
"@bitgo/sdk-api": "^1.2.0-rc.2",
|
|
42
|
+
"@bitgo/sdk-core": "^2.0.0-rc.20",
|
|
43
|
+
"@bitgo/unspents": "^0.9.0-rc.2",
|
|
44
|
+
"@bitgo/utxo-lib": "^3.0.0-rc.5",
|
|
45
45
|
"@types/bluebird": "^3.5.25",
|
|
46
46
|
"@types/lodash": "^4.14.121",
|
|
47
47
|
"bignumber.js": "^9.0.2",
|
|
@@ -52,5 +52,5 @@
|
|
|
52
52
|
"lodash": "^4.17.14",
|
|
53
53
|
"superagent": "^3.8.3"
|
|
54
54
|
},
|
|
55
|
-
"gitHead": "
|
|
55
|
+
"gitHead": "3083d0817118f9f97af1496c124d6d6fea7f144c"
|
|
56
56
|
}
|