@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.cjs
CHANGED
|
@@ -1,6 +1,9 @@
|
|
|
1
|
-
/*! @hebcal/core v5.5.
|
|
1
|
+
/*! @hebcal/core v5.5.2 */
|
|
2
2
|
'use strict';
|
|
3
3
|
|
|
4
|
+
/** DO NOT EDIT THIS AUTO-GENERATED FILE! */
|
|
5
|
+
const version = '5.5.2';
|
|
6
|
+
|
|
4
7
|
/* eslint-disable @typescript-eslint/no-namespace, no-inner-declarations */
|
|
5
8
|
/** @private */
|
|
6
9
|
const lengths = [0, 31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31];
|
|
@@ -10362,9 +10365,6 @@ class DailyLearning {
|
|
|
10362
10365
|
}
|
|
10363
10366
|
}
|
|
10364
10367
|
|
|
10365
|
-
/** DO NOT EDIT THIS AUTO-GENERATED FILE! */
|
|
10366
|
-
const version = '5.5.1';
|
|
10367
|
-
|
|
10368
10368
|
/* eslint-disable max-len */
|
|
10369
10369
|
const LIGHT_CANDLES$1 = flags.LIGHT_CANDLES;
|
|
10370
10370
|
const LIGHT_CANDLES_TZEIS$2 = flags.LIGHT_CANDLES_TZEIS;
|