@bitgo/utxo-bin 2.1.0-rc.20 → 2.1.0-rc.22
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.
|
@@ -782,8 +782,8 @@
|
|
|
782
782
|
"affectsGlobalScope": false
|
|
783
783
|
},
|
|
784
784
|
"../../statics/dist/src/base.d.ts": {
|
|
785
|
-
"version": "
|
|
786
|
-
"signature": "
|
|
785
|
+
"version": "84c53460efebcd122f8338767d84aaf0b7842aef31bf25051c6bb04ebb2793ff",
|
|
786
|
+
"signature": "84c53460efebcd122f8338767d84aaf0b7842aef31bf25051c6bb04ebb2793ff",
|
|
787
787
|
"affectsGlobalScope": false
|
|
788
788
|
},
|
|
789
789
|
"../../statics/dist/src/map.d.ts": {
|
|
@@ -802,8 +802,8 @@
|
|
|
802
802
|
"affectsGlobalScope": false
|
|
803
803
|
},
|
|
804
804
|
"../../statics/dist/src/tokenconfig.d.ts": {
|
|
805
|
-
"version": "
|
|
806
|
-
"signature": "
|
|
805
|
+
"version": "9dc5873cbc0640c406f4958463afa9121a2c4e87c27e7e0792c4e31ba722df80",
|
|
806
|
+
"signature": "9dc5873cbc0640c406f4958463afa9121a2c4e87c27e7e0792c4e31ba722df80",
|
|
807
807
|
"affectsGlobalScope": false
|
|
808
808
|
},
|
|
809
809
|
"../../statics/dist/src/ofc.d.ts": {
|
|
@@ -817,8 +817,8 @@
|
|
|
817
817
|
"affectsGlobalScope": false
|
|
818
818
|
},
|
|
819
819
|
"../../statics/dist/src/account.d.ts": {
|
|
820
|
-
"version": "
|
|
821
|
-
"signature": "
|
|
820
|
+
"version": "a67b166ac6d59aa125fce27813f489239a9ab348f889ced71337735514c492c6",
|
|
821
|
+
"signature": "a67b166ac6d59aa125fce27813f489239a9ab348f889ced71337735514c492c6",
|
|
822
822
|
"affectsGlobalScope": false
|
|
823
823
|
},
|
|
824
824
|
"../../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.22",
|
|
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.1.0-rc.3",
|
|
30
|
-
"@bitgo/statics": "^8.0.0-rc.
|
|
30
|
+
"@bitgo/statics": "^8.0.0-rc.20",
|
|
31
31
|
"@bitgo/utxo-lib": "^3.0.0-rc.5",
|
|
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": "945e7be935557241471ca05e5b7911f27c0654ed"
|
|
51
51
|
}
|