date-holidays 3.25.2 → 3.26.1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "date-holidays",
3
- "version": "3.25.2",
3
+ "version": "3.26.1",
4
4
  "description": "worldwide holidays",
5
5
  "keywords": [
6
6
  "holidays",
@@ -49,6 +49,7 @@
49
49
  "David Álvarez Navarro <david16an@gmail.com>",
50
50
  "Diego Henrique Oliveira <contato@diegoholiveira.com>",
51
51
  "Dominik Bruhn <dominik@menlo79.com>",
52
+ "DrunkenCloud <drunkencloud99@gmail.com>",
52
53
  "Edwyn McMillan <codemcmillan@gmail.com>",
53
54
  "Emanuel Hoogeveen <emanuel@medweb.nl>",
54
55
  "Erlend Ellingsen <erlend.ame@gmail.com>",
@@ -95,6 +96,7 @@
95
96
  "Kristjan ESPERANTO <35647502+KristjanESPERANTO@users.noreply.github.com>",
96
97
  "Leonidas Villeneuve <leonidas@leonidasv.com>",
97
98
  "Long Nguyen <olragon@users.noreply.github.com>",
99
+ "Lorenzo Breda <lorenzo.breda@net.va>",
98
100
  "Lukas Eipert <git@leipert.io>",
99
101
  "M <m@ecmascript.tv>",
100
102
  "Martin Humeník <humenik.martin@gmail.com>",
@@ -272,6 +274,7 @@
272
274
  "doc:attrib": "node scripts/attributions.cjs",
273
275
  "doc:tree": "node scripts/addtree.cjs",
274
276
  "lint": "eslint --fix --ext .js,.cjs,.yaml .",
277
+ "fixtures": "mocha test/all.mocha.js --writetests --countries",
275
278
  "test": "npm-run-all test:*",
276
279
  "test:ci": "mocha",
277
280
  "test:ts": "tstyche",