@bitgo/abstract-utxo 1.10.3 → 1.10.4
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 +4 -0
- package/dist/tsconfig.tsbuildinfo +6 -6
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,10 @@
|
|
|
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.10.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-utxo@1.10.3...@bitgo/abstract-utxo@1.10.4) (2022-12-23)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @bitgo/abstract-utxo
|
|
9
|
+
|
|
6
10
|
## [1.10.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-utxo@1.10.2...@bitgo/abstract-utxo@1.10.3) (2022-12-20)
|
|
7
11
|
|
|
8
12
|
**Note:** Version bump only for package @bitgo/abstract-utxo
|
|
@@ -877,8 +877,8 @@
|
|
|
877
877
|
"affectsGlobalScope": false
|
|
878
878
|
},
|
|
879
879
|
"../../statics/dist/src/index.d.ts": {
|
|
880
|
-
"version": "
|
|
881
|
-
"signature": "
|
|
880
|
+
"version": "5896adafae00503bcfc62403ed7e03d89f95471ae563be2f67ed23dbc2e51d4f",
|
|
881
|
+
"signature": "5896adafae00503bcfc62403ed7e03d89f95471ae563be2f67ed23dbc2e51d4f",
|
|
882
882
|
"affectsGlobalScope": false
|
|
883
883
|
},
|
|
884
884
|
"../../sdk-core/dist/src/bitgo/types.d.ts": {
|
|
@@ -1542,13 +1542,13 @@
|
|
|
1542
1542
|
"affectsGlobalScope": false
|
|
1543
1543
|
},
|
|
1544
1544
|
"../../sdk-core/dist/src/bitgo/wallet/iwallet.d.ts": {
|
|
1545
|
-
"version": "
|
|
1546
|
-
"signature": "
|
|
1545
|
+
"version": "1c340c78108b0a3260935108ad82b5d6a47d9ab8f01ecb42f272119e64aa929a",
|
|
1546
|
+
"signature": "1c340c78108b0a3260935108ad82b5d6a47d9ab8f01ecb42f272119e64aa929a",
|
|
1547
1547
|
"affectsGlobalScope": false
|
|
1548
1548
|
},
|
|
1549
1549
|
"../../sdk-core/dist/src/bitgo/wallet/wallet.d.ts": {
|
|
1550
|
-
"version": "
|
|
1551
|
-
"signature": "
|
|
1550
|
+
"version": "60de8e2ee0d2628bbeff74bfd35f0ee83b26eeebbb4f388c090ec64a5335b0c3",
|
|
1551
|
+
"signature": "60de8e2ee0d2628bbeff74bfd35f0ee83b26eeebbb4f388c090ec64a5335b0c3",
|
|
1552
1552
|
"affectsGlobalScope": false
|
|
1553
1553
|
},
|
|
1554
1554
|
"../../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.10.
|
|
3
|
+
"version": "1.10.4",
|
|
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.3.
|
|
41
|
-
"@bitgo/sdk-api": "^1.9.
|
|
42
|
-
"@bitgo/sdk-core": "^
|
|
43
|
-
"@bitgo/unspents": "^0.11.
|
|
44
|
-
"@bitgo/utxo-lib": "^7.
|
|
40
|
+
"@bitgo/blockapis": "^1.3.8",
|
|
41
|
+
"@bitgo/sdk-api": "^1.9.5",
|
|
42
|
+
"@bitgo/sdk-core": "^5.0.0",
|
|
43
|
+
"@bitgo/unspents": "^0.11.8",
|
|
44
|
+
"@bitgo/utxo-lib": "^7.3.0",
|
|
45
45
|
"@types/bluebird": "^3.5.25",
|
|
46
46
|
"@types/lodash": "^4.14.121",
|
|
47
47
|
"@types/superagent": "4.1.15",
|
|
@@ -52,5 +52,5 @@
|
|
|
52
52
|
"lodash": "^4.17.14",
|
|
53
53
|
"superagent": "^3.8.3"
|
|
54
54
|
},
|
|
55
|
-
"gitHead": "
|
|
55
|
+
"gitHead": "616cbcf54bb14f98ca7c8b3d5ba421a9c7e7eebd"
|
|
56
56
|
}
|