@lacspace/indicators 1.1.3 → 1.1.4

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 +4 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -123,7 +123,7 @@ detectPatterns(candles);
123
123
 
124
124
  ## Licensing
125
125
 
126
- This package is **free** under the **[Lacspace Free Licence](https://lacspace.com/licenses/lacspace-free-1.0)** — permissive freedoms. Use it in personal and commercial projects at no cost; just keep the notice.
126
+ This package is **free** under the **[Lacspace Free Licence](https://developer.lacspace.com/licenses/lacspace-free-1.0)** — permissive freedoms. Use it in personal and commercial projects at no cost; just keep the notice.
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
 
@@ -133,14 +133,14 @@ Not every Lacspace package is free. We also offer **Commercial** (paid), **Clien
133
133
 
134
134
  ## The Lacspace Developer Platform
135
135
 
136
- `@lacspace/indicators` is part of **63 zero-dependency, isomorphic TypeScript packages** — one standard library for the modern web. Explore the ecosystem:
136
+ `@lacspace/indicators` is part of **80+ zero-dependency, isomorphic TypeScript packages** — one standard library for the modern web. Explore the ecosystem:
137
137
 
138
138
  - 📦 **This package, documented** — https://developer.lacspace.com/packages/indicators
139
- - 🗂️ **All 63 packages** — https://developer.lacspace.com/packages
139
+ - 🗂️ **All 80+ packages** — https://developer.lacspace.com/packages
140
140
  - 🧭 **Developer handbook** — guides & runnable recipes — https://developer.lacspace.com/handbook
141
141
  - 🧪 **Live playground** — run any package in your browser — https://developer.lacspace.com/playground
142
142
  - 🖥️ **Finished app templates** — https://templates.lacspace.com
143
143
  - 🚀 **Scaffold a full app** — `npm create lacspace-app@latest`
144
144
 
145
- Free under the **[Lacspace Free Licence](https://lacspace.com/licenses/lacspace-free-1.0)** — a permissive, free-to-use licence.
145
+ Free under the **[Lacspace Free Licence](https://developer.lacspace.com/licenses/lacspace-free-1.0)** — a permissive, free-to-use licence.
146
146
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lacspace/indicators",
3
- "version": "1.1.3",
3
+ "version": "1.1.4",
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",