@polyglot-bundles/pt-br-minimal-pairs 0.2.3 → 0.2.5

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/data.js CHANGED
@@ -1,10 +1,9 @@
1
- import { minimalPairsData as a } from "@polyglot-bundles/pt-minimal-pairs/data";
2
- import i from "./pronunciationTips.js";
3
- const t = {
4
- ...a,
5
- pronunciationTips: i
6
- };
7
- export {
8
- t as default,
9
- t as minimalPairsData
1
+ import e from "./pronunciationTips.js";
2
+ import { minimalPairsData as t } from "@polyglot-bundles/pt-minimal-pairs/data";
3
+ //#region src/data.ts
4
+ var n = {
5
+ ...t,
6
+ pronunciationTips: e
10
7
  };
8
+ //#endregion
9
+ export { n as default, n as minimalPairsData };
package/dist/index.js CHANGED
@@ -1,14 +1,4 @@
1
- import { default as o } from "./data.js";
2
- import { level0 as v, level1 as t, level2 as f, level3 as p, level4 as a, level5 as i, levels as m } from "@polyglot-bundles/pt-minimal-pairs";
3
- import { default as s } from "./pronunciationTips.js";
4
- export {
5
- o as default,
6
- v as level0,
7
- t as level1,
8
- f as level2,
9
- p as level3,
10
- a as level4,
11
- i as level5,
12
- m as levels,
13
- s as pronunciationTips
14
- };
1
+ import e from "./pronunciationTips.js";
2
+ import t from "./data.js";
3
+ import { level0 as n, level1 as r, level2 as i, level3 as a, level4 as o, level5 as s, levels as c } from "@polyglot-bundles/pt-minimal-pairs";
4
+ export { t as default, n as level0, r as level1, i as level2, a as level3, o as level4, s as level5, c as levels, e as pronunciationTips };
@@ -1,10 +1,9 @@
1
- const a = {
2
- consonant_intro: "Brazilian Portuguese has 19 consonant phonemes with palatalization patterns",
3
- vowel_intro: "Brazilian Portuguese has 9 vowel qualities with distinctive nasal vowels",
4
- emphatic_intro: "Brazilian Portuguese lacks emphatic consonants but has velarization patterns",
5
- guttural_intro: "Brazilian Portuguese features the voiceless glottal fricative /h/ (r) and approximant /ʁ/ variations"
6
- };
7
- export {
8
- a as default,
9
- a as pronunciationTips
1
+ //#region src/pronunciationTips.ts
2
+ var e = {
3
+ consonant_intro: "Brazilian Portuguese has 19 consonant phonemes with palatalization patterns",
4
+ vowel_intro: "Brazilian Portuguese has 9 vowel qualities with distinctive nasal vowels",
5
+ emphatic_intro: "Brazilian Portuguese lacks emphatic consonants but has velarization patterns",
6
+ guttural_intro: "Brazilian Portuguese features the voiceless glottal fricative /h/ (r) and approximant /ʁ/ variations"
10
7
  };
8
+ //#endregion
9
+ export { e as default, e as pronunciationTips };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@polyglot-bundles/pt-br-minimal-pairs",
3
- "version": "0.2.3",
3
+ "version": "0.2.5",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",
@@ -21,14 +21,12 @@
21
21
  "files": [
22
22
  "dist"
23
23
  ],
24
- "dependencies": {
25
- "@polyglot-bundles/content-shared": "0.4.1",
26
- "@polyglot-bundles/pt-minimal-pairs": "0.2.3"
27
- },
28
24
  "devDependencies": {
29
- "vite": "^5.4.0",
30
- "vite-plugin-dts": "^4.0.0",
31
- "@polyglot-bundles/lang-tooling": "0.0.0"
25
+ "vite": "^8.0.8",
26
+ "vite-plugin-dts": "^4.5.4",
27
+ "@polyglot-bundles/lang-tooling": "0.0.0",
28
+ "@polyglot-bundles/content-shared": "0.5.3",
29
+ "@polyglot-bundles/pt-minimal-pairs": "0.2.5"
32
30
  },
33
31
  "publishConfig": {
34
32
  "access": "public"
@@ -40,7 +38,6 @@
40
38
  },
41
39
  "scripts": {
42
40
  "typecheck": "tsc --noEmit",
43
- "build": "vite build",
44
- "clean": "rm -rf dist"
41
+ "build": "vite build"
45
42
  }
46
43
  }