@polyglot-bundles/km-parallel-text 0.3.6 → 0.3.7

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@polyglot-bundles/km-parallel-text",
3
- "version": "0.3.6",
3
+ "version": "0.3.7",
4
4
  "description": "Khmer parallel text corpus - Essential 218 and GSFA 1200 sentences with Khmer translations",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -42,11 +42,12 @@
42
42
  "vite": "^8.0.8",
43
43
  "vite-plugin-dts": "^4.5.4",
44
44
  "@polyglot-bundles/lang-tooling": "0.0.0",
45
- "@polyglot-bundles/parallel-text-base": "0.1.5"
45
+ "@polyglot-bundles/parallel-text-base": "0.5.6"
46
46
  },
47
47
  "scripts": {
48
48
  "typecheck": "tsc --noEmit",
49
- "build": "tsx scripts/generate.ts && vite build",
50
- "clean": "rm -rf dist"
49
+ "build": "vite build",
50
+ "clean": "rm -rf dist",
51
+ "generate": "tsx scripts/generate.ts"
51
52
  }
52
53
  }
@@ -1,5 +0,0 @@
1
- /**
2
- * Parallel text utilities for Essential 218 sentences in Khmer
3
- */
4
- export { getParallelTextById, getParallelTextByIds, defaultRemarks } from './utils';
5
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/essential-218/index.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,EAAE,mBAAmB,EAAE,oBAAoB,EAAE,cAAc,EAAE,MAAM,SAAS,CAAC"}
@@ -1,2 +0,0 @@
1
- export declare const defaultRemarksEssential218: Record<string, string>;
2
- //# sourceMappingURL=remarks.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"remarks.d.ts","sourceRoot":"","sources":["../../src/essential-218/remarks.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,0BAA0B,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAE7D,CAAC"}
@@ -1,3 +0,0 @@
1
- import { EssentialSentenceTranslation } from '@polyglot-bundles/parallel-text-base';
2
- export declare const translations: EssentialSentenceTranslation[];
3
- //# sourceMappingURL=translations.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"translations.d.ts","sourceRoot":"","sources":["../../src/essential-218/translations.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,KAAK,EAAE,4BAA4B,EAAE,MAAM,sCAAsC,CAAC;AAEzF,eAAO,MAAM,YAAY,EAAE,4BAA4B,EAAO,CAAC"}
@@ -1,3 +0,0 @@
1
- declare const getParallelTextById: (id: string) => import('@polyglot-bundles/parallel-text-base').ParallelText | undefined, getParallelTextByIds: (ids: string[]) => import('@polyglot-bundles/parallel-text-base').ParallelText[], defaultRemarks: import('@polyglot-bundles/parallel-text-base').ParallelTextRemarks;
2
- export { getParallelTextById, getParallelTextByIds, defaultRemarks };
3
- //# sourceMappingURL=utils.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../src/essential-218/utils.ts"],"names":[],"mappings":"AAIA,QAAA,MAAQ,mBAAmB,2FAAE,oBAAoB,oFAAE,cAAc,oEAGhE,CAAC;AAEF,OAAO,EAAE,mBAAmB,EAAE,oBAAoB,EAAE,cAAc,EAAE,CAAC"}