Is there a timeline for publishing the latest release to npm?

Author: swu1337Created Jun 29, 2026Updated Aug 10, 2026

Hi! First of all, thank you for your work on js-beautify.

I noticed that the latest changes (including the update to the newer glob dependency) are available in the repository, but I don't see a corresponding release published to npm yet.

Several downstream projects are waiting for this release so they can update their dependencies and resolve transitive security vulnerabilities reported by tools like npm audit and Dependabot.

Is there an estimated timeline for publishing the next npm release? Knowing whether it's expected soon would help downstream maintainers decide whether to wait or look for alternative solutions.

Thanks!