@hebcal/core 3.45.3 → 3.45.5
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 +2 -2
- package/dist/bundle.js +408 -1149
- package/dist/bundle.min.js +2 -2
- package/dist/greg0.mjs +1 -1
- package/dist/hdate-bundle.js +118 -293
- package/dist/hdate-bundle.min.js +2 -2
- package/dist/hdate.js +123 -338
- package/dist/hdate.mjs +9 -3
- package/dist/hdate0-bundle.js +44 -69
- package/dist/hdate0-bundle.min.js +2 -2
- package/dist/hdate0.mjs +8 -2
- package/dist/index.js +397 -1171
- package/dist/index.mjs +400 -1169
- package/package.json +9 -9
- package/po/he.po +3 -0
package/README.md
CHANGED
|
@@ -6,7 +6,7 @@ location. Torah readings (Parashat HaShavua), Daf Yomi, and counting of the Omer
|
|
|
6
6
|
also be specified. Hebcal also includes algorithms to calculate yahrzeits,
|
|
7
7
|
birthdays and anniversaries.
|
|
8
8
|
|
|
9
|
-
[](https://github.com/hebcal/hebcal-es6/actions/workflows/node.js.yml)
|
|
10
10
|
|
|
11
11
|
Hebcal was created in 1994 by Danny Sadinoff as a Unix/Linux program written in C, inspired
|
|
12
12
|
by similar functionality written in Emacs Lisp. The initial JavaScript port was released in
|
|
@@ -2442,7 +2442,7 @@ the times are guaranteed to be wrong.
|
|
|
2442
2442
|
|
|
2443
2443
|
To add candle-lighting options, set `options.candlelighting=true` and set
|
|
2444
2444
|
`options.location` to an instance of `Location`. By default, candle lighting
|
|
2445
|
-
time is 18 minutes before sundown (40 minutes for Jerusalem) and Havdalah is
|
|
2445
|
+
time is 18 minutes before sundown (40 minutes for Jerusalem, 30 minutes for Haifa and Zikhron Ya'akov) and Havdalah is
|
|
2446
2446
|
calculated according to Tzeit Hakochavim - Nightfall (the point when 3 small stars
|
|
2447
2447
|
are observable in the night time sky with the naked eye). The default Havdalah
|
|
2448
2448
|
option (Tzeit Hakochavim) is calculated when the sun is 8.5° below the horizon.
|