@date-io/core
Advanced tools
Comparing version 3.0.0 to 3.2.0
@@ -176,2 +176,3 @@ export interface DateIOFormats<TLibFormatToken = string> { | ||
getWeek(value: TDate): number; | ||
getMonth(value: TDate): number; | ||
@@ -178,0 +179,0 @@ getDaysInMonth(value: TDate): number; |
{ | ||
"name": "@date-io/core", | ||
"version": "3.0.0", | ||
"version": "3.2.0", | ||
"description": "Abstraction over common javascript date management libraries", | ||
@@ -34,3 +34,3 @@ "scripts": { | ||
}, | ||
"gitHead": "9d304288545a0a9c9f4e3b8aefd428da3757d330" | ||
"gitHead": "2133e0dd314fa6d4144aad7bb8f272bc4ae67d38" | ||
} |
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
10232
206