@formatjs/intl-relativetimeformat
Advanced tools
Comparing version 4.1.0 to 4.1.1
@@ -6,2 +6,10 @@ # Change Log | ||
## [4.1.1](https://github.com/formatjs/formatjs/compare/@formatjs/intl-relativetimeformat@4.1.0...@formatjs/intl-relativetimeformat@4.1.1) (2019-09-27) | ||
**Note:** Version bump only for package @formatjs/intl-relativetimeformat | ||
# [4.1.0](https://github.com/formatjs/formatjs/compare/@formatjs/intl-relativetimeformat@4.0.1...@formatjs/intl-relativetimeformat@4.1.0) (2019-09-20) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@formatjs/intl-relativetimeformat", | ||
"version": "4.1.0", | ||
"version": "4.1.1", | ||
"description": "Formats JavaScript dates to relative time strings.", | ||
@@ -23,7 +23,7 @@ "keywords": [ | ||
"devDependencies": { | ||
"@formatjs/intl-pluralrules": "^1.2.0", | ||
"formatjs-extract-cldr-data": "^9.7.2" | ||
"@formatjs/intl-pluralrules": "^1.2.1", | ||
"formatjs-extract-cldr-data": "^9.8.0" | ||
}, | ||
"dependencies": { | ||
"@formatjs/intl-utils": "^1.2.0" | ||
"@formatjs/intl-utils": "^1.3.0" | ||
}, | ||
@@ -36,3 +36,3 @@ "main": "dist/index.js", | ||
"cldr": "ts-node --project tsconfig.cjs.json scripts/cldr", | ||
"clean": "rimraf dist lib", | ||
"clean": "rimraf dist lib dist-es6", | ||
"compile": "tsc && tsc -p tsconfig.cjs.json && tsc -p tsconfig.es6.json && rollup -c rollup.config.js", | ||
@@ -44,3 +44,3 @@ "jest": "cross-env NODE_ICU_DATA=../../node_modules/full-icu TS_NODE_PROJECT=tsconfig.cjs.json cross-env NODE_ENV=test jest", | ||
"license": "MIT", | ||
"gitHead": "3e5b09cafdf3b136d7f0f828bf4d56fa0c1a6f2c" | ||
"gitHead": "a7842673d8ad205171ad7c8cb8bb2f318b427c0c" | ||
} |
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
23148454
Updated@formatjs/intl-utils@^1.3.0