@lacspace/indicators 1.1.0 → 1.1.1

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.
Files changed (2) hide show
  1. package/README.md +10 -0
  2. package/package.json +10 -2
package/README.md CHANGED
@@ -127,4 +127,14 @@ This package is **free** under the **[Lacspace Free Licence](https://lacspace.co
127
127
 
128
128
  Not every Lacspace package is free. We also offer **Commercial** (paid), **Client-specific**, and **Private** (proprietary) packages under separate terms. See the full **[Lacspace Licence Centre](https://lacspace.com/licenses)**.
129
129
 
130
+ ---
131
+
132
+ <div align="center">
133
+
134
+ **Part of the Lacspace ecosystem — 35 zero-dependency, isomorphic TypeScript packages.**
135
+
136
+ [All packages ↗](https://lacspace.com/packages) · [npm org ↗](https://www.npmjs.com/org/lacspace) · [Licence Centre ↗](https://lacspace.com/licenses) · [GitHub ↗](https://github.com/lacspace/npm-packages)
137
+
138
+ </div>
139
+
130
140
  <div align="center"><sub>Built with care by <a href="https://lacspace.com">Lacspace</a> · powers <a href="https://stockyatra.com">StockYatra</a> · Lacspace Free Licence · <a href="https://github.com/lacspace/npm-packages">source</a></sub></div>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lacspace/indicators",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "description": "Streaming technical indicators (RSI, MACD, EMA, Bollinger, ATR, Supertrend, ADX, VWAP) with O(1) incremental updates for live price feeds. Zero-dependency.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
@@ -39,7 +39,12 @@
39
39
  "atr",
40
40
  "adx",
41
41
  "streaming",
42
- "typescript"
42
+ "typescript",
43
+ "candlestick",
44
+ "ohlc",
45
+ "candle",
46
+ "pattern-detection",
47
+ "stochastic"
43
48
  ],
44
49
  "author": "Lacspace <contact@lacspace.com>",
45
50
  "license": "SEE LICENSE IN LICENSE",
@@ -54,5 +59,8 @@
54
59
  },
55
60
  "engines": {
56
61
  "node": ">=18"
62
+ },
63
+ "publishConfig": {
64
+ "access": "public"
57
65
  }
58
66
  }