@formatjs/intl-locale 3.1.0 → 3.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/lib/index.d.ts +1 -1
  2. package/package.json +2 -2
package/lib/index.d.ts CHANGED
@@ -27,7 +27,7 @@ export declare class Locale {
27
27
  get baseName(): string;
28
28
  get calendar(): string | undefined;
29
29
  get collation(): string | undefined;
30
- get hourCycle(): "h11" | "h12" | "h23" | "h24" | undefined;
30
+ get hourCycle(): "h23" | "h12" | "h11" | "h24" | undefined;
31
31
  get caseFirst(): "upper" | "lower" | "false" | undefined;
32
32
  get numeric(): boolean | undefined;
33
33
  get numberingSystem(): string | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@formatjs/intl-locale",
3
- "version": "3.1.0",
3
+ "version": "3.1.1",
4
4
  "description": "Intl.Locale polyfill",
5
5
  "keywords": [
6
6
  "intl",
@@ -25,7 +25,7 @@
25
25
  },
26
26
  "dependencies": {
27
27
  "@formatjs/ecma402-abstract": "1.14.3",
28
- "@formatjs/intl-enumerator": "1.2.0",
28
+ "@formatjs/intl-enumerator": "1.2.1",
29
29
  "@formatjs/intl-getcanonicallocales": "2.1.0",
30
30
  "tslib": "^2.4.0"
31
31
  }