taraskevizer 5.0.2 → 5.0.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
|
@@ -1265,7 +1265,7 @@ var rawWordlist = [
|
|
|
1265
1265
|
[/аміля/, "аміла"],
|
|
1266
1266
|
[/ксілоза/, "ксылёза"],
|
|
1267
1267
|
[/ксілулоза/, "ксылюлёза"],
|
|
1268
|
-
[/ хімі(
|
|
1268
|
+
[/ хімі(?=[йю] |яй? |[кч])/, " (хэ|хі)мі"],
|
|
1269
1269
|
[/хіцін/, "хітын"],
|
|
1270
1270
|
[/пекцін/, "пектын"],
|
|
1271
1271
|
[/ (м?)анамер/, " $1анамэр"],
|
package/dist/index.js
CHANGED
|
@@ -1234,7 +1234,7 @@ var rawWordlist = [
|
|
|
1234
1234
|
[/аміля/, "аміла"],
|
|
1235
1235
|
[/ксілоза/, "ксылёза"],
|
|
1236
1236
|
[/ксілулоза/, "ксылюлёза"],
|
|
1237
|
-
[/ хімі(
|
|
1237
|
+
[/ хімі(?=[йю] |яй? |[кч])/, " (хэ|хі)мі"],
|
|
1238
1238
|
[/хіцін/, "хітын"],
|
|
1239
1239
|
[/пекцін/, "пектын"],
|
|
1240
1240
|
[/ (м?)анамер/, " $1анамэр"],
|