mail-merger
Advanced tools
Comparing version 1.1.2 to 1.1.3
@@ -73,2 +73,3 @@ "use strict"; | ||
}; | ||
// @pending | ||
CliTester.prototype.help = function () { | ||
@@ -75,0 +76,0 @@ return __awaiter(this, void 0, void 0, function () { |
{ | ||
"name": "mail-merger", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"description": "Tool of mail merge, which takes {{mustache}} email templates and data from json or csv to generate and bulk send emails", | ||
@@ -40,4 +40,4 @@ "main": "./dist/index.js", | ||
"dotenv": "^6.1.0", | ||
"handlebars": "^4.0.12", | ||
"lodash": "^4.17.11", | ||
"handlebars": "^4.1.2", | ||
"lodash": "^4.17.14", | ||
"nodemailer": "^4.6.8", | ||
@@ -44,0 +44,0 @@ "yargs": "^12.0.2" |
80252
804
Updatedhandlebars@^4.1.2
Updatedlodash@^4.17.14