@types/email-templates
Advanced tools
Comparing version 10.0.0 to 10.0.1
@@ -64,2 +64,15 @@ // Type definitions for node-email-templates 10.0 | ||
template?: string | undefined; | ||
/** | ||
* Whether or not to open the iOS Simulator with the preview url file path. | ||
* Defaults to true via process.env.NODE_ENV !== 'test' and will only run if macOS detected and not in a CI environment. | ||
*/ | ||
openSimulator?: boolean | undefined; | ||
/** | ||
* A function to build preview url from file path. | ||
* Defaults to (path) => 'file://[file path]'. | ||
* This is where you can customize the opened path to handle WSL to Windows transformation or build a http url if dir is served. | ||
*/ | ||
urlTransform?: ((path: string) => string) | undefined; | ||
} | ||
@@ -66,0 +79,0 @@ |
{ | ||
"name": "@types/email-templates", | ||
"version": "10.0.0", | ||
"version": "10.0.1", | ||
"description": "TypeScript definitions for node-email-templates", | ||
@@ -57,4 +57,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/email-templates", | ||
}, | ||
"typesPublisherContentHash": "cd3a279248e8c1c7775e8cc40a3523ead8759f7223f57999b6352b0e61c3df4b", | ||
"typeScriptVersion": "4.0" | ||
"typesPublisherContentHash": "df6a09a6e14153b6f1f9104de24b450d64bc24470f7d3c9fef5c9a0d93f03f52", | ||
"typeScriptVersion": "4.1" | ||
} |
@@ -11,4 +11,4 @@ # Installation | ||
### Additional Details | ||
* Last updated: Tue, 05 Jul 2022 08:32:19 GMT | ||
* Dependencies: [@types/html-to-text](https://npmjs.com/package/@types/html-to-text), [@types/nodemailer](https://npmjs.com/package/@types/nodemailer), [@types/juice](https://npmjs.com/package/@types/juice) | ||
* Last updated: Wed, 21 Sep 2022 15:32:59 GMT | ||
* Dependencies: [@types/html-to-text](https://npmjs.com/package/@types/html-to-text), [@types/juice](https://npmjs.com/package/@types/juice), [@types/nodemailer](https://npmjs.com/package/@types/nodemailer) | ||
* Global values: none | ||
@@ -15,0 +15,0 @@ |
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
12857
234