date-holidays 3.24.3 → 3.25.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 +24 -0
- package/README.md +18 -0
- package/data/countries/AR.yaml +60 -38
- package/data/countries/GT.yaml +156 -2
- package/data/countries/HK.yaml +103 -40
- package/data/countries/SA.yaml +36 -2
- package/data/holidays.json +436 -90
- package/data/names.yaml +4 -2
- 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 +436 -90
- package/package.json +13 -8
- package/src/data.js +436 -90
- package/types/index.d.ts +3 -3
- package/rollup.config.mjs +0 -10
- package/scripts/addtree.cjs +0 -27
- package/scripts/attributions.cjs +0 -90
- package/scripts/gitlog.cjs +0 -129
- package/scripts/tree.cjs +0 -51
- package/types/tsconfig.json +0 -23
- package/types/tslint.json +0 -8
- package/types/typings.test.ts +0 -8
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "date-holidays",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.25.0",
|
|
4
4
|
"description": "worldwide holidays",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"holidays",
|
|
@@ -29,6 +29,7 @@
|
|
|
29
29
|
"Alex Fernández <alexfernandeznpm@gmail.com>",
|
|
30
30
|
"Alexandru Pislariu <57287326+AlexandruPislariu@users.noreply.github.com>",
|
|
31
31
|
"AlinaA <alinaa874@gmail.com>",
|
|
32
|
+
"amalgame21 <93383215+amalgame21@users.noreply.github.com>",
|
|
32
33
|
"Artem Yagutyan <artem.yagutyan@gmail.com>",
|
|
33
34
|
"ash <makingahabit@gmail.com>",
|
|
34
35
|
"ben <99397608+benkhong@users.noreply.github.com>",
|
|
@@ -40,6 +41,7 @@
|
|
|
40
41
|
"Brandon Bay <brandon.bay@gmail.com>",
|
|
41
42
|
"Brian Keifer <brian@valinor.net>",
|
|
42
43
|
"Christian Schinnerl <Schinnerl.Christian@gmail.com>",
|
|
44
|
+
"Cookie <yoshi.hmd@gmail.com>",
|
|
43
45
|
"Cristian Andrade <cr.andrade.m@gmail.com>",
|
|
44
46
|
"Cristóbal Berríos <crisberrios@uc.cl>",
|
|
45
47
|
"Daichan <daichi.yasuda@asbloom.me>",
|
|
@@ -89,6 +91,7 @@
|
|
|
89
91
|
"Kevin Samoei <samoeikev@gmail.com>",
|
|
90
92
|
"Kiernan McColl <kiernan@kzn.io>",
|
|
91
93
|
"Konstantinos Koukourakis <konstantinoskouk90@gmail.com>",
|
|
94
|
+
"Kristjan ESPERANTO <35647502+KristjanESPERANTO@users.noreply.github.com>",
|
|
92
95
|
"Leonidas Villeneuve <leonidas@leonidasv.com>",
|
|
93
96
|
"Long Nguyen <olragon@users.noreply.github.com>",
|
|
94
97
|
"Lukas Eipert <git@leipert.io>",
|
|
@@ -98,6 +101,7 @@
|
|
|
98
101
|
"Mauro Braggio <m.braggio@e-time.it>",
|
|
99
102
|
"mirobimbo <mirobimbo@gmail.com>",
|
|
100
103
|
"Matthias Lösch <mlo@codiac.de>",
|
|
104
|
+
"mrazauskas <tom@mrazauskas.de>",
|
|
101
105
|
"Nancy <nancy@transit.app>",
|
|
102
106
|
"Nils Mehlhorn <nilsmehlhorn@users.noreply.github.com>",
|
|
103
107
|
"omicron <ben@theangleco.com>",
|
|
@@ -117,11 +121,13 @@
|
|
|
117
121
|
"Roman Hirsch <r.hirsch@brendow.de>",
|
|
118
122
|
"RomanTheBrov <romouald.dombrovski@gmail.com>",
|
|
119
123
|
"Ryan Gerry <gerryster@gmail.com>",
|
|
124
|
+
"Santiago <108704585+swever826@users.noreply.github.com>",
|
|
120
125
|
"Sean Riley <spriley@msts.com>",
|
|
121
126
|
"seb <sebastien@lewebfrancais.fr>",
|
|
122
127
|
"Seb735 <duclutsebastien@yahoo.com>",
|
|
123
128
|
"Simon Victory <email@simonvictory.com>",
|
|
124
129
|
"Quennie <simply.me.queeny@gmail.com>",
|
|
130
|
+
"swever826 <108704585+swever826@users.noreply.github.com>",
|
|
125
131
|
"ThelenOliver <o.thelen@gastromatic.de>",
|
|
126
132
|
"Tiago <tiago.peliciari@gmail.com>",
|
|
127
133
|
"Tiago Ornelas <advtiagoornelas@gmail.com>",
|
|
@@ -149,9 +155,9 @@
|
|
|
149
155
|
"type": "module",
|
|
150
156
|
"exports": {
|
|
151
157
|
".": {
|
|
158
|
+
"types": "./types/index.d.ts",
|
|
152
159
|
"import": "./src/index.js",
|
|
153
|
-
"require": "./lib/index.cjs"
|
|
154
|
-
"types": "./types/index.d.ts"
|
|
160
|
+
"require": "./lib/index.cjs"
|
|
155
161
|
},
|
|
156
162
|
"./data": {
|
|
157
163
|
"import": "./src/data.js",
|
|
@@ -161,7 +167,7 @@
|
|
|
161
167
|
},
|
|
162
168
|
"main": "./lib/index.cjs",
|
|
163
169
|
"module": "./src/index.js",
|
|
164
|
-
"types": "./types",
|
|
170
|
+
"types": "./types/index.d.ts",
|
|
165
171
|
"bin": {
|
|
166
172
|
"holidays2json": "scripts/holidays2json.cjs"
|
|
167
173
|
},
|
|
@@ -227,7 +233,6 @@
|
|
|
227
233
|
"@commitlint/config-conventional": "^18.6.3",
|
|
228
234
|
"@mocha/contributors": "git+https://github.com/commenthol/contributors.git#semver:1.1.0-0",
|
|
229
235
|
"babel-loader": "^9.2.1",
|
|
230
|
-
"dtslint": "^4.2.1",
|
|
231
236
|
"eslint": "^8.57.1",
|
|
232
237
|
"eslint-config-standard": "^17.1.0",
|
|
233
238
|
"eslint-plugin-import": "^2.31.0",
|
|
@@ -241,7 +246,7 @@
|
|
|
241
246
|
"npm-run-all": "^4.1.5",
|
|
242
247
|
"rimraf": "^6.0.1",
|
|
243
248
|
"rollup": "^2.79.2",
|
|
244
|
-
"
|
|
249
|
+
"tstyche": "^4.1.0",
|
|
245
250
|
"watch-run": "^1.2.5",
|
|
246
251
|
"webpack": "^5.99.5",
|
|
247
252
|
"webpack-bundle-analyzer": "^4.10.2",
|
|
@@ -266,9 +271,9 @@
|
|
|
266
271
|
"doc:attrib": "node scripts/attributions.cjs",
|
|
267
272
|
"doc:tree": "node scripts/addtree.cjs",
|
|
268
273
|
"lint": "eslint --fix --ext .js,.cjs,.yaml .",
|
|
269
|
-
"test": "npm-run-all test
|
|
274
|
+
"test": "npm-run-all test:*",
|
|
270
275
|
"test:ci": "mocha",
|
|
271
|
-
"test:ts": "
|
|
276
|
+
"test:ts": "tstyche",
|
|
272
277
|
"watch": "watch-run -p data/countries/*.yaml npm run yaml",
|
|
273
278
|
"webpack": "webpack",
|
|
274
279
|
"webpack:analyze": "webpack",
|