date-holidays 3.16.12 → 3.16.13

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-10",
6
+ "version": "2022-12-17",
7
7
  "license": "CC-BY-SA-3",
8
8
  "holidays": {
9
9
  "AD": {
@@ -18807,10 +18807,12 @@ const data = {
18807
18807
  "en": "Hari Raya Puasa"
18808
18808
  },
18809
18809
  "disable": [
18810
- "2022-05-02"
18810
+ "2022-05-02",
18811
+ "2023-04-21"
18811
18812
  ],
18812
18813
  "enable": [
18813
- "2022-05-03"
18814
+ "2022-05-03",
18815
+ "2023-04-22"
18814
18816
  ]
18815
18817
  },
18816
18818
  "10 Dhu al-Hijjah": {
@@ -18819,10 +18821,12 @@ const data = {
18819
18821
  "en": "Hari Raya Haji"
18820
18822
  },
18821
18823
  "disable": [
18822
- "2022-07-09"
18824
+ "2022-07-09",
18825
+ "2023-06-28"
18823
18826
  ],
18824
18827
  "enable": [
18825
- "2022-07-10"
18828
+ "2022-07-10",
18829
+ "2023-06-29"
18826
18830
  ]
18827
18831
  },
18828
18832
  "2001-05-07": {
@@ -18899,7 +18903,7 @@ const data = {
18899
18903
  "substitute": true,
18900
18904
  "_name": "Vesak"
18901
18905
  },
18902
- "2023-05-05": {
18906
+ "2023-06-03": {
18903
18907
  "_name": "Vesak"
18904
18908
  },
18905
18909
  "2024-05-23": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "date-holidays",
3
- "version": "3.16.12",
3
+ "version": "3.16.13",
4
4
  "description": "worldwide holidays",
5
5
  "keywords": [
6
6
  "holidays",
@@ -200,7 +200,7 @@
200
200
  "reporter": "dot"
201
201
  },
202
202
  "dependencies": {
203
- "date-holidays-parser": "^3.4.2",
203
+ "date-holidays-parser": "^3.4.3",
204
204
  "js-yaml": "^4.1.0",
205
205
  "lodash.omit": "^4.5.0",
206
206
  "lodash.pick": "^4.4.0",
@@ -216,7 +216,7 @@
216
216
  "@mocha/contributors": "git+https://github.com/commenthol/contributors.git#semver:1.1.0-0",
217
217
  "babel-loader": "^9.1.0",
218
218
  "dtslint": "^4.2.1",
219
- "eslint": "^8.29.0",
219
+ "eslint": "^8.30.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",
@@ -225,7 +225,7 @@
225
225
  "hashtree": "^0.7.0",
226
226
  "husky": "^8.0.2",
227
227
  "markedpp": "^1.1.0",
228
- "mocha": "^10.1.0",
228
+ "mocha": "^10.2.0",
229
229
  "npm-run-all": "^4.1.5",
230
230
  "rimraf": "^3.0.2",
231
231
  "rollup": "^2.79.1",
package/src/data.js CHANGED
@@ -1,5 +1,5 @@
1
1
  export const data = {
2
- version: '2022-12-10',
2
+ version: '2022-12-17',
3
3
  license: 'CC-BY-SA-3',
4
4
  holidays: {
5
5
  AD: {
@@ -18803,10 +18803,12 @@ export const data = {
18803
18803
  en: 'Hari Raya Puasa'
18804
18804
  },
18805
18805
  disable: [
18806
- '2022-05-02'
18806
+ '2022-05-02',
18807
+ '2023-04-21'
18807
18808
  ],
18808
18809
  enable: [
18809
- '2022-05-03'
18810
+ '2022-05-03',
18811
+ '2023-04-22'
18810
18812
  ]
18811
18813
  },
18812
18814
  '10 Dhu al-Hijjah': {
@@ -18815,10 +18817,12 @@ export const data = {
18815
18817
  en: 'Hari Raya Haji'
18816
18818
  },
18817
18819
  disable: [
18818
- '2022-07-09'
18820
+ '2022-07-09',
18821
+ '2023-06-28'
18819
18822
  ],
18820
18823
  enable: [
18821
- '2022-07-10'
18824
+ '2022-07-10',
18825
+ '2023-06-29'
18822
18826
  ]
18823
18827
  },
18824
18828
  '2001-05-07': {
@@ -18895,7 +18899,7 @@ export const data = {
18895
18899
  substitute: true,
18896
18900
  _name: 'Vesak'
18897
18901
  },
18898
- '2023-05-05': {
18902
+ '2023-06-03': {
18899
18903
  _name: 'Vesak'
18900
18904
  },
18901
18905
  '2024-05-23': {