@hebcal/core 6.0.4 → 6.0.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/dist/bundle.js +1 -1
- package/dist/bundle.js.map +1 -1
- package/dist/bundle.min.js +1 -1
- package/dist/bundle.min.js.map +1 -1
- package/dist/esm/molad.js +2 -2
- package/dist/esm/molad.js.map +1 -1
- package/package.json +1 -1
package/dist/bundle.js
CHANGED
|
@@ -10486,7 +10486,7 @@ class Molad {
|
|
|
10486
10486
|
}
|
|
10487
10487
|
return result;
|
|
10488
10488
|
}
|
|
10489
|
-
const fmtTime = reformatTimeStr(`${hour}:${minutes}`, 'pm', options);
|
|
10489
|
+
const fmtTime = reformatTimeStr(`${hour}:${pad2(minutes)}`, 'pm', options);
|
|
10490
10490
|
const month = monthName.replace(/'/g, '’');
|
|
10491
10491
|
const result = `${moladStr} ${month}: ${dow}, ${fmtTime}`;
|
|
10492
10492
|
if (chalakim === 0) {
|