0d2acad28d
Release bump `0.5.4 → 0.5.5` for the Moving Averages family deepening (#177): seven new indicators (`SineWeightedMa`, `GeometricMa`, `Ehma`, `MedianMa`, `AdaptiveLaguerreFilter`, `GeneralizedDema`, `HoltWinters`), counter now 403. Version strings only across all manifests + lockfiles; CHANGELOG `[Unreleased]` rolled to `[0.5.5] - 2026-06-04` with the new compare links.
65 lines
1.6 KiB
JSON
65 lines
1.6 KiB
JSON
{
|
|
"name": "wickra-examples-node",
|
|
"version": "0.0.0",
|
|
"lockfileVersion": 3,
|
|
"requires": true,
|
|
"packages": {
|
|
"": {
|
|
"name": "wickra-examples-node",
|
|
"version": "0.0.0",
|
|
"license": "SEE LICENSE IN ../../LICENSE",
|
|
"dependencies": {
|
|
"wickra": "file:../../bindings/node"
|
|
},
|
|
"devDependencies": {
|
|
"ws": "^8.18.0"
|
|
}
|
|
},
|
|
"../../bindings/node": {
|
|
"name": "wickra",
|
|
"version": "0.5.5",
|
|
"license": "MIT OR Apache-2.0",
|
|
"devDependencies": {
|
|
"@napi-rs/cli": "^2.18.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 18"
|
|
},
|
|
"optionalDependencies": {
|
|
"wickra-darwin-arm64": "0.5.5",
|
|
"wickra-darwin-x64": "0.5.5",
|
|
"wickra-linux-arm64-gnu": "0.5.5",
|
|
"wickra-linux-x64-gnu": "0.5.5",
|
|
"wickra-win32-arm64-msvc": "0.5.5",
|
|
"wickra-win32-x64-msvc": "0.5.5"
|
|
}
|
|
},
|
|
"node_modules/wickra": {
|
|
"resolved": "../../bindings/node",
|
|
"link": true
|
|
},
|
|
"node_modules/ws": {
|
|
"version": "8.21.0",
|
|
"resolved": "https://registry.npmjs.org/ws/-/ws-8.21.0.tgz",
|
|
"integrity": "sha512-Vsp28b7DRcimFQvrqu2Wek3z1iYxDCWqHYB8Qsnk/S4RfaCQzPGPyBNuVjJV3cd6UiKtUtp6sNM77gWvzcCH+g==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=10.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"bufferutil": "^4.0.1",
|
|
"utf-8-validate": ">=5.0.2"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"bufferutil": {
|
|
"optional": true
|
|
},
|
|
"utf-8-validate": {
|
|
"optional": true
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|