File tree 7 files changed +12
-12
lines changed
7 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 3
3
"packages" : [
4
4
" packages/*"
5
5
],
6
- "version" : " 7.6.2 " ,
6
+ "version" : " 7.7.0 " ,
7
7
"tagVersionPrefix" : " " ,
8
8
"lerna" : " 2.0.0"
9
9
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @sendgrid/client" ,
3
3
"description" : " Twilio SendGrid NodeJS API client" ,
4
- "version" : " 7.6.2 " ,
4
+ "version" : " 7.7.0 " ,
5
5
"author" : " Twilio SendGrid <help@twilio.com> (sendgrid.com)" ,
6
6
"contributors" : [
7
7
" Kyle Partridge <kyle.partridge@sendgrid.com>" ,
27
27
"node" : " 6.* || 8.* || >=10.*"
28
28
},
29
29
"dependencies" : {
30
- "@sendgrid/helpers" : " ^7.6.2 " ,
30
+ "@sendgrid/helpers" : " ^7.7.0 " ,
31
31
"axios" : " ^0.26.0"
32
32
},
33
33
"devDependencies" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @sendgrid/contact-importer" ,
3
3
"description" : " Twilio SendGrid NodeJS contact importer" ,
4
- "version" : " 7.6.2 " ,
4
+ "version" : " 7.7.0 " ,
5
5
"author" : " Twilio SendGrid <help@twilio.com> (sendgrid.com)" ,
6
6
"contributors" : [
7
7
" Kyle Partridge <kyle.partridge@sendgrid.com>" ,
26
26
"access" : " public"
27
27
},
28
28
"dependencies" : {
29
- "@sendgrid/client" : " ^7.6.2 " ,
29
+ "@sendgrid/client" : " ^7.7.0 " ,
30
30
"async.ensureasync" : " ^0.5.2" ,
31
31
"async.queue" : " ^0.5.2" ,
32
32
"bottleneck" : " ^1.12.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @sendgrid/eventwebhook" ,
3
3
"description" : " Twilio SendGrid NodeJS Event Webhook" ,
4
- "version" : " 7.4.5 " ,
4
+ "version" : " 7.7.0 " ,
5
5
"author" : " Twilio SendGrid <help@twilio.com> (sendgrid.com)" ,
6
6
"contributors" : [
7
7
" Elise Shanholtz <eshanholtz@twilio.com>"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @sendgrid/helpers" ,
3
3
"description" : " Twilio SendGrid NodeJS internal helpers" ,
4
- "version" : " 7.6.2 " ,
4
+ "version" : " 7.7.0 " ,
5
5
"author" : " Twilio SendGrid <help@twilio.com> (sendgrid.com)" ,
6
6
"contributors" : [
7
7
" Kyle Partridge <kyle.partridge@sendgrid.com>" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @sendgrid/inbound-mail-parser" ,
3
3
"description" : " Twilio SendGrid NodeJS inbound mail parser" ,
4
- "version" : " 7.6.2 " ,
4
+ "version" : " 7.7.0 " ,
5
5
"author" : " Twilio SendGrid <help@twilio.com> (sendgrid.com)" ,
6
6
"contributors" : [
7
7
" Kyle Partridge <kyle.partridge@sendgrid.com>" ,
26
26
"node" : " 6.* || 8.* || >=10.*"
27
27
},
28
28
"dependencies" : {
29
- "@sendgrid/helpers" : " ^7.6.2 " ,
29
+ "@sendgrid/helpers" : " ^7.7.0 " ,
30
30
"mailparser" : " ^2.3.4"
31
31
},
32
32
"tags" : [
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @sendgrid/mail" ,
3
3
"description" : " Twilio SendGrid NodeJS mail service" ,
4
- "version" : " 7.6.2 " ,
4
+ "version" : " 7.7.0 " ,
5
5
"author" : " Twilio SendGrid <help@twilio.com> (sendgrid.com)" ,
6
6
"contributors" : [
7
7
" Kyle Partridge <kyle.partridge@sendgrid.com>" ,
27
27
"access" : " public"
28
28
},
29
29
"dependencies" : {
30
- "@sendgrid/client" : " ^7.6.2 " ,
31
- "@sendgrid/helpers" : " ^7.6.2 "
30
+ "@sendgrid/client" : " ^7.7.0 " ,
31
+ "@sendgrid/helpers" : " ^7.7.0 "
32
32
},
33
33
"tags" : [
34
34
" http" ,
You can’t perform that action at this time.
0 commit comments