singularity-forge/native/npm/linux-arm64-gnu/package.json
Lex Christopherson 16518a217e 2.10.5
Fix optionalDependencies version sync — 2.10.4 shipped with engine packages pinned to 2.10.2 (the broken version), so users never got the fixed binaries. Closes #276.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-13 15:59:24 -06:00

20 lines
384 B
JSON

{
"name": "@gsd-build/engine-linux-arm64-gnu",
"version": "2.10.5",
"description": "GSD native engine binary for Linux ARM64 (glibc)",
"os": [
"linux"
],
"cpu": [
"arm64"
],
"main": "gsd_engine.node",
"files": [
"gsd_engine.node"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/gsd-build/gsd-2.git"
}
}