@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.
@@ -6589,6 +6589,7 @@ const validateJws = (key, input) => {
6589
6589
  return verified;
6590
6590
  }
6591
6591
  catch (error) {
6592
+ console.error(error);
6592
6593
  return undefined;
6593
6594
  }
6594
6595
  }