* docs: update changelog for v2.10.9 * 2.10.9 * fix(ci): retry smoke test with backoff for npm propagation delay The post-publish smoke test was failing because npm registry propagation can take 30-90s. Replaced the fixed 15s sleep with a retry loop (5 attempts, 30s backoff). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
20 lines
374 B
JSON
20 lines
374 B
JSON
{
|
|
"name": "@gsd-build/engine-darwin-arm64",
|
|
"version": "2.10.9",
|
|
"description": "GSD native engine binary for macOS ARM64",
|
|
"os": [
|
|
"darwin"
|
|
],
|
|
"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"
|
|
}
|
|
}
|