date-holidays
Advanced tools
Comparing version 3.23.10 to 3.23.11
{ | ||
"name": "date-holidays", | ||
"version": "3.23.10", | ||
"version": "3.23.11", | ||
"description": "worldwide holidays", | ||
@@ -75,2 +75,3 @@ "keywords": [ | ||
"John-Olav Storvold <johsto@knowit.no>", | ||
"Jørgen Kalsnes Hagen <43886029+Snailedlt@users.noreply.github.com>", | ||
"Joshua Rippon <joshuarippon1@gmail.com>", | ||
@@ -161,4 +162,5 @@ "Jukka Lehtimäki <jukka.lehtimaki@atoz.fi>", | ||
"scripts": { | ||
"all": "npm-run-all clean yaml build lint test doc:tree doc:attrib webpack", | ||
"build": "rollup -c", | ||
"all": "npm-run-all clean build lint test doc:tree doc:attrib webpack", | ||
"build": "npm-run-all yaml build:only", | ||
"build:only": "rollup -c", | ||
"changelog": "contributors && node scripts/gitlog.cjs", | ||
@@ -231,6 +233,6 @@ "ci": "TEST_XXL=1 npm-run-all yaml build test", | ||
"devDependencies": { | ||
"@babel/cli": "^7.23.9", | ||
"@babel/core": "^7.24.0", | ||
"@babel/cli": "^7.24.1", | ||
"@babel/core": "^7.24.4", | ||
"@babel/polyfill": "^7.12.1", | ||
"@babel/preset-env": "^7.24.0", | ||
"@babel/preset-env": "^7.24.4", | ||
"@commitlint/cli": "^18.6.1", | ||
@@ -250,10 +252,10 @@ "@commitlint/config-conventional": "^18.6.3", | ||
"markedpp": "^1.3.0", | ||
"mocha": "^10.3.0", | ||
"mocha": "^10.4.0", | ||
"npm-run-all": "^4.1.5", | ||
"rimraf": "^5.0.5", | ||
"rollup": "^2.79.1", | ||
"typescript": "^5.4.2", | ||
"typescript": "^5.4.5", | ||
"watch-run": "^1.2.5", | ||
"webpack": "^5.90.3", | ||
"webpack-bundle-analyzer": "^4.10.1", | ||
"webpack": "^5.91.0", | ||
"webpack-bundle-analyzer": "^4.10.2", | ||
"webpack-cli": "^5.1.4" | ||
@@ -260,0 +262,0 @@ }, |
@@ -12,3 +12,3 @@ declare module 'date-holidays' { | ||
export type HolidayType = 'public' | 'bank' | 'optional' | 'school' | 'observance' | string; | ||
export type HolidayType = 'public' | 'bank' | 'optional' | 'school' | 'observance'; | ||
@@ -15,0 +15,0 @@ export interface Options { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
9627903
90842