@denodeio/seshat 0.0.30 → 0.0.32

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.
@@ -6627,6 +6627,7 @@ signer.signData = signData;
6627
6627
  return verified;
6628
6628
  }
6629
6629
  catch (error) {
6630
+ console.error(error);
6630
6631
  return undefined;
6631
6632
  }
6632
6633
  }