@bitgo/utxo-bin 1.0.2 → 1.0.3
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/dist/bin/index.js +0 -0
- package/dist/tsconfig.tsbuildinfo +3 -3
- package/package.json +4 -4
package/dist/bin/index.js
CHANGED
|
File without changes
|
|
@@ -557,8 +557,8 @@
|
|
|
557
557
|
"affectsGlobalScope": false
|
|
558
558
|
},
|
|
559
559
|
"../../utxo-lib/dist/src/bitgo/wallet/chains.d.ts": {
|
|
560
|
-
"version": "
|
|
561
|
-
"signature": "
|
|
560
|
+
"version": "5d9e513b609f35338bbf8cc5fd267e87a22a6841d7b51155933a6397274be0cd",
|
|
561
|
+
"signature": "5d9e513b609f35338bbf8cc5fd267e87a22a6841d7b51155933a6397274be0cd",
|
|
562
562
|
"affectsGlobalScope": false
|
|
563
563
|
},
|
|
564
564
|
"../../utxo-lib/dist/src/bitgo/outputscripts.d.ts": {
|
|
@@ -2863,7 +2863,7 @@
|
|
|
2863
2863
|
],
|
|
2864
2864
|
"../../../node_modules/@types/node-fetch/index.d.ts": [
|
|
2865
2865
|
"../../../node_modules/@types/node-fetch/externals.d.ts",
|
|
2866
|
-
"../../../node_modules
|
|
2866
|
+
"../../../node_modules/form-data/index.d.ts",
|
|
2867
2867
|
"../node_modules/@types/node/http.d.ts",
|
|
2868
2868
|
"../node_modules/@types/node/index.d.ts",
|
|
2869
2869
|
"../node_modules/@types/node/url.d.ts"
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bitgo/utxo-bin",
|
|
3
3
|
"description": "Command-line utility for BitGo UTXO transactions",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.3",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist/**/*"
|
|
7
7
|
],
|
|
@@ -25,9 +25,9 @@
|
|
|
25
25
|
},
|
|
26
26
|
"bin": "./dist/bin/index.js",
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@bitgo/blockapis": "^1.0.
|
|
28
|
+
"@bitgo/blockapis": "^1.0.3",
|
|
29
29
|
"@bitgo/statics": "^6.17.0-rc.23",
|
|
30
|
-
"@bitgo/utxo-lib": "^2.
|
|
30
|
+
"@bitgo/utxo-lib": "^2.4.0",
|
|
31
31
|
"archy": "^1.0.0",
|
|
32
32
|
"chalk": "4",
|
|
33
33
|
"yargs": "^17.3.1"
|
|
@@ -42,5 +42,5 @@
|
|
|
42
42
|
"access": "public"
|
|
43
43
|
},
|
|
44
44
|
"license": "MIT",
|
|
45
|
-
"gitHead": "
|
|
45
|
+
"gitHead": "80b6d48981c901a8984920c00599bb2c020356f5"
|
|
46
46
|
}
|