@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 CHANGED
@@ -1,9 +1,9 @@
1
- /*! @hebcal/core v5.9.4, distributed under GPLv2 https://www.gnu.org/licenses/gpl-2.0.txt */
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.4';
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.41.0',
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.41.0/LICENSE',
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
  },