@bitgo/utxo-bin 2.8.1 → 2.8.2

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
@@ -562,8 +562,8 @@
562
562
  "affectsGlobalScope": false
563
563
  },
564
564
  "../../utxo-lib/dist/src/bitgo/wallet/chains.d.ts": {
565
- "version": "741534ee446de2b35f3a2f49bffa1403ccc8f4612fc2571ca802d3f59fb2a8a1",
566
- "signature": "741534ee446de2b35f3a2f49bffa1403ccc8f4612fc2571ca802d3f59fb2a8a1",
565
+ "version": "251838fc943d3ddd2513a2e22ea91a1bdd159eca24c67b0d96cb4521a931d1b2",
566
+ "signature": "251838fc943d3ddd2513a2e22ea91a1bdd159eca24c67b0d96cb4521a931d1b2",
567
567
  "affectsGlobalScope": false
568
568
  },
569
569
  "../../utxo-lib/dist/src/bitgo/outputscripts.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.8.1",
4
+ "version": "2.8.2",
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.6.2",
29
+ "@bitgo/blockapis": "^1.6.3",
30
30
  "@bitgo/statics": "^15.1.0",
31
- "@bitgo/utxo-lib": "^8.0.1",
31
+ "@bitgo/utxo-lib": "^8.0.2",
32
32
  "archy": "^1.0.0",
33
33
  "bech32": "^2.0.0",
34
34
  "bitcoinjs-lib": "npm:@bitgo-forks/bitcoinjs-lib@7.1.0-master.2",
@@ -54,5 +54,5 @@
54
54
  "access": "public"
55
55
  },
56
56
  "license": "MIT",
57
- "gitHead": "1dc88962a7dec6805607e4510e20e0e80a84d01f"
57
+ "gitHead": "0e062498e48576d0613b10ae83caf87f349bd112"
58
58
  }