@hebcal/core 5.4.7 → 5.4.8

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 CHANGED
@@ -1,4 +1,4 @@
1
- /*! @hebcal/core v5.4.7 */
1
+ /*! @hebcal/core v5.4.8 */
2
2
  'use strict';
3
3
 
4
4
  /* eslint-disable @typescript-eslint/no-namespace, no-inner-declarations */
@@ -10074,7 +10074,7 @@ class DailyLearning {
10074
10074
  }
10075
10075
 
10076
10076
  /** DO NOT EDIT THIS AUTO-GENERATED FILE! */
10077
- const version = '5.4.7';
10077
+ const version = '5.4.8';
10078
10078
 
10079
10079
  /* eslint-disable max-len */
10080
10080
  /**
package/dist/index.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  export { gematriya, gematriyaStrToNum } from '@hebcal/hdate';
2
- export { greg, months, HDate, Locale } from '@hebcal/hdate';
2
+ export { greg, months, HDate, Locale, Headers, StringArrayMap, LocaleData } from '@hebcal/hdate';
3
3
  import './locale';
4
4
  export { CalOptions } from './CalOptions';
5
5
  export { HebrewDateEvent } from './HebrewDateEvent';
package/dist/index.mjs CHANGED
@@ -1,4 +1,4 @@
1
- /*! @hebcal/core v5.4.7 */
1
+ /*! @hebcal/core v5.4.8 */
2
2
  /* eslint-disable @typescript-eslint/no-namespace, no-inner-declarations */
3
3
  /** @private */
4
4
  const lengths = [0, 31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31];
@@ -10072,7 +10072,7 @@ class DailyLearning {
10072
10072
  }
10073
10073
 
10074
10074
  /** DO NOT EDIT THIS AUTO-GENERATED FILE! */
10075
- const version = '5.4.7';
10075
+ const version = '5.4.8';
10076
10076
 
10077
10077
  /* eslint-disable max-len */
10078
10078
  /**
@@ -1,2 +1,2 @@
1
1
  /** DO NOT EDIT THIS AUTO-GENERATED FILE! */
2
- export declare const version = "5.4.7";
2
+ export declare const version = "5.4.8";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hebcal/core",
3
- "version": "5.4.7",
3
+ "version": "5.4.8",
4
4
  "author": "Michael J. Radwin (https://github.com/mjradwin)",
5
5
  "contributors": [
6
6
  "Eyal Schachter (https://github.com/Scimonster)",