intl-locales-supported
Advanced tools
Comparing version 1.8.11 to 1.8.12
@@ -6,2 +6,10 @@ # Change Log | ||
## [1.8.12](https://github.com/formatjs/formatjs/compare/intl-locales-supported@1.8.11...intl-locales-supported@1.8.12) (2020-07-03) | ||
**Note:** Version bump only for package intl-locales-supported | ||
## [1.8.11](https://github.com/formatjs/formatjs/compare/intl-locales-supported@1.8.10...intl-locales-supported@1.8.11) (2020-07-01) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "intl-locales-supported", | ||
"version": "1.8.11", | ||
"version": "1.8.12", | ||
"description": "Utility to help you polyfill the Node.js runtime when the Intl APIs are missing, or if the built-in Intl is missing locale data that you need.", | ||
@@ -36,3 +36,3 @@ "main": "dist/index.js", | ||
}, | ||
"gitHead": "76e649f2f673c1344fe29ccf739d4b4ebd573ead" | ||
"gitHead": "3cd3324b6741a8314e8798b32ad4e2753143ea41" | ||
} |
@@ -27,7 +27,7 @@ # intl-locales-supported | ||
require('@formatjs/intl-pluralrules/polyfill'); | ||
require('@formatjs/intl-pluralrules/dist/locale-data/de'); // Load de | ||
require('@formatjs/intl-pluralrules/locale-data/de'); // Load de | ||
require('@formatjs/intl-relativetimeformat/polyfill'); | ||
require('@formatjs/intl-relativetimeformat/dist/locale-data/de'); // Load de | ||
require('@formatjs/intl-relativetimeformat/locale-data/de'); // Load de | ||
} | ||
``` |
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
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
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
17910
9
77
1