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 +3 -3
- package/dist/index.cjs +1 -1
- package/dist/index.js +1 -1
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# calendaryjs-plugin-lunar
|
|
2
2
|
|
|
3
|
-
Lunar (lunisolar) calendar plugin for [calendaryjs](https://
|
|
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://
|
|
107
|
-
- [calendaryjs-plugin-liturgical](https://
|
|
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
package/dist/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "calendaryjs-plugin-lunar",
|
|
3
|
-
"version": "0.1.
|
|
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.
|
|
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/
|
|
60
|
+
"url": "git+https://github.com/vbilltran68/calendaryjs.git",
|
|
61
61
|
"directory": "packages/lunar"
|
|
62
62
|
},
|
|
63
|
-
"homepage": "https://
|
|
63
|
+
"homepage": "https://www.npmjs.com/package/calendaryjs-plugin-lunar",
|
|
64
64
|
"bugs": {
|
|
65
|
-
"url": "https://github.com/
|
|
65
|
+
"url": "https://github.com/vbilltran68/calendaryjs/issues"
|
|
66
66
|
},
|
|
67
67
|
"scripts": {
|
|
68
68
|
"typecheck": "tsc --noEmit",
|