@techie04/xpresser-mailer
Advanced tools
Comparing version 0.1.4 to 0.1.5
{ | ||
"name": "@techie04/xpresser-mailer", | ||
"version": "0.1.4", | ||
"version": "0.1.5", | ||
"description": "Mailer Plugin for xpresser", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -0,3 +1,3 @@ | ||
import type { Message, ServerClient } from "postmark"; | ||
import { MailProvider } from "../MailProvider"; | ||
import { Message, ServerClient } from "postmark"; | ||
declare const PostmarkProvider: MailProvider<ServerClient, Message>; | ||
@@ -4,0 +4,0 @@ export default PostmarkProvider; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
29015