@bitgo/utxo-bin 2.0.0-rc.1 → 2.0.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.
- package/dist/bin/index.js +0 -0
- package/dist/tsconfig.tsbuildinfo +4 -4
- package/package.json +3 -3
package/dist/bin/index.js
CHANGED
|
File without changes
|
|
@@ -757,8 +757,8 @@
|
|
|
757
757
|
"affectsGlobalScope": false
|
|
758
758
|
},
|
|
759
759
|
"../../statics/dist/src/base.d.ts": {
|
|
760
|
-
"version": "
|
|
761
|
-
"signature": "
|
|
760
|
+
"version": "e3e4c101e8da33b4445b641beacf5423868c1a6e36838d3c7e84feed20866995",
|
|
761
|
+
"signature": "e3e4c101e8da33b4445b641beacf5423868c1a6e36838d3c7e84feed20866995",
|
|
762
762
|
"affectsGlobalScope": false
|
|
763
763
|
},
|
|
764
764
|
"../../statics/dist/src/map.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": "0d3891618ed8ef609641e6bd5502f510ca8164e283e2c18d56fe1d33d93c8d87",
|
|
796
|
+
"signature": "0d3891618ed8ef609641e6bd5502f510ca8164e283e2c18d56fe1d33d93c8d87",
|
|
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.0.0
|
|
4
|
+
"version": "2.0.0",
|
|
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.1-rc.17",
|
|
30
|
-
"@bitgo/statics": "^7.0.0
|
|
30
|
+
"@bitgo/statics": "^7.0.0",
|
|
31
31
|
"@bitgo/utxo-lib": "^2.3.0-rc.11",
|
|
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": "4b6aef5e9171de8a7797e5fe868daa85e8db41c1"
|
|
51
51
|
}
|