Breaking changes ❗
- The function
getCertURLs
is no longer async (was async with no need)
Added
- Export
downloadIssuerCert
function for usage outside of the module - Thanks @xuzuxing
Changed
- Use biome for linting and formatting instead of eslint and prettier
- Improve code quality and test coverage
- Update dependencies and GitHub Actions