date-holidays 3.30.2 → 3.33.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/LICENSE +7 -7
- package/README.md +3 -0
- package/data/countries/0.yaml +1 -1
- package/data/countries/AT.yaml +1 -1
- package/data/countries/BR.yaml +62 -10
- 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/DK.yaml +6 -3
- 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/PY.yaml +5 -0
- package/data/countries/RU.yaml +1 -1
- package/data/holidays.json +216 -126
- package/data/names.yaml +3 -3
- 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 +216 -126
- package/package.json +21 -20
- package/src/data.js +216 -126
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "date-holidays",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.33.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>",
|
|
@@ -209,34 +210,34 @@
|
|
|
209
210
|
},
|
|
210
211
|
"dependencies": {
|
|
211
212
|
"date-holidays-parser": "^3.4.7",
|
|
212
|
-
"js-yaml": "^
|
|
213
|
+
"js-yaml": "^5.2.1",
|
|
213
214
|
"lodash": "^4.18.1",
|
|
214
215
|
"prepin": "^1.0.3"
|
|
215
216
|
},
|
|
216
217
|
"devDependencies": {
|
|
217
|
-
"@babel/core": "^
|
|
218
|
-
"@babel/preset-env": "^
|
|
219
|
-
"@commitlint/cli": "^
|
|
220
|
-
"@commitlint/config-conventional": "^
|
|
218
|
+
"@babel/core": "^8.0.1",
|
|
219
|
+
"@babel/preset-env": "^8.0.2",
|
|
220
|
+
"@commitlint/cli": "^21.2.1",
|
|
221
|
+
"@commitlint/config-conventional": "^21.2.0",
|
|
221
222
|
"@eslint/js": "^10.0.1",
|
|
222
223
|
"@mocha/contributors": "git+https://github.com/commenthol/contributors.git#semver:1.1.0-0",
|
|
223
|
-
"babel-loader": "^
|
|
224
|
-
"eslint": "^10.
|
|
225
|
-
"eslint-plugin-import-x": "^4.
|
|
226
|
-
"eslint-plugin-n": "^18.
|
|
224
|
+
"babel-loader": "^10.1.1",
|
|
225
|
+
"eslint": "^10.7.0",
|
|
226
|
+
"eslint-plugin-import-x": "^4.17.1",
|
|
227
|
+
"eslint-plugin-n": "^18.2.2",
|
|
227
228
|
"eslint-plugin-promise": "^7.3.0",
|
|
228
|
-
"eslint-plugin-yml": "^3.
|
|
229
|
-
"globals": "^17.
|
|
229
|
+
"eslint-plugin-yml": "^3.6.0",
|
|
230
|
+
"globals": "^17.7.0",
|
|
230
231
|
"husky": "^9.1.7",
|
|
231
|
-
"mocha": "^11.7.
|
|
232
|
-
"npm-run-
|
|
232
|
+
"mocha": "^11.7.6",
|
|
233
|
+
"npm-run-all2": "^9.0.2",
|
|
233
234
|
"rimraf": "^6.1.3",
|
|
234
235
|
"rollup": "^2.80.0",
|
|
235
|
-
"tstyche": "^
|
|
236
|
+
"tstyche": "^7.2.1",
|
|
236
237
|
"watch-run": "^1.2.5",
|
|
237
|
-
"webpack": "^5.
|
|
238
|
-
"webpack-bundle-analyzer": "^
|
|
239
|
-
"webpack-cli": "^
|
|
238
|
+
"webpack": "^5.108.4",
|
|
239
|
+
"webpack-bundle-analyzer": "^5.3.0",
|
|
240
|
+
"webpack-cli": "^7.2.1"
|
|
240
241
|
},
|
|
241
242
|
"engines": {
|
|
242
243
|
"node": ">=12.0.0"
|
|
@@ -260,7 +261,7 @@
|
|
|
260
261
|
"fixtures": "mocha test/all.mocha.js --writetests --countries",
|
|
261
262
|
"test": "npm-run-all test:*",
|
|
262
263
|
"test:ci": "mocha",
|
|
263
|
-
"
|
|
264
|
+
"__test:ts": "tstyche",
|
|
264
265
|
"watch": "watch-run -p data/countries/*.yaml npm run yaml",
|
|
265
266
|
"webpack": "webpack",
|
|
266
267
|
"webpack:analyze": "webpack",
|