@caravan/psbt 1.9.3 → 1.9.5

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.
Files changed (4) hide show
  1. package/dist/index.d.ts +1 -1
  2. package/dist/index.js +69565 -40141
  3. package/dist/index.mjs +69494 -40070
  4. package/package.json +8 -8
package/dist/index.d.ts CHANGED
@@ -535,4 +535,4 @@ declare const PSBT_MAGIC_HEX = "70736274ff";
535
535
  declare const PSBT_MAGIC_B64 = "cHNidP8";
536
536
  declare const PSBT_MAGIC_BYTES: Buffer;
537
537
 
538
- export { LegacyInput, LegacyMultisig, LegacyOutput, PSBT_MAGIC_B64, PSBT_MAGIC_BYTES, PSBT_MAGIC_HEX, PsbtInput, PsbtOutput, PsbtV2, addGlobalXpubs, autoLoadPSBT, convertLegacyInput, convertLegacyOutput, getPsbtVersionNumber, getUnsignedMultisigPsbtV0, translatePSBT, validateMultisigPsbtSignature };
538
+ export { type LegacyInput, type LegacyMultisig, type LegacyOutput, PSBT_MAGIC_B64, PSBT_MAGIC_BYTES, PSBT_MAGIC_HEX, type PsbtInput, type PsbtOutput, PsbtV2, addGlobalXpubs, autoLoadPSBT, convertLegacyInput, convertLegacyOutput, getPsbtVersionNumber, getUnsignedMultisigPsbtV0, translatePSBT, validateMultisigPsbtSignature };