@thanh01.pmt/curriculum-kit 1.4.39 → 1.4.40

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.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thanh01.pmt/curriculum-kit",
3
- "version": "1.4.39",
3
+ "version": "1.4.40",
4
4
  "description": "A high-fidelity AI curriculum & content generation engine powered by Vercel AI SDK, Zod, and Bloom-aligned pedagogical standards.",
5
5
  "author": "Thanh Pham <https://github.com/thanh01pmt>",
6
6
  "license": "MIT",
@@ -68,7 +68,7 @@
68
68
  "test": "vitest run",
69
69
  "test:academic": "vitest run src/__tests__/academic",
70
70
  "typecheck": "tsc --noEmit",
71
- "prepublishOnly": "npm run build",
71
+ "prepublishOnly": "npm run build && node -e \"const d=require('fs').readFileSync('dist/index.d.ts','utf8'); for (const n of ['LessonEntity','MacroPedagogyPlanAuditReport','STUDENT_FRICTION_MULTIPLIER','buildSatelliteContext','evaluateActivityAlignment']) if(!d.includes(n)) { console.error('MISSING d.ts export: '+n); process.exit(1); } console.log('dist export guard OK')\"",
72
72
  "gen:roadmap": "tsx src/scripts/cli.ts",
73
73
  "test:real": "tsx src/scripts/test-real-project.ts",
74
74
  "test:slide-tools": "tsx src/scripts/test-frontend-slides-tools.ts",