@hebcal/core 5.0.2 → 5.0.4
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/README.md +0 -7
- package/dist/bundle.js +507 -155
- package/dist/bundle.min.js +2 -2
- package/dist/{index.js → index.cjs} +506 -169
- package/dist/index.mjs +506 -169
- package/hebcal.d.ts +1 -6
- package/package.json +14 -7
package/README.md
CHANGED
|
@@ -3122,13 +3122,6 @@ Tachanun is not said at Shacharit on Shabbat, but is at Mincha, usually.
|
|
|
3122
3122
|
Gregorian date helper functions.
|
|
3123
3123
|
|
|
3124
3124
|
**Kind**: global variable
|
|
3125
|
-
<a name="greg.monthNames"></a>
|
|
3126
|
-
|
|
3127
|
-
### greg.monthNames : <code>Array.<string></code>
|
|
3128
|
-
Long names of the Gregorian months (1='January', 12='December')
|
|
3129
|
-
|
|
3130
|
-
**Kind**: static property of [<code>greg</code>](#greg)
|
|
3131
|
-
**Read only**: true
|
|
3132
3125
|
<a name="months"></a>
|
|
3133
3126
|
|
|
3134
3127
|
## months : <code>enum</code>
|