The cdxgen container image now uses node 22 with compile cache. This offers significant performance improvements compared to the current node 20 based images, especially with server mode. With no breaking changes, we feel this is a patch release for the cdxgen node package rather than a minor release.
What's Changed
- Remove bun lock file by @prabhu in #1030
- Improve deno compatibility by using jar command fallback by @prabhu in #1031
- Enable node 22 tests by @prabhu in #1034
- Use node 22 via nvm in docker. Enable NODE_COMPILE_CACHE by @prabhu in #1036
Full Changelog: v10.5.0...v10.5.1