@internationalized/date
Advanced tools
Comparing version 3.0.0-nightly-641446f65-240905 to 3.0.0-nightly-68e305768-241023
@@ -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-641446f65-240905", | ||
"version": "3.0.0-nightly-68e305768-241023", | ||
"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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
985463
11851
0