@hebcal/leyning
Advanced tools
Comparing version 1.1.3 to 2.0.0
{ | ||
"name": "@hebcal/leyning", | ||
"version": "1.1.3", | ||
"version": "2.0.0", | ||
"author": "Michael J. Radwin (https://github.com/mjradwin)", | ||
@@ -26,3 +26,3 @@ "keywords": [ | ||
"dependencies": { | ||
"@hebcal/core": "^1.2.3" | ||
"@hebcal/core": "^2.0.0" | ||
}, | ||
@@ -29,0 +29,0 @@ "scripts": { |
@@ -11,7 +11,7 @@ # hebcal-leyning | ||
```javascript | ||
import {hebcal, HDate, Event} from '@hebcal/core'; | ||
import {HebrewCalendar, HDate, Event} from '@hebcal/core'; | ||
import leyning from '@hebcal/leyning'; | ||
const options = {sedrot: true, noHolidays: true}; | ||
const events = hebcal.hebrewCalendar(options); | ||
const events = HebrewCalendar.calendar(options); | ||
const ev = events.find((ev) => ev.getDesc() == 'Parashat Pinchas'); | ||
@@ -18,0 +18,0 @@ const reading = leyning.getLeyningForParshaHaShavua(ev); |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
247409
+ Added@hebcal/core@2.13.0(transitive)
- Removed@hebcal/core@1.5.0(transitive)
Updated@hebcal/core@^2.0.0