@os-team/i18next-tld-language-detector
Advanced tools
Comparing version 1.0.5 to 1.0.6
{ | ||
"name": "@os-team/i18next-tld-language-detector", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"license": "MIT", | ||
"repository": "git@gitlab.com:os-team/libs/utils.git", | ||
"main": "dist/cjs/index.js", | ||
"module": "dist/esm/index.js", | ||
"types": "dist/types/index.d.ts", | ||
"exports": { | ||
".": { | ||
"require": "./dist/cjs/index.js", | ||
"default": "./dist/esm/index.js" | ||
} | ||
}, | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"files": [ | ||
"dist" | ||
], | ||
"sideEffects": false, | ||
"scripts": { | ||
"clean": "rimraf dist", | ||
"build:esm": "cross-env BABEL_ENV=esm babel src --root-mode upward --extensions .ts,.tsx --out-dir dist/esm --source-maps", | ||
"build:cjs": "cross-env BABEL_ENV=cjs babel src --root-mode upward --extensions .ts,.tsx --out-dir dist/cjs --source-maps", | ||
"build:types": "tsc --emitDeclarationOnly --declaration --declarationDir dist/types", | ||
"build": "yarn clean && npm-run-all build:*", | ||
"build": "yarn clean && tsc --outDir dist", | ||
"ncu": "ncu -u" | ||
@@ -36,3 +25,3 @@ }, | ||
}, | ||
"gitHead": "3b57cec076dc594a3753de51bc204eb7c3d504d6" | ||
"gitHead": "eccc74a10845d550545a457542d2c14b1cce0e11" | ||
} |
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
4642
7
27