@date-io/core
Advanced tools
Comparing version 2.3.0 to 2.4.0
@@ -87,2 +87,4 @@ export interface DateIOFormats<TLibFormatToken = string> { | ||
endOfMonth(value: TDate): TDate; | ||
startOfWeek(value: TDate): TDate; | ||
endOfWeek(value: TDate): TDate; | ||
@@ -89,0 +91,0 @@ addDays(value: TDate, count: number): TDate; |
{ | ||
"name": "@date-io/core", | ||
"version": "2.3.0", | ||
"version": "2.4.0", | ||
"description": "Abstraction over common javascript date management libraries", | ||
@@ -34,3 +34,3 @@ "scripts": { | ||
}, | ||
"gitHead": "9073e951057d018665cdc2facd75892914cfa9bc" | ||
"gitHead": "d1b13999d15fce1c7b06d20654f1867ec6a7e096" | ||
} |
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
7755
132