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 +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
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
|
-
[/(?<=[АЕЁІОУЎЫЭЮЯЬ]
|
|
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
|
-
[/(?<=[АЕЁІОУЎЫЭЮЯЬ]
|
|
195
|
+
[/(?<=[AOEUАЕЁІОУЎЫЭЮЯЬ][( ]*)І/, "JI"],
|
|
196
196
|
...common.upper[2]
|
|
197
197
|
];
|
|
198
198
|
|