@lacspace/nepali-utils 1.1.0 → 1.1.1
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 +14 -3
package/README.md
CHANGED
|
@@ -130,4 +130,14 @@ This package is **free** under the **[Lacspace Free Licence](https://lacspace.co
|
|
|
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
|
+
---
|
|
134
|
+
|
|
135
|
+
<div align="center">
|
|
136
|
+
|
|
137
|
+
**Part of the Lacspace ecosystem — 35 zero-dependency, isomorphic TypeScript packages.**
|
|
138
|
+
|
|
139
|
+
[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)
|
|
140
|
+
|
|
141
|
+
</div>
|
|
142
|
+
|
|
133
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.1",
|
|
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",
|
|
@@ -34,11 +34,19 @@
|
|
|
34
34
|
"devanagari",
|
|
35
35
|
"amount-in-words",
|
|
36
36
|
"validator",
|
|
37
|
-
"typescript"
|
|
37
|
+
"typescript",
|
|
38
|
+
"nepali-number",
|
|
39
|
+
"land-measurement",
|
|
40
|
+
"ropani",
|
|
41
|
+
"bigha",
|
|
42
|
+
"districts",
|
|
43
|
+
"mobile-validation",
|
|
44
|
+
"npr-currency",
|
|
45
|
+
"nepali-rupees"
|
|
38
46
|
],
|
|
39
47
|
"author": "Lacspace <contact@lacspace.com>",
|
|
40
48
|
"license": "SEE LICENSE IN LICENSE",
|
|
41
|
-
"homepage": "https://lacspace.com",
|
|
49
|
+
"homepage": "https://lacspace.com/packages",
|
|
42
50
|
"repository": {
|
|
43
51
|
"type": "git",
|
|
44
52
|
"url": "git+https://github.com/lacspace/npm-packages.git",
|
|
@@ -49,5 +57,8 @@
|
|
|
49
57
|
},
|
|
50
58
|
"engines": {
|
|
51
59
|
"node": ">=18"
|
|
60
|
+
},
|
|
61
|
+
"publishConfig": {
|
|
62
|
+
"access": "public"
|
|
52
63
|
}
|
|
53
64
|
}
|