calendaryjs-plugin-hijri 0.1.2 → 0.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 CHANGED
@@ -13,6 +13,12 @@ deterministic, round-trip safe.
13
13
  > The tabular variant is computed, not observed; a sighting-based calendar (e.g. Umm
14
14
  > al-Qurā) may differ by ±1 day.
15
15
 
16
+ <p align="center">
17
+ <a href="https://www.npmjs.com/package/calendaryjs-plugin-hijri"><img alt="npm" src="https://img.shields.io/npm/v/calendaryjs-plugin-hijri?style=for-the-badge&color=f59e0b&labelColor=16120F" /></a>
18
+ <a href="https://socket.dev/npm/package/calendaryjs-plugin-hijri"><img alt="Socket" src="https://img.shields.io/badge/Socket-security-f59e0b?style=for-the-badge&labelColor=16120F" /></a>
19
+ <img alt="Zero dependencies" src="https://img.shields.io/badge/deps-zero-22c55e?style=for-the-badge&labelColor=16120F" />
20
+ </p>
21
+
16
22
  ## Install
17
23
 
18
24
  ```bash
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.2"};
6
+ version: "0.1.3"};
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.2"};
4
+ version: "0.1.3"};
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.2",
3
+ "version": "0.1.3",
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.2"
42
+ "calendaryjs": "0.2.4"
43
43
  },
44
44
  "files": [
45
45
  "dist"