6e0464930e
Version bump 0.5.6 → 0.5.7 for the **B3 — Trend & Directional** batch (#181): seven new indicators (`Qstick`, `TtmTrend`, `TrendStrengthIndex`, `PolarizedFractalEfficiency`, `WavePm`, `GatorOscillator`, `KasePermissionStochastic`), catalog 413 → 420. Bumps: workspace `Cargo.toml` + `Cargo.lock`, `bindings/python/pyproject.toml`, `bindings/node/package.json` + the six `npm/*/package.json` platform manifests, both `package-lock.json` files, and the `CHANGELOG.md` `[Unreleased]` → `[0.5.7]` roll with compare URLs.
28 lines
596 B
JSON
28 lines
596 B
JSON
{
|
|
"name": "wickra-linux-x64-gnu",
|
|
"version": "0.5.7",
|
|
"description": "Native binding for wickra (linux x64 GNU). Installed automatically as an optional dependency of wickra on matching platforms.",
|
|
"main": "wickra.linux-x64-gnu.node",
|
|
"files": [
|
|
"wickra.linux-x64-gnu.node"
|
|
],
|
|
"license": "MIT OR Apache-2.0",
|
|
"engines": {
|
|
"node": ">= 18"
|
|
},
|
|
"os": [
|
|
"linux"
|
|
],
|
|
"cpu": [
|
|
"x64"
|
|
],
|
|
"libc": [
|
|
"glibc"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/wickra-lib/wickra"
|
|
},
|
|
"homepage": "https://github.com/wickra-lib/wickra"
|
|
}
|