Skip to content

Commit

Permalink
Render Daf Yomi in Hebrew with gematriya
Browse files Browse the repository at this point in the history
  • Loading branch information
mjradwin committed Oct 3, 2022
1 parent 2d7b807 commit b2de61e
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hebcal/rest-api",
"version": "4.3.3",
"version": "4.3.4",
"author": "Michael J. Radwin (https://github.com/mjradwin)",
"keywords": [
"hebcal"
Expand All @@ -21,7 +21,7 @@
"url": "https://github.com/hebcal/hebcal-rest-api/issues"
},
"dependencies": {
"@hebcal/core": "^3.45.0",
"@hebcal/core": "^3.45.1",
"@hebcal/leyning": "^6.2.1",
"@hebcal/triennial": "^1.0.4"
},
Expand Down
2 changes: 1 addition & 1 deletion src/classic-rest-api.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ test('daf-yomi', (t) => {
date: '1995-12-17',
hdate: '24 Kislev 5756',
category: 'dafyomi',
hebrew: 'עבודה זרה 68',
hebrew: 'עבודה זרה דף ס״ח',
link: 'https://www.sefaria.org/Avodah_Zarah.68a?lang=bi&utm_source=hebcal.com&utm_medium=api',
};
t.deepEqual(obj, expected);
Expand Down
2 changes: 1 addition & 1 deletion src/fullcalendar.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ test('daf-yomi', (t) => {
start: '1995-12-17',
allDay: true,
className: 'dafyomi',
hebrew: 'עבודה זרה 68',
hebrew: 'עבודה זרה דף ס״ח',
url: 'https://www.sefaria.org/Avodah_Zarah.68a?lang=bi&utm_source=hebcal.com&utm_medium=fc',
};
t.deepEqual(fc, expected);
Expand Down

0 comments on commit b2de61e

Please sign in to comment.