@lacspace/nepali-utils 1.1.2 → 1.1.3
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
|
@@ -126,18 +126,24 @@ amountInWordsNepali(1500.5); // "रुपैयाँ एक हजार प
|
|
|
126
126
|
|
|
127
127
|
## Licensing
|
|
128
128
|
|
|
129
|
-
This package is **free** under the **[Lacspace Free Licence](https://lacspace.com/licenses/lacspace-free-1.0)** —
|
|
129
|
+
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.
|
|
130
130
|
|
|
131
131
|
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)**.
|
|
132
132
|
|
|
133
|
+
<!-- LACSPACE-DEV-PLATFORM -->
|
|
134
|
+
|
|
133
135
|
---
|
|
134
136
|
|
|
135
|
-
|
|
137
|
+
## The Lacspace Developer Platform
|
|
136
138
|
|
|
137
|
-
|
|
139
|
+
`@lacspace/nepali-utils` is part of **63 zero-dependency, isomorphic TypeScript packages** — one standard library for the modern web. Explore the ecosystem:
|
|
138
140
|
|
|
139
|
-
|
|
141
|
+
- 📦 **This package, documented** — https://developer.lacspace.com/packages/nepali-utils
|
|
142
|
+
- 🗂️ **All 63 packages** — https://developer.lacspace.com/packages
|
|
143
|
+
- 🧭 **Developer handbook** — guides & runnable recipes — https://developer.lacspace.com/handbook
|
|
144
|
+
- 🧪 **Live playground** — run any package in your browser — https://developer.lacspace.com/playground
|
|
145
|
+
- 🖥️ **Finished app templates** — https://templates.lacspace.com
|
|
146
|
+
- 🚀 **Scaffold a full app** — `npm create lacspace-app@latest`
|
|
140
147
|
|
|
141
|
-
|
|
148
|
+
Free under the **[Lacspace Free Licence](https://lacspace.com/licenses/lacspace-free-1.0)** — a permissive, free-to-use licence.
|
|
142
149
|
|
|
143
|
-
<div align="center"><sub>Built with care by <a href="https://lacspace.com">Lacspace</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/nepali-utils",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.3",
|
|
4
4
|
"description": "Everyday Nepal helpers — NPR currency formatting, Devanagari numerals, amount-in-words, validators, provinces. 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/nepali-utils",
|
|
50
50
|
"repository": {
|
|
51
51
|
"type": "git",
|
|
52
52
|
"url": "git+https://github.com/lacspace/npm-packages.git",
|