@formatjs/intl-displaynames
Advanced tools
Comparing version 3.0.4-alpha.0 to 3.1.0
{ | ||
"name": "@formatjs/intl-displaynames", | ||
"version": "3.0.4-alpha.0", | ||
"version": "3.1.0", | ||
"description": "Polyfill for: https://tc39.es/proposal-intl-displaynames", | ||
@@ -17,6 +17,4 @@ "keywords": [ | ||
"license": "MIT", | ||
"main": "dist/index.js", | ||
"module": "lib/index.js", | ||
"module:es6": "dist-es6/index.js", | ||
"types": "lib/index.d.js", | ||
"main": "index.js", | ||
"types": "intl-displaynames.d.js", | ||
"files": [ | ||
@@ -35,23 +33,4 @@ "dist", | ||
"dependencies": { | ||
"@formatjs/intl-utils": "^3.6.2-alpha.0" | ||
"@formatjs/intl-utils": "^3.7.0" | ||
}, | ||
"devDependencies": { | ||
"@formatjs/intl-getcanonicallocales": "^1.2.12-alpha.0", | ||
"@types/chalk": "^2.2.0", | ||
"@types/jest": "^25.2.1", | ||
"chalk": "^4.0.0", | ||
"cldr-localenames-full": "^36.0.0", | ||
"jest": "^25.4.0", | ||
"ts-jest": "^26.1.1" | ||
}, | ||
"scripts": { | ||
"cldr": "ts-node scripts/cldr --outDir locale-data --testDataDir tests/locale-data --test262MainFile tests/test262-main.js --polyfillLocalesOutFile polyfill-locales.js", | ||
"build": "yarn cldr && yarn compile && yarn rollup", | ||
"clean": "rimraf dist dist-es6 lib *.tsbuildinfo", | ||
"jest": "cross-env cross-env NODE_ENV=test jest", | ||
"test262": "cross-env ts-node tests/runner", | ||
"test": "yarn run jest && yarn run test262", | ||
"rollup": "rollup -c rollup.config.js", | ||
"compile": "tsc && tsc -p tsconfig.esm.json && tsc -p tsconfig.es6.json && api-extractor run --local" | ||
}, | ||
"bugs": { | ||
@@ -58,0 +37,0 @@ "url": "https://github.com/formatjs/formatjs/issues" |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
28784019
0
547
58126
0
Updated@formatjs/intl-utils@^3.7.0