@lunora/mail 1.0.0-alpha.40 → 1.0.0-alpha.41
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.d.mts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/packem_shared/{capture-transport.d-BJ__iWzS.d.mts → capture-transport.d-_rIl9W6N.d.mts} +1 -1
- package/dist/packem_shared/{capture-transport.d-BJ__iWzS.d.ts → capture-transport.d-_rIl9W6N.d.ts} +1 -1
- package/dist/testing.d.mts +1 -1
- package/dist/testing.d.ts +1 -1
- package/package.json +2 -2
package/dist/index.d.mts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { M as MailTransport, L as LunoraMailOptions, a as Mailer, b as MailboxSink, S as SendOptions } from "./packem_shared/capture-transport.d-
|
|
2
|
-
export { type C as CapturedMail, type Q as QueueLike, type c as SendPayload, d as createCaptureTransport } from "./packem_shared/capture-transport.d-
|
|
1
|
+
import { M as MailTransport, L as LunoraMailOptions, a as Mailer, b as MailboxSink, S as SendOptions } from "./packem_shared/capture-transport.d-_rIl9W6N.mjs";
|
|
2
|
+
export { type C as CapturedMail, type Q as QueueLike, type c as SendPayload, d as createCaptureTransport } from "./packem_shared/capture-transport.d-_rIl9W6N.mjs";
|
|
3
3
|
import { D as DurableObjectJurisdiction } from "./packem_shared/shard.d-DVADjmEJ.mjs";
|
|
4
4
|
import { ReactElement } from 'react';
|
|
5
5
|
/**
|
package/dist/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { M as MailTransport, L as LunoraMailOptions, a as Mailer, b as MailboxSink, S as SendOptions } from "./packem_shared/capture-transport.d-
|
|
2
|
-
export { type C as CapturedMail, type Q as QueueLike, type c as SendPayload, d as createCaptureTransport } from "./packem_shared/capture-transport.d-
|
|
1
|
+
import { M as MailTransport, L as LunoraMailOptions, a as Mailer, b as MailboxSink, S as SendOptions } from "./packem_shared/capture-transport.d-_rIl9W6N.js";
|
|
2
|
+
export { type C as CapturedMail, type Q as QueueLike, type c as SendPayload, d as createCaptureTransport } from "./packem_shared/capture-transport.d-_rIl9W6N.js";
|
|
3
3
|
import { D as DurableObjectJurisdiction } from "./packem_shared/shard.d-DVADjmEJ.js";
|
|
4
4
|
import { ReactElement } from 'react';
|
|
5
5
|
/**
|
package/dist/packem_shared/{capture-transport.d-BJ__iWzS.d.mts → capture-transport.d-_rIl9W6N.d.mts}
RENAMED
|
@@ -50,7 +50,7 @@ interface LunoraMailOptions {
|
|
|
50
50
|
* `transport` is set.
|
|
51
51
|
*/
|
|
52
52
|
cloudflareSend?: (from: string, to: string, raw: string) => Promise<void>;
|
|
53
|
-
/** Default sender (`Name
|
|
53
|
+
/** Default sender (`Name <addr@host>` or bare email). */
|
|
54
54
|
from: string;
|
|
55
55
|
/** Default queue binding for `mailer.queue()`. */
|
|
56
56
|
queue?: QueueLike;
|
package/dist/packem_shared/{capture-transport.d-BJ__iWzS.d.ts → capture-transport.d-_rIl9W6N.d.ts}
RENAMED
|
@@ -50,7 +50,7 @@ interface LunoraMailOptions {
|
|
|
50
50
|
* `transport` is set.
|
|
51
51
|
*/
|
|
52
52
|
cloudflareSend?: (from: string, to: string, raw: string) => Promise<void>;
|
|
53
|
-
/** Default sender (`Name
|
|
53
|
+
/** Default sender (`Name <addr@host>` or bare email). */
|
|
54
54
|
from: string;
|
|
55
55
|
/** Default queue binding for `mailer.queue()`. */
|
|
56
56
|
queue?: QueueLike;
|
package/dist/testing.d.mts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { C as CapturedMail } from "./packem_shared/capture-transport.d-
|
|
1
|
+
import { C as CapturedMail } from "./packem_shared/capture-transport.d-_rIl9W6N.mjs";
|
|
2
2
|
import 'react';
|
|
3
3
|
/** Minimal `fetch` projection so a test can inject a stub. */
|
|
4
4
|
type FetchLike = (input: string, init?: {
|
package/dist/testing.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { C as CapturedMail } from "./packem_shared/capture-transport.d-
|
|
1
|
+
import { C as CapturedMail } from "./packem_shared/capture-transport.d-_rIl9W6N.js";
|
|
2
2
|
import 'react';
|
|
3
3
|
/** Minimal `fetch` projection so a test can inject a stub. */
|
|
4
4
|
type FetchLike = (input: string, init?: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lunora/mail",
|
|
3
|
-
"version": "1.0.0-alpha.
|
|
3
|
+
"version": "1.0.0-alpha.41",
|
|
4
4
|
"description": "Email for Lunora: Resend adapter, TSX templates, and queue-backed sends",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"cloudflare",
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"access": "public"
|
|
55
55
|
},
|
|
56
56
|
"dependencies": {
|
|
57
|
-
"@lunora/errors": "1.0.0-alpha.
|
|
57
|
+
"@lunora/errors": "1.0.0-alpha.14",
|
|
58
58
|
"@react-email/render": "2.1.0",
|
|
59
59
|
"@visulima/email": "2.1.2",
|
|
60
60
|
"postal-mime": "2.7.5"
|