@types/nodemailer 6.4.11 → 6.4.13
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/README.md +2 -3
- nodemailer/index.d.ts +0 -8
- nodemailer/package.json +9 -9
nodemailer/README.md
CHANGED
|
@@ -2,15 +2,14 @@
|
|
|
2
2
|
> `npm install --save @types/nodemailer`
|
|
3
3
|
|
|
4
4
|
# Summary
|
|
5
|
-
This package contains type definitions for
|
|
5
|
+
This package contains type definitions for nodemailer (https://github.com/nodemailer/nodemailer).
|
|
6
6
|
|
|
7
7
|
# Details
|
|
8
8
|
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/nodemailer.
|
|
9
9
|
|
|
10
10
|
### Additional Details
|
|
11
|
-
* Last updated:
|
|
11
|
+
* Last updated: Wed, 18 Oct 2023 18:04:03 GMT
|
|
12
12
|
* Dependencies: [@types/node](https://npmjs.com/package/@types/node)
|
|
13
|
-
* Global values: none
|
|
14
13
|
|
|
15
14
|
# Credits
|
|
16
15
|
These definitions were written by [Rogier Schouten](https://github.com/rogierschouten), [Piotr Roszatycki](https://github.com/dex4er), and [Daniel Chao](https://github.com/bioball).
|
nodemailer/index.d.ts
CHANGED
|
@@ -1,11 +1,3 @@
|
|
|
1
|
-
// Type definitions for Nodemailer 6.4
|
|
2
|
-
// Project: https://github.com/nodemailer/nodemailer, https://nodemailer.com
|
|
3
|
-
// Definitions by: Rogier Schouten <https://github.com/rogierschouten>
|
|
4
|
-
// Piotr Roszatycki <https://github.com/dex4er>
|
|
5
|
-
// Daniel Chao <https://github.com/bioball>
|
|
6
|
-
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
|
7
|
-
// TypeScript Version: 3.3
|
|
8
|
-
|
|
9
1
|
/// <reference types="node" />
|
|
10
2
|
|
|
11
3
|
import JSONTransport = require("./lib/json-transport");
|
nodemailer/package.json
CHANGED
|
@@ -1,24 +1,24 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/nodemailer",
|
|
3
|
-
"version": "6.4.
|
|
4
|
-
"description": "TypeScript definitions for
|
|
3
|
+
"version": "6.4.13",
|
|
4
|
+
"description": "TypeScript definitions for nodemailer",
|
|
5
5
|
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/nodemailer",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"contributors": [
|
|
8
8
|
{
|
|
9
9
|
"name": "Rogier Schouten",
|
|
10
|
-
"
|
|
11
|
-
"
|
|
10
|
+
"githubUsername": "rogierschouten",
|
|
11
|
+
"url": "https://github.com/rogierschouten"
|
|
12
12
|
},
|
|
13
13
|
{
|
|
14
14
|
"name": "Piotr Roszatycki",
|
|
15
|
-
"
|
|
16
|
-
"
|
|
15
|
+
"githubUsername": "dex4er",
|
|
16
|
+
"url": "https://github.com/dex4er"
|
|
17
17
|
},
|
|
18
18
|
{
|
|
19
19
|
"name": "Daniel Chao",
|
|
20
|
-
"
|
|
21
|
-
"
|
|
20
|
+
"githubUsername": "bioball",
|
|
21
|
+
"url": "https://github.com/bioball"
|
|
22
22
|
}
|
|
23
23
|
],
|
|
24
24
|
"main": "",
|
|
@@ -32,6 +32,6 @@
|
|
|
32
32
|
"dependencies": {
|
|
33
33
|
"@types/node": "*"
|
|
34
34
|
},
|
|
35
|
-
"typesPublisherContentHash": "
|
|
35
|
+
"typesPublisherContentHash": "5f29fc512be89e02dfed5dc1c7aa88ce996bf942f6057978e6c8e4fc71bb29d1",
|
|
36
36
|
"typeScriptVersion": "4.5"
|
|
37
37
|
}
|