@lacspace/market-clock 1.0.3 → 1.0.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 +10 -0
- package/package.json +11 -2
package/README.md
CHANGED
|
@@ -106,4 +106,14 @@ This package is **free** under the **[Lacspace Free Licence](https://lacspace.co
|
|
|
106
106
|
|
|
107
107
|
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)**.
|
|
108
108
|
|
|
109
|
+
---
|
|
110
|
+
|
|
111
|
+
<div align="center">
|
|
112
|
+
|
|
113
|
+
**Part of the Lacspace ecosystem — 35 zero-dependency, isomorphic TypeScript packages.**
|
|
114
|
+
|
|
115
|
+
[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)
|
|
116
|
+
|
|
117
|
+
</div>
|
|
118
|
+
|
|
109
119
|
<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-clock",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.4",
|
|
4
4
|
"description": "Holiday-aware, timezone-correct trading clock — is NSE/BSE open now, next open/close, pre-open, holidays. Bring your own exchange spec. Zero-dependency.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.cjs",
|
|
@@ -36,7 +36,13 @@
|
|
|
36
36
|
"holidays",
|
|
37
37
|
"exchange-calendar",
|
|
38
38
|
"timezone",
|
|
39
|
-
"typescript"
|
|
39
|
+
"typescript",
|
|
40
|
+
"trading-clock",
|
|
41
|
+
"market-status",
|
|
42
|
+
"pre-open",
|
|
43
|
+
"post-close",
|
|
44
|
+
"session",
|
|
45
|
+
"exchange-hours"
|
|
40
46
|
],
|
|
41
47
|
"author": "Lacspace <contact@lacspace.com>",
|
|
42
48
|
"license": "SEE LICENSE IN LICENSE",
|
|
@@ -51,5 +57,8 @@
|
|
|
51
57
|
},
|
|
52
58
|
"engines": {
|
|
53
59
|
"node": ">=18"
|
|
60
|
+
},
|
|
61
|
+
"publishConfig": {
|
|
62
|
+
"access": "public"
|
|
54
63
|
}
|
|
55
64
|
}
|