@bitgo/utxo-bin 2.1.0-rc.6 → 2.1.0-rc.7
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.
|
@@ -692,8 +692,8 @@
|
|
|
692
692
|
"affectsGlobalScope": false
|
|
693
693
|
},
|
|
694
694
|
"../../../node_modules/buffer/index.d.ts": {
|
|
695
|
-
"version": "
|
|
696
|
-
"signature": "
|
|
695
|
+
"version": "4967529644e391115ca5592184d4b63980569adf60ee685f968fd59ab1557188",
|
|
696
|
+
"signature": "4967529644e391115ca5592184d4b63980569adf60ee685f968fd59ab1557188",
|
|
697
697
|
"affectsGlobalScope": false
|
|
698
698
|
},
|
|
699
699
|
"../../../node_modules/@types/superagent/index.d.ts": {
|
|
@@ -757,8 +757,8 @@
|
|
|
757
757
|
"affectsGlobalScope": false
|
|
758
758
|
},
|
|
759
759
|
"../../statics/dist/src/base.d.ts": {
|
|
760
|
-
"version": "
|
|
761
|
-
"signature": "
|
|
760
|
+
"version": "fa1ba1ee0ad7c5f705cabb560777e92515f161f98c61350fa9018163072b78c4",
|
|
761
|
+
"signature": "fa1ba1ee0ad7c5f705cabb560777e92515f161f98c61350fa9018163072b78c4",
|
|
762
762
|
"affectsGlobalScope": false
|
|
763
763
|
},
|
|
764
764
|
"../../statics/dist/src/map.d.ts": {
|
|
@@ -777,8 +777,8 @@
|
|
|
777
777
|
"affectsGlobalScope": false
|
|
778
778
|
},
|
|
779
779
|
"../../statics/dist/src/tokenconfig.d.ts": {
|
|
780
|
-
"version": "
|
|
781
|
-
"signature": "
|
|
780
|
+
"version": "53d85cea67bccac3dac8f438dbe254dac857208e566d28a86364cda5b79f874f",
|
|
781
|
+
"signature": "53d85cea67bccac3dac8f438dbe254dac857208e566d28a86364cda5b79f874f",
|
|
782
782
|
"affectsGlobalScope": false
|
|
783
783
|
},
|
|
784
784
|
"../../statics/dist/src/ofc.d.ts": {
|
|
@@ -792,8 +792,8 @@
|
|
|
792
792
|
"affectsGlobalScope": false
|
|
793
793
|
},
|
|
794
794
|
"../../statics/dist/src/account.d.ts": {
|
|
795
|
-
"version": "
|
|
796
|
-
"signature": "
|
|
795
|
+
"version": "af8955f1b0b2d4365748429769cadcbf002c08599185b08d01e6b27c1415ba11",
|
|
796
|
+
"signature": "af8955f1b0b2d4365748429769cadcbf002c08599185b08d01e6b27c1415ba11",
|
|
797
797
|
"affectsGlobalScope": false
|
|
798
798
|
},
|
|
799
799
|
"../../statics/dist/src/index.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": "2.1.0-rc.
|
|
4
|
+
"version": "2.1.0-rc.7",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist/**/*"
|
|
7
7
|
],
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"bin": "./dist/bin/index.js",
|
|
28
28
|
"dependencies": {
|
|
29
29
|
"@bitgo/blockapis": "^1.0.6-rc.3",
|
|
30
|
-
"@bitgo/statics": "^8.0.0-rc.
|
|
30
|
+
"@bitgo/statics": "^8.0.0-rc.7",
|
|
31
31
|
"@bitgo/utxo-lib": "^3.0.0-rc.1",
|
|
32
32
|
"archy": "^1.0.0",
|
|
33
33
|
"chalk": "4",
|
|
@@ -47,5 +47,5 @@
|
|
|
47
47
|
"access": "public"
|
|
48
48
|
},
|
|
49
49
|
"license": "MIT",
|
|
50
|
-
"gitHead": "
|
|
50
|
+
"gitHead": "79b494be7b0d986568771366296f1b2b5ca62678"
|
|
51
51
|
}
|