@types/nodemailer 3.1.12 → 3.1.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.
@@ -2,15 +2,14 @@
2
2
  > `npm install --save @types/nodemailer`
3
3
 
4
4
  # Summary
5
- This package contains type definitions for Nodemailer (https://github.com/andris9/Nodemailer).
5
+ This package contains type definitions for nodemailer (https://github.com/andris9/Nodemailer).
6
6
 
7
7
  # Details
8
8
  Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/nodemailer/v3.
9
9
 
10
10
  ### Additional Details
11
- * Last updated: Sat, 23 Sep 2023 20:38:33 GMT
11
+ * Last updated: Wed, 18 Oct 2023 05:47:08 GMT
12
12
  * Dependencies: [@types/node](https://npmjs.com/package/@types/node), [@types/nodemailer-direct-transport](https://npmjs.com/package/@types/nodemailer-direct-transport), [@types/nodemailer-ses-transport](https://npmjs.com/package/@types/nodemailer-ses-transport), [@types/nodemailer-smtp-transport](https://npmjs.com/package/@types/nodemailer-smtp-transport)
13
- * Global values: none
14
13
 
15
14
  # Credits
16
15
  These definitions were written by [Rogier Schouten](https://github.com/rogierschouten).
@@ -1,8 +1,3 @@
1
- // Type definitions for Nodemailer 3.1.5
2
- // Project: https://github.com/andris9/Nodemailer
3
- // Definitions by: Rogier Schouten <https://github.com/rogierschouten>
4
- // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
5
-
6
1
  /// <reference types="node" />
7
2
 
8
3
  import directTransport = require("nodemailer-direct-transport");
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@types/nodemailer",
3
- "version": "3.1.12",
4
- "description": "TypeScript definitions for Nodemailer",
3
+ "version": "3.1.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
- "url": "https://github.com/rogierschouten",
11
- "githubUsername": "rogierschouten"
10
+ "githubUsername": "rogierschouten",
11
+ "url": "https://github.com/rogierschouten"
12
12
  }
13
13
  ],
14
14
  "main": "",
@@ -25,6 +25,6 @@
25
25
  "@types/nodemailer-ses-transport": "*",
26
26
  "@types/nodemailer-smtp-transport": "*"
27
27
  },
28
- "typesPublisherContentHash": "89b2c1766890af98ea54cc70e944077db9d92d532d91630acdc436fac2271a60",
28
+ "typesPublisherContentHash": "2818158d8577b4dec5e3d77f62df59fd09e8d3d8d7a7655a42be8670a8066212",
29
29
  "typeScriptVersion": "4.5"
30
30
  }