date-holidays 3.23.13 → 3.23.15

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/lib/data.cjs CHANGED
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const data = {
6
- "version": "2024-11-26",
6
+ "version": "2024-12-27",
7
7
  "license": "CC-BY-SA-3",
8
8
  "holidays": {
9
9
  "AD": {
@@ -3516,6 +3516,17 @@ const data = {
3516
3516
  "en": "Republic Day"
3517
3517
  }
3518
3518
  },
3519
+ "11-20": {
3520
+ "name": {
3521
+ "pt": "Dia da Consciência Negra",
3522
+ "en": "Black Awareness Day"
3523
+ },
3524
+ "active": [
3525
+ {
3526
+ "from": "2023-12-21T00:00:00.000Z"
3527
+ }
3528
+ ]
3529
+ },
3519
3530
  "12-24 14:00": {
3520
3531
  "_name": "12-24",
3521
3532
  "type": "optional"
@@ -3653,7 +3664,8 @@ const data = {
3653
3664
  },
3654
3665
  "active": [
3655
3666
  {
3656
- "from": "2010-07-08T00:00:00.000Z"
3667
+ "from": "2010-07-08T00:00:00.000Z",
3668
+ "to": "2023-12-21T00:00:00.000Z"
3657
3669
  }
3658
3670
  ]
3659
3671
  }
@@ -3817,7 +3829,8 @@ const data = {
3817
3829
  },
3818
3830
  "active": [
3819
3831
  {
3820
- "from": "2002-12-27T00:00:00.000Z"
3832
+ "from": "2002-12-27T00:00:00.000Z",
3833
+ "to": "2023-12-21T00:00:00.000Z"
3821
3834
  }
3822
3835
  ]
3823
3836
  }
@@ -3998,7 +4011,8 @@ const data = {
3998
4011
  },
3999
4012
  "active": [
4000
4013
  {
4001
- "from": "2002-11-11T00:00:00.000Z"
4014
+ "from": "2002-11-11T00:00:00.000Z",
4015
+ "to": "2023-12-21T00:00:00.000Z"
4002
4016
  }
4003
4017
  ]
4004
4018
  }
@@ -4179,7 +4193,8 @@ const data = {
4179
4193
  },
4180
4194
  "active": [
4181
4195
  {
4182
- "from": "2023-09-12T00:00:00.000Z"
4196
+ "from": "2023-09-12T00:00:00.000Z",
4197
+ "to": "2023-12-21T00:00:00.000Z"
4183
4198
  }
4184
4199
  ]
4185
4200
  }
@@ -13274,12 +13289,39 @@ const data = {
13274
13289
  }
13275
13290
  },
13276
13291
  "32": {
13277
- "name": "Südtirol, Alto Adige",
13292
+ "names": {
13293
+ "de": "Südtirol",
13294
+ "it": "Alto Adige"
13295
+ },
13278
13296
  "days": {
13279
13297
  "easter 50": {
13280
13298
  "_name": "easter 50"
13281
13299
  }
13282
13300
  }
13301
+ },
13302
+ "52": {
13303
+ "names": {
13304
+ "it": "Toscana",
13305
+ "en": "Tuscany"
13306
+ },
13307
+ "regions": {
13308
+ "FI": {
13309
+ "names": {
13310
+ "it": "Firenze",
13311
+ "en": "Florence"
13312
+ },
13313
+ "days": {
13314
+ "06-24": {
13315
+ "name": {
13316
+ "it": "San Giovanni",
13317
+ "en": "Saint John"
13318
+ },
13319
+ "type": "optional",
13320
+ "note": "patron saint of Florence"
13321
+ }
13322
+ }
13323
+ }
13324
+ }
13283
13325
  }
13284
13326
  }
13285
13327
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "date-holidays",
3
- "version": "3.23.13",
3
+ "version": "3.23.15",
4
4
  "description": "worldwide holidays",
5
5
  "keywords": [
6
6
  "holidays",
@@ -64,6 +64,7 @@
64
64
  "Harry Ankers <harrison.ankers@tractable.ai>",
65
65
  "havardnyboe <40893697+havardnyboe@users.noreply.github.com>",
66
66
  "Humam Aziz Romdhoni <anaktampan@live.com>",
67
+ "Ing.Norante <eppedema@gmail.com>",
67
68
  "Jack Zhang <18542127+jk1z@users.noreply.github.com>",
68
69
  "JAlexander <roodrallec@users.noreply.github.com>",
69
70
  "James Dixon <jim.w.dixon@gmail.com>",
@@ -117,6 +118,7 @@
117
118
  "Simon Victory <email@simonvictory.com>",
118
119
  "Quennie <simply.me.queeny@gmail.com>",
119
120
  "Tiago <tiago.peliciari@gmail.com>",
121
+ "Tiago Ornelas <advtiagoornelas@gmail.com>",
120
122
  "Tim Keegan <tjnkeegan@icloud.com>",
121
123
  "Tomas <norkunas.tom@gmail.com>",
122
124
  "tothadi <tothadam.onp@gmail.com>",
@@ -203,13 +205,13 @@
203
205
  "reporter": "dot"
204
206
  },
205
207
  "dependencies": {
206
- "date-holidays-parser": "^3.4.4",
208
+ "date-holidays-parser": "^3.4.6",
207
209
  "js-yaml": "^4.1.0",
208
210
  "lodash": "^4.17.21",
209
211
  "prepin": "^1.0.3"
210
212
  },
211
213
  "devDependencies": {
212
- "@babel/cli": "^7.25.9",
214
+ "@babel/cli": "^7.26.4",
213
215
  "@babel/core": "^7.26.0",
214
216
  "@babel/polyfill": "^7.12.1",
215
217
  "@babel/preset-env": "^7.26.0",
@@ -233,7 +235,7 @@
233
235
  "rollup": "^2.79.2",
234
236
  "typescript": "^5.7.2",
235
237
  "watch-run": "^1.2.5",
236
- "webpack": "^5.96.1",
238
+ "webpack": "^5.97.1",
237
239
  "webpack-bundle-analyzer": "^4.10.2",
238
240
  "webpack-cli": "^5.1.4"
239
241
  },
package/src/data.js CHANGED
@@ -1,5 +1,5 @@
1
1
  export const data = {
2
- version: '2024-11-26',
2
+ version: '2024-12-27',
3
3
  license: 'CC-BY-SA-3',
4
4
  holidays: {
5
5
  AD: {
@@ -3512,6 +3512,17 @@ export const data = {
3512
3512
  en: 'Republic Day'
3513
3513
  }
3514
3514
  },
3515
+ '11-20': {
3516
+ name: {
3517
+ pt: 'Dia da Consciência Negra',
3518
+ en: 'Black Awareness Day'
3519
+ },
3520
+ active: [
3521
+ {
3522
+ from: '2023-12-21T00:00:00.000Z'
3523
+ }
3524
+ ]
3525
+ },
3515
3526
  '12-24 14:00': {
3516
3527
  _name: '12-24',
3517
3528
  type: 'optional'
@@ -3649,7 +3660,8 @@ export const data = {
3649
3660
  },
3650
3661
  active: [
3651
3662
  {
3652
- from: '2010-07-08T00:00:00.000Z'
3663
+ from: '2010-07-08T00:00:00.000Z',
3664
+ to: '2023-12-21T00:00:00.000Z'
3653
3665
  }
3654
3666
  ]
3655
3667
  }
@@ -3813,7 +3825,8 @@ export const data = {
3813
3825
  },
3814
3826
  active: [
3815
3827
  {
3816
- from: '2002-12-27T00:00:00.000Z'
3828
+ from: '2002-12-27T00:00:00.000Z',
3829
+ to: '2023-12-21T00:00:00.000Z'
3817
3830
  }
3818
3831
  ]
3819
3832
  }
@@ -3994,7 +4007,8 @@ export const data = {
3994
4007
  },
3995
4008
  active: [
3996
4009
  {
3997
- from: '2002-11-11T00:00:00.000Z'
4010
+ from: '2002-11-11T00:00:00.000Z',
4011
+ to: '2023-12-21T00:00:00.000Z'
3998
4012
  }
3999
4013
  ]
4000
4014
  }
@@ -4175,7 +4189,8 @@ export const data = {
4175
4189
  },
4176
4190
  active: [
4177
4191
  {
4178
- from: '2023-09-12T00:00:00.000Z'
4192
+ from: '2023-09-12T00:00:00.000Z',
4193
+ to: '2023-12-21T00:00:00.000Z'
4179
4194
  }
4180
4195
  ]
4181
4196
  }
@@ -13270,12 +13285,39 @@ export const data = {
13270
13285
  }
13271
13286
  },
13272
13287
  32: {
13273
- name: 'Südtirol, Alto Adige',
13288
+ names: {
13289
+ de: 'Südtirol',
13290
+ it: 'Alto Adige'
13291
+ },
13274
13292
  days: {
13275
13293
  'easter 50': {
13276
13294
  _name: 'easter 50'
13277
13295
  }
13278
13296
  }
13297
+ },
13298
+ 52: {
13299
+ names: {
13300
+ it: 'Toscana',
13301
+ en: 'Tuscany'
13302
+ },
13303
+ regions: {
13304
+ FI: {
13305
+ names: {
13306
+ it: 'Firenze',
13307
+ en: 'Florence'
13308
+ },
13309
+ days: {
13310
+ '06-24': {
13311
+ name: {
13312
+ it: 'San Giovanni',
13313
+ en: 'Saint John'
13314
+ },
13315
+ type: 'optional',
13316
+ note: 'patron saint of Florence'
13317
+ }
13318
+ }
13319
+ }
13320
+ }
13279
13321
  }
13280
13322
  }
13281
13323
  },