Skip to content

Commit

Permalink
Fix HDate constructor rollover into Nisan (#390)
Browse files Browse the repository at this point in the history
  • Loading branch information
mjradwin committed Jan 30, 2024
1 parent 095f25b commit effc8c6
Show file tree
Hide file tree
Showing 4 changed files with 141 additions and 82 deletions.
161 changes: 86 additions & 75 deletions package-lock.json

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

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hebcal/core",
"version": "5.1.0",
"version": "5.1.1",
"author": "Michael J. Radwin (https://github.com/mjradwin)",
"contributors": [
"Eyal Schachter (https://github.com/Scimonster)",
Expand Down Expand Up @@ -71,8 +71,8 @@
"temporal-polyfill": "^0.1.1"
},
"devDependencies": {
"@babel/core": "^7.23.7",
"@babel/preset-env": "^7.23.8",
"@babel/core": "^7.23.9",
"@babel/preset-env": "^7.23.9",
"@babel/register": "^7.23.7",
"@hebcal/hdate": "^0.9.1",
"@hebcal/noaa": "^0.8.11",
Expand All @@ -81,15 +81,15 @@
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-terser": "^0.4.4",
"ava": "^6.0.1",
"core-js": "^3.35.0",
"ava": "^6.1.1",
"core-js": "^3.35.1",
"eslint": "^8.56.0",
"eslint-config-google": "^0.14.0",
"jsdoc": "^4.0.2",
"jsdoc-to-markdown": "^8.0.0",
"nyc": "^15.1.0",
"quick-lru": "^7.0.0",
"rollup": "^4.9.5",
"rollup": "^4.9.6",
"ttag-cli": "^1.10.10"
}
}
Loading

0 comments on commit effc8c6

Please sign in to comment.