@types/nodemailer 6.4.20 → 6.4.21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
nodemailer v6.4/README.md
CHANGED
|
@@ -8,7 +8,7 @@ This package contains type definitions for nodemailer (https://github.com/nodema
|
|
|
8
8
|
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/nodemailer/v6.
|
|
9
9
|
|
|
10
10
|
### Additional Details
|
|
11
|
-
* Last updated:
|
|
11
|
+
* Last updated: Fri, 24 Oct 2025 04:02:41 GMT
|
|
12
12
|
* Dependencies: [@aws-sdk/client-ses](https://npmjs.com/package/@aws-sdk/client-ses), [@types/node](https://npmjs.com/package/@types/node)
|
|
13
13
|
|
|
14
14
|
# Credits
|
nodemailer v6.4/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/nodemailer",
|
|
3
|
-
"version": "6.4.
|
|
3
|
+
"version": "6.4.21",
|
|
4
4
|
"description": "TypeScript definitions for nodemailer",
|
|
5
5
|
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/nodemailer",
|
|
6
6
|
"license": "MIT",
|
|
@@ -34,6 +34,6 @@
|
|
|
34
34
|
"@types/node": "*"
|
|
35
35
|
},
|
|
36
36
|
"peerDependencies": {},
|
|
37
|
-
"typesPublisherContentHash": "
|
|
37
|
+
"typesPublisherContentHash": "0fd81eab9bc886b8ffff4b4ad7ac7dacfd65cd77e98c93069290c9c0ebdf3816",
|
|
38
38
|
"typeScriptVersion": "5.2"
|
|
39
39
|
}
|