sendgrid-template-helper
Advanced tools
Comparing version 1.0.5 to 1.0.6
{ | ||
"name": "sendgrid-template-helper", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "The Sendgrid wrapper helps to send an email with a dynamic template stored on disk.", | ||
@@ -9,2 +9,6 @@ "main": "./lib/index.js", | ||
], | ||
"directories": { | ||
"lib": "lib", | ||
"test": "test" | ||
}, | ||
"scripts": { | ||
@@ -29,14 +33,14 @@ "test": "mocha --timeout 20000 --exit", | ||
"dependencies": { | ||
"@sendgrid/client": "^7.4.3", | ||
"@sendgrid/mail": "^7.4.4", | ||
"@sendgrid/client": "^7.6.2", | ||
"@sendgrid/mail": "^7.6.2", | ||
"lodash": "^4.17.21" | ||
}, | ||
"devDependencies": { | ||
"chai": "^4.3.4", | ||
"husky": "^6.0.0", | ||
"lint-staged": "^11.0.0", | ||
"mocha": "^8.4.0", | ||
"prettier": "^2.3.0", | ||
"sinon": "^10.0.0", | ||
"sinon-chai": "^3.6.0" | ||
"chai": "^4.3.6", | ||
"husky": "^7.0.4", | ||
"lint-staged": "^12.3.5", | ||
"mocha": "^9.2.2", | ||
"prettier": "^2.5.1", | ||
"sinon": "^13.0.1", | ||
"sinon-chai": "^3.7.0" | ||
}, | ||
@@ -43,0 +47,0 @@ "lint-staged": { |
12400
Updated@sendgrid/client@^7.6.2
Updated@sendgrid/mail@^7.6.2