intl-format-cache
Advanced tools
Comparing version 4.2.25 to 4.2.26
@@ -6,2 +6,10 @@ # Change Log | ||
## 4.2.26 (2020-04-28) | ||
**Note:** Version bump only for package intl-format-cache | ||
## [4.2.25](https://github.com/formatjs/formatjs/compare/intl-format-cache@4.2.24...intl-format-cache@4.2.25) (2020-04-24) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "intl-format-cache", | ||
"version": "4.2.25", | ||
"version": "4.2.26", | ||
"description": "A memoizer factory for Intl format constructors.", | ||
@@ -14,10 +14,12 @@ "main": "dist/index.js", | ||
"scripts": { | ||
"clean": "rimraf dist lib *.tsbuildinfo", | ||
"benchmark": "ts-node --project tsconfig.cjs.json tests/benchmark", | ||
"build": "tsc && tsc -p tsconfig.cjs.json && rollup -c rollup.config.js", | ||
"clean": "rimraf dist lib tests/browser.js tests/browser.js.map *.tsbuildinfo", | ||
"benchmark": "ts-node tests/benchmark", | ||
"build": "tsc && tsc -p tsconfig.esm.json && rollup -c rollup.config.js", | ||
"test": "mocha --opts ../../mocha.opts tests/index.ts" | ||
}, | ||
"devDependencies": { | ||
"@formatjs/intl-pluralrules": "^1.5.6", | ||
"@formatjs/intl-relativetimeformat": "^4.5.13" | ||
"@formatjs/intl-pluralrules": "^1.5.7", | ||
"@formatjs/intl-relativetimeformat": "^4.5.14", | ||
"@types/mocha": "^7.0.2", | ||
"mocha": "^7.1.2" | ||
}, | ||
@@ -39,3 +41,7 @@ "repository": { | ||
"homepage": "https://github.com/formatjs/formatjs", | ||
"gitHead": "9c83c2c89c3fcf8d68da29be3f1be8f516b21ae0" | ||
"gitHead": "84e7cc6f3723801271661fdbdb5391fac7e6f74c", | ||
"dependencies": { | ||
"@types/chai": "^4.2.11", | ||
"chai": "^4.2.0" | ||
} | ||
} |
{ | ||
"extends": "../tsconfig.json", | ||
"compilerOptions": { | ||
"outDir": "dist", | ||
"module": "commonjs", | ||
"target": "es5" | ||
}, | ||
"include": ["*.ts"] | ||
} | ||
"extends": "../tsconfig.json", | ||
"compilerOptions": { | ||
"outDir": "dist", | ||
"module": "commonjs", | ||
"target": "es5" | ||
}, | ||
"include": ["*.ts"] | ||
} |
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
31448
163
2
4
+ Added@types/chai@^4.2.11
+ Addedchai@^4.2.0
+ Added@types/chai@4.3.20(transitive)
+ Addedassertion-error@1.1.0(transitive)
+ Addedchai@4.5.0(transitive)
+ Addedcheck-error@1.0.3(transitive)
+ Addeddeep-eql@4.1.4(transitive)
+ Addedget-func-name@2.0.2(transitive)
+ Addedloupe@2.3.7(transitive)
+ Addedpathval@1.1.1(transitive)
+ Addedtype-detect@4.1.0(transitive)