date-holidays 3.27.0 → 3.29.0
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 +34 -0
- package/LICENSE +2 -0
- package/README.md +5 -1
- package/data/countries/AT.yaml +2 -0
- package/data/countries/BZ.yaml +9 -5
- package/data/countries/CA.yaml +12 -2
- package/data/countries/DE.yaml +10 -0
- package/data/countries/ES.yaml +129 -49
- package/data/countries/IC.yaml +5 -0
- package/data/countries/JE.yaml +4 -0
- package/data/countries/KZ.yaml +154 -0
- package/data/countries/MU.yaml +455 -0
- package/data/countries/UA.yaml +18 -2
- package/data/countries/ZM.yaml +8 -2
- package/data/holidays.json +883 -83
- package/data/names.yaml +2 -0
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/dist/umd.min.js +1 -1
- package/dist/umd.min.js.map +1 -1
- package/lib/data.cjs +883 -83
- package/package.json +12 -11
- package/src/data.js +883 -83
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "date-holidays",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.29.0",
|
|
4
4
|
"description": "worldwide holidays",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"holidays",
|
|
@@ -31,6 +31,7 @@
|
|
|
31
31
|
"AlinaA <alinaa874@gmail.com>",
|
|
32
32
|
"amalgame21 <93383215+amalgame21@users.noreply.github.com>",
|
|
33
33
|
"Artem Yagutyan <artem.yagutyan@gmail.com>",
|
|
34
|
+
"Artur Kraft <arkraft@users.noreply.github.com>",
|
|
34
35
|
"ash <makingahabit@gmail.com>",
|
|
35
36
|
"ben <99397608+benkhong@users.noreply.github.com>",
|
|
36
37
|
"Ben Arwin <github@arwin.net>",
|
|
@@ -41,6 +42,7 @@
|
|
|
41
42
|
"Brandon Bay <brandon.bay@gmail.com>",
|
|
42
43
|
"Brian Keifer <brian@valinor.net>",
|
|
43
44
|
"Calogero Sanfilippo <sanfilippo.calogero@gmail.com>",
|
|
45
|
+
"charlie <charliedplett@gmail.com>",
|
|
44
46
|
"Christian Schinnerl <Schinnerl.Christian@gmail.com>",
|
|
45
47
|
"Cookie <yoshi.hmd@gmail.com>",
|
|
46
48
|
"Cristian Andrade <cr.andrade.m@gmail.com>",
|
|
@@ -82,6 +84,7 @@
|
|
|
82
84
|
"Jani Šumak <jani.sumak@inova.si>",
|
|
83
85
|
"Jeff Hughes <43132199+jwh-hutchison@users.noreply.github.com>",
|
|
84
86
|
"Jérôme Vasseur <jerome.vasseur@thetribe.io>",
|
|
87
|
+
"Jesús <jesus.gonzalez.novez@deskbird.com>",
|
|
85
88
|
"jhordyess <dev@jhordyess.com>",
|
|
86
89
|
"jk-12345 <33206139+jk-12345@users.noreply.github.com>",
|
|
87
90
|
"John-Olav Storvold <johsto@knowit.no>",
|
|
@@ -101,6 +104,7 @@
|
|
|
101
104
|
"Konstantinos Koukourakis <konstantinoskouk90@gmail.com>",
|
|
102
105
|
"Kristjan ESPERANTO <35647502+KristjanESPERANTO@users.noreply.github.com>",
|
|
103
106
|
"Leonidas Villeneuve <leonidas@leonidasv.com>",
|
|
107
|
+
"loicngrlwf <private@loicnogier.fr>",
|
|
104
108
|
"Long Nguyen <olragon@users.noreply.github.com>",
|
|
105
109
|
"Lorenzo Breda <lorenzo.breda@net.va>",
|
|
106
110
|
"Lukas Eipert <git@leipert.io>",
|
|
@@ -116,6 +120,7 @@
|
|
|
116
120
|
"mrazauskas <tom@mrazauskas.de>",
|
|
117
121
|
"Nancy <nancy@transit.app>",
|
|
118
122
|
"Nils Mehlhorn <nilsmehlhorn@users.noreply.github.com>",
|
|
123
|
+
"Nsambu E Namenda <greata576@gmail.com>",
|
|
119
124
|
"omicron <ben@theangleco.com>",
|
|
120
125
|
"oprogramador <uomodislesia@gmail.com>",
|
|
121
126
|
"Oscar Lagercrantz <oscar.lagercrantz@gmail.com>",
|
|
@@ -237,14 +242,12 @@
|
|
|
237
242
|
"dependencies": {
|
|
238
243
|
"date-holidays-parser": "^3.4.7",
|
|
239
244
|
"js-yaml": "^4.1.1",
|
|
240
|
-
"lodash": "^4.
|
|
245
|
+
"lodash": "^4.18.1",
|
|
241
246
|
"prepin": "^1.0.3"
|
|
242
247
|
},
|
|
243
248
|
"devDependencies": {
|
|
244
|
-
"@babel/
|
|
245
|
-
"@babel/
|
|
246
|
-
"@babel/polyfill": "^7.12.1",
|
|
247
|
-
"@babel/preset-env": "^7.28.5",
|
|
249
|
+
"@babel/core": "^7.29.0",
|
|
250
|
+
"@babel/preset-env": "^7.29.5",
|
|
248
251
|
"@commitlint/cli": "^18.6.1",
|
|
249
252
|
"@commitlint/config-conventional": "^18.6.3",
|
|
250
253
|
"@mocha/contributors": "git+https://github.com/commenthol/contributors.git#semver:1.1.0-0",
|
|
@@ -255,16 +258,14 @@
|
|
|
255
258
|
"eslint-plugin-n": "^16.6.2",
|
|
256
259
|
"eslint-plugin-promise": "^6.6.0",
|
|
257
260
|
"eslint-plugin-yml": "^0.15.0",
|
|
258
|
-
"hashtree": "^0.7.0",
|
|
259
261
|
"husky": "^9.1.7",
|
|
260
|
-
"markedpp": "^1.4.0",
|
|
261
262
|
"mocha": "^11.7.5",
|
|
262
263
|
"npm-run-all": "^4.1.5",
|
|
263
|
-
"rimraf": "^6.1.
|
|
264
|
-
"rollup": "^2.
|
|
264
|
+
"rimraf": "^6.1.3",
|
|
265
|
+
"rollup": "^2.80.0",
|
|
265
266
|
"tstyche": "^4.3.0",
|
|
266
267
|
"watch-run": "^1.2.5",
|
|
267
|
-
"webpack": "^5.
|
|
268
|
+
"webpack": "^5.106.2",
|
|
268
269
|
"webpack-bundle-analyzer": "^4.10.2",
|
|
269
270
|
"webpack-cli": "^5.1.4"
|
|
270
271
|
},
|