date-picker-svelte
Advanced tools
Comparing version 2.11.0 to 2.12.0
@@ -35,3 +35,3 @@ export function getLocaleDefaults() { | ||
const locale = getLocaleDefaults(); | ||
if (typeof dateFnsLocale?.options?.weekStartsOn === 'number') { | ||
if (typeof dateFnsLocale.options?.weekStartsOn === 'number') { | ||
locale.weekStartsOn = dateFnsLocale.options.weekStartsOn; | ||
@@ -38,0 +38,0 @@ } |
{ | ||
"name": "date-picker-svelte", | ||
"version": "2.11.0", | ||
"version": "2.12.0", | ||
"description": "Date and time picker for Svelte", | ||
@@ -5,0 +5,0 @@ "type": "module", |
Sorry, the diff of this file is not supported yet
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
45749