@types/email-templates
Advanced tools
Comparing version 3.5.1 to 6.0.0
@@ -1,2 +0,2 @@ | ||
// Type definitions for node-email-templates 3.5 | ||
// Type definitions for node-email-templates 6.0 | ||
// Project: https://github.com/niftylettuce/email-templates | ||
@@ -36,3 +36,3 @@ // Definitions by: Cyril Schumacher <https://github.com/cyrilschumacher> | ||
*/ | ||
render?: { view: string, locals: any }; | ||
render?: (view: string, locals: any) => Promise<any>; | ||
/** | ||
@@ -39,0 +39,0 @@ * force text-only rendering of template (disregards template folder) |
{ | ||
"name": "@types/email-templates", | ||
"version": "3.5.1", | ||
"version": "6.0.0", | ||
"description": "TypeScript definitions for node-email-templates", | ||
@@ -27,8 +27,9 @@ "license": "MIT", | ||
"type": "git", | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", | ||
"directory": "types/email-templates" | ||
}, | ||
"scripts": {}, | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "24a12592e015e0ab093b8db916ca8cbad4e1161f149fdf0beb5e5a35b314242f", | ||
"typesPublisherContentHash": "15c07ca1131c17df84ccb58bf95f82b12fc03dc42c677eb78ae27baa68f2347a", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -5,3 +5,3 @@ # Installation | ||
# Summary | ||
This package contains type definitions for node-email-templates ( https://github.com/niftylettuce/email-templates ). | ||
This package contains type definitions for node-email-templates (https://github.com/niftylettuce/email-templates). | ||
@@ -12,3 +12,3 @@ # Details | ||
Additional Details | ||
* Last updated: Wed, 13 Feb 2019 18:07:38 GMT | ||
* Last updated: Mon, 12 Aug 2019 20:44:37 GMT | ||
* Dependencies: none | ||
@@ -18,2 +18,2 @@ * Global values: none | ||
# Credits | ||
These definitions were written by Cyril Schumacher <https://github.com/cyrilschumacher>, Matus Gura <https://github.com/gurisko>, Jacob Copeland <https://github.com/blankstar85>. | ||
These definitions were written by Cyril Schumacher <https://github.com/cyrilschumacher>, Matus Gura <https://github.com/gurisko>, and Jacob Copeland <https://github.com/blankstar85>. |
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
5802