@hebcal/core 6.0.2 → 6.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.
Files changed (44) hide show
  1. package/dist/bundle.js +65 -28
  2. package/dist/bundle.js.map +1 -1
  3. package/dist/bundle.min.js +16 -16
  4. package/dist/bundle.min.js.map +1 -1
  5. package/dist/esm/DailyLearning.js +1 -1
  6. package/dist/esm/HebrewDateEvent.js +1 -1
  7. package/dist/esm/HolidayEvent.js +1 -1
  8. package/dist/esm/MevarchimChodeshEvent.js +1 -1
  9. package/dist/esm/ParshaEvent.js +1 -1
  10. package/dist/esm/TimedEvent.js +1 -1
  11. package/dist/esm/YomKippurKatanEvent.js +1 -1
  12. package/dist/esm/ashkenazi.po.js +1 -1
  13. package/dist/esm/calendar.js +1 -1
  14. package/dist/esm/candles.js +1 -1
  15. package/dist/esm/event.js +1 -1
  16. package/dist/esm/getStartAndEnd.js +1 -1
  17. package/dist/esm/hallel.js +1 -1
  18. package/dist/esm/he-x-NoNikud.po.js +1 -1
  19. package/dist/esm/he.po.js +1 -1
  20. package/dist/esm/hebcal.js +1 -1
  21. package/dist/esm/holidays.js +1 -1
  22. package/dist/esm/index.js +1 -1
  23. package/dist/esm/isAssurBemlacha.js +1 -1
  24. package/dist/esm/locale.js +1 -1
  25. package/dist/esm/location.js +1 -1
  26. package/dist/esm/modern.js +1 -1
  27. package/dist/esm/molad.js +40 -11
  28. package/dist/esm/molad.js.map +1 -1
  29. package/dist/esm/omer.js +1 -1
  30. package/dist/esm/parshaName.js +1 -1
  31. package/dist/esm/parshaYear.js +1 -1
  32. package/dist/esm/pkgVersion.d.ts +1 -1
  33. package/dist/esm/pkgVersion.js +2 -2
  34. package/dist/esm/pkgVersion.js.map +1 -1
  35. package/dist/esm/reformatTimeStr.js +1 -1
  36. package/dist/esm/sedra.d.ts +1 -1
  37. package/dist/esm/sedra.js +3 -2
  38. package/dist/esm/sedra.js.map +1 -1
  39. package/dist/esm/staticHolidays.js +1 -1
  40. package/dist/esm/tachanun.js +1 -1
  41. package/dist/esm/zmanim.js +1 -1
  42. package/dist/pkgVersion.d.ts +1 -1
  43. package/dist/sedra.d.ts +1 -1
  44. package/package.json +5 -5
@@ -1,4 +1,4 @@
1
- /*! @hebcal/core v6.0.2, distributed under GPLv2 https://www.gnu.org/licenses/gpl-2.0.txt */
1
+ /*! @hebcal/core v6.0.4, distributed under GPLv2 https://www.gnu.org/licenses/gpl-2.0.txt */
2
2
  import 'temporal-polyfill/global';
3
3
  import { NOAACalculator } from '@hebcal/noaa';
4
4
  import { getTimezoneOffset, pad2, getPseudoISO, HDate, isDate } from '@hebcal/hdate';
@@ -1,2 +1,2 @@
1
1
  /** DO NOT EDIT THIS AUTO-GENERATED FILE! */
2
- export declare const version = "6.0.2";
2
+ export declare const version = "6.0.4";
package/dist/sedra.d.ts CHANGED
@@ -75,7 +75,7 @@ export declare class Sedra {
75
75
  }
76
76
  /**
77
77
  * The 54 parshiyot of the Torah as transilterated strings.
78
- * parshiot[0] == 'Bereshit', parshiot[1] == 'Noach', parshiot[52] == "Ha'azinu".
78
+ * parshiot[0] == 'Bereshit', parshiot[1] == 'Noach', parshiot[52] == "Ha'azinu", parshiot[53] == 'Vezot Haberakhah'.
79
79
  * @readonly
80
80
  * @type {string[]}
81
81
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hebcal/core",
3
- "version": "6.0.2",
3
+ "version": "6.0.4",
4
4
  "author": "Michael J. Radwin (https://github.com/mjradwin)",
5
5
  "contributors": [
6
6
  "Eyal Schachter (https://github.com/Scimonster)",
@@ -68,8 +68,8 @@
68
68
  "@rollup/plugin-node-resolve": "^16.0.3",
69
69
  "@rollup/plugin-terser": "^0.4.4",
70
70
  "@rollup/plugin-typescript": "^12.3.0",
71
- "@types/node": "^24.9.1",
72
- "@vitest/coverage-v8": "^4.0.3",
71
+ "@types/node": "^24.9.2",
72
+ "@vitest/coverage-v8": "^4.0.5",
73
73
  "core-js": "^3.46.0",
74
74
  "gettext-parser": "^8.0.0",
75
75
  "gts": "^6.0.2",
@@ -79,10 +79,10 @@
79
79
  "rollup-plugin-visualizer": "^6.0.5",
80
80
  "typedoc": "^0.28.14",
81
81
  "typescript": "^5.9.3",
82
- "vitest": "^4.0.3"
82
+ "vitest": "^4.0.5"
83
83
  },
84
84
  "dependencies": {
85
- "@hebcal/hdate": "^0.21.0",
85
+ "@hebcal/hdate": "^0.21.1",
86
86
  "@hebcal/noaa": "^0.9.2",
87
87
  "quick-lru": "^7.3.0",
88
88
  "temporal-polyfill": "^0.3.0",