taraskevizer 10.1.1 → 10.1.2

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
@@ -6,7 +6,7 @@ const printWithPrefix = (msg) => {
6
6
  process.argv.splice(0, 2);
7
7
  const checkForOptions = (options) => process.argv[0] && options.includes(process.argv[0].toLowerCase());
8
8
  if (checkForOptions(['-v', '--version'])) {
9
- printWithPrefix("10.1.1");
9
+ printWithPrefix("10.1.2");
10
10
  process.exit(0);
11
11
  }
12
12
  if (checkForOptions(['-h', '--help'])) {
@@ -1517,7 +1517,7 @@ export const wordlist = callableDict([
1517
1517
  // [/(\S)ах /g, '$1(а|о)х '],
1518
1518
  // [/(\S)ях /g, '$1(я|ё)х '],
1519
1519
  // [/цытадэлях/g, 'цытадэ(ля|лё)х'],
1520
- [/(бацьк|бераг|брат|вач|вуш|гарад|дам|даждж|дзьвяр|зуб|к[ауі]т|кіраўнік|канц|ляс|маст|на[гч]|пляч|пяск|раз|рук|сад|склад|стал|сын|сябр|хвальк|хляв|цягнік)ах /g, '$1(а|о)х '],
1520
+ [/(бацьк|бераг|брат|вач|вуш|гарад|дам|даждж|дзвяр|зуб|к[ауі]т|кіраўнік|канц|ляс|маст|на[гч]|пляч|пяск|раз|рук|сад|склад|стал|сын|сябр|хвальк|хляв|цягнік)ах /g, '$1(а|о)х '],
1521
1521
  [/(агн|вучн|грудз|каран|касц)ях /g, '$1(я|ё)х '],
1522
1522
  [/(кара|па)лях /g, '$1(ля|лё)х '],
1523
1523
  [/во([лч])ах /g, 'в(о$1а|а$1о)х '],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "taraskevizer",
3
- "version": "10.1.1",
3
+ "version": "10.1.2",
4
4
  "author": "GooseOb",
5
5
  "repository": {
6
6
  "type": "git",