calendaryjs-plugin-hijri 0.1.0 → 0.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 CHANGED
@@ -1,6 +1,6 @@
1
1
  # calendaryjs-plugin-hijri
2
2
 
3
- Islamic (Hijri) calendar plugin for [calendaryjs](https://github.com/calendaryjs/calendaryjs). Gregorian ↔ Hijri date conversion + Hijri recurring events. Uses the **tabular (civil) Islamic calendar** — arithmetic, deterministic, and round-trip safe.
3
+ Islamic (Hijri) calendar plugin for [calendaryjs](https://www.npmjs.com/package/calendaryjs). Gregorian ↔ Hijri date conversion + Hijri recurring events. Uses the **tabular (civil) Islamic calendar** — arithmetic, deterministic, and round-trip safe.
4
4
 
5
5
  > The tabular variant is computed, not observed. A sighting- or announcement-based calendar (e.g. Umm al-Qurā) may differ by ±1 day.
6
6
 
@@ -107,9 +107,9 @@ day.hijri; // → { year: 1446, month: 1, day: 1 }
107
107
 
108
108
  ## Related Packages
109
109
 
110
- - [calendaryjs](https://github.com/calendaryjs/calendaryjs/tree/main/packages/calendaryjs) - Core package
111
- - [calendaryjs-plugin-lunar](https://github.com/calendaryjs/calendaryjs/tree/main/packages/lunar) - Lunisolar calendar
112
- - [calendaryjs-plugin-liturgical](https://github.com/calendaryjs/calendaryjs/tree/main/packages/liturgical) - Liturgical calendar
110
+ - [calendaryjs](https://www.npmjs.com/package/calendaryjs) - Core package
111
+ - [calendaryjs-plugin-lunar](https://www.npmjs.com/package/calendaryjs-plugin-lunar) - Lunisolar calendar
112
+ - [calendaryjs-plugin-liturgical](https://www.npmjs.com/package/calendaryjs-plugin-liturgical) - Liturgical calendar
113
113
 
114
114
  ## License
115
115
 
package/dist/index.cjs CHANGED
@@ -3,7 +3,7 @@
3
3
  // package.json
4
4
  var package_default = {
5
5
  name: "calendaryjs-plugin-hijri",
6
- version: "0.1.0"};
6
+ version: "0.1.1"};
7
7
 
8
8
  // src/converter.ts
9
9
  var ISLAMIC_EPOCH = 1948440;
package/dist/index.js CHANGED
@@ -1,7 +1,7 @@
1
1
  // package.json
2
2
  var package_default = {
3
3
  name: "calendaryjs-plugin-hijri",
4
- version: "0.1.0"};
4
+ version: "0.1.1"};
5
5
 
6
6
  // src/converter.ts
7
7
  var ISLAMIC_EPOCH = 1948440;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "calendaryjs-plugin-hijri",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Islamic (Hijri) calendar plugin for calendaryjs — Gregorian ↔ Hijri date conversion (tabular/civil) and Hijri recurring events.",
5
5
  "type": "module",
6
6
  "sideEffects": false,
@@ -39,7 +39,7 @@
39
39
  "moment-hijri": "^3.0.0",
40
40
  "typescript": "^5.3.2",
41
41
  "vitest": "^4.0.18",
42
- "calendaryjs": "0.2.0"
42
+ "calendaryjs": "0.2.1"
43
43
  },
44
44
  "files": [
45
45
  "dist"
@@ -58,12 +58,12 @@
58
58
  },
59
59
  "repository": {
60
60
  "type": "git",
61
- "url": "git+https://github.com/calendaryjs/calendaryjs.git",
61
+ "url": "git+https://github.com/vbilltran68/calendaryjs.git",
62
62
  "directory": "packages/hijri"
63
63
  },
64
- "homepage": "https://github.com/calendaryjs/calendaryjs/tree/main/packages/hijri#readme",
64
+ "homepage": "https://www.npmjs.com/package/calendaryjs-plugin-hijri",
65
65
  "bugs": {
66
- "url": "https://github.com/calendaryjs/calendaryjs/issues"
66
+ "url": "https://github.com/vbilltran68/calendaryjs/issues"
67
67
  },
68
68
  "scripts": {
69
69
  "typecheck": "tsc --noEmit",