intl-messageformat
Advanced tools
Comparing version 10.3.2 to 10.3.3
@@ -15,3 +15,3 @@ import { parse, MessageFormatElement, ParserOptions } from '@formatjs/icu-messageformat-parser'; | ||
constructor(message: string | MessageFormatElement[], locales?: string | string[], overrideFormats?: Partial<Formats>, opts?: Options); | ||
format: <T = void>(values?: Record<string, T | PrimitiveType | FormatXMLElementFn<T, string | T | (string | T)[]>> | undefined) => string | T | (string | T)[]; | ||
format: <T = void>(values?: Record<string, PrimitiveType | T | FormatXMLElementFn<T, string | T | (string | T)[]>> | undefined) => string | T | (string | T)[]; | ||
formatToParts: <T>(values?: Record<string, PrimitiveType | T | FormatXMLElementFn<T, string | T | (string | T)[]>> | undefined) => MessageFormatPart<T>[]; | ||
@@ -18,0 +18,0 @@ resolvedOptions: () => { |
{ | ||
"name": "intl-messageformat", | ||
"version": "10.3.2", | ||
"version": "10.3.3", | ||
"description": "Formats ICU Message strings with number, date, plural, and select placeholders to create localized messages.", | ||
@@ -35,3 +35,3 @@ "keywords": [ | ||
"@formatjs/ecma402-abstract": "1.14.3", | ||
"@formatjs/fast-memoize": "2.0.0", | ||
"@formatjs/fast-memoize": "2.0.1", | ||
"@formatjs/icu-messageformat-parser": "2.3.0", | ||
@@ -38,0 +38,0 @@ "tslib": "^2.4.0" |
@@ -15,3 +15,3 @@ import { parse, MessageFormatElement, ParserOptions } from '@formatjs/icu-messageformat-parser'; | ||
constructor(message: string | MessageFormatElement[], locales?: string | string[], overrideFormats?: Partial<Formats>, opts?: Options); | ||
format: <T = void>(values?: Record<string, T | PrimitiveType | FormatXMLElementFn<T, string | T | (string | T)[]>> | undefined) => string | T | (string | T)[]; | ||
format: <T = void>(values?: Record<string, PrimitiveType | T | FormatXMLElementFn<T, string | T | (string | T)[]>> | undefined) => string | T | (string | T)[]; | ||
formatToParts: <T>(values?: Record<string, PrimitiveType | T | FormatXMLElementFn<T, string | T | (string | T)[]>> | undefined) => MessageFormatPart<T>[]; | ||
@@ -18,0 +18,0 @@ resolvedOptions: () => { |
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/fast-memoize@2.0.1(transitive)
- Removed@formatjs/fast-memoize@2.0.0(transitive)
Updated@formatjs/fast-memoize@2.0.1