@beignet/provider-mail-resend 0.0.33 → 0.0.34

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/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @beignet/provider-mail-resend
2
2
 
3
+ ## 0.0.34
4
+
5
+ ### Patch Changes
6
+
7
+ - 9345cc9: Stabilize the pre-1.0 public surface around factory-only providers, canonical server and testing imports, consistent memory naming, and the removal of deprecated aliases.
8
+
3
9
  ## 0.0.33
4
10
 
5
11
  ### Patch Changes
package/README.md CHANGED
@@ -21,12 +21,12 @@ the SDK's Node.js 20+ runtime requirement.
21
21
  ## Setup
22
22
 
23
23
  ```typescript
24
- import { resendMailProvider } from "@beignet/provider-mail-resend";
24
+ import { createResendMailProvider } from "@beignet/provider-mail-resend";
25
25
  import { createServer } from "@beignet/core/server";
26
26
 
27
27
  const server = await createServer({
28
28
  ports: basePorts,
29
- providers: [resendMailProvider],
29
+ providers: [createResendMailProvider()],
30
30
  context: ({ ports }) => ({ ports }),
31
31
  routes,
32
32
  });
@@ -57,8 +57,8 @@ export const providers = [
57
57
  ];
58
58
  ```
59
59
 
60
- `resendMailProvider` is the default env-backed provider, equivalent to
61
- `createResendMailProvider()`.
60
+ Calling `createResendMailProvider()` with no options uses the env-backed
61
+ configuration.
62
62
 
63
63
  ## Use in application code
64
64
 
package/dist/index.d.ts CHANGED
@@ -25,7 +25,7 @@ export interface ResendMailEscapeHatch {
25
25
  client: Resend;
26
26
  }
27
27
  /**
28
- * Ports contributed by `resendMailProvider`.
28
+ * Ports contributed by `createResendMailProvider`.
29
29
  */
30
30
  export interface ResendMailProviderPorts {
31
31
  /**
@@ -57,7 +57,7 @@ export interface CreateResendMailerOptions {
57
57
  /**
58
58
  * Create a Beignet mailer port backed by Resend.
59
59
  *
60
- * Use this directly for custom wiring, or install `resendMailProvider` to load
60
+ * Use this directly for custom wiring, or install `createResendMailProvider` to load
61
61
  * config from env and contribute ports during server startup.
62
62
  */
63
63
  export declare function createResendMailer({ client, from, instrumentation: instrumentationTarget, }: CreateResendMailerOptions): MailerPort;
@@ -89,20 +89,5 @@ export declare function createResendMailProvider(options?: CreateResendMailProvi
89
89
  client: Resend;
90
90
  };
91
91
  }, unknown, void>;
92
- /**
93
- * Default env-backed Resend mail provider.
94
- *
95
- * Reads `RESEND_API_KEY` and `RESEND_FROM`, contributes `ports.mailer`, and
96
- * exposes `ports.resend.client` as an escape hatch.
97
- */
98
- export declare const resendMailProvider: import("@beignet/core/providers").ServiceProvider<unknown, z.ZodObject<{
99
- API_KEY: z.ZodString;
100
- FROM: z.ZodString;
101
- }, z.core.$strip>, {
102
- mailer: MailerPort;
103
- resend: {
104
- client: Resend;
105
- };
106
- }, unknown, void>;
107
92
  export {};
108
93
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,EAGL,KAAK,WAAW,EAEhB,KAAK,UAAU,EAIhB,MAAM,oBAAoB,CAAC;AAC5B,OAAO,EAGL,KAAK,6BAA6B,EACnC,MAAM,yBAAyB,CAAC;AACjC,OAAO,EAA2B,MAAM,EAAE,MAAM,QAAQ,CAAC;AACzD,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,QAAA,MAAM,sBAAsB;;;iBAG1B,CAAC;AAEH;;GAEG;AACH,MAAM,MAAM,gBAAgB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,sBAAsB,CAAC,CAAC;AAEtE;;GAEG;AACH,MAAM,WAAW,qBAAqB;IACpC;;OAEG;IACH,MAAM,EAAE,MAAM,CAAC;CAChB;AAED;;GAEG;AACH,MAAM,WAAW,uBAAuB;IACtC;;OAEG;IACH,MAAM,EAAE,UAAU,CAAC;IACnB;;OAEG;IACH,MAAM,EAAE,qBAAqB,CAAC;CAC/B;AAED;;GAEG;AACH,MAAM,WAAW,yBAAyB;IACxC;;OAEG;IACH,MAAM,EAAE,MAAM,CAAC;IACf;;OAEG;IACH,IAAI,EAAE,WAAW,CAAC;IAClB;;OAEG;IACH,eAAe,CAAC,EAAE,6BAA6B,CAAC;CACjD;AA2DD;;;;;GAKG;AACH,wBAAgB,kBAAkB,CAAC,EACjC,MAAM,EACN,IAAI,EACJ,eAAe,EAAE,qBAAqB,GACvC,EAAE,yBAAyB,GAAG,UAAU,CAwFxC;AAED;;GAEG;AACH,MAAM,WAAW,+BAA+B;IAC9C;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;;OAGG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;CACf;AAED;;;;GAIG;AACH,wBAAgB,wBAAwB,CACtC,OAAO,GAAE,+BAAoC;;;;;;;;kBA2C9C;AAED;;;;;GAKG;AACH,eAAO,MAAM,kBAAkB;;;;;;;;iBAA6B,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,EAGL,KAAK,WAAW,EAEhB,KAAK,UAAU,EAIhB,MAAM,oBAAoB,CAAC;AAC5B,OAAO,EAGL,KAAK,6BAA6B,EACnC,MAAM,yBAAyB,CAAC;AACjC,OAAO,EAA2B,MAAM,EAAE,MAAM,QAAQ,CAAC;AACzD,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,QAAA,MAAM,sBAAsB;;;iBAG1B,CAAC;AAEH;;GAEG;AACH,MAAM,MAAM,gBAAgB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,sBAAsB,CAAC,CAAC;AAEtE;;GAEG;AACH,MAAM,WAAW,qBAAqB;IACpC;;OAEG;IACH,MAAM,EAAE,MAAM,CAAC;CAChB;AAED;;GAEG;AACH,MAAM,WAAW,uBAAuB;IACtC;;OAEG;IACH,MAAM,EAAE,UAAU,CAAC;IACnB;;OAEG;IACH,MAAM,EAAE,qBAAqB,CAAC;CAC/B;AAED;;GAEG;AACH,MAAM,WAAW,yBAAyB;IACxC;;OAEG;IACH,MAAM,EAAE,MAAM,CAAC;IACf;;OAEG;IACH,IAAI,EAAE,WAAW,CAAC;IAClB;;OAEG;IACH,eAAe,CAAC,EAAE,6BAA6B,CAAC;CACjD;AA2DD;;;;;GAKG;AACH,wBAAgB,kBAAkB,CAAC,EACjC,MAAM,EACN,IAAI,EACJ,eAAe,EAAE,qBAAqB,GACvC,EAAE,yBAAyB,GAAG,UAAU,CAwFxC;AAED;;GAEG;AACH,MAAM,WAAW,+BAA+B;IAC9C;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;;OAGG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;CACf;AAED;;;;GAIG;AACH,wBAAgB,wBAAwB,CACtC,OAAO,GAAE,+BAAoC;;;;;;;;kBA2C9C"}
package/dist/index.js CHANGED
@@ -44,7 +44,7 @@ function createResendPayload(message, defaultFrom) {
44
44
  /**
45
45
  * Create a Beignet mailer port backed by Resend.
46
46
  *
47
- * Use this directly for custom wiring, or install `resendMailProvider` to load
47
+ * Use this directly for custom wiring, or install `createResendMailProvider` to load
48
48
  * config from env and contribute ports during server startup.
49
49
  */
50
50
  export function createResendMailer({ client, from, instrumentation: instrumentationTarget, }) {
@@ -145,7 +145,7 @@ export function createResendMailProvider(options = {}) {
145
145
  },
146
146
  async setup({ config, ports }) {
147
147
  if (!config) {
148
- throw new Error("[resendMailProvider] Missing Resend config. " +
148
+ throw new Error("[createResendMailProvider] Missing Resend config. " +
149
149
  "Please set RESEND_API_KEY and RESEND_FROM environment variables.");
150
150
  }
151
151
  const { API_KEY: apiKey, FROM: from } = config;
@@ -168,10 +168,3 @@ export function createResendMailProvider(options = {}) {
168
168
  },
169
169
  });
170
170
  }
171
- /**
172
- * Default env-backed Resend mail provider.
173
- *
174
- * Reads `RESEND_API_KEY` and `RESEND_FROM`, contributes `ports.mailer`, and
175
- * exposes `ports.resend.client` as an escape hatch.
176
- */
177
- export const resendMailProvider = createResendMailProvider();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@beignet/provider-mail-resend",
3
- "version": "0.0.33",
3
+ "version": "0.0.34",
4
4
  "type": "module",
5
5
  "description": "Resend mail provider for Beignet - adds mailer port using Resend",
6
6
  "main": "./dist/index.js",
@@ -94,7 +94,7 @@
94
94
  "registration": {
95
95
  "required": true,
96
96
  "tokens": [
97
- "resendMailProvider"
97
+ "createResendMailProvider"
98
98
  ]
99
99
  }
100
100
  }
package/src/index.ts CHANGED
@@ -43,7 +43,7 @@ export interface ResendMailEscapeHatch {
43
43
  }
44
44
 
45
45
  /**
46
- * Ports contributed by `resendMailProvider`.
46
+ * Ports contributed by `createResendMailProvider`.
47
47
  */
48
48
  export interface ResendMailProviderPorts {
49
49
  /**
@@ -134,7 +134,7 @@ function createResendPayload(
134
134
  /**
135
135
  * Create a Beignet mailer port backed by Resend.
136
136
  *
137
- * Use this directly for custom wiring, or install `resendMailProvider` to load
137
+ * Use this directly for custom wiring, or install `createResendMailProvider` to load
138
138
  * config from env and contribute ports during server startup.
139
139
  */
140
140
  export function createResendMailer({
@@ -270,7 +270,7 @@ export function createResendMailProvider(
270
270
  async setup({ config, ports }) {
271
271
  if (!config) {
272
272
  throw new Error(
273
- "[resendMailProvider] Missing Resend config. " +
273
+ "[createResendMailProvider] Missing Resend config. " +
274
274
  "Please set RESEND_API_KEY and RESEND_FROM environment variables.",
275
275
  );
276
276
  }
@@ -296,11 +296,3 @@ export function createResendMailProvider(
296
296
  },
297
297
  });
298
298
  }
299
-
300
- /**
301
- * Default env-backed Resend mail provider.
302
- *
303
- * Reads `RESEND_API_KEY` and `RESEND_FROM`, contributes `ports.mailer`, and
304
- * exposes `ports.resend.client` as an escape hatch.
305
- */
306
- export const resendMailProvider = createResendMailProvider();