date-holidays 3.30.1 → 3.32.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 +25 -0
- package/LICENSE +7 -7
- package/data/countries/0.yaml +1 -1
- package/data/countries/AT.yaml +3 -1
- package/data/countries/BR.yaml +23 -2
- package/data/countries/CA.yaml +1 -1
- package/data/countries/CH.yaml +1 -1
- package/data/countries/CO.yaml +5 -0
- package/data/countries/DE.yaml +1 -1
- package/data/countries/ES.yaml +1 -1
- package/data/countries/GB.yaml +7 -8
- package/data/countries/IT.yaml +1 -1
- package/data/countries/NA.yaml +2 -2
- package/data/countries/RU.yaml +1 -1
- package/data/holidays.json +150 -122
- 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 +150 -122
- package/package.json +14 -45
- package/src/data.js +150 -122
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "date-holidays",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.32.0",
|
|
4
4
|
"description": "worldwide holidays",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"holidays",
|
|
@@ -66,6 +66,7 @@
|
|
|
66
66
|
"Agus Condro <guzzchangx2@gmail.com>",
|
|
67
67
|
"Germain <germain.clauss@receeve.com>",
|
|
68
68
|
"germain-receeve <53000086+germain-receeve@users.noreply.github.com>",
|
|
69
|
+
"German Anduquia <g.anduquia@utp.edu.co>",
|
|
69
70
|
"gisninaelle <nina.wiryanto@gmail.com>",
|
|
70
71
|
"Goran Martinjak <goran@netgen.hr>",
|
|
71
72
|
"Guillaume Bisch <guillaume@sqrd.com>",
|
|
@@ -161,7 +162,7 @@
|
|
|
161
162
|
"Wayne Parrott <wayne.parrott@reblcorp.com>",
|
|
162
163
|
"Wésley Queiroz <wesleycoder@gmail.com>",
|
|
163
164
|
"westn <westn89@gmail.com>",
|
|
164
|
-
"
|
|
165
|
+
"William Mizuta <william.mizuta@gmail.com>",
|
|
165
166
|
"William Santos <william@MacBook-Pro-de-William-2.local>",
|
|
166
167
|
"Yannick <yannick.franssen@outlook.com>",
|
|
167
168
|
"Yari's Apple Minion <yarismeeseeks@icloud.com>",
|
|
@@ -197,38 +198,6 @@
|
|
|
197
198
|
"doc": "docs",
|
|
198
199
|
"test": "test"
|
|
199
200
|
},
|
|
200
|
-
"commitlint": {
|
|
201
|
-
"extends": [
|
|
202
|
-
"@commitlint/config-conventional"
|
|
203
|
-
],
|
|
204
|
-
"rules": {
|
|
205
|
-
"type-enum": [
|
|
206
|
-
2,
|
|
207
|
-
"always",
|
|
208
|
-
[
|
|
209
|
-
"break",
|
|
210
|
-
"feat",
|
|
211
|
-
"fix",
|
|
212
|
-
"chore",
|
|
213
|
-
"docs",
|
|
214
|
-
"refactor",
|
|
215
|
-
"revert",
|
|
216
|
-
"test"
|
|
217
|
-
]
|
|
218
|
-
],
|
|
219
|
-
"subject-case": [
|
|
220
|
-
2,
|
|
221
|
-
"never",
|
|
222
|
-
[
|
|
223
|
-
"start-case",
|
|
224
|
-
"pascal-case"
|
|
225
|
-
]
|
|
226
|
-
],
|
|
227
|
-
"scope-case": [
|
|
228
|
-
0
|
|
229
|
-
]
|
|
230
|
-
}
|
|
231
|
-
},
|
|
232
201
|
"browserslist": [
|
|
233
202
|
"> 1%",
|
|
234
203
|
"last 2 versions",
|
|
@@ -241,32 +210,32 @@
|
|
|
241
210
|
},
|
|
242
211
|
"dependencies": {
|
|
243
212
|
"date-holidays-parser": "^3.4.7",
|
|
244
|
-
"js-yaml": "^
|
|
213
|
+
"js-yaml": "^5.2.0",
|
|
245
214
|
"lodash": "^4.18.1",
|
|
246
215
|
"prepin": "^1.0.3"
|
|
247
216
|
},
|
|
248
217
|
"devDependencies": {
|
|
249
|
-
"@babel/core": "^7.29.
|
|
250
|
-
"@babel/preset-env": "^7.29.
|
|
218
|
+
"@babel/core": "^7.29.7",
|
|
219
|
+
"@babel/preset-env": "^7.29.7",
|
|
251
220
|
"@commitlint/cli": "^18.6.1",
|
|
252
221
|
"@commitlint/config-conventional": "^18.6.3",
|
|
253
222
|
"@eslint/js": "^10.0.1",
|
|
254
223
|
"@mocha/contributors": "git+https://github.com/commenthol/contributors.git#semver:1.1.0-0",
|
|
255
224
|
"babel-loader": "^9.2.1",
|
|
256
|
-
"eslint": "^10.
|
|
257
|
-
"eslint-plugin-import-x": "^4.
|
|
258
|
-
"eslint-plugin-n": "^18.
|
|
225
|
+
"eslint": "^10.6.0",
|
|
226
|
+
"eslint-plugin-import-x": "^4.17.1",
|
|
227
|
+
"eslint-plugin-n": "^18.2.1",
|
|
259
228
|
"eslint-plugin-promise": "^7.3.0",
|
|
260
|
-
"eslint-plugin-yml": "^3.
|
|
261
|
-
"globals": "^17.
|
|
229
|
+
"eslint-plugin-yml": "^3.5.0",
|
|
230
|
+
"globals": "^17.7.0",
|
|
262
231
|
"husky": "^9.1.7",
|
|
263
|
-
"mocha": "^11.7.
|
|
264
|
-
"npm-run-
|
|
232
|
+
"mocha": "^11.7.6",
|
|
233
|
+
"npm-run-all2": "^9.0.2",
|
|
265
234
|
"rimraf": "^6.1.3",
|
|
266
235
|
"rollup": "^2.80.0",
|
|
267
236
|
"tstyche": "^4.3.0",
|
|
268
237
|
"watch-run": "^1.2.5",
|
|
269
|
-
"webpack": "^5.
|
|
238
|
+
"webpack": "^5.108.1",
|
|
270
239
|
"webpack-bundle-analyzer": "^4.10.2",
|
|
271
240
|
"webpack-cli": "^5.1.4"
|
|
272
241
|
},
|