@lacspace/market 1.1.4 → 1.1.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 +4 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -128,7 +128,7 @@ formatCompactINR(12345678); // "₹1.23 Cr"
|
|
|
128
128
|
|
|
129
129
|
## Licensing
|
|
130
130
|
|
|
131
|
-
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.
|
|
131
|
+
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.
|
|
132
132
|
|
|
133
133
|
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)**.
|
|
134
134
|
|
|
@@ -138,14 +138,14 @@ Not every Lacspace package is free. We also offer **Commercial** (paid), **Clien
|
|
|
138
138
|
|
|
139
139
|
## The Lacspace Developer Platform
|
|
140
140
|
|
|
141
|
-
`@lacspace/market` is part of **
|
|
141
|
+
`@lacspace/market` is part of **80+ zero-dependency, isomorphic TypeScript packages** — one standard library for the modern web. Explore the ecosystem:
|
|
142
142
|
|
|
143
143
|
- 📦 **This package, documented** — https://developer.lacspace.com/packages/market
|
|
144
|
-
- 🗂️ **All
|
|
144
|
+
- 🗂️ **All 80+ packages** — https://developer.lacspace.com/packages
|
|
145
145
|
- 🧭 **Developer handbook** — guides & runnable recipes — https://developer.lacspace.com/handbook
|
|
146
146
|
- 🧪 **Live playground** — run any package in your browser — https://developer.lacspace.com/playground
|
|
147
147
|
- 🖥️ **Finished app templates** — https://templates.lacspace.com
|
|
148
148
|
- 🚀 **Scaffold a full app** — `npm create lacspace-app@latest`
|
|
149
149
|
|
|
150
|
-
Free under the **[Lacspace Free Licence](https://lacspace.com/licenses/lacspace-free-1.0)** — a permissive, free-to-use licence.
|
|
150
|
+
Free under the **[Lacspace Free Licence](https://developer.lacspace.com/licenses/lacspace-free-1.0)** — a permissive, free-to-use licence.
|
|
151
151
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lacspace/market",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.5",
|
|
4
4
|
"description": "Stock-market money math — P&L, returns, CAGR, XIRR, tick-size rounding, circuit limits, position sizing and an Indian brokerage & charges calculator (STT, GST, SEBI, stamp). Zero-dependency.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.cjs",
|