@bitgo-beta/abstract-utxo 1.6.1-alpha.23 → 1.6.1-alpha.24
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.
|
@@ -867,8 +867,8 @@
|
|
|
867
867
|
"affectsGlobalScope": false
|
|
868
868
|
},
|
|
869
869
|
"../../statics/dist/src/base.d.ts": {
|
|
870
|
-
"version": "
|
|
871
|
-
"signature": "
|
|
870
|
+
"version": "89aff940eb61cb950eb5d91038e94b432ae34544f44a65371cda055a5006bdb0",
|
|
871
|
+
"signature": "89aff940eb61cb950eb5d91038e94b432ae34544f44a65371cda055a5006bdb0",
|
|
872
872
|
"affectsGlobalScope": false
|
|
873
873
|
},
|
|
874
874
|
"../../statics/dist/src/map.d.ts": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bitgo-beta/abstract-utxo",
|
|
3
|
-
"version": "1.6.1-alpha.
|
|
3
|
+
"version": "1.6.1-alpha.24",
|
|
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-beta/blockapis": "1.3.3-alpha.
|
|
41
|
-
"@bitgo-beta/sdk-api": "1.6.1-alpha.
|
|
42
|
-
"@bitgo-beta/sdk-core": "2.4.1-alpha.
|
|
43
|
-
"@bitgo-beta/unspents": "0.11.3-alpha.
|
|
44
|
-
"@bitgo-beta/utxo-lib": "4.0.1-alpha.
|
|
40
|
+
"@bitgo-beta/blockapis": "1.3.3-alpha.24",
|
|
41
|
+
"@bitgo-beta/sdk-api": "1.6.1-alpha.24",
|
|
42
|
+
"@bitgo-beta/sdk-core": "2.4.1-alpha.24",
|
|
43
|
+
"@bitgo-beta/unspents": "0.11.3-alpha.24",
|
|
44
|
+
"@bitgo-beta/utxo-lib": "4.0.1-alpha.24",
|
|
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": "dd1a69c368ae0a1b2dfd320463a262c72ec85fe9"
|
|
56
56
|
}
|