File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed
Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " @socketlabs/email" ,
3- "version" : " 1.4.1 " ,
3+ "version" : " 1.4.2 " ,
44 "description" : " SocketLabs Email Delivery node.js client library" ,
55 "main" : " ./src/socketlabsClient.js" ,
66 "repository" : {
2121 " Matt Reibach <matt@socketlabs.com>" ,
2222 " David Schrenker <david.schrenker@socketlabs.com>" ,
2323 " Mirriam Ronoh <mirriam.ronoh@socketlabs.com>" ,
24- " Michael Boshuyzen <mike.boshuyzen@socketlabs.com"
24+ " Michael Boshuyzen <mike.boshuyzen@socketlabs.com> "
2525 ],
2626 "license" : " MIT" ,
2727 "bugs" : {
3131 "dependencies" : {
3232 "axios" : " ^0.21.1" ,
3333 "promise-retry" : " ^2.0.1"
34+ },
35+ "directories" : {
36+ "example" : " examples"
37+ },
38+ "devDependencies" : {},
39+ "scripts" : {
40+ "test" : " echo \" Error: no test specified\" && exit 1"
3441 }
3542}
Original file line number Diff line number Diff line change @@ -47,7 +47,6 @@ class RetryHandler {
4747 maxTimeout : 10000
4848 } ,
4949 ( retry , number ) => {
50- console . log ( `attempt: ${ number } ` ) ;
5150 return axios ( request )
5251 . then (
5352 ( response ) => { resolve ( response ) ; } ,
You can’t perform that action at this time.
0 commit comments