Comparing version 1.0.55 to 1.0.56
# CHANGELOG | ||
- 1.0.56 - 2021-03-18 | ||
- Fixed issue with exploding LOGOUT | ||
- 1.0.55 - 2021-03-17 | ||
@@ -4,0 +8,0 @@ |
@@ -20,5 +20,7 @@ 'use strict'; | ||
connection.state = connection.states.LOGOUT; | ||
response.next(); | ||
if (response && typeof response.next === 'function') { | ||
response.next(); | ||
} | ||
connection.close(); | ||
} | ||
}; |
{ | ||
"name": "imapflow", | ||
"version": "1.0.55", | ||
"version": "1.0.56", | ||
"description": "IMAP Client for Node", | ||
@@ -29,7 +29,7 @@ "main": "./lib/imap-flow.js", | ||
"devDependencies": { | ||
"@types/node": "14.14.28", | ||
"@types/node": "14.14.35", | ||
"braintree-jsdoc-template": "3.3.0", | ||
"eslint": "7.20.0", | ||
"eslint": "7.22.0", | ||
"eslint-config-nodemailer": "1.2.0", | ||
"eslint-config-prettier": "7.2.0", | ||
"eslint-config-prettier": "8.1.0", | ||
"grunt": "1.3.0", | ||
@@ -49,4 +49,4 @@ "grunt-cli": "1.3.2", | ||
"mailsplit": "5.0.1", | ||
"pino": "6.11.1" | ||
"pino": "6.11.2" | ||
} | ||
} |
517393
10918
+ Addedpino@6.11.2(transitive)
+ Addedquick-format-unescaped@4.0.1(transitive)
- Removedpino@6.11.1(transitive)
- Removedquick-format-unescaped@4.0.4(transitive)
Updatedpino@6.11.2