intl-format-cache
Advanced tools
Comparing version 4.2.23 to 4.2.24
@@ -6,2 +6,13 @@ # Change Log | ||
## [4.2.24](https://github.com/formatjs/formatjs/compare/intl-format-cache@4.2.23...intl-format-cache@4.2.24) (2020-04-14) | ||
### Bug Fixes | ||
* clean up tsbuildinfo before full build ([c301ca0](https://github.com/formatjs/formatjs/commit/c301ca02e0c319a0eb03921533053f0334ae5df1)) | ||
## [4.2.23](https://github.com/formatjs/formatjs/compare/intl-format-cache@4.2.22...intl-format-cache@4.2.23) (2020-03-30) | ||
@@ -8,0 +19,0 @@ |
@@ -9,1 +9,2 @@ export declare type CacheValue = Intl.NumberFormat | Intl.DateTimeFormat | Intl.PluralRules | any; | ||
export default memoizeFormatConstructor; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -49,1 +49,2 @@ "use strict"; | ||
exports.default = memoizeFormatConstructor; | ||
//# sourceMappingURL=index.js.map |
@@ -9,1 +9,2 @@ export declare type CacheValue = Intl.NumberFormat | Intl.DateTimeFormat | Intl.PluralRules | any; | ||
export default memoizeFormatConstructor; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -47,1 +47,2 @@ /* | ||
export default memoizeFormatConstructor; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "intl-format-cache", | ||
"version": "4.2.23", | ||
"version": "4.2.24", | ||
"description": "A memoizer factory for Intl format constructors.", | ||
@@ -14,3 +14,3 @@ "main": "dist/index.js", | ||
"scripts": { | ||
"clean": "rimraf dist lib", | ||
"clean": "rimraf dist lib *.tsbuildinfo", | ||
"benchmark": "ts-node --project tsconfig.cjs.json tests/benchmark", | ||
@@ -21,4 +21,4 @@ "build": "tsc && tsc -p tsconfig.cjs.json && rollup -c rollup.config.js", | ||
"devDependencies": { | ||
"@formatjs/intl-pluralrules": "^1.5.4", | ||
"@formatjs/intl-relativetimeformat": "^4.5.11" | ||
"@formatjs/intl-pluralrules": "^1.5.5", | ||
"@formatjs/intl-relativetimeformat": "^4.5.12" | ||
}, | ||
@@ -40,3 +40,3 @@ "repository": { | ||
"homepage": "https://github.com/formatjs/formatjs", | ||
"gitHead": "8481b5571e5aa2824ade8dee03b069ad0e186c44" | ||
"gitHead": "4cd1f0bd3e3099eda065a19477dc35673c5d9793" | ||
} |
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
30952
14