@hebcal/core 3.45.1 → 3.45.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hebcal/core",
3
- "version": "3.45.1",
3
+ "version": "3.45.3",
4
4
  "author": "Michael J. Radwin (https://github.com/mjradwin)",
5
5
  "contributors": [
6
6
  "Eyal Schachter (https://github.com/Scimonster)",
@@ -65,17 +65,17 @@
65
65
  },
66
66
  "devDependencies": {
67
67
  "@babel/core": "^7.19.3",
68
- "@babel/preset-env": "^7.19.3",
68
+ "@babel/preset-env": "^7.19.4",
69
69
  "@babel/register": "^7.18.9",
70
70
  "@hebcal/solar-calc": "^1.1.2",
71
- "@rollup/plugin-babel": "^5.3.1",
72
- "@rollup/plugin-commonjs": "^22.0.2",
73
- "@rollup/plugin-json": "^4.1.0",
74
- "@rollup/plugin-node-resolve": "^14.1.0",
71
+ "@rollup/plugin-babel": "^6.0.0",
72
+ "@rollup/plugin-commonjs": "^23.0.0",
73
+ "@rollup/plugin-json": "^5.0.0",
74
+ "@rollup/plugin-node-resolve": "^15.0.0",
75
75
  "ava": "^4.3.3",
76
76
  "codecov": "^3.8.3",
77
- "core-js": "^3.25.3",
78
- "eslint": "^8.24.0",
77
+ "core-js": "^3.25.5",
78
+ "eslint": "^8.25.0",
79
79
  "eslint-config-google": "^0.14.0",
80
80
  "jsdoc": "^3.6.11",
81
81
  "jsdoc-to-markdown": "^7.1.1",
package/po/he.po CHANGED
@@ -1090,7 +1090,7 @@ msgid "Yom Kippur Katan"
1090
1090
  msgstr "יוֹם כִּפּוּר קָטָן"
1091
1091
 
1092
1092
  msgid "Family Day"
1093
- msgstr "יוֹם המשפחה"
1093
+ msgstr "יוֹם הַמִּשׁפָּחָה"
1094
1094
 
1095
1095
  msgid "Yitzhak Rabin Memorial Day"
1096
1096
  msgstr "יוֹם הַזִּכָּרוֹן ליצחק רבין"
@@ -1102,7 +1102,7 @@ msgid "Herzl Day"
1102
1102
  msgstr "יוֹם הרצל"
1103
1103
 
1104
1104
  msgid "Ben-Gurion Day"
1105
- msgstr "יוֹם בן-גוריון"
1105
+ msgstr "יוֹם בן־גוריון"
1106
1106
 
1107
1107
  msgid "Birkat Hachamah"
1108
1108
  msgstr "בִרְכַּת הַחַמָּה"
package/dist/foo.html DELETED
@@ -1,10 +0,0 @@
1
- <html lang="en"><head>
2
- <meta charset="utf-8">
3
- <title>Jewish Calendar, Hebrew Date Converter, Holidays - hebcal.com</title>
4
- <meta name="viewport" content="width=device-width, initial-scale=1">
5
- </head>
6
- <body>
7
- Foo Bar
8
- <script src="bundle.min.js"></script>
9
- </body>
10
- </html>