@swc/core version 1.2.91 represents a minor update over its predecessor, version 1.2.90, in this super-fast JavaScript/TypeScript compiler. Both versions share the same core functionality as a Babel alternative and identical sets of devDependencies, indicating that the build and testing tooling remained consistent. Crucially, the upgrade primarily involves updating the platform-specific binary dependencies, such as @swc/core-darwin-x64, @swc/core-linux-x64-gnu and others which reflect the core library compiled for a specific platform. Every dependency listed has moved to the new 1.2.91 version. These platform-specific packages, essential for the @swc/core package to function seamlessly across different operating systems and architectures, have been bumped to version 1.2.91 to align with the main package. These kinds of versions often include bug fixes, performance improvements, or security patches specific to those platforms. Developers considering upgrading should prioritize this update to benefit from potential enhancements and stability improvements in the underlying compiled binaries for their target deployment environments. Both versions maintain the same dependencies, suggesting no substantial API changes or feature additions between them. Therefore, upgrading from 1.2.90 to 1.2.91 should be a straightforward process, especially for projects already utilizing @swc/core. The dependencies on @swc/helpers versions is unchanged, so no changes are required on the helpers side.
The are not vulnerabilities for the version 1.2.91 of the package @swc/core