@bitgo/utxo-bin 2.7.3 → 2.7.4

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.
@@ -992,8 +992,8 @@
992
992
  "affectsGlobalScope": false
993
993
  },
994
994
  "../../statics/dist/src/map.d.ts": {
995
- "version": "15b9480d48ca80c146619e323ac449b2de500370434caf40138cf8656cf187bc",
996
- "signature": "15b9480d48ca80c146619e323ac449b2de500370434caf40138cf8656cf187bc",
995
+ "version": "539036099e015c91c44b586d0e87dc138cfdead89de3c924ce94a3a13008cfd9",
996
+ "signature": "539036099e015c91c44b586d0e87dc138cfdead89de3c924ce94a3a13008cfd9",
997
997
  "affectsGlobalScope": false
998
998
  },
999
999
  "../../statics/dist/src/coins.d.ts": {
@@ -1002,8 +1002,8 @@
1002
1002
  "affectsGlobalScope": false
1003
1003
  },
1004
1004
  "../../statics/dist/src/errors.d.ts": {
1005
- "version": "e6b049d77900c2918c131628295878ed4cfa4d3986dda132ab47379ea4331ba1",
1006
- "signature": "e6b049d77900c2918c131628295878ed4cfa4d3986dda132ab47379ea4331ba1",
1005
+ "version": "a9c18cd6324289f39e248281e97ede0ca37c0ff3706c2514c89826fd217c8570",
1006
+ "signature": "a9c18cd6324289f39e248281e97ede0ca37c0ff3706c2514c89826fd217c8570",
1007
1007
  "affectsGlobalScope": false
1008
1008
  },
1009
1009
  "../../statics/dist/src/tokenconfig.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.7.3",
4
+ "version": "2.7.4",
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.6.0",
30
- "@bitgo/statics": "^14.3.0",
30
+ "@bitgo/statics": "^14.4.0",
31
31
  "@bitgo/utxo-lib": "^7.7.0",
32
32
  "archy": "^1.0.0",
33
33
  "bech32": "^2.0.0",
@@ -54,5 +54,5 @@
54
54
  "access": "public"
55
55
  },
56
56
  "license": "MIT",
57
- "gitHead": "fc7357c09510d49b27b88a9c04f48f4b5a3921f8"
57
+ "gitHead": "fa5d7a66fc7d85bb66f1642850c8c5a96e809393"
58
58
  }