tpmjs/packages
Ajax Davis 144f07ea75 fix(ui): use tsc for declarations to avoid memory issues in CI
The rollup-plugin-dts used by tsup runs out of memory with 54 entry points.
Split build into two steps:
1. tsup for ESM bundles
2. tsc --emitDeclarationOnly for .d.ts files
2026-01-16 08:21:41 +10:00
..
bridge feat: complete MCP Bridge implementation 2026-01-13 00:59:34 +10:00
config feat(ui): add comprehensive design system with 14 new components 2026-01-16 05:51:12 +10:00
db feat(collections): add AI-generated use cases 2026-01-16 02:33:57 +10:00
env chore: update dependencies with compatibility fixes 2026-01-09 22:49:41 +10:00
mcp-client feat: complete MCP Bridge implementation 2026-01-13 00:59:34 +10:00
mocks chore: update dependencies with compatibility fixes 2026-01-09 22:49:41 +10:00
npm-client chore: update dependencies with compatibility fixes 2026-01-09 22:49:41 +10:00
package-executor fix: pass explicit version to executor to avoid Deno cache issues 2026-01-15 00:59:05 +10:00
storybook fix: enable Biome CSS tailwindDirectives for @apply parsing 2026-01-09 23:35:53 +10:00
test chore: update dependencies with compatibility fixes 2026-01-09 22:49:41 +10:00
tool-ideas chore: update dependencies with compatibility fixes 2026-01-09 22:49:41 +10:00
tools fix(create-basic-tools): fix clack select types 2026-01-16 02:46:07 +10:00
types feat(collections): add AI-generated use cases 2026-01-16 02:33:57 +10:00
ui fix(ui): use tsc for declarations to avoid memory issues in CI 2026-01-16 08:21:41 +10:00
utils chore: update dependencies with compatibility fixes 2026-01-09 22:49:41 +10:00