singularity-forge/native/scripts
Juan Francisco Lebrero 9b0f31e39a fix: use version ranges for native engine optional dependencies (#286)
The v2.10.5 release broke on darwin-arm64 because the main package
was published before the native CI built and published the platform
packages. With exact version pinning, npm silently skips the
optional dep when the version doesn't exist, causing a fatal crash.

Change to >=2.10.2 range so npm installs the latest available
binary. The native API is stable across patch versions.

Also stop sync-platform-versions.cjs from overwriting the ranges
back to exact versions during CI.
2026-03-13 16:20:44 -06:00
..
build.js feat: Rust native engine scaffold with grep module 2026-03-13 12:21:09 -06:00
sync-platform-versions.cjs fix: use version ranges for native engine optional dependencies (#286) 2026-03-13 16:20:44 -06:00