@polyglot-bundles/rw-lang 0.4.2 → 0.4.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.
@@ -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;;;;;;;GAOG;AAEH,eAAO,MAAM,iBAAiB,EAAE,cAAc,EAsB7C,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,cAAc,EAAE,cAAc,EAW1C,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,cAAc,EAMzC,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,cAAc,EAMxC,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,OAAO,EAAE,cAAc,EAGnC,CAAC;AAEF,eAAO,MAAM,uBAAuB,EAAE,oBAUrC,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;;;;;;;GAOG;AAEH,eAAO,MAAM,iBAAiB,EAAE,cAAc,EAsB7C,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,cAAc,EAAE,cAAc,EAW1C,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,cAAc,EAMzC,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,cAAc,EAMxC,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,OAAO,EAAE,cAAc,EAGnC,CAAC;AAEF,eAAO,MAAM,uBAAuB,EAAE,oBAQrC,CAAC"}
package/dist/sounds.js CHANGED
@@ -259,46 +259,42 @@ var e = [
259
259
  id: "tone_low",
260
260
  charType: "tone",
261
261
  display: "Low (L)"
262
- }], a = {
263
- categories: [
264
- {
265
- id: "consonants",
266
- label: "Plain Consonants",
267
- sounds: e,
268
- charType: "consonant",
269
- color: "blue"
270
- },
271
- {
272
- id: "prenasalized",
273
- label: "Prenasalized Consonants",
274
- sounds: t,
275
- charType: "consonant",
276
- color: "red"
277
- },
278
- {
279
- id: "short-vowels",
280
- label: "Short Vowels",
281
- sounds: n,
282
- charType: "vowel",
283
- color: "green"
284
- },
285
- {
286
- id: "long-vowels",
287
- label: "Long Vowels",
288
- sounds: r,
289
- charType: "vowel",
290
- color: "green"
291
- },
292
- {
293
- id: "tones",
294
- label: "Tones (H/L)",
295
- sounds: i,
296
- charType: "tone",
297
- color: "red"
298
- }
299
- ],
300
- audioBasePath: "/audio/kinyarwanda",
301
- audioFilePattern: "{id}.mp3"
302
- };
262
+ }], a = { categories: [
263
+ {
264
+ id: "consonants",
265
+ label: "Plain Consonants",
266
+ sounds: e,
267
+ charType: "consonant",
268
+ color: "blue"
269
+ },
270
+ {
271
+ id: "prenasalized",
272
+ label: "Prenasalized Consonants",
273
+ sounds: t,
274
+ charType: "consonant",
275
+ color: "red"
276
+ },
277
+ {
278
+ id: "short-vowels",
279
+ label: "Short Vowels",
280
+ sounds: n,
281
+ charType: "vowel",
282
+ color: "green"
283
+ },
284
+ {
285
+ id: "long-vowels",
286
+ label: "Long Vowels",
287
+ sounds: r,
288
+ charType: "vowel",
289
+ color: "green"
290
+ },
291
+ {
292
+ id: "tones",
293
+ label: "Tones (H/L)",
294
+ sounds: i,
295
+ charType: "tone",
296
+ color: "red"
297
+ }
298
+ ] };
303
299
  //#endregion
304
300
  export { a as kinyarwandaSoundsConfig, r as rwLongVowels, e as rwPlainConsonants, t as rwPrenasalized, n as rwShortVowels, i as rwTones };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@polyglot-bundles/rw-lang",
3
- "version": "0.4.2",
3
+ "version": "0.4.3",
4
4
  "description": "Kinyarwanda language foundation data - characters, sounds, and pronunciation",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -36,8 +36,8 @@
36
36
  "devDependencies": {
37
37
  "vite-plugin-dts": "^4.5.4",
38
38
  "vitest": "^4.1.4",
39
- "@polyglot-bundles/lang-tooling": "0.0.0",
40
- "@polyglot-bundles/content-shared": "0.7.1"
39
+ "@polyglot-bundles/content-shared": "0.8.0",
40
+ "@polyglot-bundles/lang-tooling": "0.0.0"
41
41
  },
42
42
  "repository": {
43
43
  "type": "git",