@formatjs/icu-messageformat-parser 2.7.6 → 2.7.7

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.
package/lib/types.d.ts CHANGED
@@ -121,7 +121,3 @@ export declare function isNumberSkeleton(el: NumberElement['style'] | Skeleton):
121
121
  export declare function isDateTimeSkeleton(el?: DateElement['style'] | TimeElement['style'] | Skeleton): el is DateTimeSkeleton;
122
122
  export declare function createLiteralElement(value: string): LiteralElement;
123
123
  export declare function createNumberElement(value: string, style?: string | null): NumberElement;
124
- export type IntlLocaleLike = {
125
- readonly hourCycle?: Intl.LocaleHourCycleKey;
126
- readonly hourCycles?: Array<Intl.LocaleHourCycleKey>;
127
- };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@formatjs/icu-messageformat-parser",
3
- "version": "2.7.6",
3
+ "version": "2.7.7",
4
4
  "main": "index.js",
5
5
  "module": "lib/index.js",
6
6
  "types": "index.d.ts",
@@ -12,7 +12,7 @@
12
12
  },
13
13
  "dependencies": {
14
14
  "tslib": "^2.4.0",
15
- "@formatjs/icu-skeleton-parser": "1.8.0",
16
- "@formatjs/ecma402-abstract": "1.18.2"
15
+ "@formatjs/ecma402-abstract": "1.18.3",
16
+ "@formatjs/icu-skeleton-parser": "1.8.1"
17
17
  }
18
18
  }
package/types.d.ts CHANGED
@@ -121,7 +121,3 @@ export declare function isNumberSkeleton(el: NumberElement['style'] | Skeleton):
121
121
  export declare function isDateTimeSkeleton(el?: DateElement['style'] | TimeElement['style'] | Skeleton): el is DateTimeSkeleton;
122
122
  export declare function createLiteralElement(value: string): LiteralElement;
123
123
  export declare function createNumberElement(value: string, style?: string | null): NumberElement;
124
- export type IntlLocaleLike = {
125
- readonly hourCycle?: Intl.LocaleHourCycleKey;
126
- readonly hourCycles?: Array<Intl.LocaleHourCycleKey>;
127
- };