Comparing version 1.0.103 to 1.0.104
@@ -33,2 +33,3 @@ /// <reference types="node" /> | ||
* @param [options.disableBinary = false] - If true, then ignores the BINARY extension when making FETCH and APPEND calls | ||
* @param [options.disableAutoEnable] - Do not enable supported extensions by default | ||
*/ | ||
@@ -58,6 +59,7 @@ class ImapFlow extends EventEmitter { | ||
verifyOnly?: boolean; | ||
proxy?: boolean; | ||
proxy?: string; | ||
qresync?: boolean; | ||
maxIdleTime?: number; | ||
disableBinary?: boolean; | ||
disableAutoEnable?: boolean; | ||
}); | ||
@@ -64,0 +66,0 @@ /** |
{ | ||
"name": "imapflow", | ||
"version": "1.0.103", | ||
"version": "1.0.104", | ||
"description": "IMAP Client for Node", | ||
@@ -34,3 +34,3 @@ "main": "./lib/imap-flow.js", | ||
"@babel/preset-env": "7.18.10", | ||
"@types/node": "18.7.6", | ||
"@types/node": "18.7.9", | ||
"braintree-jsdoc-template": "3.3.0", | ||
@@ -56,5 +56,5 @@ "eslint": "8.22.0", | ||
"nodemailer": "6.7.8", | ||
"pino": "8.4.1", | ||
"pino": "8.4.2", | ||
"socks": "2.7.0" | ||
} | ||
} |
Sorry, the diff of this file is too big to display
530303
11834
+ Addedpino@8.4.2(transitive)
- Removedpino@8.4.1(transitive)
Updatedpino@8.4.2