@polyglot-bundles/ru-lang 0.6.1 → 0.6.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/sounds.d.ts.map +1 -1
- package/dist/sounds.js +23 -27
- package/package.json +2 -2
package/dist/sounds.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sounds.d.ts","sourceRoot":"","sources":["../src/sounds.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,cAAc,EAAE,KAAK,oBAAoB,EAAE,MAAM,kCAAkC,CAAC;AAElG;;;;GAIG;AAEH,eAAO,MAAM,gBAAgB,EAAE,cAAc,EAmB5C,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,cAAc,EAmB5C,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,cAAc,EAMpC,CAAC;AAEF,eAAO,MAAM,mBAAmB,EAAE,
|
|
1
|
+
{"version":3,"file":"sounds.d.ts","sourceRoot":"","sources":["../src/sounds.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,cAAc,EAAE,KAAK,oBAAoB,EAAE,MAAM,kCAAkC,CAAC;AAElG;;;;GAIG;AAEH,eAAO,MAAM,gBAAgB,EAAE,cAAc,EAmB5C,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,cAAc,EAmB5C,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,cAAc,EAMpC,CAAC;AAEF,eAAO,MAAM,mBAAmB,EAAE,oBAMjC,CAAC"}
|
package/dist/sounds.js
CHANGED
|
@@ -249,32 +249,28 @@ var e = [
|
|
|
249
249
|
charType: "vowel",
|
|
250
250
|
ipa: "u"
|
|
251
251
|
}
|
|
252
|
-
], r = {
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
],
|
|
276
|
-
audioBasePath: "/audio/russian",
|
|
277
|
-
audioFilePattern: "{id}.mp3"
|
|
278
|
-
};
|
|
252
|
+
], r = { categories: [
|
|
253
|
+
{
|
|
254
|
+
id: "hard-consonants",
|
|
255
|
+
label: "Hard Consonants",
|
|
256
|
+
sounds: e,
|
|
257
|
+
charType: "consonant",
|
|
258
|
+
color: "blue"
|
|
259
|
+
},
|
|
260
|
+
{
|
|
261
|
+
id: "soft-consonants",
|
|
262
|
+
label: "Soft (Palatalized) Consonants",
|
|
263
|
+
sounds: t,
|
|
264
|
+
charType: "consonant",
|
|
265
|
+
color: "red"
|
|
266
|
+
},
|
|
267
|
+
{
|
|
268
|
+
id: "vowels",
|
|
269
|
+
label: "Vowels (5)",
|
|
270
|
+
sounds: n,
|
|
271
|
+
charType: "vowel",
|
|
272
|
+
color: "green"
|
|
273
|
+
}
|
|
274
|
+
] };
|
|
279
275
|
//#endregion
|
|
280
276
|
export { e as ruHardConsonants, t as ruSoftConsonants, n as ruVowels, r as russianSoundsConfig };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@polyglot-bundles/ru-lang",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.2",
|
|
4
4
|
"description": "Russian language foundation data - characters, vowels, consonants, and pronunciation",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"devDependencies": {
|
|
33
33
|
"vite-plugin-dts": "^4.5.4",
|
|
34
34
|
"vitest": "^4.1.4",
|
|
35
|
-
"@polyglot-bundles/content-shared": "0.
|
|
35
|
+
"@polyglot-bundles/content-shared": "0.8.0",
|
|
36
36
|
"@polyglot-bundles/lang-tooling": "0.0.0"
|
|
37
37
|
},
|
|
38
38
|
"license": "MIT",
|