intl-format-cache
Advanced tools
Comparing version 4.1.5 to 4.1.6
@@ -6,2 +6,13 @@ # Change Log | ||
## [4.1.6](https://github.com/formatjs/formatjs/compare/intl-format-cache@4.1.5...intl-format-cache@4.1.6) (2019-08-06) | ||
### Bug Fixes | ||
* generate .mjs instead of lib ([0c34ee4](https://github.com/formatjs/formatjs/commit/0c34ee4)) | ||
## [4.1.5](https://github.com/formatjs/formatjs/compare/intl-format-cache@4.1.4...intl-format-cache@4.1.5) (2019-08-02) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "intl-format-cache", | ||
"version": "4.1.5", | ||
"version": "4.1.6", | ||
"description": "A memoizer factory for Intl format constructors.", | ||
"main": "index.js", | ||
"module": "lib/index.js", | ||
"typings": "lib/index.d.ts", | ||
"main": "dist/index", | ||
"types": "dist/index.d.ts", | ||
"type": "module", | ||
"scripts": { | ||
"clean": "rimraf dist lib", | ||
"mjs": "find ./dist -depth -name \"*.js\" -exec sh -c 'f=\"{}\"; mv -- \"$f\" \"${f%.js}.mjs\"' \\;", | ||
"benchmark": "ts-node --project tsconfig.cjs.json tests/benchmark", | ||
"build": "tsc && tsc -p src/tsconfig.cjs.json && rollup -c rollup.config.js", | ||
"build": "tsc && npm run mjs && tsc -p src/tsconfig.cjs.json && rollup -c rollup.config.js", | ||
"test": "mocha --opts ../../mocha.opts tests/index.ts", | ||
@@ -16,3 +17,3 @@ "prepublishOnly": "npm run build" | ||
"devDependencies": { | ||
"@formatjs/intl-relativetimeformat": "^2.5.1" | ||
"@formatjs/intl-relativetimeformat": "^2.5.2" | ||
}, | ||
@@ -33,3 +34,3 @@ "repository": { | ||
"homepage": "https://github.com/formatjs/formatjs", | ||
"gitHead": "246da4f1776326cc7ebbbb367ab88adf9f4c813f" | ||
"gitHead": "5712b2950f1ca82c7ea987a88a490a28157838fc" | ||
} |
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
Yes
18849
8
132