wickra-wasm 0.2.0 → 0.2.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -287,6 +287,16 @@ government, hobby trading bots: all fine. The one thing that's not allowed is
287
287
  commercial sale of the software or of services built around it. If you want to
288
288
  use Wickra commercially, get in touch about a license.
289
289
 
290
+ ## Disclaimer
291
+
292
+ Wickra is an indicator toolkit, not a trading system. Values it computes are
293
+ deterministic transforms of the input data — they are not financial advice and
294
+ they do not predict the market. Any use of this library in a production
295
+ trading context is at your own risk.
296
+
297
+ The library is provided **as is**, without warranty of any kind; see
298
+ [LICENSE](LICENSE) for the full terms.
299
+
290
300
  ---
291
301
 
292
302
  <p align="center">
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "kingchenc <kingchencp@gmail.com>"
6
6
  ],
7
7
  "description": "WASM bindings for the Wickra streaming-first technical indicators library.",
8
- "version": "0.2.0",
8
+ "version": "0.2.5",
9
9
  "license": "PolyForm-Noncommercial-1.0.0",
10
10
  "repository": {
11
11
  "type": "git",
Binary file