intl-format-cache
Advanced tools
Comparing version 4.1.22 to 4.2.0
@@ -6,2 +6,13 @@ # Change Log | ||
# [4.2.0](https://github.com/formatjs/formatjs/compare/intl-format-cache@4.1.22...intl-format-cache@4.2.0) (2019-09-20) | ||
### Features | ||
* **intl-format-cache:** mark the package as side-effects free ([767f0a1](https://github.com/formatjs/formatjs/commit/767f0a1)) | ||
## [4.1.22](https://github.com/formatjs/formatjs/compare/intl-format-cache@4.1.21...intl-format-cache@4.1.22) (2019-09-17) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "intl-format-cache", | ||
"version": "4.1.22", | ||
"version": "4.2.0", | ||
"description": "A memoizer factory for Intl format constructors.", | ||
@@ -15,4 +15,4 @@ "main": "dist/index.js", | ||
"devDependencies": { | ||
"@formatjs/intl-pluralrules": "^1.1.5", | ||
"@formatjs/intl-relativetimeformat": "^4.0.1" | ||
"@formatjs/intl-pluralrules": "^1.2.0", | ||
"@formatjs/intl-relativetimeformat": "^4.1.0" | ||
}, | ||
@@ -27,2 +27,3 @@ "repository": { | ||
], | ||
"sideEffects": false, | ||
"author": "Eric Ferraiuolo <eferraiuolo@gmail.com>", | ||
@@ -34,3 +35,3 @@ "license": "BSD-3-Clause", | ||
"homepage": "https://github.com/formatjs/formatjs", | ||
"gitHead": "f275221512d2d7e8af4a10a0230a505922fcaf31" | ||
"gitHead": "3e5b09cafdf3b136d7f0f828bf4d56fa0c1a6f2c" | ||
} |
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
23150