taraskevizer 6.1.6 → 6.1.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -106,7 +106,7 @@ Default `true`
106
106
 
107
107
  If set to false, may cause unwanted changes in acronyms.
108
108
 
109
- Is always `true` in `convertAlphabetOnly`.
109
+ Is always `false` in `convertAlphabetOnly`.
110
110
 
111
111
  ### taraskevize
112
112
 
package/dist/bin.js CHANGED
@@ -7,7 +7,7 @@ const printWithPrefix = (msg) => {
7
7
  process.argv.splice(0, 2);
8
8
  const checkForOptions = (options) => process.argv[0] && options.includes(process.argv[0].toLowerCase());
9
9
  if (checkForOptions(["-v", "--version"])) {
10
- printWithPrefix("6.1.6");
10
+ printWithPrefix("6.1.9");
11
11
  process.exit(0);
12
12
  }
13
13
  if (checkForOptions(["-h", "--help"])) {