@internationalized/date
Advanced tools
Comparing version 3.0.0-nightly-73414999f-240916 to 3.0.0-nightly-7aa6265a2-241112
@@ -83,2 +83,3 @@ type Mutable<T> = { | ||
export function endOfWeek(date: CalendarDate, locale: string): CalendarDate; | ||
export function endOfWeek(date: DateValue, locale: string): DateValue; | ||
/** Returns the number of weeks in the given month and locale. */ | ||
@@ -85,0 +86,0 @@ export function getWeeksInMonth(date: DateValue, locale: string): number; |
{ | ||
"name": "@internationalized/date", | ||
"version": "3.0.0-nightly-73414999f-240916", | ||
"version": "3.0.0-nightly-7aa6265a2-241112", | ||
"description": "Internationalized calendar, date, and time manipulation utilities", | ||
@@ -30,3 +30,3 @@ "license": "Apache-2.0", | ||
}, | ||
"stableVersion": "3.5.5" | ||
"stableVersion": "3.5.6" | ||
} |
@@ -197,2 +197,3 @@ /* | ||
export function endOfWeek(date: CalendarDate, locale: string): CalendarDate; | ||
export function endOfWeek(date: DateValue, locale: string): DateValue; | ||
export function endOfWeek(date: DateValue, locale: string): DateValue { | ||
@@ -199,0 +200,0 @@ return startOfWeek(date, locale).add({days: 6}); |
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 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
985463
11851