i18n-validate
Advanced tools
Comparing version 1.4.3-next.eada86b.0 to 1.4.3-next.ec76206.0
@@ -8,3 +8,3 @@ #!/usr/bin/env node | ||
var start = performance.now(); | ||
var command = new Command().version("1.4.3-next.eada86b.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.ec76206.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(""); |
@@ -121,2 +121,2 @@ type LogLevel = 'debug' | 'error' | 'info' | 'warn'; | ||
export { LogLevel, Options, TranslationNode, ValidationError, parseFile, parseOptionsFile, validateKey }; | ||
export { type LogLevel, type Options, type TranslationNode, ValidationError, parseFile, parseOptionsFile, validateKey }; |
{ | ||
"name": "i18n-validate", | ||
"version": "1.4.3-next.eada86b.0", | ||
"version": "1.4.3-next.ec76206.0", | ||
"description": "A cli tool to find invalid i18n keys, missing variables and many more", | ||
@@ -33,18 +33,18 @@ "main": "./dist/index.js", | ||
"commander": "^11.1.0", | ||
"fast-glob": "^3.3.1", | ||
"typescript": "^5.2.2" | ||
"fast-glob": "^3.3.2", | ||
"typescript": "^5.3.3" | ||
}, | ||
"devDependencies": { | ||
"@favware/cliff-jumper": "^2.2.0", | ||
"@favware/cliff-jumper": "^2.2.3", | ||
"@favware/npm-deprecate": "^1.0.7", | ||
"@types/node": "^20.8.9", | ||
"@vitest/coverage-v8": "^0.34.6", | ||
"@types/node": "^20.11.0", | ||
"@vitest/coverage-v8": "^1.2.0", | ||
"esbuild-plugin-version-injector": "^1.2.1", | ||
"eslint": "^8.52.0", | ||
"eslint-config-mahir": "^0.0.35", | ||
"eslint": "^8.56.0", | ||
"eslint-config-mahir": "^0.0.36", | ||
"husky": "^8.0.3", | ||
"lint-staged": "^15.0.2", | ||
"prettier": "^3.0.3", | ||
"tsup": "^7.2.0", | ||
"vitest": "^0.34.6" | ||
"lint-staged": "^15.2.0", | ||
"prettier": "^3.2.2", | ||
"tsup": "^8.0.1", | ||
"vitest": "^1.2.0" | ||
}, | ||
@@ -51,0 +51,0 @@ "files": [ |
Sorry, the diff of this file is not supported yet
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
59583
0
Updatedfast-glob@^3.3.2
Updatedtypescript@^5.3.3