@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.js CHANGED
@@ -2235,6 +2235,7 @@ var CloudflareEmailAdapter = class {
2235
2235
  logger_default.error("Cloudflare send error", {
2236
2236
  provider: this.providerName,
2237
2237
  error: errorText,
2238
+ rawError: error,
2238
2239
  to: options.to,
2239
2240
  subject: options.subject
2240
2241
  });