taraskevizer 5.2.2 → 5.2.3

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/index.cjs CHANGED
@@ -223,7 +223,7 @@ var rawLatinLettersUpperCaseJi = [
223
223
  ...common.upper[0],
224
224
  [new RegExp("(?<=[eoua] *)І(?=[ \\p{P}\\d]*\\p{Lu}?\\p{Ll})", "u"), "Ji"],
225
225
  ...common.upper[1],
226
- [/(?<=[АЕЁІОУЎЫЭЮЯЬ]\(?)І/, "JI"],
226
+ [/(?<=[AOEUАЕЁІОУЎЫЭЮЯЬ][( ]*)І/, "JI"],
227
227
  ...common.upper[2]
228
228
  ];
229
229
 
package/dist/index.js CHANGED
@@ -192,7 +192,7 @@ var rawLatinLettersUpperCaseJi = [
192
192
  ...common.upper[0],
193
193
  [new RegExp("(?<=[eoua] *)І(?=[ \\p{P}\\d]*\\p{Lu}?\\p{Ll})", "u"), "Ji"],
194
194
  ...common.upper[1],
195
- [/(?<=[АЕЁІОУЎЫЭЮЯЬ]\(?)І/, "JI"],
195
+ [/(?<=[AOEUАЕЁІОУЎЫЭЮЯЬ][( ]*)І/, "JI"],
196
196
  ...common.upper[2]
197
197
  ];
198
198
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "taraskevizer",
3
- "version": "5.2.2",
3
+ "version": "5.2.3",
4
4
  "author": "GooseOb",
5
5
  "repository": {
6
6
  "type": "git",