@types/nodemailer 6.4.13 → 6.4.14

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.
Files changed (2) hide show
  1. nodemailer/README.md +1 -1
  2. nodemailer/package.json +2 -2
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: Wed, 18 Oct 2023 18:04:03 GMT
11
+ * Last updated: Tue, 07 Nov 2023 20:08:00 GMT
12
12
  * Dependencies: [@types/node](https://npmjs.com/package/@types/node)
13
13
 
14
14
  # Credits
nodemailer/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/nodemailer",
3
- "version": "6.4.13",
3
+ "version": "6.4.14",
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": "5f29fc512be89e02dfed5dc1c7aa88ce996bf942f6057978e6c8e4fc71bb29d1",
35
+ "typesPublisherContentHash": "30af2cc62d27b19e3cea415ab425f3a43e646708906cdbb9eaed7dac3f87812d",
36
36
  "typeScriptVersion": "4.5"
37
37
  }