@polyglot-bundles/ru-lang 0.2.2 → 0.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.
|
@@ -351,3 +351,4 @@ export type RussianCharacterKey = keyof typeof russianAllCharacters;
|
|
|
351
351
|
export declare const RUSSIAN_CONSONANT_IDS: RussianConsonantKey[];
|
|
352
352
|
export declare const RUSSIAN_VOWEL_IDS: RussianVowelKey[];
|
|
353
353
|
export declare const RUSSIAN_CHARACTER_IDS: RussianCharacterKey[];
|
|
354
|
+
//# sourceMappingURL=characters.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"characters.d.ts","sourceRoot":"","sources":["../../../../../src/characters.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA0BpB,CAAC;AAEX,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAShB,CAAC;AAEX,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAGhC,CAAC;AAMF,eAAO,MAAM,yBAAyB;;;;;CAQrC,CAAC;AAMF,MAAM,MAAM,mBAAmB,GAAG,MAAM,OAAO,iBAAiB,CAAC;AACjE,MAAM,MAAM,eAAe,GAAG,MAAM,OAAO,aAAa,CAAC;AACzD,MAAM,MAAM,mBAAmB,GAAG,MAAM,OAAO,oBAAoB,CAAC;AAEpE,eAAO,MAAM,qBAAqB,EAAqC,mBAAmB,EAAE,CAAC;AAC7F,eAAO,MAAM,iBAAiB,EAAiC,eAAe,EAAE,CAAC;AACjF,eAAO,MAAM,qBAAqB,EAAwC,mBAAmB,EAAE,CAAC"}
|
|
@@ -4,3 +4,4 @@
|
|
|
4
4
|
* Russian uses the Cyrillic script with 33 letters
|
|
5
5
|
*/
|
|
6
6
|
export { russianConsonants, russianVowels, russianAllCharacters, RUSSIAN_PHONEME_INVENTORY, type RussianConsonantKey, type RussianVowelKey, type RussianCharacterKey, RUSSIAN_CONSONANT_IDS, RUSSIAN_VOWEL_IDS, RUSSIAN_CHARACTER_IDS, } from './characters.js';
|
|
7
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/index.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,EACL,iBAAiB,EACjB,aAAa,EACb,oBAAoB,EACpB,yBAAyB,EACzB,KAAK,mBAAmB,EACxB,KAAK,eAAe,EACpB,KAAK,mBAAmB,EACxB,qBAAqB,EACrB,iBAAiB,EACjB,qBAAqB,GACtB,MAAM,iBAAiB,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@polyglot-bundles/ru-lang",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.3",
|
|
4
4
|
"description": "Russian language foundation data - characters, vowels, consonants, and pronunciation",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"dist"
|
|
16
16
|
],
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"@polyglot-bundles/content-shared": "0.
|
|
18
|
+
"@polyglot-bundles/content-shared": "0.4.1"
|
|
19
19
|
},
|
|
20
20
|
"devDependencies": {
|
|
21
21
|
"vite": "^5.4.0",
|
|
@@ -32,7 +32,6 @@
|
|
|
32
32
|
},
|
|
33
33
|
"scripts": {
|
|
34
34
|
"build": "vite build",
|
|
35
|
-
"clean": "rm -rf dist"
|
|
36
|
-
"lint": "eslint src"
|
|
35
|
+
"clean": "rm -rf dist"
|
|
37
36
|
}
|
|
38
37
|
}
|