@bitgo/abstract-utxo 1.1.0-dev.0 → 1.3.0-dev.0
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.
|
@@ -832,8 +832,8 @@
|
|
|
832
832
|
"affectsGlobalScope": false
|
|
833
833
|
},
|
|
834
834
|
"../../unspents/dist/dimensions.d.ts": {
|
|
835
|
-
"version": "
|
|
836
|
-
"signature": "
|
|
835
|
+
"version": "731ac70276ed6fa28a644a9da82ff80e1769b9b61cb9ab125c32b2c87e690a2f",
|
|
836
|
+
"signature": "731ac70276ed6fa28a644a9da82ff80e1769b9b61cb9ab125c32b2c87e690a2f",
|
|
837
837
|
"affectsGlobalScope": false
|
|
838
838
|
},
|
|
839
839
|
"../../unspents/dist/index.d.ts": {
|
|
@@ -3118,7 +3118,6 @@
|
|
|
3118
3118
|
"../../../node_modules/@types/node/index.d.ts",
|
|
3119
3119
|
"../../../node_modules/@types/node/util.d.ts",
|
|
3120
3120
|
"../../unspents/dist/virtualsizes.d.ts",
|
|
3121
|
-
"../../utxo-lib/dist/src/bitgo/index.d.ts",
|
|
3122
3121
|
"../../utxo-lib/dist/src/index.d.ts"
|
|
3123
3122
|
],
|
|
3124
3123
|
"../../unspents/dist/index.d.ts": [
|
|
@@ -5502,7 +5501,6 @@
|
|
|
5502
5501
|
"../../../node_modules/@types/node/index.d.ts",
|
|
5503
5502
|
"../../../node_modules/@types/node/util.d.ts",
|
|
5504
5503
|
"../../unspents/dist/virtualsizes.d.ts",
|
|
5505
|
-
"../../utxo-lib/dist/src/bitgo/index.d.ts",
|
|
5506
5504
|
"../../utxo-lib/dist/src/index.d.ts"
|
|
5507
5505
|
],
|
|
5508
5506
|
"../../unspents/dist/index.d.ts": [
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bitgo/abstract-utxo",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.3.0-dev.0",
|
|
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,11 +38,11 @@
|
|
|
38
38
|
]
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
|
-
"@bitgo/blockapis": "^1.
|
|
42
|
-
"@bitgo/sdk-api": "^1.
|
|
43
|
-
"@bitgo/sdk-core": "^1.
|
|
44
|
-
"@bitgo/unspents": "^0.
|
|
45
|
-
"@bitgo/utxo-lib": "^2.
|
|
41
|
+
"@bitgo/blockapis": "^1.2.0-dev.0",
|
|
42
|
+
"@bitgo/sdk-api": "^1.3.0-dev.0",
|
|
43
|
+
"@bitgo/sdk-core": "^1.2.0-dev.0",
|
|
44
|
+
"@bitgo/unspents": "^0.11.0-dev.0",
|
|
45
|
+
"@bitgo/utxo-lib": "^2.4.0-dev.0",
|
|
46
46
|
"@types/bluebird": "^3.5.25",
|
|
47
47
|
"@types/lodash": "^4.14.121",
|
|
48
48
|
"bip32": "^2.0.6",
|
|
@@ -51,5 +51,5 @@
|
|
|
51
51
|
"lodash": "^4.17.14",
|
|
52
52
|
"superagent": "^3.8.3"
|
|
53
53
|
},
|
|
54
|
-
"gitHead": "
|
|
54
|
+
"gitHead": "41058c7d0915f862dc7576543b9ed9fd838d5612"
|
|
55
55
|
}
|