@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/README.md +5 -5
- package/dist/bundle.js +57 -44
- package/dist/bundle.min.js +2 -2
- package/dist/greg0.mjs +1 -1
- package/dist/hdate-bundle.js +3 -3
- package/dist/hdate-bundle.min.js +2 -2
- package/dist/hdate.js +3 -3
- package/dist/hdate.mjs +3 -3
- package/dist/hdate0-bundle.js +1 -1
- package/dist/hdate0-bundle.min.js +1 -1
- package/dist/hdate0.mjs +1 -1
- package/dist/index.js +15 -10
- package/dist/index.mjs +15 -10
- package/package.json +8 -8
- package/po/he.po +2 -2
- package/dist/foo.html +0 -10
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hebcal/core",
|
|
3
|
-
"version": "3.45.
|
|
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.
|
|
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": "^
|
|
72
|
-
"@rollup/plugin-commonjs": "^
|
|
73
|
-
"@rollup/plugin-json": "^
|
|
74
|
-
"@rollup/plugin-node-resolve": "^
|
|
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.
|
|
78
|
-
"eslint": "^8.
|
|
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>
|