message-format
Advanced tools
Comparing version 6.2.3 to 6.2.4
# Changelog | ||
## 6.2.4 | ||
Update the TypeScript type definition for `MessageFormat.supportedLocalesOf()` to communicate that it is a static method. | ||
## 6.2.0 | ||
@@ -4,0 +8,0 @@ |
{ | ||
"name": "message-format", | ||
"version": "6.2.3", | ||
"version": "6.2.4", | ||
"description": "Intl.MessageFormat prollyfill supporting ICU message format", | ||
@@ -26,6 +26,6 @@ "author": "Andy VanWagoner <andy@vanwago.net>", | ||
"dependencies": { | ||
"format-message-interpret": "^6.2.3", | ||
"format-message-parse": "^6.2.3" | ||
"format-message-interpret": "^6.2.4", | ||
"format-message-parse": "^6.2.4" | ||
}, | ||
"gitHead": "7747f5533981f7a1a3cc83714e8ac02bafd9d8c4" | ||
"gitHead": "ece4dfacbec6af56e98897a3acbf0c99c64c2ed2" | ||
} |
@@ -8,3 +8,3 @@ import { Types } from 'format-message-interpret'; | ||
resolvedOptions: () => { locale: string | string[] | undefined }; | ||
supportedLocalesOf: (requestedLocales?: string | string[]) => string[]; | ||
static supportedLocalesOf: (requestedLocales?: string | string[]) => string[]; | ||
@@ -11,0 +11,0 @@ constructor(pattern: string, locales?: string | string[], options?: MessageFormat.MessageFormatOptions); |
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
14104