45c11da4fc
* release: bump 0.9.8 -> 0.9.9 * ci(lychee): exclude the CHANGELOG version-compare links The CHANGELOG compare URLs point at the release tag created *after* the bump is merged; ci.yml runs on push/PR (never on the tag), so the tag never exists when lychee runs and 'compare/vX...vY' / 'compare/vY...HEAD' 404. Excluded by the same pattern mechanism already used for the crates.io / npm package URLs — one pattern covers every future version, no per-release change needed.
25 lines
557 B
JSON
25 lines
557 B
JSON
{
|
|
"name": "wickra-darwin-x64",
|
|
"version": "0.9.9",
|
|
"description": "Native binding for wickra (macOS Intel). Installed automatically as an optional dependency of wickra on matching platforms.",
|
|
"main": "wickra.darwin-x64.node",
|
|
"files": [
|
|
"wickra.darwin-x64.node"
|
|
],
|
|
"license": "MIT OR Apache-2.0",
|
|
"engines": {
|
|
"node": ">= 18"
|
|
},
|
|
"os": [
|
|
"darwin"
|
|
],
|
|
"cpu": [
|
|
"x64"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/wickra-lib/wickra"
|
|
},
|
|
"homepage": "https://github.com/wickra-lib/wickra"
|
|
}
|