@polyglot-bundles/ja-parallel-text 0.1.4 → 0.2.8

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,2 +1,2 @@
1
- import { n as e, r as t, t as n } from "./essential-218-prSq3a_q.js";
1
+ import { n as e, r as t, t as n } from "./essential-218-C5Za8fPl.js";
2
2
  export { n as defaultRemarks, e as getParallelTextById, t as getParallelTextByIds };
package/dist/index.js CHANGED
@@ -1,9 +1,8 @@
1
- import { n as e, r as t, t as n } from "./essential-218-prSq3a_q.js";
2
- import { createGSFAUtils as r } from "@polyglot-bundles/parallel-text-base";
1
+ import { i as e, n as t, r as n, t as r } from "./essential-218-C5Za8fPl.js";
3
2
  //#endregion
4
3
  //#region src/gsfa-1200/utils.ts
5
- var { getParallelTextById: i, getParallelTextByIds: a, defaultRemarks: o } = r([], {});
4
+ var { getParallelTextById: i, getParallelTextByIds: a, defaultRemarks: o } = e([], {});
6
5
  //#endregion
7
- export { o as defaultGSFARemarks, n as defaultRemarks, i as getGSFAParallelTextById, a as getGSFAParallelTextByIds, e as getParallelTextById, t as getParallelTextByIds };
6
+ export { o as defaultGSFARemarks, r as defaultRemarks, i as getGSFAParallelTextById, a as getGSFAParallelTextByIds, t as getParallelTextById, n as getParallelTextByIds };
8
7
 
9
8
  //# sourceMappingURL=index.js.map
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","names":[],"sources":["../src/gsfa-1200/translations.ts","../src/gsfa-1200/remarks.ts","../src/gsfa-1200/utils.ts"],"sourcesContent":["/**\r\n * Empty stub - GSFA 1200 translations will be added later\r\n */\r\nimport type { GSFASentenceTranslation } from \"@polyglot-bundles/parallel-text-base\";\r\n\r\nexport const translations: GSFASentenceTranslation[] = [];","export const defaultRemarksGSFA1200: Record<string, string> = {\r\n // Remarks to be populated\r\n};\r\n","import { createGSFAUtils } from \"@polyglot-bundles/parallel-text-base\";\nimport { translations } from \"./translations\";\nimport { defaultRemarksGSFA1200 } from \"./remarks\";\n\nconst { getParallelTextById, getParallelTextByIds, defaultRemarks } = createGSFAUtils(\n translations,\n defaultRemarksGSFA1200,\n);\n\nexport { getParallelTextById, getParallelTextByIds, defaultRemarks };"],"mappings":";;;;AEIA,IAAM,EAAE,wBAAqB,yBAAsB,sBAAmB,EFCf,EAAE,ECLK,EAE7D,CCKA"}
1
+ {"version":3,"file":"index.js","names":[],"sources":["../src/gsfa-1200/translations.ts","../src/gsfa-1200/remarks.ts","../src/gsfa-1200/utils.ts"],"sourcesContent":["/**\r\n * Empty stub - GSFA 1200 translations will be added later\r\n */\r\nimport type { GSFASentenceTranslation } from \"@polyglot-bundles/parallel-text-base\";\r\n\r\nexport const translations: GSFASentenceTranslation[] = [];","export const defaultRemarksGSFA1200: Record<string, string> = {\r\n // Remarks to be populated\r\n};\r\n","import { createGSFAUtils } from \"@polyglot-bundles/parallel-text-base\";\nimport { translations } from \"./translations\";\nimport { defaultRemarksGSFA1200 } from \"./remarks\";\n\nconst { getParallelTextById, getParallelTextByIds, defaultRemarks } = createGSFAUtils(\n translations,\n defaultRemarksGSFA1200,\n);\n\nexport { getParallelTextById, getParallelTextByIds, defaultRemarks };"],"mappings":";;;AEIA,IAAM,EAAE,wBAAqB,yBAAsB,sBAAmB,EFCf,EAAE,ECLK,EAE7D,CCKA"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@polyglot-bundles/ja-parallel-text",
3
- "version": "0.1.4",
3
+ "version": "0.2.8",
4
4
  "description": "Japanese parallel text corpus - Essential 218 and GSFA 1200 sentences with Japanese translations",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -42,10 +42,8 @@
42
42
  "devDependencies": {
43
43
  "vite": "^8.0.8",
44
44
  "vite-plugin-dts": "^4.5.4",
45
- "@polyglot-bundles/lang-tooling": "0.0.0"
46
- },
47
- "dependencies": {
48
- "@polyglot-bundles/parallel-text-base": "0.1.3"
45
+ "@polyglot-bundles/lang-tooling": "0.0.0",
46
+ "@polyglot-bundles/parallel-text-base": "0.1.5"
49
47
  },
50
48
  "scripts": {
51
49
  "typecheck": "tsc --noEmit",