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>
20 lines
384 B
JSON
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"
|
|
}
|
|
}
|