@lacspace/market-clock 1.0.5 → 1.0.7

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 +12 -6
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -102,18 +102,24 @@ const custom = createClock({
102
102
 
103
103
  ## Licensing
104
104
 
105
- This package is **free** under the **[Lacspace Free Licence](https://lacspace.com/licenses/lacspace-free-1.0)** — MIT-equivalent freedoms. Use it in personal and commercial projects at no cost; just keep the notice.
105
+ 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.
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
+ <!-- LACSPACE-DEV-PLATFORM -->
110
+
109
111
  ---
110
112
 
111
- <div align="center">
113
+ ## The Lacspace Developer Platform
112
114
 
113
- **Part of the Lacspace ecosystem — 35 zero-dependency, isomorphic TypeScript packages.**
115
+ `@lacspace/market-clock` is part of **80+ zero-dependency, isomorphic TypeScript packages** — one standard library for the modern web. Explore the ecosystem:
114
116
 
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)
117
+ - 📦 **This package, documented** https://developer.lacspace.com/packages/market-clock
118
+ - 🗂️ **All 80+ packages** — https://developer.lacspace.com/packages
119
+ - 🧭 **Developer handbook** — guides & runnable recipes — https://developer.lacspace.com/handbook
120
+ - 🧪 **Live playground** — run any package in your browser — https://developer.lacspace.com/playground
121
+ - 🖥️ **Finished app templates** — https://templates.lacspace.com
122
+ - 🚀 **Scaffold a full app** — `npm create lacspace-app@latest`
116
123
 
117
- </div>
124
+ Free under the **[Lacspace Free Licence](https://developer.lacspace.com/licenses/lacspace-free-1.0)** — a permissive, free-to-use licence.
118
125
 
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.5",
3
+ "version": "1.0.7",
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",
@@ -46,7 +46,7 @@
46
46
  ],
47
47
  "author": "Lacspace <contact@lacspace.com>",
48
48
  "license": "SEE LICENSE IN LICENSE",
49
- "homepage": "https://lacspace.com/packages",
49
+ "homepage": "https://developer.lacspace.com/packages/market-clock",
50
50
  "repository": {
51
51
  "type": "git",
52
52
  "url": "git+https://github.com/lacspace/npm-packages.git",