taraskevizer 6.1.11 → 6.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/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.11");
10
+ printWithPrefix("6.1.12");
11
11
  process.exit(0);
12
12
  }
13
13
  if (checkForOptions(["-h", "--help"])) {
package/dist/index.cjs CHANGED
@@ -1530,10 +1530,10 @@ var wordlist = dictFrom.raw([
1530
1530
  [/хлор/, "хлёр"],
1531
1531
  [/хлар/, "хляр"],
1532
1532
  [/ калій /, " ка(ль|лі) "],
1533
+ [/ гeлій /, " (гэ|ге)(ль|лі) "],
1534
+ [/ гeлі(?=[юя] |е)/, " (гэ|ге)л"],
1535
+ [/ гeліі /, " (гэ|ге)ле "],
1533
1536
  [/ гелі/, " гэлі"],
1534
- [/ гэлій /, " (гэ|ге)(ль|лі) "],
1535
- [/ гэлі(?=[юя] |е)/, " (гэ|ге)л"],
1536
- [/ гэліі /, " (гэ|ге)ле "],
1537
1537
  [`(${chemicalElements1[0] + chemicalElements1[1]}|інд|франц|рад)ый `, "$1 "],
1538
1538
  [`(${chemicalElements1[3]})ы[ея]`, "$1а"],
1539
1539
  [`(${chemicalElements1[3]})ыю`, "$1у"],
package/dist/index.js CHANGED
@@ -1505,10 +1505,10 @@ var wordlist = dictFrom.raw([
1505
1505
  [/хлор/, "хлёр"],
1506
1506
  [/хлар/, "хляр"],
1507
1507
  [/ калій /, " ка(ль|лі) "],
1508
+ [/ гeлій /, " (гэ|ге)(ль|лі) "],
1509
+ [/ гeлі(?=[юя] |е)/, " (гэ|ге)л"],
1510
+ [/ гeліі /, " (гэ|ге)ле "],
1508
1511
  [/ гелі/, " гэлі"],
1509
- [/ гэлій /, " (гэ|ге)(ль|лі) "],
1510
- [/ гэлі(?=[юя] |е)/, " (гэ|ге)л"],
1511
- [/ гэліі /, " (гэ|ге)ле "],
1512
1512
  [`(${chemicalElements1[0] + chemicalElements1[1]}|інд|франц|рад)ый `, "$1 "],
1513
1513
  [`(${chemicalElements1[3]})ы[ея]`, "$1а"],
1514
1514
  [`(${chemicalElements1[3]})ыю`, "$1у"],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "taraskevizer",
3
- "version": "6.1.11",
3
+ "version": "6.1.12",
4
4
  "author": "GooseOb",
5
5
  "repository": {
6
6
  "type": "git",