Skip to content

Commit

Permalink
Merge pull request #342 from eleith/eleith-timeout-type
Browse files Browse the repository at this point in the history
prepare more fine grained type for node 20
  • Loading branch information
eleith committed Sep 6, 2023
2 parents 3a4ba01 + e11fac6 commit fc17593
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion email.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "emailjs",
"description": "send text/html emails and attachments (files, streams and strings) from node.js to any smtp server",
"version": "4.0.2",
"version": "4.0.3",
"author": "eleith",
"contributors": [
"izuzak",
Expand Down
2 changes: 1 addition & 1 deletion smtp/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export class SMTPClient {

protected sending = false;
protected ready = false;
protected timer: NodeJS.Timer | null = null;
protected timer: NodeJS.Timeout | null = null;

/**
* Create a standard SMTP client backed by a self-managed SMTP connection.
Expand Down

0 comments on commit fc17593

Please sign in to comment.