i18n-validate
Advanced tools
Comparing version 1.4.3-next.9817497.0 to 1.4.3-next.03d4d0b.0
@@ -8,3 +8,3 @@ #!/usr/bin/env node | ||
var start = performance.now(); | ||
var command = new Command().version("1.4.3-next.9817497.0").usage("[options] <file ...>").option("-c, --config <config>", "Path to the config file", "./i18n-validate.json").option("--log-level <logLevel>", "Log level").option("--exclude <exclude...>", "Exclude files from parsing").option("--exit-on-error", "Exit immediately if an error is found"); | ||
var command = new Command().version("1.4.3-next.03d4d0b.0").usage("[options] <file ...>").option("-c, --config <config>", "Path to the config file", "./i18n-validate.json").option("--log-level <logLevel>", "Log level").option("--exclude <exclude...>", "Exclude files from parsing").option("--exit-on-error", "Exit immediately if an error is found"); | ||
command.on("--help", () => { | ||
@@ -11,0 +11,0 @@ console.log(""); |
{ | ||
"name": "i18n-validate", | ||
"version": "1.4.3-next.9817497.0", | ||
"version": "1.4.3-next.03d4d0b.0", | ||
"description": "A cli tool to find invalid i18n keys, missing variables and many more", | ||
@@ -32,11 +32,11 @@ "main": "./dist/index.js", | ||
"dependencies": { | ||
"commander": "^12.0.0", | ||
"commander": "^12.1.0", | ||
"fast-glob": "^3.3.2", | ||
"typescript": "^5.4.4" | ||
"typescript": "^5.4.5" | ||
}, | ||
"devDependencies": { | ||
"@favware/cliff-jumper": "^3.0.1", | ||
"@favware/cliff-jumper": "^3.0.3", | ||
"@favware/npm-deprecate": "^1.0.7", | ||
"@types/node": "^20.12.5", | ||
"@vitest/coverage-v8": "^1.4.0", | ||
"@types/node": "^20.13.0", | ||
"@vitest/coverage-v8": "^1.6.0", | ||
"esbuild-plugin-version-injector": "^1.2.1", | ||
@@ -46,6 +46,6 @@ "eslint": "^8.57.0", | ||
"husky": "^9.0.11", | ||
"lint-staged": "^15.2.2", | ||
"prettier": "^3.2.5", | ||
"lint-staged": "^15.2.5", | ||
"prettier": "^3.3.0", | ||
"tsup": "^8.0.2", | ||
"vitest": "^1.4.0" | ||
"vitest": "^1.6.0" | ||
}, | ||
@@ -52,0 +52,0 @@ "files": [ |
Sorry, the diff of this file is not supported yet
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
Updatedcommander@^12.1.0
Updatedtypescript@^5.4.5