@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.
- package/dist/sounds.d.ts.map +1 -1
- package/dist/sounds.js +37 -41
- package/package.json +3 -3
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,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,
|
|
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
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
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.
|
|
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/
|
|
40
|
-
"@polyglot-bundles/
|
|
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",
|