All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- BREAKING: Drop CommonJS support (#9536)
- This package is now ESM-only, but can still be used in CommonJS projects via
require(esm)in modern Node.js versions (22+), or dynamic imports in older Node.js versions.
- This package is now ESM-only, but can still be used in CommonJS projects via
- BREAKING: Bump minimum Node.js version to 22 (#9976)
- BREAKING: Bump TypeScript target to ES2022 (#10019)
- This package now ships ES2022 code, requiring a compatible modern environment or bundler configuration to consume.
- Initial release (#9314)
- Cache directory resolution from Yarn config
- Artifact config helpers, checksum verification, and downloads
- Archive extraction, executable wrappers, and filesystem helpers