date-holidays 3.16.13 → 3.16.14

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": "2022-12-17",
6
+ "version": "2023-01-05",
7
7
  "license": "CC-BY-SA-3",
8
8
  "holidays": {
9
9
  "AD": {
@@ -6108,6 +6108,14 @@ const data = {
6108
6108
  "01-01": {
6109
6109
  "_name": "01-01"
6110
6110
  },
6111
+ "01-02 on monday since 2017": {
6112
+ "name": "Día adicional",
6113
+ "active": [
6114
+ {
6115
+ "from": 2017
6116
+ }
6117
+ ]
6118
+ },
6111
6119
  "easter -2": {
6112
6120
  "_name": "easter -2"
6113
6121
  },
@@ -6123,7 +6131,13 @@ const data = {
6123
6131
  "es": "Día de las Glorias Navales"
6124
6132
  }
6125
6133
  },
6126
- "06-29": {
6134
+ "06-21 since 2023": {
6135
+ "name": {
6136
+ "en": "Indigenous People's Day",
6137
+ "es": "Día de los Pueblos Indígenas"
6138
+ }
6139
+ },
6140
+ "06-29 if tuesday, wednesday, thursday then previous monday if friday then next monday": {
6127
6141
  "_name": "06-29"
6128
6142
  },
6129
6143
  "07-16": {
@@ -6141,6 +6155,12 @@ const data = {
6141
6155
  "en": "National Holiday"
6142
6156
  }
6143
6157
  },
6158
+ "09-17 on friday, monday since 2017": {
6159
+ "name": {
6160
+ "en": "National holiday",
6161
+ "es": "Feriado Adicional Fiestas Patrias"
6162
+ }
6163
+ },
6144
6164
  "09-18": {
6145
6165
  "name": {
6146
6166
  "en": "National holiday",
@@ -6153,7 +6173,13 @@ const data = {
6153
6173
  "es": "Día de las Glorias del Ejército"
6154
6174
  }
6155
6175
  },
6156
- "10-12 if tuesday, wednesday, thursday, friday then previous monday": {
6176
+ "09-20 on friday": {
6177
+ "name": {
6178
+ "es": "Feriado Adicional Fiestas Patrias",
6179
+ "en": "National Holiday"
6180
+ }
6181
+ },
6182
+ "10-12 if tuesday, wednesday, thursday then previous monday if friday then next monday": {
6157
6183
  "name": {
6158
6184
  "en": "Columbus Day",
6159
6185
  "es": "Encuentro de Dos Mundos"
@@ -6198,7 +6224,33 @@ const data = {
6198
6224
  "name": {
6199
6225
  "en": "Nativity of Liberator Bernardo O'Higgins",
6200
6226
  "es": "Nacimiento del Prócer de la Independencia"
6201
- }
6227
+ },
6228
+ "active": [
6229
+ {
6230
+ "to": "2017-08-19"
6231
+ }
6232
+ ]
6233
+ }
6234
+ }
6235
+ }
6236
+ }
6237
+ },
6238
+ "NU": {
6239
+ "name": "Ñuble",
6240
+ "regions": {
6241
+ "CH": {
6242
+ "name": "Chillán y Chillán Viejo",
6243
+ "days": {
6244
+ "08-20": {
6245
+ "name": {
6246
+ "en": "Nativity of Liberator Bernardo O'Higgins",
6247
+ "es": "Nacimiento del Prócer de la Independencia"
6248
+ },
6249
+ "active": [
6250
+ {
6251
+ "from": "2017-08-19"
6252
+ }
6253
+ ]
6202
6254
  }
6203
6255
  }
6204
6256
  }
@@ -6208,6 +6260,16 @@ const data = {
6208
6260
  "name": "Tarapacá",
6209
6261
  "days": {
6210
6262
  "08-10": {
6263
+ "name": {
6264
+ "en": "Saint Lawrence",
6265
+ "es": "San Lorenzo de Tarapacá"
6266
+ },
6267
+ "type": "observance",
6268
+ "disable": [
6269
+ 2015
6270
+ ]
6271
+ },
6272
+ "2015-08-10": {
6211
6273
  "name": {
6212
6274
  "en": "Saint Lawrence",
6213
6275
  "es": "San Lorenzo de Tarapacá"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "date-holidays",
3
- "version": "3.16.13",
3
+ "version": "3.16.14",
4
4
  "description": "worldwide holidays",
5
5
  "keywords": [
6
6
  "holidays",
@@ -207,23 +207,23 @@
207
207
  "prepin": "^1.0.3"
208
208
  },
209
209
  "devDependencies": {
210
- "@babel/cli": "^7.19.3",
211
- "@babel/core": "^7.20.5",
210
+ "@babel/cli": "^7.20.7",
211
+ "@babel/core": "^7.20.12",
212
212
  "@babel/polyfill": "^7.12.1",
213
213
  "@babel/preset-env": "^7.20.2",
214
- "@commitlint/cli": "^17.3.0",
215
- "@commitlint/config-conventional": "^17.3.0",
214
+ "@commitlint/cli": "^17.4.0",
215
+ "@commitlint/config-conventional": "^17.4.0",
216
216
  "@mocha/contributors": "git+https://github.com/commenthol/contributors.git#semver:1.1.0-0",
217
- "babel-loader": "^9.1.0",
217
+ "babel-loader": "^9.1.2",
218
218
  "dtslint": "^4.2.1",
219
- "eslint": "^8.30.0",
219
+ "eslint": "^8.31.0",
220
220
  "eslint-config-standard": "^17.0.0",
221
221
  "eslint-plugin-import": "^2.26.0",
222
222
  "eslint-plugin-n": "^15.6.0",
223
223
  "eslint-plugin-promise": "^6.1.1",
224
224
  "eslint-plugin-yml": "^0.15.0",
225
225
  "hashtree": "^0.7.0",
226
- "husky": "^8.0.2",
226
+ "husky": "^8.0.3",
227
227
  "markedpp": "^1.1.0",
228
228
  "mocha": "^10.2.0",
229
229
  "npm-run-all": "^4.1.5",
package/src/data.js CHANGED
@@ -1,5 +1,5 @@
1
1
  export const data = {
2
- version: '2022-12-17',
2
+ version: '2023-01-05',
3
3
  license: 'CC-BY-SA-3',
4
4
  holidays: {
5
5
  AD: {
@@ -6104,6 +6104,14 @@ export const data = {
6104
6104
  '01-01': {
6105
6105
  _name: '01-01'
6106
6106
  },
6107
+ '01-02 on monday since 2017': {
6108
+ name: 'Día adicional',
6109
+ active: [
6110
+ {
6111
+ from: 2017
6112
+ }
6113
+ ]
6114
+ },
6107
6115
  'easter -2': {
6108
6116
  _name: 'easter -2'
6109
6117
  },
@@ -6119,7 +6127,13 @@ export const data = {
6119
6127
  es: 'Día de las Glorias Navales'
6120
6128
  }
6121
6129
  },
6122
- '06-29': {
6130
+ '06-21 since 2023': {
6131
+ name: {
6132
+ en: "Indigenous People's Day",
6133
+ es: 'Día de los Pueblos Indígenas'
6134
+ }
6135
+ },
6136
+ '06-29 if tuesday, wednesday, thursday then previous monday if friday then next monday': {
6123
6137
  _name: '06-29'
6124
6138
  },
6125
6139
  '07-16': {
@@ -6137,6 +6151,12 @@ export const data = {
6137
6151
  en: 'National Holiday'
6138
6152
  }
6139
6153
  },
6154
+ '09-17 on friday, monday since 2017': {
6155
+ name: {
6156
+ en: 'National holiday',
6157
+ es: 'Feriado Adicional Fiestas Patrias'
6158
+ }
6159
+ },
6140
6160
  '09-18': {
6141
6161
  name: {
6142
6162
  en: 'National holiday',
@@ -6149,7 +6169,13 @@ export const data = {
6149
6169
  es: 'Día de las Glorias del Ejército'
6150
6170
  }
6151
6171
  },
6152
- '10-12 if tuesday, wednesday, thursday, friday then previous monday': {
6172
+ '09-20 on friday': {
6173
+ name: {
6174
+ es: 'Feriado Adicional Fiestas Patrias',
6175
+ en: 'National Holiday'
6176
+ }
6177
+ },
6178
+ '10-12 if tuesday, wednesday, thursday then previous monday if friday then next monday': {
6153
6179
  name: {
6154
6180
  en: 'Columbus Day',
6155
6181
  es: 'Encuentro de Dos Mundos'
@@ -6194,7 +6220,33 @@ export const data = {
6194
6220
  name: {
6195
6221
  en: "Nativity of Liberator Bernardo O'Higgins",
6196
6222
  es: 'Nacimiento del Prócer de la Independencia'
6197
- }
6223
+ },
6224
+ active: [
6225
+ {
6226
+ to: '2017-08-19'
6227
+ }
6228
+ ]
6229
+ }
6230
+ }
6231
+ }
6232
+ }
6233
+ },
6234
+ NU: {
6235
+ name: 'Ñuble',
6236
+ regions: {
6237
+ CH: {
6238
+ name: 'Chillán y Chillán Viejo',
6239
+ days: {
6240
+ '08-20': {
6241
+ name: {
6242
+ en: "Nativity of Liberator Bernardo O'Higgins",
6243
+ es: 'Nacimiento del Prócer de la Independencia'
6244
+ },
6245
+ active: [
6246
+ {
6247
+ from: '2017-08-19'
6248
+ }
6249
+ ]
6198
6250
  }
6199
6251
  }
6200
6252
  }
@@ -6204,6 +6256,16 @@ export const data = {
6204
6256
  name: 'Tarapacá',
6205
6257
  days: {
6206
6258
  '08-10': {
6259
+ name: {
6260
+ en: 'Saint Lawrence',
6261
+ es: 'San Lorenzo de Tarapacá'
6262
+ },
6263
+ type: 'observance',
6264
+ disable: [
6265
+ 2015
6266
+ ]
6267
+ },
6268
+ '2015-08-10': {
6207
6269
  name: {
6208
6270
  en: 'Saint Lawrence',
6209
6271
  es: 'San Lorenzo de Tarapacá'