@formatjs/intl-locale
Advanced tools
Comparing version 3.1.0 to 3.1.1
@@ -30,3 +30,3 @@ export interface IntlLocaleOptions { | ||
get collation(): string | undefined; | ||
get hourCycle(): "h11" | "h12" | "h23" | "h24" | undefined; | ||
get hourCycle(): "h23" | "h12" | "h11" | "h24" | undefined; | ||
get caseFirst(): "upper" | "lower" | "false" | undefined; | ||
@@ -33,0 +33,0 @@ get numeric(): boolean | undefined; |
{ | ||
"name": "@formatjs/intl-locale", | ||
"version": "3.1.0", | ||
"version": "3.1.1", | ||
"description": "Intl.Locale polyfill", | ||
@@ -28,3 +28,3 @@ "keywords": [ | ||
"@formatjs/ecma402-abstract": "1.14.3", | ||
"@formatjs/intl-enumerator": "1.2.0", | ||
"@formatjs/intl-enumerator": "1.2.1", | ||
"@formatjs/intl-getcanonicallocales": "2.1.0", | ||
@@ -31,0 +31,0 @@ "tslib": "^2.4.0" |
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
+ Added@formatjs/intl-enumerator@1.2.1(transitive)
- Removed@formatjs/intl-enumerator@1.2.0(transitive)