jcal-zmanim 1.5.14 → 1.5.15
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/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -14034,7 +14034,7 @@ function getAroundTheYearNotifications() {
|
|
|
14034
14034
|
}
|
|
14035
14035
|
break;
|
|
14036
14036
|
case JewishMonthsNames.TAMUZ:
|
|
14037
|
-
if (day === 17 && DaysOfWeek.SHABBOS
|
|
14037
|
+
if (day === 17 && dow !== DaysOfWeek.SHABBOS || day === 18 && dow === DaysOfWeek.SUNDAY) {
|
|
14038
14038
|
addDayNote("Shiva Asar B`Tamuz", '\u05D9"\u05D6 \u05D1\u05EA\u05DE\u05D5\u05D6');
|
|
14039
14039
|
if (isDaytime) {
|
|
14040
14040
|
addTefillahNote("Avinu Malkeinu", "\u05D0\u05D1\u05D9\u05E0\u05D5 \u05DE\u05DC\u05DB\u05E0\u05D5");
|