@types/nodemailer 6.4.9 → 6.4.10

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 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.
9
9
 
10
10
  ### Additional Details
11
- * Last updated: Tue, 25 Jul 2023 13:02:56 GMT
11
+ * Last updated: Mon, 11 Sep 2023 01:03:05 GMT
12
12
  * Dependencies: [@types/node](https://npmjs.com/package/@types/node)
13
13
  * Global values: none
14
14
 
@@ -83,6 +83,7 @@ declare namespace SESTransport {
83
83
  accepted: Array<string | Mail.Address>;
84
84
  rejected: Array<string | Mail.Address>;
85
85
  pending: Array<string | Mail.Address>;
86
+ raw: Buffer;
86
87
  }
87
88
  }
88
89
 
nodemailer/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/nodemailer",
3
- "version": "6.4.9",
3
+ "version": "6.4.10",
4
4
  "description": "TypeScript definitions for Nodemailer",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/nodemailer",
6
6
  "license": "MIT",
@@ -32,6 +32,6 @@
32
32
  "dependencies": {
33
33
  "@types/node": "*"
34
34
  },
35
- "typesPublisherContentHash": "e53c891ffa1e687cab49e2a4ea115930c4ed92f460354372832222b1abef88d7",
35
+ "typesPublisherContentHash": "d520b024c6cf35288cfa52c90ad7040cc56ef75bbceb8794c0f2094b0e49fbf9",
36
36
  "typeScriptVersion": "4.3"
37
37
  }