calendaryjs-plugin-lunar 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-lunar
2
2
 
3
- Lunar (lunisolar) calendar plugin for [calendaryjs](https://github.com/calendaryjs/calendaryjs). Solar ↔ lunar date conversion (1900–2100) + lunar recurring events. Uses the standard astronomical lunisolar table.
3
+ Lunar (lunisolar) calendar plugin for [calendaryjs](https://www.npmjs.com/package/calendaryjs). Solar ↔ lunar date conversion (1900–2100) + lunar recurring events. Uses the standard astronomical lunisolar table.
4
4
 
5
5
  ## Features
6
6
 
@@ -103,8 +103,8 @@ cal.addGroup({
103
103
 
104
104
  ## Related Packages
105
105
 
106
- - [calendaryjs](https://github.com/calendaryjs/calendaryjs/tree/main/packages/calendaryjs) - Core package
107
- - [calendaryjs-plugin-liturgical](https://github.com/calendaryjs/calendaryjs/tree/main/packages/liturgical) - Liturgical calendar
106
+ - [calendaryjs](https://www.npmjs.com/package/calendaryjs) - Core package
107
+ - [calendaryjs-plugin-liturgical](https://www.npmjs.com/package/calendaryjs-plugin-liturgical) - Liturgical calendar
108
108
 
109
109
  ## License
110
110
 
package/dist/index.cjs CHANGED
@@ -3,7 +3,7 @@
3
3
  // package.json
4
4
  var package_default = {
5
5
  name: "calendaryjs-plugin-lunar",
6
- version: "0.1.0"};
6
+ version: "0.1.1"};
7
7
 
8
8
  // src/converter.ts
9
9
  var LUNAR_INFO = [
package/dist/index.js CHANGED
@@ -1,7 +1,7 @@
1
1
  // package.json
2
2
  var package_default = {
3
3
  name: "calendaryjs-plugin-lunar",
4
- version: "0.1.0"};
4
+ version: "0.1.1"};
5
5
 
6
6
  // src/converter.ts
7
7
  var LUNAR_INFO = [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "calendaryjs-plugin-lunar",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Lunar (lunisolar) calendar plugin for calendaryjs — solar ↔ lunar date conversion (1900–2100) and lunar recurring events using the standard astronomical lunisolar table.",
5
5
  "type": "module",
6
6
  "sideEffects": false,
@@ -38,7 +38,7 @@
38
38
  "lunar-javascript": "^1.7.7",
39
39
  "typescript": "^5.3.2",
40
40
  "vitest": "^4.0.18",
41
- "calendaryjs": "0.2.0"
41
+ "calendaryjs": "0.2.1"
42
42
  },
43
43
  "files": [
44
44
  "dist"
@@ -57,12 +57,12 @@
57
57
  },
58
58
  "repository": {
59
59
  "type": "git",
60
- "url": "git+https://github.com/calendaryjs/calendaryjs.git",
60
+ "url": "git+https://github.com/vbilltran68/calendaryjs.git",
61
61
  "directory": "packages/lunar"
62
62
  },
63
- "homepage": "https://github.com/calendaryjs/calendaryjs/tree/main/packages/lunar#readme",
63
+ "homepage": "https://www.npmjs.com/package/calendaryjs-plugin-lunar",
64
64
  "bugs": {
65
- "url": "https://github.com/calendaryjs/calendaryjs/issues"
65
+ "url": "https://github.com/vbilltran68/calendaryjs/issues"
66
66
  },
67
67
  "scripts": {
68
68
  "typecheck": "tsc --noEmit",