Skip to content

Commit 3b95d3f

Browse files
committed
Use renderBrief() for HebrewDateEvent
1 parent c2f0e1c commit 3b95d3f

File tree

6 files changed

+133
-176
lines changed

6 files changed

+133
-176
lines changed

package-lock.json

Lines changed: 58 additions & 156 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hebcal/rest-api",
3-
"version": "3.8.3",
3+
"version": "3.8.4",
44
"author": "Michael J. Radwin (https://github.com/mjradwin)",
55
"keywords": [
66
"hebcal"
@@ -21,8 +21,8 @@
2121
"url": "https://github.com/hebcal/hebcal-rest-api/issues"
2222
},
2323
"dependencies": {
24-
"@hebcal/core": "^3.26.2",
25-
"@hebcal/leyning": "^4.9.1"
24+
"@hebcal/core": "^3.26.7",
25+
"@hebcal/leyning": "^4.10.0"
2626
},
2727
"scripts": {
2828
"build": "rollup -c",
@@ -55,16 +55,16 @@
5555
"@babel/preset-env": "^7.15.8",
5656
"@babel/register": "^7.15.3",
5757
"@rollup/plugin-babel": "^5.3.0",
58-
"@rollup/plugin-commonjs": "^21.0.0",
58+
"@rollup/plugin-commonjs": "^21.0.1",
5959
"@rollup/plugin-json": "^4.1.0",
60-
"@rollup/plugin-node-resolve": "^13.0.5",
60+
"@rollup/plugin-node-resolve": "^13.0.6",
6161
"ava": "^3.15.0",
6262
"core-js": "^3.18.3",
6363
"eslint": "^8.0.1",
6464
"eslint-config-google": "^0.14.0",
6565
"jsdoc": "^3.6.7",
6666
"jsdoc-to-markdown": "^7.1.0",
67-
"rollup": "^2.57.0",
67+
"rollup": "^2.58.0",
6868
"rollup-plugin-terser": "^7.0.2"
6969
}
7070
}

0 commit comments

Comments
 (0)