@hebcal/core 5.5.1 → 5.5.2
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 +4 -4
- package/dist/bundle.js.map +1 -1
- package/dist/bundle.min.js +2 -2
- package/dist/bundle.min.js.map +1 -1
- package/dist/index.cjs +4 -4
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.mjs +4 -4
- package/dist/index.mjs.map +1 -1
- package/dist/module.d.ts +1581 -0
- package/dist/pkgVersion.d.ts +1 -1
- package/package.json +4 -3
package/dist/index.d.ts
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
export { version } from './pkgVersion';
|
|
1
2
|
export { gematriya, gematriyaStrToNum } from '@hebcal/hdate';
|
|
2
3
|
export { greg, months, HDate, Locale, Headers, StringArrayMap, LocaleData, } from '@hebcal/hdate';
|
|
3
4
|
import './locale';
|
|
@@ -19,4 +20,3 @@ export { MevarchimChodeshEvent } from './MevarchimChodeshEvent';
|
|
|
19
20
|
export { holidayDesc } from './staticHolidays';
|
|
20
21
|
export { DailyLearning } from './DailyLearning';
|
|
21
22
|
export { HebrewCalendar } from './hebcal';
|
|
22
|
-
export { version } from './pkgVersion';
|
package/dist/index.mjs
CHANGED
|
@@ -1,4 +1,7 @@
|
|
|
1
|
-
/*! @hebcal/core v5.5.
|
|
1
|
+
/*! @hebcal/core v5.5.2 */
|
|
2
|
+
/** DO NOT EDIT THIS AUTO-GENERATED FILE! */
|
|
3
|
+
const version = '5.5.2';
|
|
4
|
+
|
|
2
5
|
/* eslint-disable @typescript-eslint/no-namespace, no-inner-declarations */
|
|
3
6
|
/** @private */
|
|
4
7
|
const lengths = [0, 31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31];
|
|
@@ -10360,9 +10363,6 @@ class DailyLearning {
|
|
|
10360
10363
|
}
|
|
10361
10364
|
}
|
|
10362
10365
|
|
|
10363
|
-
/** DO NOT EDIT THIS AUTO-GENERATED FILE! */
|
|
10364
|
-
const version = '5.5.1';
|
|
10365
|
-
|
|
10366
10366
|
/* eslint-disable max-len */
|
|
10367
10367
|
const LIGHT_CANDLES$1 = flags.LIGHT_CANDLES;
|
|
10368
10368
|
const LIGHT_CANDLES_TZEIS$2 = flags.LIGHT_CANDLES_TZEIS;
|