intl-format-cache
Advanced tools
Comparing version 4.2.24 to 4.2.25
@@ -6,2 +6,13 @@ # Change Log | ||
## [4.2.25](https://github.com/formatjs/formatjs/compare/intl-format-cache@4.2.24...intl-format-cache@4.2.25) (2020-04-24) | ||
### Bug Fixes | ||
* **eslint-plugin-formatjs:** add missing dep ([776390e](https://github.com/formatjs/formatjs/commit/776390e9d6cb3bc1eef07b2e92057136cfe95b76)) | ||
## [4.2.24](https://github.com/formatjs/formatjs/compare/intl-format-cache@4.2.23...intl-format-cache@4.2.24) (2020-04-14) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "intl-format-cache", | ||
"version": "4.2.24", | ||
"version": "4.2.25", | ||
"description": "A memoizer factory for Intl format constructors.", | ||
@@ -20,4 +20,4 @@ "main": "dist/index.js", | ||
"devDependencies": { | ||
"@formatjs/intl-pluralrules": "^1.5.5", | ||
"@formatjs/intl-relativetimeformat": "^4.5.12" | ||
"@formatjs/intl-pluralrules": "^1.5.6", | ||
"@formatjs/intl-relativetimeformat": "^4.5.13" | ||
}, | ||
@@ -39,3 +39,3 @@ "repository": { | ||
"homepage": "https://github.com/formatjs/formatjs", | ||
"gitHead": "4cd1f0bd3e3099eda065a19477dc35673c5d9793" | ||
"gitHead": "9c83c2c89c3fcf8d68da29be3f1be8f516b21ae0" | ||
} |
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
31241