From c5e867ddb60343d7b901926c5f6aa6f9d8c798a4 Mon Sep 17 00:00:00 2001 From: nelsonic Date: Wed, 18 May 2016 19:53:02 +0100 Subject: [PATCH 1/2] update to latest version of googleapis (7.0.0) fixes #19 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 73f6595..3acaebf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sendemail-gmail", - "version": "1.0.2", + "version": "1.2.0", "description": "send email from your node.js app via gmail", "main": "lib/sendemail_gmail.js", "scripts": { @@ -29,8 +29,8 @@ "homepage": "https://github.com/nelsonic/sendemail-gmail#readme", "dependencies": { "btoa": "^1.1.2", - "env2": "^2.0.6", - "googleapis": "^3.1.0" + "env2": "^2.0.8", + "googleapis": "^7.0.0" }, "devDependencies": { "hapi": "^13.2.1", From d00df27218b833f5d810a7c4a8abf58745d98a87 Mon Sep 17 00:00:00 2001 From: nelsonic Date: Wed, 18 May 2016 20:02:26 +0100 Subject: [PATCH 2/2] update all devDependencies to latest. and update readme --- README.md | 4 ++-- package.json | 14 +++++++------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index df90159..727b36c 100644 --- a/README.md +++ b/README.md @@ -11,14 +11,14 @@ Send email from a Hapi.js app using Google Mail (Gmail) ## Why? -We have been using Mandrill for sending email @dwyl +We have been using ~~Mandrill~~ AWS Simple Email Service (*SES*) for sending email @dwyl and we made a node module for this: https://github.com/dwyl/sendemail However we have had requests from *clients* to send email via Gmail. And have implemented this: https://github.com/dwyl/html-form-send-email-via-google-script-without-server -*However* ... the amount of *setup* required to use Mandrill is quite +*However* ... the amount of *setup* required to use ~~Mandrill~~ SES can be quite *daunting* to beginners. see: https://github.com/dwyl/sendemail#checklist-everything-you-need-to-get-started-in-5-minutes diff --git a/package.json b/package.json index 3acaebf..56925c3 100644 --- a/package.json +++ b/package.json @@ -33,16 +33,16 @@ "googleapis": "^7.0.0" }, "devDependencies": { - "hapi": "^13.2.1", - "hapi-auth-google": "^3.1.0", - "hapi-auth-jwt2": "^5.4.1", + "hapi": "^13.4.0", + "hapi-auth-google": "^3.2.1", + "hapi-auth-jwt2": "^6.0.0", "handlebars": "^4.0.5", - "istanbul": "^0.4.2", + "istanbul": "^0.4.3", "jsonwebtoken": "^5.7.0", - "nock": "^7.4.0", - "nodemon": "^1.9.1", + "nock": "^8.0.0", + "nodemon": "^1.9.2", "redis-connection": "^4.0.3", "tape": "^4.5.1", - "vision": "^4.0.1" + "vision": "^4.1.0" } }