-
Notifications
You must be signed in to change notification settings - Fork 780
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
09d45fd
commit 4020733
Showing
7 changed files
with
13 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
{ | ||
"lerna": "2.0.0-rc.5", | ||
"lerna": "2.11.0", | ||
"npmClient": "yarn", | ||
"packages": [ | ||
"packages/*" | ||
], | ||
"version": "6.2.6-0" | ||
"version": "6.2.6" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@prohabits/sendgrid-client", | ||
"description": "SendGrid NodeJS API client", | ||
"version": "6.2.6-0", | ||
"version": "6.2.6", | ||
"author": "SendGrid <[email protected]> (sendgrid.com)", | ||
"contributors": [ | ||
"Kyle Partridge <[email protected]>", | ||
|
@@ -27,7 +27,7 @@ | |
"node": ">=6.0.0" | ||
}, | ||
"dependencies": { | ||
"@sendgrid/helpers": "^6.2.1", | ||
"@prohabits/sendgrid-helpers": "^6.2.6", | ||
"@types/request": "^2.0.3", | ||
"request": "^2.81.0" | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@prohabits/sendgrid-contact-importer", | ||
"description": "SendGrid NodeJS contact importer", | ||
"version": "6.2.6-0", | ||
"version": "6.2.6", | ||
"author": "SendGrid <[email protected]> (sendgrid.com)", | ||
"contributors": [ | ||
"Kyle Partridge <[email protected]>", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@prohabits/sendgrid-helpers", | ||
"description": "SendGrid NodeJS internal helpers", | ||
"version": "6.2.6-0", | ||
"version": "6.2.6", | ||
"author": "SendGrid <[email protected]> (sendgrid.com)", | ||
"contributors": [ | ||
"Kyle Partridge <[email protected]>", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@prohabits/sendgrid-inbound-mail-parser", | ||
"description": "SendGrid NodeJS inbound mail parser", | ||
"version": "6.2.6-0", | ||
"version": "6.2.6", | ||
"author": "SendGrid <[email protected]> (sendgrid.com)", | ||
"contributors": [ | ||
"Kyle Partridge <[email protected]>", | ||
|
@@ -26,7 +26,7 @@ | |
"node": ">=6.0.0" | ||
}, | ||
"dependencies": { | ||
"@sendgrid/helpers": "^6.2.1", | ||
"@prohabits/sendgrid-helpers": "^6.2.6", | ||
"mailparser": "^0.6.1" | ||
}, | ||
"tags": [ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@prohabits/sendgrid-mail", | ||
"description": "SendGrid NodeJS mail service", | ||
"version": "6.2.6-0", | ||
"version": "6.2.6", | ||
"author": "SendGrid <[email protected]> (sendgrid.com)", | ||
"contributors": [ | ||
"Kyle Partridge <[email protected]>", | ||
|
@@ -27,8 +27,8 @@ | |
"access": "restricted" | ||
}, | ||
"dependencies": { | ||
"@sendgrid/client": "^6.2.1", | ||
"@sendgrid/helpers": "^6.2.1" | ||
"@prohabits/sendgrid-client": "^6.2.6", | ||
"@prohabits/sendgrid-helpers": "^6.2.6" | ||
}, | ||
"tags": [ | ||
"http", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters