@polyglot-bundles/uz-lang 0.5.1 → 0.5.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.
@@ -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,YAAY,EAAE,cAAc,EAyBxC,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,cAAc,EAOpC,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,oBAO/B,CAAC"}
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,YAAY,EAAE,cAAc,EAyBxC,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,cAAc,EAOpC,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,oBAK/B,CAAC"}
package/dist/sounds.js CHANGED
@@ -181,22 +181,18 @@ var e = [
181
181
  charType: "vowel",
182
182
  ipa: "u"
183
183
  }
184
- ], n = {
185
- categories: [{
186
- id: "consonants",
187
- label: "Consonants",
188
- sounds: e,
189
- charType: "consonant",
190
- color: "blue"
191
- }, {
192
- id: "vowels",
193
- label: "Vowels (6)",
194
- sounds: t,
195
- charType: "vowel",
196
- color: "green"
197
- }],
198
- audioBasePath: "/audio/uzbek",
199
- audioFilePattern: "{id}.mp3"
200
- };
184
+ ], n = { categories: [{
185
+ id: "consonants",
186
+ label: "Consonants",
187
+ sounds: e,
188
+ charType: "consonant",
189
+ color: "blue"
190
+ }, {
191
+ id: "vowels",
192
+ label: "Vowels (6)",
193
+ sounds: t,
194
+ charType: "vowel",
195
+ color: "green"
196
+ }] };
201
197
  //#endregion
202
198
  export { e as uzConsonants, t as uzVowels, n as uzbekSoundsConfig };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@polyglot-bundles/uz-lang",
3
- "version": "0.5.1",
3
+ "version": "0.5.2",
4
4
  "description": "Uzbek language foundation data - characters, sounds, and pronunciation",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -36,7 +36,7 @@
36
36
  "devDependencies": {
37
37
  "vite-plugin-dts": "^4.5.4",
38
38
  "vitest": "^4.1.4",
39
- "@polyglot-bundles/content-shared": "0.7.1",
39
+ "@polyglot-bundles/content-shared": "0.8.0",
40
40
  "@polyglot-bundles/lang-tooling": "0.0.0"
41
41
  },
42
42
  "repository": {