Files
wickra/bindings/node/npm/linux-arm64-gnu/package.json
T
kingchenc d2bc000892 release: bump 0.5.7 -> 0.5.8 (#185)
Version bump for the B4 price oscillators release (#184): `TsfOscillator`, `MacdHistogram`, `PpoHistogram` — 420 → 423 indicators.

Bumps workspace + bindings (Cargo.toml/lock, pyproject, node package.json + 6 platform manifests + lockfiles) and rolls CHANGELOG `[Unreleased]` into `[0.5.8]`.
2026-06-04 19:47:22 +02:00

28 lines
606 B
JSON

{
"name": "wickra-linux-arm64-gnu",
"version": "0.5.8",
"description": "Native binding for wickra (linux arm64 GNU). Installed automatically as an optional dependency of wickra on matching platforms.",
"main": "wickra.linux-arm64-gnu.node",
"files": [
"wickra.linux-arm64-gnu.node"
],
"license": "MIT OR Apache-2.0",
"engines": {
"node": ">= 18"
},
"os": [
"linux"
],
"cpu": [
"arm64"
],
"libc": [
"glibc"
],
"repository": {
"type": "git",
"url": "https://github.com/wickra-lib/wickra"
},
"homepage": "https://github.com/wickra-lib/wickra"
}