calendaryjs-plugin-liturgical 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
@@ -10,6 +10,12 @@ Adds the **Roman Catholic liturgical calendar** to calendaryjs: Easter (via the
10
10
  algorithm) plus the movable feasts declared as offsets from it, so the whole cycle
11
11
  follows automatically each year.
12
12
 
13
+ <p align="center">
14
+ <a href="https://www.npmjs.com/package/calendaryjs-plugin-liturgical"><img alt="npm" src="https://img.shields.io/npm/v/calendaryjs-plugin-liturgical?style=for-the-badge&color=f59e0b&labelColor=16120F" /></a>
15
+ <a href="https://socket.dev/npm/package/calendaryjs-plugin-liturgical"><img alt="Socket" src="https://img.shields.io/badge/Socket-security-f59e0b?style=for-the-badge&labelColor=16120F" /></a>
16
+ <img alt="Zero dependencies" src="https://img.shields.io/badge/deps-zero-22c55e?style=for-the-badge&labelColor=16120F" />
17
+ </p>
18
+
13
19
  ## Install
14
20
 
15
21
  ```bash
package/dist/index.cjs CHANGED
@@ -5,7 +5,7 @@ var calendaryjs = require('calendaryjs');
5
5
  // package.json
6
6
  var package_default = {
7
7
  name: "calendaryjs-plugin-liturgical",
8
- version: "0.1.2"};
8
+ version: "0.1.3"};
9
9
 
10
10
  // src/computus.ts
11
11
  function computeEaster(year) {
package/dist/index.js CHANGED
@@ -3,7 +3,7 @@ import { addDays, parseDate, formatDate, daysBetween, resolveConflict, getYear,
3
3
  // package.json
4
4
  var package_default = {
5
5
  name: "calendaryjs-plugin-liturgical",
6
- version: "0.1.2"};
6
+ version: "0.1.3"};
7
7
 
8
8
  // src/computus.ts
9
9
  function computeEaster(year) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "calendaryjs-plugin-liturgical",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "Catholic liturgical calendar plugin for calendaryjs — Easter computus and movable feasts.",
5
5
  "type": "module",
6
6
  "sideEffects": false,
@@ -39,7 +39,7 @@
39
39
  "date-easter": "^1.0.3",
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"