The @oxc-project/types package, crucial for developers working with the Oxc AST (Abstract Syntax Tree), has released version 0.77.0, succeeding the previous stable version 0.76.0. Both versions provide TypeScript definitions for representing the Oxc AST nodes, enabling robust type checking and code completion for projects leveraging the Oxc toolchain. Both have same fileCount and unpackedSize hinting that there are probably not many changes.
While the core functionality remains consistent in providing essential types for Oxc AST manipulation, the update from 0.76.0 to 0.77.0 includes potentially important refinements and internal adjustments. The most noticeable difference lies in the release date, with version 0.77.0 being published on July 12, 2025, after version 0.76.0, which was released on July 8, 2025. This suggests a rapid iteration cycle, possibly driven by bug fixes, performance enhancements, or the incorporation of new AST node types reflecting advancements in the Oxc project. Developers should consult the Oxc project's changelog or release notes on GitHub to discover specific changes between these versions, as examining the repository is key to knowing all differences. Upgrading from 0.76.0 to 0.77.0 is recommended to benefit from the latest improvements and ensure compatibility with the most recent Oxc ecosystem developments. Both versions are MIT licensed and encourages community contributions.
The are not vulnerabilities for the version 0.77.0 of the package @oxc-project/types