i18next-conv
Advanced tools
Comparing version 12.1.0 to 12.1.1
@@ -61,3 +61,3 @@ #!/usr/bin/env node | ||
.option('--ignorePlurals', 'Do not process the plurals') | ||
.option('--foldLength', 'Specify the character fold length for strings') | ||
.option('--foldLength <value>', 'Specify the character fold length for strings') | ||
.option('--compatibilityJSON <ver>', "Set to 'v4' to generate i18next@21 compatible json files") | ||
@@ -64,0 +64,0 @@ .parse(process.argv); |
@@ -9,3 +9,3 @@ { | ||
], | ||
"version": "12.1.0", | ||
"version": "12.1.1", | ||
"type": "module", | ||
@@ -45,5 +45,5 @@ "engines": { | ||
"colorette": "^2.0.16", | ||
"commander": "^9.0.0", | ||
"gettext-converter": "^1.2.0", | ||
"gettext-parser": "^5.0.0", | ||
"commander": "^9.1.0", | ||
"gettext-converter": "^1.2.2", | ||
"gettext-parser": "^5.1.2", | ||
"node-gettext": "^3.0.0" | ||
@@ -54,10 +54,10 @@ }, | ||
"chai-as-promised": "^7.1.1", | ||
"eslint": "^8.10.0", | ||
"eslint": "^8.13.0", | ||
"eslint-config-airbnb-base": "^15.0.0", | ||
"eslint-plugin-import": "^2.25.4", | ||
"eslint-plugin-mocha": "^10.0.3", | ||
"eslint-plugin-import": "^2.26.0", | ||
"eslint-plugin-mocha": "^10.0.4", | ||
"eslint-plugin-node": "^11.1.0", | ||
"mocha": "^9.2.1", | ||
"rollup": "^2.69.1" | ||
"mocha": "^9.2.2", | ||
"rollup": "^2.70.1" | ||
} | ||
} |
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
27605
Updatedcommander@^9.1.0
Updatedgettext-converter@^1.2.2
Updatedgettext-parser@^5.1.2