- BREAKING CHANGE: Require Node.js 20.18.2 LTS or newer.
- chore: Updated dependencies.
- fix: Added missing
srcdirectory. Doh!
- BREAKING CHANGE: Require Node.js 14.15.0 LTS or newer.
- BREAKING CHANGE: Changed package to a ES module.
- chore: Updated dependencies.
- BREAKING CHANGE: Require Node.js 12.13.0 LTS or newer.
- fix: Fixed handling of 404 requests when getting latest version.
- chore: Updated dependencies.
- fix: Writing a file with a mode was applying the mode to the file and newly created directories.
- fix: Default new directories to mode 777.
- feat: Added
applyOwnerflag with default oftruewhich sets the owner of the metadata file to the owner of closest existing parent directory to protect against commands run as sudo. - chore: Updated dependencies.
- fix: Always recalculate the update available flag and write the results to disk in order to prevent a stale update available flag. (CLI-106)
- chore: Updated dependencies.
- chore: Updated dependencies.
- fix: Bumped minimum Node.js requirement to 10.19.0 to prevent warnings on install.
- chore: Updated dependencies.
- chore: Updated dependencies.
- fix: Fixed typo that caused npm to be checked every time.
- Initial release with support for:
- Fetching the latest version for a specific dist tag
- Fetches latest version from npm every so often
- Persist the update metadata
- HTTP proxy support