Release

Release
March 27, 2026
CRE

CRE TS SDK v1.5.0 — Workflow-Aware Type Checking and Reproducible Builds

TypeScript SDK version 1.5.0 improves type checking accuracy and build reproducibility for TypeScript workflows. The SDK now runs type checks using your workflow's own tsconfig.json instead of its internal configuration, giving you more accurate, project-specific type errors. TypeScript workflow binaries are also now reproducible on the same OS, making it easier to verify build integrity across CI runs.

See all changes on GitHub