calendaryjs-plugin-lunar 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 +6 -0
- package/dist/index.cjs +1 -1
- package/dist/index.js +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -10,6 +10,12 @@ Adds the **lunar (lunisolar) calendar** to calendaryjs: declare events by lunar
|
|
|
10
10
|
and convert solar ↔ lunar (1900–2100) with the standard astronomical lunisolar table
|
|
11
11
|
(leap months handled).
|
|
12
12
|
|
|
13
|
+
<p align="center">
|
|
14
|
+
<a href="https://www.npmjs.com/package/calendaryjs-plugin-lunar"><img alt="npm" src="https://img.shields.io/npm/v/calendaryjs-plugin-lunar?style=for-the-badge&color=f59e0b&labelColor=16120F" /></a>
|
|
15
|
+
<a href="https://socket.dev/npm/package/calendaryjs-plugin-lunar"><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
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.3",
|
|
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.4"
|
|
42
42
|
},
|
|
43
43
|
"files": [
|
|
44
44
|
"dist"
|