taraskevizer 10.1.11 → 10.1.12

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
@@ -63,11 +63,11 @@ pipelines.alphabetic('яна і іншыя', latinWithJiCfg);
63
63
 
64
64
  # Builtin Pipelines
65
65
 
66
- | Pipeline | Taraskevization | Alphabet | Phonetization | Special syntax |
67
- | ---------------- | --------------- | -------- | ------------- | -------------- |
68
- | tarask | ✅ | ✅ | ❌ | ✅ |
69
- | alphabetic | ❌ | ✅ | ❌ | ✅ |
70
- | phonetic (alpha) | ❌ | ✅ | ✅ | ✅ |
66
+ | Pipeline | Taraskevization | Phonetization | Alphabet | Special syntax |
67
+ | ---------- | --------------- | ------------- | -------- | -------------- |
68
+ | tarask | ✅ | ❌ | ✅ | ✅ |
69
+ | alphabetic | ❌ | ❌ | ✅ | ✅ |
70
+ | phonetic | ❌ | ✅ (alpha) | ✅ | ✅ |
71
71
 
72
72
  # HTML tags
73
73
 
package/dist/bin.js CHANGED
@@ -7,7 +7,7 @@ process.argv.splice(0, 2);
7
7
  const firstArg = process.argv[0];
8
8
  if (firstArg) {
9
9
  if (firstArg === '-v' || firstArg === '--version') {
10
- printWithPrefix("10.1.11");
10
+ printWithPrefix("10.1.12");
11
11
  process.exit(0);
12
12
  }
13
13
  if (firstArg === '-h' || firstArg === '--help') {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "taraskevizer",
3
- "version": "10.1.11",
3
+ "version": "10.1.12",
4
4
  "author": "GooseOb",
5
5
  "repository": {
6
6
  "type": "git",