taraskevizer 6.0.4 → 6.0.5

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
@@ -225,7 +225,8 @@ var rawLatinLettersUpperCaseJi = [
225
225
  [new RegExp("(?<=[eoua] *)І(?=[ \\p{P}\\d]*\\p{Lu}?\\p{Ll})", "u"), "Ji"],
226
226
  ...common.upper[1],
227
227
  [/(?<=[AOEUАЕЁІОУЎЫЭЮЯ][( ]*)І/, "JI"],
228
- ...common.upper[2]
228
+ ...common.upper[2],
229
+ [/ JIŁ -/, " IŁ -"]
229
230
  ];
230
231
 
231
232
  // src/dict/arabic.ts
package/dist/index.js CHANGED
@@ -194,7 +194,8 @@ var rawLatinLettersUpperCaseJi = [
194
194
  [new RegExp("(?<=[eoua] *)І(?=[ \\p{P}\\d]*\\p{Lu}?\\p{Ll})", "u"), "Ji"],
195
195
  ...common.upper[1],
196
196
  [/(?<=[AOEUАЕЁІОУЎЫЭЮЯ][( ]*)І/, "JI"],
197
- ...common.upper[2]
197
+ ...common.upper[2],
198
+ [/ JIŁ -/, " IŁ -"]
198
199
  ];
199
200
 
200
201
  // src/dict/arabic.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "taraskevizer",
3
- "version": "6.0.4",
3
+ "version": "6.0.5",
4
4
  "author": "GooseOb",
5
5
  "repository": {
6
6
  "type": "git",