@bitgo/utxo-bin 2.8.0 → 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": {
@@ -597,8 +597,8 @@
597
597
  "affectsGlobalScope": false
598
598
  },
599
599
  "../../utxo-lib/dist/src/bitgo/utxopsbt.d.ts": {
600
- "version": "91e969c3f8f61c17b7c2204e9b649d4f672625bc2f6285f27dafbde13fda1a5f",
601
- "signature": "91e969c3f8f61c17b7c2204e9b649d4f672625bc2f6285f27dafbde13fda1a5f",
600
+ "version": "e80b1ebc510a137bc4dedd89be5689b550d87ce96930b3cdedf86c7dc34cb02c",
601
+ "signature": "e80b1ebc510a137bc4dedd89be5689b550d87ce96930b3cdedf86c7dc34cb02c",
602
602
  "affectsGlobalScope": false
603
603
  },
604
604
  "../../utxo-lib/dist/src/bitgo/dash/dashpsbt.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.0",
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.1",
30
- "@bitgo/statics": "^15.0.0",
31
- "@bitgo/utxo-lib": "^8.0.0",
29
+ "@bitgo/blockapis": "^1.6.3",
30
+ "@bitgo/statics": "^15.1.0",
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": "fdabb43f7200612031c99fe4b8695c98d40c3cf7"
57
+ "gitHead": "0e062498e48576d0613b10ae83caf87f349bd112"
58
58
  }