i18n-validate
Advanced tools
Comparing version 1.4.3-next.4704ae5.0 to 1.4.3-next.4c82be4.0
@@ -8,3 +8,3 @@ #!/usr/bin/env node | ||
var start = performance.now(); | ||
var command = new Command().version("1.4.3-next.4704ae5.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.4c82be4.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.4704ae5.0", | ||
"version": "1.4.3-next.4c82be4.0", | ||
"description": "A cli tool to find invalid i18n keys, missing variables and many more", | ||
@@ -32,3 +32,3 @@ "main": "./dist/index.js", | ||
"dependencies": { | ||
"commander": "^11.0.0", | ||
"commander": "^11.1.0", | ||
"fast-glob": "^3.3.1", | ||
@@ -38,14 +38,14 @@ "typescript": "^5.2.2" | ||
"devDependencies": { | ||
"@favware/cliff-jumper": "^2.1.3", | ||
"@favware/cliff-jumper": "^2.2.0", | ||
"@favware/npm-deprecate": "^1.0.7", | ||
"@types/node": "^20.6.2", | ||
"@vitest/coverage-v8": "^0.34.4", | ||
"@types/node": "^20.8.7", | ||
"@vitest/coverage-v8": "^0.34.6", | ||
"esbuild-plugin-version-injector": "^1.2.1", | ||
"eslint": "^8.49.0", | ||
"eslint-config-mahir": "^0.0.33", | ||
"eslint": "^8.52.0", | ||
"eslint-config-mahir": "^0.0.34", | ||
"husky": "^8.0.3", | ||
"lint-staged": "^14.0.1", | ||
"lint-staged": "^15.0.2", | ||
"prettier": "^3.0.3", | ||
"tsup": "^7.2.0", | ||
"vitest": "^0.34.4" | ||
"vitest": "^0.34.6" | ||
}, | ||
@@ -52,0 +52,0 @@ "files": [ |
Sorry, the diff of this file is not supported yet
Updatedcommander@^11.1.0