@rpcbase/server 0.513.0 → 0.514.0

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.
@@ -8019,7 +8019,10 @@ const defaultFrom = process.env.RESEND_FROM || "hello@rpcbase.com";
8019
8019
  const sendEmail = async (params) => {
8020
8020
  if (!apiKey) {
8021
8021
  console.warn("RESEND_API_KEY not set, skipping email");
8022
- return { id: void 0, skipped: true };
8022
+ return {
8023
+ id: void 0,
8024
+ skipped: true
8025
+ };
8023
8026
  }
8024
8027
  const resend = new Resend(apiKey);
8025
8028
  const response = await resend.emails.send({
@@ -8039,4 +8042,4 @@ const sendEmail = async (params) => {
8039
8042
  export {
8040
8043
  sendEmail as s
8041
8044
  };
8042
- //# sourceMappingURL=email-DEw8keax.js.map
8045
+ //# sourceMappingURL=email-DK8uUU4X.js.map