What's wrong with this entry?
Anonymous. No account, no email.
Update Lock File Path Resolution
The update lock file path is now dynamically resolved using a new hk() function instead of being statically defined. This provides more flexibility in determining the lock file location.
Reduced Memory Threshold
The internal memory threshold has been decreased from 80,000 to 70,000, which may improve performance in memory-constrained environments.
New Dependencies
- Added
PassThroughstream import for improved stream handling - Added
cwdimport from node:process for better working directory management