@lacspace/market 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.
- package/README.md +12 -6
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -128,18 +128,24 @@ 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)** —
|
|
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.
|
|
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
|
|
|
135
|
+
<!-- LACSPACE-DEV-PLATFORM -->
|
|
136
|
+
|
|
135
137
|
---
|
|
136
138
|
|
|
137
|
-
|
|
139
|
+
## The Lacspace Developer Platform
|
|
138
140
|
|
|
139
|
-
|
|
141
|
+
`@lacspace/market` is part of **63 zero-dependency, isomorphic TypeScript packages** — one standard library for the modern web. Explore the ecosystem:
|
|
140
142
|
|
|
141
|
-
|
|
143
|
+
- 📦 **This package, documented** — https://developer.lacspace.com/packages/market
|
|
144
|
+
- 🗂️ **All 63 packages** — https://developer.lacspace.com/packages
|
|
145
|
+
- 🧭 **Developer handbook** — guides & runnable recipes — https://developer.lacspace.com/handbook
|
|
146
|
+
- 🧪 **Live playground** — run any package in your browser — https://developer.lacspace.com/playground
|
|
147
|
+
- 🖥️ **Finished app templates** — https://templates.lacspace.com
|
|
148
|
+
- 🚀 **Scaffold a full app** — `npm create lacspace-app@latest`
|
|
142
149
|
|
|
143
|
-
|
|
150
|
+
Free under the **[Lacspace Free Licence](https://lacspace.com/licenses/lacspace-free-1.0)** — a permissive, free-to-use licence.
|
|
144
151
|
|
|
145
|
-
<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/market",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.4",
|
|
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",
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
],
|
|
49
49
|
"author": "Lacspace <contact@lacspace.com>",
|
|
50
50
|
"license": "SEE LICENSE IN LICENSE",
|
|
51
|
-
"homepage": "https://lacspace.com/packages",
|
|
51
|
+
"homepage": "https://developer.lacspace.com/packages/market",
|
|
52
52
|
"repository": {
|
|
53
53
|
"type": "git",
|
|
54
54
|
"url": "git+https://github.com/lacspace/npm-packages.git",
|