intl-messageformat
Advanced tools
Comparing version 9.6.12 to 9.6.13
@@ -153,3 +153,4 @@ /* | ||
if (!IntlMessageFormat.memoizedDefaultLocale) { | ||
IntlMessageFormat.memoizedDefaultLocale = new Intl.NumberFormat().resolvedOptions().locale; | ||
IntlMessageFormat.memoizedDefaultLocale = | ||
new Intl.NumberFormat().resolvedOptions().locale; | ||
} | ||
@@ -156,0 +157,0 @@ return IntlMessageFormat.memoizedDefaultLocale; |
{ | ||
"name": "intl-messageformat", | ||
"version": "9.6.12", | ||
"version": "9.6.13", | ||
"description": "Formats ICU Message strings with number, date, plural, and select placeholders to create localized messages.", | ||
@@ -35,3 +35,3 @@ "keywords": [ | ||
"@formatjs/fast-memoize": "1.1.1", | ||
"@formatjs/icu-messageformat-parser": "2.0.0", | ||
"@formatjs/icu-messageformat-parser": "2.0.1", | ||
"tslib": "^2.1.0" | ||
@@ -38,0 +38,0 @@ }, |
@@ -156,3 +156,4 @@ "use strict"; | ||
if (!IntlMessageFormat.memoizedDefaultLocale) { | ||
IntlMessageFormat.memoizedDefaultLocale = new Intl.NumberFormat().resolvedOptions().locale; | ||
IntlMessageFormat.memoizedDefaultLocale = | ||
new Intl.NumberFormat().resolvedOptions().locale; | ||
} | ||
@@ -159,0 +160,0 @@ return IntlMessageFormat.memoizedDefaultLocale; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
125756
2927
+ Added@formatjs/ecma402-abstract@1.7.1(transitive)
+ Added@formatjs/icu-messageformat-parser@2.0.1(transitive)
+ Added@formatjs/icu-skeleton-parser@1.2.2(transitive)
- Removed@formatjs/ecma402-abstract@1.7.0(transitive)
- Removed@formatjs/icu-messageformat-parser@2.0.0(transitive)
- Removed@formatjs/icu-skeleton-parser@1.2.1(transitive)