date-holidays 3.19.2 → 3.20.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/lib/data.cjs CHANGED
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const data = {
6
- "version": "2023-05-12",
6
+ "version": "2023-06-03",
7
7
  "license": "CC-BY-SA-3",
8
8
  "holidays": {
9
9
  "AD": {
@@ -16944,7 +16944,8 @@ const data = {
16944
16944
  "name": {
16945
16945
  "no": "H.M. kong Harald V",
16946
16946
  "en": "Birthday of King Harald V"
16947
- }
16947
+ },
16948
+ "type": "observance"
16948
16949
  },
16949
16950
  "easter -49": {
16950
16951
  "name": {
@@ -22628,7 +22629,7 @@ const data = {
22628
22629
  "en": "President's Day"
22629
22630
  }
22630
22631
  },
22631
- "friday before 1st monday before 06-01": {
22632
+ "friday before 1st monday before 06-01 since 2009 and prior to 2016": {
22632
22633
  "name": {
22633
22634
  "en": "Service Reduction Day"
22634
22635
  }
@@ -23250,10 +23251,13 @@ const data = {
23250
23251
  "en": "George Washington Day"
23251
23252
  }
23252
23253
  },
23253
- "friday before 3rd monday in January": {
23254
+ "friday before 3rd monday in January prior to 2021": {
23254
23255
  "name": {
23255
23256
  "en": "Lee–Jackson Day"
23256
23257
  }
23258
+ },
23259
+ "tuesday after 1st monday in November in even years since 2020": {
23260
+ "name": "Election Day"
23257
23261
  }
23258
23262
  }
23259
23263
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "date-holidays",
3
- "version": "3.19.2",
3
+ "version": "3.20.0",
4
4
  "description": "worldwide holidays",
5
5
  "keywords": [
6
6
  "holidays",
@@ -55,6 +55,7 @@
55
55
  "Goran Martinjak <goran@netgen.hr>",
56
56
  "Guillaume Bisch <guillaume@sqrd.com>",
57
57
  "Gustavo de Paula <dev@dpgu.me>",
58
+ "Håkon Holhjem <haakon@holhjem.net>",
58
59
  "Harry Ankers <harrison.ankers@tractable.ai>",
59
60
  "havardnyboe <40893697+havardnyboe@users.noreply.github.com>",
60
61
  "Humam Aziz Romdhoni <anaktampan@live.com>",
@@ -215,16 +216,16 @@
215
216
  },
216
217
  "devDependencies": {
217
218
  "@babel/cli": "^7.21.5",
218
- "@babel/core": "^7.21.8",
219
+ "@babel/core": "^7.22.1",
219
220
  "@babel/polyfill": "^7.12.1",
220
- "@babel/preset-env": "^7.21.5",
221
- "@commitlint/cli": "^17.6.3",
222
- "@commitlint/config-conventional": "^17.6.3",
221
+ "@babel/preset-env": "^7.22.4",
222
+ "@commitlint/cli": "^17.6.5",
223
+ "@commitlint/config-conventional": "^17.6.5",
223
224
  "@mocha/contributors": "git+https://github.com/commenthol/contributors.git#semver:1.1.0-0",
224
225
  "babel-loader": "^9.1.2",
225
226
  "dtslint": "^4.2.1",
226
- "eslint": "^8.40.0",
227
- "eslint-config-standard": "^17.0.0",
227
+ "eslint": "^8.42.0",
228
+ "eslint-config-standard": "^17.1.0",
228
229
  "eslint-plugin-import": "^2.27.5",
229
230
  "eslint-plugin-n": "^15.7.0",
230
231
  "eslint-plugin-promise": "^6.1.1",
@@ -234,12 +235,12 @@
234
235
  "markedpp": "^1.2.0",
235
236
  "mocha": "^10.2.0",
236
237
  "npm-run-all": "^4.1.5",
237
- "rimraf": "^5.0.0",
238
+ "rimraf": "^5.0.1",
238
239
  "rollup": "^2.79.1",
239
- "typescript": "^5.0.4",
240
+ "typescript": "^5.1.3",
240
241
  "watch-run": "^1.2.5",
241
- "webpack": "^5.82.1",
242
- "webpack-bundle-analyzer": "^4.8.0",
242
+ "webpack": "^5.85.0",
243
+ "webpack-bundle-analyzer": "^4.9.0",
243
244
  "webpack-cli": "^5.1.1"
244
245
  },
245
246
  "engines": {
package/src/data.js CHANGED
@@ -1,5 +1,5 @@
1
1
  export const data = {
2
- version: '2023-05-12',
2
+ version: '2023-06-03',
3
3
  license: 'CC-BY-SA-3',
4
4
  holidays: {
5
5
  AD: {
@@ -16940,7 +16940,8 @@ export const data = {
16940
16940
  name: {
16941
16941
  no: 'H.M. kong Harald V',
16942
16942
  en: 'Birthday of King Harald V'
16943
- }
16943
+ },
16944
+ type: 'observance'
16944
16945
  },
16945
16946
  'easter -49': {
16946
16947
  name: {
@@ -22624,7 +22625,7 @@ export const data = {
22624
22625
  en: "President's Day"
22625
22626
  }
22626
22627
  },
22627
- 'friday before 1st monday before 06-01': {
22628
+ 'friday before 1st monday before 06-01 since 2009 and prior to 2016': {
22628
22629
  name: {
22629
22630
  en: 'Service Reduction Day'
22630
22631
  }
@@ -23246,10 +23247,13 @@ export const data = {
23246
23247
  en: 'George Washington Day'
23247
23248
  }
23248
23249
  },
23249
- 'friday before 3rd monday in January': {
23250
+ 'friday before 3rd monday in January prior to 2021': {
23250
23251
  name: {
23251
23252
  en: 'Lee–Jackson Day'
23252
23253
  }
23254
+ },
23255
+ 'tuesday after 1st monday in November in even years since 2020': {
23256
+ name: 'Election Day'
23253
23257
  }
23254
23258
  }
23255
23259
  },