taraskevizer 8.0.12 → 8.0.13

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/dist/bin.js CHANGED
@@ -102,6 +102,12 @@ const optionDict = toHashTable([
102
102
  mode = 'abcOnly';
103
103
  },
104
104
  ],
105
+ [
106
+ ['--phonetic', '-ph'],
107
+ () => {
108
+ mode = 'phonetic';
109
+ },
110
+ ],
105
111
  ]);
106
112
  let currOption;
107
113
  process.argv.reverse();
@@ -43,6 +43,7 @@ export declare const plainText: (TaraskStep<import("./steps/types").SplittedText
43
43
  export declare const html: (TaraskStep<import("./steps/types").SplittedTextStorage> | TaraskStep<import("./steps/resolve-syntax").SpecialSyntaxStorage> | TaraskStep<import("./steps/whitespaces").WhiteSpaceStorage>)[];
44
44
  /**
45
45
  * Pipeline for phonetizing.
46
+ * @alpha
46
47
  */
47
48
  export declare const phonetic: (TaraskStep<import("./steps/types").SplittedTextStorage> | TaraskStep<import("./steps/resolve-syntax").SpecialSyntaxStorage> | TaraskStep<import("./steps/whitespaces").WhiteSpaceStorage>)[];
48
49
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "taraskevizer",
3
- "version": "8.0.12",
3
+ "version": "8.0.13",
4
4
  "author": "GooseOb",
5
5
  "repository": {
6
6
  "type": "git",