Comparing version 1.0.157 to 1.0.158
# Changelog | ||
## [1.0.158](https://github.com/postalsys/imapflow/compare/v1.0.157...v1.0.158) (2024-03-19) | ||
### Bug Fixes | ||
* **locking:** log extra information about locks ([9790ec5](https://github.com/postalsys/imapflow/commit/9790ec575f405820d05dd4777987a88e0a4e819d)) | ||
## [1.0.157](https://github.com/postalsys/imapflow/compare/v1.0.156...v1.0.157) (2024-03-19) | ||
@@ -4,0 +11,0 @@ |
@@ -24,3 +24,3 @@ 'use strict'; | ||
comment: `breaking IDLE`, | ||
lockId: connection.currentLockId, | ||
lockId: connection.currentLock?.lockId, | ||
path: connection.mailbox && connection.mailbox.path | ||
@@ -48,3 +48,3 @@ }); | ||
msg: 'Requesting IDLE break', | ||
lockId: connection.currentLockId, | ||
lockId: connection.currentLock?.lockId, | ||
path: connection.mailbox && connection.mailbox.path, | ||
@@ -79,3 +79,3 @@ queued: preCheckWaitQueue.length, | ||
msg: 'Clearing pre-check function', | ||
lockId: connection.currentLockId, | ||
lockId: connection.currentLock?.lockId, | ||
path: connection.mailbox && connection.mailbox.path, | ||
@@ -82,0 +82,0 @@ queued: preCheckWaitQueue.length, |
{ | ||
"name": "imapflow", | ||
"version": "1.0.157", | ||
"version": "1.0.158", | ||
"description": "IMAP Client for Node", | ||
@@ -5,0 +5,0 @@ "main": "./lib/imap-flow.js", |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
585246
12772