@hebcal/leyning
Advanced tools
Comparing version 4.18.0 to 4.18.1
@@ -31,2 +31,10 @@ /// <reference types="node"/> | ||
export type Leyning = { | ||
name: { | ||
en: string; | ||
he: string; | ||
}; | ||
/** An array of either 1 (regular) or 2 (doubled parsha). `undefined` for holiday readings */ | ||
parsha?: string[]; | ||
/** 1 for Bereshit, 2 for Noach, etc. `undefined` for holiday readings */ | ||
parshaNum?: number; | ||
/** Such as `Genesis 1:1 - 6:8` */ | ||
@@ -33,0 +41,0 @@ summary: string; |
{ | ||
"name": "@hebcal/leyning", | ||
"version": "4.18.0", | ||
"version": "4.18.1", | ||
"author": "Michael J. Radwin (https://github.com/mjradwin)", | ||
@@ -64,9 +64,9 @@ "keywords": [ | ||
"core-js": "^3.24.1", | ||
"eslint": "^8.21.0", | ||
"eslint": "^8.22.0", | ||
"eslint-config-google": "^0.14.0", | ||
"jsdoc": "^3.6.11", | ||
"jsdoc-to-markdown": "^7.1.1", | ||
"rollup": "^2.77.3", | ||
"rollup": "^2.78.0", | ||
"rollup-plugin-terser": "^7.0.2" | ||
} | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
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
671039
8062