calendaryjs-plugin-liturgical 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-liturgical
2
2
 
3
- Liturgical calendar plugin for [Calendary](https://github.com/calendaryjs/calendaryjs). Adds support for Easter calculation and offset-based events.
3
+ Liturgical calendar plugin for [Calendary](https://www.npmjs.com/package/calendaryjs). Adds support for Easter calculation and offset-based events.
4
4
 
5
5
  ## Features
6
6
 
@@ -193,8 +193,8 @@ const easter2025 = computeEaster(2025);
193
193
 
194
194
  ## Related Packages
195
195
 
196
- - [calendaryjs](https://github.com/calendaryjs/calendaryjs/tree/main/packages/calendaryjs) - Core package
197
- - [calendaryjs-plugin-lunar](https://github.com/calendaryjs/calendaryjs/tree/main/packages/lunar) - Lunar calendar
196
+ - [calendaryjs](https://www.npmjs.com/package/calendaryjs) - Core package
197
+ - [calendaryjs-plugin-lunar](https://www.npmjs.com/package/calendaryjs-plugin-lunar) - Lunar calendar
198
198
 
199
199
  ## License
200
200
 
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.0"};
8
+ version: "0.1.1"};
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.0"};
6
+ version: "0.1.1"};
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.0",
3
+ "version": "0.1.1",
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.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/liturgical"
63
63
  },
64
- "homepage": "https://github.com/calendaryjs/calendaryjs/tree/main/packages/liturgical#readme",
64
+ "homepage": "https://www.npmjs.com/package/calendaryjs-plugin-liturgical",
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",