@stamhoofd/email
Advanced tools
Comparing version 2.67.0 to 2.68.0
@@ -55,7 +55,2 @@ import Mail from 'nodemailer/lib/mailer'; | ||
/** | ||
* @deprecated | ||
* Please use EmailBuilder.sendEmailTemplate | ||
*/ | ||
getPersonalEmailFor(i18n: I18n): string; | ||
/** | ||
* Send an email to the webmaster | ||
@@ -62,0 +57,0 @@ */ |
@@ -402,9 +402,2 @@ "use strict"; | ||
/** | ||
* @deprecated | ||
* Please use EmailBuilder.sendEmailTemplate | ||
*/ | ||
getPersonalEmailFor(i18n) { | ||
return '"Simon Backx" <' + (i18n.$t('5670bc42-cf94-46b6-9ce0-7cdc4ffbb4d9')) + '>'; | ||
} | ||
/** | ||
* Send an email to the webmaster | ||
@@ -411,0 +404,0 @@ */ |
{ | ||
"name": "@stamhoofd/email", | ||
"version": "2.67.0", | ||
"version": "2.68.0", | ||
"main": "./dist/index.js", | ||
@@ -28,3 +28,3 @@ "types": "./dist/index.d.ts", | ||
}, | ||
"gitHead": "e496701533ecdb23bf23bfe1f9d642b3bce249a9" | ||
"gitHead": "6356e14541b66873ca0d2ccd4b660825ac39a7fd" | ||
} |
@@ -505,10 +505,2 @@ import { DataValidator, Formatter } from '@stamhoofd/utility'; | ||
/** | ||
* @deprecated | ||
* Please use EmailBuilder.sendEmailTemplate | ||
*/ | ||
getPersonalEmailFor(i18n: I18n) { | ||
return '"Simon Backx" <' + (i18n.$t('5670bc42-cf94-46b6-9ce0-7cdc4ffbb4d9')) + '>'; | ||
} | ||
/** | ||
* Send an email to the webmaster | ||
@@ -515,0 +507,0 @@ */ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
112625
1325