@hebcal/core 3.45.2 → 3.45.4

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.2",
3
+ "version": "3.45.4",
4
4
  "author": "Michael J. Radwin (https://github.com/mjradwin)",
5
5
  "contributors": [
6
6
  "Eyal Schachter (https://github.com/Scimonster)",
@@ -64,18 +64,18 @@
64
64
  "verbose": true
65
65
  },
66
66
  "devDependencies": {
67
- "@babel/core": "^7.19.3",
68
- "@babel/preset-env": "^7.19.3",
67
+ "@babel/core": "^7.19.6",
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.2",
72
+ "@rollup/plugin-commonjs": "^23.0.2",
73
+ "@rollup/plugin-json": "^5.0.1",
74
+ "@rollup/plugin-node-resolve": "^15.0.1",
75
75
  "ava": "^4.3.3",
76
76
  "codecov": "^3.8.3",
77
77
  "core-js": "^3.25.5",
78
- "eslint": "^8.24.0",
78
+ "eslint": "^8.26.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
@@ -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>