-
Notifications
You must be signed in to change notification settings - Fork 781
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
1e1512c
commit fb2a520
Showing
5 changed files
with
9 additions
and
9 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 |
---|---|---|
|
@@ -4,5 +4,5 @@ | |
"packages": [ | ||
"packages/*" | ||
], | ||
"version": "6.1.0" | ||
"version": "6.1.1" | ||
} |
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": "@sendgrid/client", | ||
"description": "SendGrid NodeJS API client", | ||
"version": "6.1.0", | ||
"version": "6.1.1", | ||
"author": "SendGrid <[email protected]> (sendgrid.com)", | ||
"contributors": [ | ||
"Kyle Partridge <[email protected]>", | ||
|
@@ -27,7 +27,7 @@ | |
"node": ">=6.0.0" | ||
}, | ||
"dependencies": { | ||
"@sendgrid/helpers": "^6.1.0", | ||
"@sendgrid/helpers": "^6.1.1", | ||
"@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": "@sendgrid/helpers", | ||
"description": "SendGrid NodeJS internal helpers", | ||
"version": "6.1.0", | ||
"version": "6.1.1", | ||
"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": "@sendgrid/inbound-mail-parser", | ||
"description": "SendGrid NodeJS inbound mail parser", | ||
"version": "6.1.0", | ||
"version": "6.1.1", | ||
"author": "SendGrid <[email protected]> (sendgrid.com)", | ||
"contributors": [ | ||
"Kyle Partridge <[email protected]>", | ||
|
@@ -26,7 +26,7 @@ | |
"node": ">=6.0.0" | ||
}, | ||
"dependencies": { | ||
"@sendgrid/helpers": "^6.1.0", | ||
"@sendgrid/helpers": "^6.1.1", | ||
"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": "@sendgrid/mail", | ||
"description": "SendGrid NodeJS mail service", | ||
"version": "6.1.0", | ||
"version": "6.1.1", | ||
"author": "SendGrid <[email protected]> (sendgrid.com)", | ||
"contributors": [ | ||
"Kyle Partridge <[email protected]>", | ||
|
@@ -27,8 +27,8 @@ | |
"access": "public" | ||
}, | ||
"dependencies": { | ||
"@sendgrid/client": "^6.1.0", | ||
"@sendgrid/helpers": "^6.1.0" | ||
"@sendgrid/client": "^6.1.1", | ||
"@sendgrid/helpers": "^6.1.1" | ||
}, | ||
"tags": [ | ||
"http", | ||
|