@hebcal/core 5.9.4 → 5.9.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 +10 -7
- package/dist/bundle.js.map +1 -1
- package/dist/bundle.min.js +3 -3
- package/dist/bundle.min.js.map +1 -1
- package/dist/esm/DailyLearning.js +1 -1
- package/dist/esm/HebrewDateEvent.js +1 -1
- package/dist/esm/HolidayEvent.js +1 -1
- package/dist/esm/MevarchimChodeshEvent.js +1 -1
- package/dist/esm/ParshaEvent.js +1 -1
- package/dist/esm/TimedEvent.js +1 -1
- package/dist/esm/YomKippurKatanEvent.js +1 -1
- package/dist/esm/ashkenazi.po.js +1 -1
- package/dist/esm/calendar.js +1 -1
- package/dist/esm/candles.js +1 -1
- package/dist/esm/event.js +1 -1
- package/dist/esm/getStartAndEnd.js +1 -1
- package/dist/esm/hallel.js +1 -1
- package/dist/esm/he.po.js +1 -1
- package/dist/esm/hebcal.js +1 -1
- package/dist/esm/holidays.js +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/esm/locale.js +1 -1
- package/dist/esm/location.js +1 -1
- package/dist/esm/modern.js +1 -1
- package/dist/esm/molad.js +1 -1
- package/dist/esm/omer.js +4 -4
- package/dist/esm/omer.js.map +1 -1
- package/dist/esm/parshaName.js +1 -1
- package/dist/esm/parshaYear.js +1 -1
- package/dist/esm/pkgVersion.d.ts +1 -1
- package/dist/esm/pkgVersion.js +2 -2
- package/dist/esm/pkgVersion.js.map +1 -1
- package/dist/esm/reformatTimeStr.js +1 -1
- package/dist/esm/sedra.js +1 -1
- package/dist/esm/staticHolidays.js +1 -1
- package/dist/esm/tachanun.js +1 -1
- package/dist/esm/zmanim.js +1 -1
- package/dist/index.cjs +5 -5
- package/dist/index.cjs.map +1 -1
- package/dist/pkgVersion.d.ts +1 -1
- package/package.json +2 -2
package/dist/bundle.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
/*! @hebcal/core v5.9.
|
|
1
|
+
/*! @hebcal/core v5.9.5, distributed under GPLv2 https://www.gnu.org/licenses/gpl-2.0.txt */
|
|
2
2
|
var hebcal = (function (exports) {
|
|
3
3
|
'use strict';
|
|
4
4
|
|
|
5
5
|
/** DO NOT EDIT THIS AUTO-GENERATED FILE! */
|
|
6
|
-
const version = '5.9.
|
|
6
|
+
const version = '5.9.5';
|
|
7
7
|
|
|
8
8
|
/*! @hebcal/hdate v0.14.0, distributed under GPLv2 https://www.gnu.org/licenses/gpl-2.0.txt */
|
|
9
9
|
/* eslint-disable @typescript-eslint/no-namespace, no-inner-declarations */
|
|
@@ -2705,10 +2705,10 @@ function requireSharedStore () {
|
|
|
2705
2705
|
var store = sharedStore.exports = globalThis[SHARED] || defineGlobalProperty(SHARED, {});
|
|
2706
2706
|
|
|
2707
2707
|
(store.versions || (store.versions = [])).push({
|
|
2708
|
-
version: '3.
|
|
2708
|
+
version: '3.42.0',
|
|
2709
2709
|
mode: IS_PURE ? 'pure' : 'global',
|
|
2710
2710
|
copyright: '© 2014-2025 Denis Pushkarev (zloirock.ru)',
|
|
2711
|
-
license: 'https://github.com/zloirock/core-js/blob/v3.
|
|
2711
|
+
license: 'https://github.com/zloirock/core-js/blob/v3.42.0/LICENSE',
|
|
2712
2712
|
source: 'https://github.com/zloirock/core-js'
|
|
2713
2713
|
});
|
|
2714
2714
|
return sharedStore.exports;
|
|
@@ -8185,6 +8185,9 @@ class GeoLocation {
|
|
|
8185
8185
|
* The timeZone to set.
|
|
8186
8186
|
*/
|
|
8187
8187
|
setTimeZone(timeZoneId) {
|
|
8188
|
+
if (!timeZoneId) {
|
|
8189
|
+
throw new RangeError('Invalid timeZoneId');
|
|
8190
|
+
}
|
|
8188
8191
|
this.timeZoneId = timeZoneId;
|
|
8189
8192
|
}
|
|
8190
8193
|
}
|
|
@@ -11240,12 +11243,12 @@ const sefirot = {
|
|
|
11240
11243
|
words: [
|
|
11241
11244
|
'',
|
|
11242
11245
|
'חֶֽסֶד',
|
|
11243
|
-
'
|
|
11246
|
+
'גְּבוּרָה',
|
|
11244
11247
|
'תִּפְאֶֽרֶת',
|
|
11245
11248
|
'נֶּֽצַח',
|
|
11246
11249
|
'הוֹד',
|
|
11247
11250
|
'יְּסוֹד',
|
|
11248
|
-
'
|
|
11251
|
+
'מַלְכוּת',
|
|
11249
11252
|
],
|
|
11250
11253
|
pfxWords: [
|
|
11251
11254
|
'',
|
|
@@ -11254,7 +11257,7 @@ const sefirot = {
|
|
|
11254
11257
|
'שֶׁבְּתִפְאֶֽרֶת',
|
|
11255
11258
|
'שֶׁבְּנֶֽצַח',
|
|
11256
11259
|
'שֶׁבְּהוֹד',
|
|
11257
|
-
'
|
|
11260
|
+
'שֶׁבִּיְסוֹד',
|
|
11258
11261
|
'שֶׁבְּמַלְכוּת',
|
|
11259
11262
|
],
|
|
11260
11263
|
},
|