Skip to content

Commit e11fac6

Browse files
author
eleith
committed
prepare more fine grained type for node 20
fixes #341
1 parent 3a4ba01 commit e11fac6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: email.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "emailjs",
33
"description": "send text/html emails and attachments (files, streams and strings) from node.js to any smtp server",
4-
"version": "4.0.2",
4+
"version": "4.0.3",
55
"author": "eleith",
66
"contributors": [
77
"izuzak",

Diff for: smtp/client.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export class SMTPClient {
3030

3131
protected sending = false;
3232
protected ready = false;
33-
protected timer: NodeJS.Timer | null = null;
33+
protected timer: NodeJS.Timeout | null = null;
3434

3535
/**
3636
* Create a standard SMTP client backed by a self-managed SMTP connection.

0 commit comments

Comments
 (0)