date-holidays 3.26.2 → 3.26.4

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": "2025-10-17",
6
+ "version": "2025-10-26",
7
7
  "license": "CC-BY-SA-3",
8
8
  "holidays": {
9
9
  "AD": {
@@ -14681,6 +14681,26 @@ const data = {
14681
14681
  }
14682
14682
  },
14683
14683
  "states": {
14684
+ "21": {
14685
+ "name": "Piedmont",
14686
+ "regions": {
14687
+ "TO": {
14688
+ "name": {
14689
+ "it": "Torino",
14690
+ "en": "Turin"
14691
+ },
14692
+ "days": {
14693
+ "06-24": {
14694
+ "name": {
14695
+ "it": "San Giovanni",
14696
+ "en": "Saint John"
14697
+ },
14698
+ "note": "patron saint of Turin"
14699
+ }
14700
+ }
14701
+ }
14702
+ }
14703
+ },
14684
14704
  "25": {
14685
14705
  "name": "Lombardy",
14686
14706
  "regions": {
@@ -14691,7 +14711,8 @@ const data = {
14691
14711
  "name": {
14692
14712
  "it": "Sant'Ambrogio",
14693
14713
  "en": "Saint Ambrose"
14694
- }
14714
+ },
14715
+ "note": "patron saint of Milan"
14695
14716
  }
14696
14717
  }
14697
14718
  }
@@ -14745,7 +14766,28 @@ const data = {
14745
14766
  "name": {
14746
14767
  "it": "Santi Pietro e Paolo",
14747
14768
  "en": "Saints Peter and Paul"
14748
- }
14769
+ },
14770
+ "note": "patron saints of Rome"
14771
+ }
14772
+ }
14773
+ }
14774
+ }
14775
+ },
14776
+ "82": {
14777
+ "name": "Sicily",
14778
+ "regions": {
14779
+ "PA": {
14780
+ "names": {
14781
+ "it": "Palermo",
14782
+ "en": "Palermo"
14783
+ },
14784
+ "days": {
14785
+ "07-15": {
14786
+ "name": {
14787
+ "it": "Santa Rosalia",
14788
+ "en": "Saint Rosalia"
14789
+ },
14790
+ "note": "patron saint of Palermo"
14749
14791
  }
14750
14792
  }
14751
14793
  }
@@ -15648,7 +15690,7 @@ const data = {
15648
15690
  "ko": "광복절"
15649
15691
  }
15650
15692
  },
15651
- "korean 8-0-15 P3D": {
15693
+ "korean 8-0-14 P3D": {
15652
15694
  "name": {
15653
15695
  "en": "Korean Thanksgiving",
15654
15696
  "ko": "추석"
@@ -22140,8 +22182,7 @@ const data = {
22140
22182
  "_name": "easter -2"
22141
22183
  },
22142
22184
  "easter": {
22143
- "_name": "easter",
22144
- "type": "observance"
22185
+ "_name": "easter"
22145
22186
  },
22146
22187
  "easter 1": {
22147
22188
  "_name": "easter 1"
@@ -28138,7 +28179,7 @@ const data = {
28138
28179
  "no": "Kristi himmelfartsdag",
28139
28180
  "pap": "Dia di Asuncion",
28140
28181
  "ro": "Ziua Eroilor",
28141
- "sv": "Kristi himmelfärds dag",
28182
+ "sv": "Kristi himmelfärdsdag",
28142
28183
  "vi": "Lễ Thăng Thiên"
28143
28184
  }
28144
28185
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "date-holidays",
3
- "version": "3.26.2",
3
+ "version": "3.26.4",
4
4
  "description": "worldwide holidays",
5
5
  "keywords": [
6
6
  "holidays",
@@ -47,6 +47,7 @@
47
47
  "Cristóbal Berríos <crisberrios@uc.cl>",
48
48
  "Daichan <daichi.yasuda@asbloom.me>",
49
49
  "damon02 <damon@teqplay.nl>",
50
+ "David Hedlund <davidhedlund@users.noreply.github.com>",
50
51
  "David Álvarez Navarro <david16an@gmail.com>",
51
52
  "Diego Henrique Oliveira <contato@diegoholiveira.com>",
52
53
  "Dominik Bruhn <dominik@menlo79.com>",
@@ -71,6 +72,7 @@
71
72
  "havardnyboe <40893697+havardnyboe@users.noreply.github.com>",
72
73
  "hermansigue <hermansigue@gmail.com>",
73
74
  "Humam Aziz Romdhoni <anaktampan@live.com>",
75
+ "hweejae-shin <hwejae25@gmail.com>",
74
76
  "Ing.Norante <eppedema@gmail.com>",
75
77
  "Jack Zhang <18542127+jk1z@users.noreply.github.com>",
76
78
  "jackbonaguro-dandy <john.bonaguro@meetdandy.com>",
package/src/data.js CHANGED
@@ -1,5 +1,5 @@
1
1
  export const data = {
2
- version: '2025-10-17',
2
+ version: '2025-10-26',
3
3
  license: 'CC-BY-SA-3',
4
4
  holidays: {
5
5
  AD: {
@@ -14677,6 +14677,26 @@ export const data = {
14677
14677
  }
14678
14678
  },
14679
14679
  states: {
14680
+ 21: {
14681
+ name: 'Piedmont',
14682
+ regions: {
14683
+ TO: {
14684
+ name: {
14685
+ it: 'Torino',
14686
+ en: 'Turin'
14687
+ },
14688
+ days: {
14689
+ '06-24': {
14690
+ name: {
14691
+ it: 'San Giovanni',
14692
+ en: 'Saint John'
14693
+ },
14694
+ note: 'patron saint of Turin'
14695
+ }
14696
+ }
14697
+ }
14698
+ }
14699
+ },
14680
14700
  25: {
14681
14701
  name: 'Lombardy',
14682
14702
  regions: {
@@ -14687,7 +14707,8 @@ export const data = {
14687
14707
  name: {
14688
14708
  it: "Sant'Ambrogio",
14689
14709
  en: 'Saint Ambrose'
14690
- }
14710
+ },
14711
+ note: 'patron saint of Milan'
14691
14712
  }
14692
14713
  }
14693
14714
  }
@@ -14741,7 +14762,28 @@ export const data = {
14741
14762
  name: {
14742
14763
  it: 'Santi Pietro e Paolo',
14743
14764
  en: 'Saints Peter and Paul'
14744
- }
14765
+ },
14766
+ note: 'patron saints of Rome'
14767
+ }
14768
+ }
14769
+ }
14770
+ }
14771
+ },
14772
+ 82: {
14773
+ name: 'Sicily',
14774
+ regions: {
14775
+ PA: {
14776
+ names: {
14777
+ it: 'Palermo',
14778
+ en: 'Palermo'
14779
+ },
14780
+ days: {
14781
+ '07-15': {
14782
+ name: {
14783
+ it: 'Santa Rosalia',
14784
+ en: 'Saint Rosalia'
14785
+ },
14786
+ note: 'patron saint of Palermo'
14745
14787
  }
14746
14788
  }
14747
14789
  }
@@ -15644,7 +15686,7 @@ export const data = {
15644
15686
  ko: '광복절'
15645
15687
  }
15646
15688
  },
15647
- 'korean 8-0-15 P3D': {
15689
+ 'korean 8-0-14 P3D': {
15648
15690
  name: {
15649
15691
  en: 'Korean Thanksgiving',
15650
15692
  ko: '추석'
@@ -22136,8 +22178,7 @@ export const data = {
22136
22178
  _name: 'easter -2'
22137
22179
  },
22138
22180
  easter: {
22139
- _name: 'easter',
22140
- type: 'observance'
22181
+ _name: 'easter'
22141
22182
  },
22142
22183
  'easter 1': {
22143
22184
  _name: 'easter 1'
@@ -28134,7 +28175,7 @@ export const data = {
28134
28175
  no: 'Kristi himmelfartsdag',
28135
28176
  pap: 'Dia di Asuncion',
28136
28177
  ro: 'Ziua Eroilor',
28137
- sv: 'Kristi himmelfärds dag',
28178
+ sv: 'Kristi himmelfärdsdag',
28138
28179
  vi: 'Lễ Thăng Thiên'
28139
28180
  }
28140
28181
  },