@bitgo/utxo-bin 2.0.0 → 2.0.1

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.
@@ -752,13 +752,13 @@
752
752
  "affectsGlobalScope": false
753
753
  },
754
754
  "../../statics/dist/src/networks.d.ts": {
755
- "version": "c1959612d3c9ad88e88b8be87acd96b8c92fbe503759807647de6c2e00eb76fa",
756
- "signature": "c1959612d3c9ad88e88b8be87acd96b8c92fbe503759807647de6c2e00eb76fa",
755
+ "version": "4c36958e50e09365994cc91fd27d0fb0d10a39dddd7f77a1dcddfdaa7c6b5fa9",
756
+ "signature": "4c36958e50e09365994cc91fd27d0fb0d10a39dddd7f77a1dcddfdaa7c6b5fa9",
757
757
  "affectsGlobalScope": false
758
758
  },
759
759
  "../../statics/dist/src/base.d.ts": {
760
- "version": "e3e4c101e8da33b4445b641beacf5423868c1a6e36838d3c7e84feed20866995",
761
- "signature": "e3e4c101e8da33b4445b641beacf5423868c1a6e36838d3c7e84feed20866995",
760
+ "version": "a30f4db4a32849b1cb82533e578aafd5f98a2466edddb00437a9982c39791a7e",
761
+ "signature": "a30f4db4a32849b1cb82533e578aafd5f98a2466edddb00437a9982c39791a7e",
762
762
  "affectsGlobalScope": false
763
763
  },
764
764
  "../../statics/dist/src/map.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.1",
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.1-rc.17",
30
- "@bitgo/statics": "^7.0.0",
31
- "@bitgo/utxo-lib": "^2.3.0-rc.11",
29
+ "@bitgo/blockapis": "^1.0.5",
30
+ "@bitgo/statics": "^7.1.0",
31
+ "@bitgo/utxo-lib": "^2.4.1",
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": "4b6aef5e9171de8a7797e5fe868daa85e8db41c1"
50
+ "gitHead": "876591201b3a0ac5da8fc87e8dd29abc456ca424"
51
51
  }