testaro 72.3.0 → 72.3.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/UPGRADES.md +1 -1
- package/package.json +1 -1
package/UPGRADES.md
CHANGED
|
@@ -7403,7 +7403,7 @@ pool@jpdev testaro % claude
|
|
|
7403
7403
|
❯ Resend on its website offers a template for its use with node.js. Is there any reason to implement it? import { Resend } from
|
|
7404
7404
|
'resend';
|
|
7405
7405
|
|
|
7406
|
-
const resend = new Resend('
|
|
7406
|
+
const resend = new Resend('…');
|
|
7407
7407
|
|
|
7408
7408
|
resend.emails.send({
|
|
7409
7409
|
from: 'onboarding@resend.dev',
|