@sonill/nepali-dates 1.0.1 → 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.
Files changed (2) hide show
  1. package/README.md +13 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -7,7 +7,19 @@
7
7
 
8
8
  Community-driven, accurate Nepali calendar (Bikram Sambat) data and conversion utilities. A trustable source for Nepali date calculations with zero dependencies.
9
9
 
10
- Use this package instead of maintaining your own source of datas.
10
+ The ultimate Nepali date conversion library for developers. Convert between Bikram Sambat (BS) and Gregorian dates with 100% accurate, community-maintained calendar data. Perfect for Nepali calendar apps, date converters, and plugins. No dependencies, fully typed, and production-ready.
11
+
12
+ ### Why Use This Package?
13
+
14
+ Stop maintaining your own Nepali calendar data. This package eliminates the burden of:
15
+ - Manually updating calendar data year after year
16
+ - Debugging date conversion edge cases
17
+ - Verifying data accuracy across multiple sources
18
+
19
+ **Using JavaScript?** Use the full library with type safety and conversion utilities.
20
+ **Using another language?** Access the calendar data directly via `calendar-data.json` in the [data/](data/) directory. Examples available for Python, PHP, Ruby, Go, and more.
21
+
22
+ The community maintains the data—you focus on building great features.
11
23
 
12
24
  ## Website
13
25
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sonill/nepali-dates",
3
- "version": "1.0.1",
3
+ "version": "1.0.4",
4
4
  "description": "Community-driven, accurate Nepali calendar data and conversion utilities",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -47,7 +47,7 @@
47
47
  "bugs": {
48
48
  "url": "https://github.com/sonill/nepali-dates/issues"
49
49
  },
50
- "homepage": "https://github.com/sonill/nepali-dates#readme",
50
+ "homepage": "https://sonill.github.io/nepali-dates",
51
51
  "devDependencies": {
52
52
  "@types/node": "^20.11.0",
53
53
  "@vitest/coverage-v8": "^1.2.0",