date-holidays 3.24.2 → 3.24.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/CHANGELOG.md +6 -0
- package/data/countries/DE.yaml +1 -5
- package/data/countries/SG.yaml +3 -0
- package/data/countries/VA.yaml +17 -17
- package/data/holidays.json +25 -37
- package/dist/index.min.js +3 -0
- package/dist/index.min.js.LICENSE.txt +149 -0
- package/dist/index.min.js.map +1 -0
- package/dist/umd.min.js +3 -0
- package/dist/umd.min.js.LICENSE.txt +149 -0
- package/dist/umd.min.js.map +1 -0
- package/lib/data.cjs +25 -37
- package/package.json +3 -1
- package/src/data.js +19051 -19063
package/lib/data.cjs
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
const data = {
|
|
6
|
-
"version": "2025-
|
|
6
|
+
"version": "2025-05-12",
|
|
7
7
|
"license": "CC-BY-SA-3",
|
|
8
8
|
"holidays": {
|
|
9
9
|
"AD": {
|
|
@@ -8319,12 +8319,6 @@ const data = {
|
|
|
8319
8319
|
"HE": {
|
|
8320
8320
|
"name": "Hessen",
|
|
8321
8321
|
"days": {
|
|
8322
|
-
"easter": {
|
|
8323
|
-
"_name": "easter"
|
|
8324
|
-
},
|
|
8325
|
-
"easter 49": {
|
|
8326
|
-
"_name": "easter 49"
|
|
8327
|
-
},
|
|
8328
8322
|
"easter 60": {
|
|
8329
8323
|
"_name": "easter 60"
|
|
8330
8324
|
}
|
|
@@ -20603,6 +20597,9 @@ const data = {
|
|
|
20603
20597
|
"2024-05-22": {
|
|
20604
20598
|
"_name": "Vesak"
|
|
20605
20599
|
},
|
|
20600
|
+
"2025-05-12": {
|
|
20601
|
+
"_name": "Vesak"
|
|
20602
|
+
},
|
|
20606
20603
|
"2000-10-26": {
|
|
20607
20604
|
"_name": "Deepavali"
|
|
20608
20605
|
},
|
|
@@ -25148,53 +25145,44 @@ const data = {
|
|
|
25148
25145
|
}
|
|
25149
25146
|
]
|
|
25150
25147
|
},
|
|
25151
|
-
"04-19": {
|
|
25148
|
+
"04-19 since 2005 and prior to 2013": {
|
|
25152
25149
|
"name": {
|
|
25153
25150
|
"en": "Anniversary of the election of Pope Benedict XVI",
|
|
25154
25151
|
"it": "Anniversario dell'Elezione del Santo Padre"
|
|
25155
|
-
}
|
|
25156
|
-
"active": [
|
|
25157
|
-
{
|
|
25158
|
-
"from": 2005,
|
|
25159
|
-
"to": 2013
|
|
25160
|
-
}
|
|
25161
|
-
]
|
|
25152
|
+
}
|
|
25162
25153
|
},
|
|
25163
|
-
"03-19
|
|
25154
|
+
"03-19 since 2005 and prior to 2013": {
|
|
25164
25155
|
"name": {
|
|
25165
25156
|
"en": "Saint Joseph - Name day of the Holy Father",
|
|
25166
25157
|
"it": "San Giuseppe - Onomastico del Santo Padre"
|
|
25167
25158
|
},
|
|
25168
|
-
"note": "Name day of Pope Benedict XVI (Josef Ratzinger)"
|
|
25169
|
-
"active": [
|
|
25170
|
-
{
|
|
25171
|
-
"from": 2005,
|
|
25172
|
-
"to": 2013
|
|
25173
|
-
}
|
|
25174
|
-
]
|
|
25159
|
+
"note": "Name day of Pope Benedict XVI (Josef Ratzinger)"
|
|
25175
25160
|
},
|
|
25176
|
-
"03-13": {
|
|
25161
|
+
"03-13 since 2013 and prior to 2026": {
|
|
25177
25162
|
"name": {
|
|
25178
25163
|
"en": "Anniversary of the election of Pope Francis",
|
|
25179
25164
|
"it": "Anniversario dell'Elezione del Santo Padre"
|
|
25180
|
-
}
|
|
25181
|
-
"active": [
|
|
25182
|
-
{
|
|
25183
|
-
"from": 2013
|
|
25184
|
-
}
|
|
25185
|
-
]
|
|
25165
|
+
}
|
|
25186
25166
|
},
|
|
25187
|
-
"04-23": {
|
|
25167
|
+
"04-23 since 2013 and prior to 2026": {
|
|
25188
25168
|
"name": {
|
|
25189
25169
|
"en": "Saint George - Name day of the Holy Father",
|
|
25190
25170
|
"it": "San Giorgio - Onomastico del Santo Padre"
|
|
25191
25171
|
},
|
|
25192
|
-
"note": "Name day of Pope Francis (Jorge Mario Bergoglio)"
|
|
25193
|
-
|
|
25194
|
-
|
|
25195
|
-
|
|
25196
|
-
|
|
25197
|
-
|
|
25172
|
+
"note": "Name day of Pope Francis (Jorge Mario Bergoglio)"
|
|
25173
|
+
},
|
|
25174
|
+
"05-08 since 2026": {
|
|
25175
|
+
"name": {
|
|
25176
|
+
"en": "Anniversary of the election of Pope Leo XIV",
|
|
25177
|
+
"it": "Anniversario dell'Elezione del Santo Padre"
|
|
25178
|
+
}
|
|
25179
|
+
},
|
|
25180
|
+
"09-17 since 2025": {
|
|
25181
|
+
"name": {
|
|
25182
|
+
"en": "Saint Robert Bellarmine - Name day of the Holy Father",
|
|
25183
|
+
"it": "San Roberto Bellarmino - Onomastico del Santo Padre"
|
|
25184
|
+
},
|
|
25185
|
+
"note": "Name day of Pope Leo XIV (Robert Francis Prevost)"
|
|
25198
25186
|
}
|
|
25199
25187
|
}
|
|
25200
25188
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "date-holidays",
|
|
3
|
-
"version": "3.24.
|
|
3
|
+
"version": "3.24.3",
|
|
4
4
|
"description": "worldwide holidays",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"holidays",
|
|
@@ -46,6 +46,7 @@
|
|
|
46
46
|
"damon02 <damon@teqplay.nl>",
|
|
47
47
|
"David Álvarez Navarro <david16an@gmail.com>",
|
|
48
48
|
"Diego Henrique Oliveira <contato@diegoholiveira.com>",
|
|
49
|
+
"Dominik Bruhn <dominik@menlo79.com>",
|
|
49
50
|
"Edwyn McMillan <codemcmillan@gmail.com>",
|
|
50
51
|
"Emanuel Hoogeveen <emanuel@medweb.nl>",
|
|
51
52
|
"Erlend Ellingsen <erlend.ame@gmail.com>",
|
|
@@ -137,6 +138,7 @@
|
|
|
137
138
|
"Will Bamford <w.bamford@gmail.com>",
|
|
138
139
|
"William Santos <william@MacBook-Pro-de-William-2.local>",
|
|
139
140
|
"Yannick <yannick.franssen@outlook.com>",
|
|
141
|
+
"Yari's Apple Minion <yarismeeseeks@icloud.com>",
|
|
140
142
|
"Yoshio HANAWA <y@hnw.jp>",
|
|
141
143
|
"Yosuke Kumakura <kumatch@gmail.com>",
|
|
142
144
|
"Zacharias Erlandsson <zacharias.erlandsson@gmail.com>",
|