@telerik/kendo-intl
Advanced tools
Comparing version 1.5.0 to 1.5.1-dev.201905161326
@@ -107,5 +107,5 @@ /** | ||
/** | ||
* The weekend start and end days | ||
* The weekend start and end days. | ||
*/ | ||
export interface WeekendRange { | ||
export interface DayRange { | ||
start: number; | ||
@@ -116,3 +116,3 @@ end: number; | ||
/** | ||
* Returns and object. | ||
* Returns the weekend start and end days. | ||
* | ||
@@ -122,3 +122,3 @@ * @param locale - The locale `id`. | ||
*/ | ||
export function weekendRange(locale: string): WeekendRange; | ||
export function weekendRange(locale: string): DayRange; | ||
@@ -125,0 +125,0 @@ /** |
@@ -6,3 +6,3 @@ { | ||
"license": "Apache-2.0", | ||
"version": "1.5.0", | ||
"version": "1.5.1-dev.201905161326", | ||
"main": "dist/npm/main.js", | ||
@@ -9,0 +9,0 @@ "module": "dist/es/main.js", |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
617620
2