date-holidays 3.16.2 → 3.16.5
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/CHANGELOG.md +13 -0
- package/data/countries/CH.yaml +2 -1
- package/data/countries/DE.yaml +3 -0
- package/data/holidays.json +7 -3
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.LICENSE.txt +1 -1
- package/dist/index.min.js.map +1 -1
- package/dist/umd.min.js +1 -1
- package/dist/umd.min.js.LICENSE.txt +1 -1
- package/dist/umd.min.js.map +1 -1
- package/lib/data.cjs +7 -3
- package/package.json +17 -14
- package/src/data.js +7 -3
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-
|
|
6
|
+
"version": "2022-08-24",
|
|
7
7
|
"license": "CC-BY-SA-3",
|
|
8
8
|
"holidays": {
|
|
9
9
|
"AD": {
|
|
@@ -4891,7 +4891,7 @@ const data = {
|
|
|
4891
4891
|
"08-01": {
|
|
4892
4892
|
"name": {
|
|
4893
4893
|
"de": "Bundesfeiertag",
|
|
4894
|
-
"fr": "Fête
|
|
4894
|
+
"fr": "Fête nationale",
|
|
4895
4895
|
"it": "Giorno festivo federale"
|
|
4896
4896
|
}
|
|
4897
4897
|
},
|
|
@@ -5780,7 +5780,8 @@ const data = {
|
|
|
5780
5780
|
"fr": "Restauration de la République",
|
|
5781
5781
|
"en": "Restoration of the Republic"
|
|
5782
5782
|
}
|
|
5783
|
-
}
|
|
5783
|
+
},
|
|
5784
|
+
"3rd sunday after 09-01": false
|
|
5784
5785
|
}
|
|
5785
5786
|
},
|
|
5786
5787
|
"JU": {
|
|
@@ -7400,6 +7401,9 @@ const data = {
|
|
|
7400
7401
|
"MV": {
|
|
7401
7402
|
"name": "Mecklenburg Vorpommern",
|
|
7402
7403
|
"days": {
|
|
7404
|
+
"03-08 since 2023": {
|
|
7405
|
+
"_name": "03-08"
|
|
7406
|
+
},
|
|
7403
7407
|
"10-31": {
|
|
7404
7408
|
"_name": "Reformation Day"
|
|
7405
7409
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "date-holidays",
|
|
3
|
-
"version": "3.16.
|
|
3
|
+
"version": "3.16.5",
|
|
4
4
|
"description": "worldwide holidays",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"holidays",
|
|
@@ -61,6 +61,7 @@
|
|
|
61
61
|
"Kane.Westwood <kane.westwood@moonpig.com>",
|
|
62
62
|
"Kerstens Maxim <maxim.kerstens@gmail.com>",
|
|
63
63
|
"Kevin Ley <3976145+kevinley@users.noreply.github.com>",
|
|
64
|
+
"Kevin Ley <ley.kevin@icloud.com>",
|
|
64
65
|
"Kevin Samoei <samoeikev@gmail.com>",
|
|
65
66
|
"Konstantinos Koukourakis <konstantinoskouk90@gmail.com>",
|
|
66
67
|
"Leonidas Villeneuve <leonidas@leonidasv.com>",
|
|
@@ -96,6 +97,7 @@
|
|
|
96
97
|
"Wayne Parrott <wayne.parrott@reblcorp.com>",
|
|
97
98
|
"Wésley Queiroz <wesleycoder@gmail.com>",
|
|
98
99
|
"westn <westn89@gmail.com>",
|
|
100
|
+
"Will Bamford <w.bamford@gmail.com>",
|
|
99
101
|
"William Santos <william@MacBook-Pro-de-William-2.local>",
|
|
100
102
|
"Yannick <yannick.franssen@outlook.com>",
|
|
101
103
|
"Yoshio HANAWA <y@hnw.jp>",
|
|
@@ -108,7 +110,8 @@
|
|
|
108
110
|
"exports": {
|
|
109
111
|
".": {
|
|
110
112
|
"import": "./src/index.js",
|
|
111
|
-
"require": "./lib/index.cjs"
|
|
113
|
+
"require": "./lib/index.cjs",
|
|
114
|
+
"types": "./types/index.d.ts"
|
|
112
115
|
},
|
|
113
116
|
"./data": {
|
|
114
117
|
"import": "./src/data.js",
|
|
@@ -198,19 +201,19 @@
|
|
|
198
201
|
"prepin": "^1.0.3"
|
|
199
202
|
},
|
|
200
203
|
"devDependencies": {
|
|
201
|
-
"@babel/cli": "^7.
|
|
202
|
-
"@babel/core": "^7.18.
|
|
204
|
+
"@babel/cli": "^7.18.10",
|
|
205
|
+
"@babel/core": "^7.18.13",
|
|
203
206
|
"@babel/polyfill": "^7.12.1",
|
|
204
|
-
"@babel/preset-env": "^7.18.
|
|
205
|
-
"@commitlint/cli": "^
|
|
206
|
-
"@commitlint/config-conventional": "^
|
|
207
|
+
"@babel/preset-env": "^7.18.10",
|
|
208
|
+
"@commitlint/cli": "^17.0.3",
|
|
209
|
+
"@commitlint/config-conventional": "^17.0.3",
|
|
207
210
|
"@mocha/contributors": "git+https://github.com/commenthol/contributors.git#semver:1.1.0-0",
|
|
208
211
|
"babel-loader": "^8.2.5",
|
|
209
212
|
"dtslint": "^4.2.1",
|
|
210
|
-
"eslint": "^8.
|
|
213
|
+
"eslint": "^8.22.0",
|
|
211
214
|
"eslint-config-standard": "^17.0.0",
|
|
212
215
|
"eslint-plugin-import": "^2.26.0",
|
|
213
|
-
"eslint-plugin-n": "^15.2.
|
|
216
|
+
"eslint-plugin-n": "^15.2.5",
|
|
214
217
|
"eslint-plugin-promise": "^6.0.0",
|
|
215
218
|
"eslint-plugin-yml": "^0.15.0",
|
|
216
219
|
"hashtree": "^0.7.0",
|
|
@@ -219,12 +222,12 @@
|
|
|
219
222
|
"mocha": "^10.0.0",
|
|
220
223
|
"npm-run-all": "^4.1.5",
|
|
221
224
|
"rimraf": "^3.0.2",
|
|
222
|
-
"rollup": "^2.
|
|
223
|
-
"typescript": "^4.
|
|
225
|
+
"rollup": "^2.78.1",
|
|
226
|
+
"typescript": "^4.7.4",
|
|
224
227
|
"watch-run": "^1.2.5",
|
|
225
|
-
"webpack": "^5.
|
|
226
|
-
"webpack-bundle-analyzer": "^4.
|
|
227
|
-
"webpack-cli": "^4.
|
|
228
|
+
"webpack": "^5.74.0",
|
|
229
|
+
"webpack-bundle-analyzer": "^4.6.1",
|
|
230
|
+
"webpack-cli": "^4.10.0"
|
|
228
231
|
},
|
|
229
232
|
"engines": {
|
|
230
233
|
"node": ">=12.0.0"
|
package/src/data.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export const data = {
|
|
2
|
-
version: '2022-
|
|
2
|
+
version: '2022-08-24',
|
|
3
3
|
license: 'CC-BY-SA-3',
|
|
4
4
|
holidays: {
|
|
5
5
|
AD: {
|
|
@@ -4887,7 +4887,7 @@ export const data = {
|
|
|
4887
4887
|
'08-01': {
|
|
4888
4888
|
name: {
|
|
4889
4889
|
de: 'Bundesfeiertag',
|
|
4890
|
-
fr: 'Fête
|
|
4890
|
+
fr: 'Fête nationale',
|
|
4891
4891
|
it: 'Giorno festivo federale'
|
|
4892
4892
|
}
|
|
4893
4893
|
},
|
|
@@ -5776,7 +5776,8 @@ export const data = {
|
|
|
5776
5776
|
fr: 'Restauration de la République',
|
|
5777
5777
|
en: 'Restoration of the Republic'
|
|
5778
5778
|
}
|
|
5779
|
-
}
|
|
5779
|
+
},
|
|
5780
|
+
'3rd sunday after 09-01': false
|
|
5780
5781
|
}
|
|
5781
5782
|
},
|
|
5782
5783
|
JU: {
|
|
@@ -7396,6 +7397,9 @@ export const data = {
|
|
|
7396
7397
|
MV: {
|
|
7397
7398
|
name: 'Mecklenburg Vorpommern',
|
|
7398
7399
|
days: {
|
|
7400
|
+
'03-08 since 2023': {
|
|
7401
|
+
_name: '03-08'
|
|
7402
|
+
},
|
|
7399
7403
|
'10-31': {
|
|
7400
7404
|
_name: 'Reformation Day'
|
|
7401
7405
|
}
|