@polyglot-bundles/ne-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,eAAO,MAAM,iBAAiB,EAAE,cAAc,EAqB7C,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,cAAc,EAMvC,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,cAAc,EAMrC,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,cAAc,EAOxC,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,cAAc,EAMzC,CAAC;AAEF,eAAO,MAAM,kBAAkB,EAAE,oBAUhC,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,eAAO,MAAM,iBAAiB,EAAE,cAAc,EAqB7C,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,cAAc,EAMvC,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,cAAc,EAMrC,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,cAAc,EAOxC,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,cAAc,EAMzC,CAAC;AAEF,eAAO,MAAM,kBAAkB,EAAE,oBAQhC,CAAC"}
package/dist/sounds.js CHANGED
@@ -250,46 +250,42 @@ var e = [
250
250
  charType: "vowel",
251
251
  ipa: "ũ"
252
252
  }
253
- ], a = {
254
- categories: [
255
- {
256
- id: "consonants",
257
- label: "Consonants",
258
- sounds: e,
259
- charType: "consonant",
260
- color: "blue"
261
- },
262
- {
263
- id: "aspirated",
264
- label: "Aspirated Stops",
265
- sounds: t,
266
- charType: "consonant",
267
- color: "red"
268
- },
269
- {
270
- id: "breathy",
271
- label: "Breathy-Voiced Stops",
272
- sounds: n,
273
- charType: "consonant",
274
- color: "red"
275
- },
276
- {
277
- id: "vowels",
278
- label: "Oral Vowels",
279
- sounds: r,
280
- charType: "vowel",
281
- color: "green"
282
- },
283
- {
284
- id: "nasal-vowels",
285
- label: "Nasal Vowels",
286
- sounds: i,
287
- charType: "vowel",
288
- color: "red"
289
- }
290
- ],
291
- audioBasePath: "/audio/nepali",
292
- audioFilePattern: "{id}.mp3"
293
- };
253
+ ], a = { categories: [
254
+ {
255
+ id: "consonants",
256
+ label: "Consonants",
257
+ sounds: e,
258
+ charType: "consonant",
259
+ color: "blue"
260
+ },
261
+ {
262
+ id: "aspirated",
263
+ label: "Aspirated Stops",
264
+ sounds: t,
265
+ charType: "consonant",
266
+ color: "red"
267
+ },
268
+ {
269
+ id: "breathy",
270
+ label: "Breathy-Voiced Stops",
271
+ sounds: n,
272
+ charType: "consonant",
273
+ color: "red"
274
+ },
275
+ {
276
+ id: "vowels",
277
+ label: "Oral Vowels",
278
+ sounds: r,
279
+ charType: "vowel",
280
+ color: "green"
281
+ },
282
+ {
283
+ id: "nasal-vowels",
284
+ label: "Nasal Vowels",
285
+ sounds: i,
286
+ charType: "vowel",
287
+ color: "red"
288
+ }
289
+ ] };
294
290
  //#endregion
295
291
  export { t as neAspirated, n as neBreathy, i as neNasalVowels, r as neOralVowels, e as nePlainConsonants, a as nepaliSoundsConfig };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@polyglot-bundles/ne-lang",
3
- "version": "0.5.1",
3
+ "version": "0.5.2",
4
4
  "description": "Nepali 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",