@inkeep/agents-email 0.58.17 → 0.58.18

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.
@@ -1,4 +1,4 @@
1
- import * as react_jsx_runtime1 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime4 from "react/jsx-runtime";
2
2
 
3
3
  //#region src/components/email-footer.d.ts
4
4
  interface EmailFooterProps {
@@ -6,6 +6,6 @@ interface EmailFooterProps {
6
6
  }
7
7
  declare function EmailFooter({
8
8
  securityText
9
- }: EmailFooterProps): react_jsx_runtime1.JSX.Element;
9
+ }: EmailFooterProps): react_jsx_runtime4.JSX.Element;
10
10
  //#endregion
11
11
  export { EmailFooter };
@@ -1,5 +1,5 @@
1
1
  import { ReactNode } from "react";
2
- import * as react_jsx_runtime4 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime0 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/components/email-layout.d.ts
5
5
  interface EmailLayoutProps {
@@ -11,6 +11,6 @@ declare function EmailLayout({
11
11
  previewText,
12
12
  securityText,
13
13
  children
14
- }: EmailLayoutProps): react_jsx_runtime4.JSX.Element;
14
+ }: EmailLayoutProps): react_jsx_runtime0.JSX.Element;
15
15
  //#endregion
16
16
  export { EmailLayout };
@@ -1,5 +1,5 @@
1
1
  import { PasswordResetEmailData } from "../types.js";
2
- import * as react_jsx_runtime0 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime1 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/templates/password-reset.d.ts
5
5
  interface PasswordResetEmailProps {
@@ -7,6 +7,6 @@ interface PasswordResetEmailProps {
7
7
  }
8
8
  declare function PasswordResetEmail({
9
9
  data
10
- }: PasswordResetEmailProps): react_jsx_runtime0.JSX.Element;
10
+ }: PasswordResetEmailProps): react_jsx_runtime1.JSX.Element;
11
11
  //#endregion
12
12
  export { PasswordResetEmail };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inkeep/agents-email",
3
- "version": "0.58.17",
3
+ "version": "0.58.18",
4
4
  "description": "Email service for Inkeep Agents — transactional emails via Nodemailer/SMTP",
5
5
  "private": false,
6
6
  "type": "module",