@syncello/auth 3.2.0 → 3.2.1

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/index.cjs CHANGED
@@ -2627,6 +2627,7 @@ var CloudflareEmailAdapter = class {
2627
2627
  logger_default.error("Cloudflare send error", {
2628
2628
  provider: this.providerName,
2629
2629
  error: errorText,
2630
+ rawError: error,
2630
2631
  to: options.to,
2631
2632
  subject: options.subject
2632
2633
  });