@bitgo/utxo-bin 2.0.1 → 2.0.2-rc.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 CHANGED
File without changes
@@ -752,13 +752,13 @@
752
752
  "affectsGlobalScope": false
753
753
  },
754
754
  "../../statics/dist/src/networks.d.ts": {
755
- "version": "4c36958e50e09365994cc91fd27d0fb0d10a39dddd7f77a1dcddfdaa7c6b5fa9",
756
- "signature": "4c36958e50e09365994cc91fd27d0fb0d10a39dddd7f77a1dcddfdaa7c6b5fa9",
755
+ "version": "6549cf8a53cd69f199c439e7b0611bfa356bb52019341dd34290ae2469d5e3ee",
756
+ "signature": "6549cf8a53cd69f199c439e7b0611bfa356bb52019341dd34290ae2469d5e3ee",
757
757
  "affectsGlobalScope": false
758
758
  },
759
759
  "../../statics/dist/src/base.d.ts": {
760
- "version": "a30f4db4a32849b1cb82533e578aafd5f98a2466edddb00437a9982c39791a7e",
761
- "signature": "a30f4db4a32849b1cb82533e578aafd5f98a2466edddb00437a9982c39791a7e",
760
+ "version": "e0804791c4401f6c934cf5c8eebb07383a175ff4b5dbbd566419f018d3bf5cd2",
761
+ "signature": "e0804791c4401f6c934cf5c8eebb07383a175ff4b5dbbd566419f018d3bf5cd2",
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": "0d3891618ed8ef609641e6bd5502f510ca8164e283e2c18d56fe1d33d93c8d87",
796
- "signature": "0d3891618ed8ef609641e6bd5502f510ca8164e283e2c18d56fe1d33d93c8d87",
795
+ "version": "6fa1f9653d991557e03e0adb1327eea3e7a57ab7282b08ba5635fc64bc0b95ae",
796
+ "signature": "6fa1f9653d991557e03e0adb1327eea3e7a57ab7282b08ba5635fc64bc0b95ae",
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.1",
4
+ "version": "2.0.2-rc.0",
5
5
  "files": [
6
6
  "dist/**/*"
7
7
  ],
@@ -26,9 +26,9 @@
26
26
  },
27
27
  "bin": "./dist/bin/index.js",
28
28
  "dependencies": {
29
- "@bitgo/blockapis": "^1.0.5",
30
- "@bitgo/statics": "^7.1.0",
31
- "@bitgo/utxo-lib": "^2.4.1",
29
+ "@bitgo/blockapis": "^1.0.6-rc.0",
30
+ "@bitgo/statics": "^8.0.0-rc.0",
31
+ "@bitgo/utxo-lib": "^2.4.2-rc.0",
32
32
  "archy": "^1.0.0",
33
33
  "chalk": "4",
34
34
  "yargs": "^17.3.1"
@@ -47,5 +47,5 @@
47
47
  "access": "public"
48
48
  },
49
49
  "license": "MIT",
50
- "gitHead": "876591201b3a0ac5da8fc87e8dd29abc456ca424"
50
+ "gitHead": "bdd4601d84f34ec237fad41dc90c175e18d55450"
51
51
  }