LibreChat/packages
Marco Beretta 882cca247a
feat: cleanup unused types from common/index.ts
- Remove 104 unused type exports from packages/client/src/common/index.ts
- Keep only 7 actually used exports (93% reduction)
- Add cleanup script with enhanced import pattern detection
- Support both named imports and namespace imports (* as t)
- Create automatic backups and comprehensive documentation
- Maintain type safety with build verification
- No breaking changes to existing code

Kept exports:
- TShowToast, Option, OptionWithIcon, DropdownValueSetter
- MentionOption, NotificationSeverity, MenuItemProps

Scripts: cleanup-common-types-safe.js, README-CLEANUP.md
2025-07-26 01:13:50 +02:00
..
api 📦 chore: Update @modelcontextprotocol/sdk to v1.17.0 (#8674) 2025-07-25 14:06:16 -04:00
client feat: cleanup unused types from common/index.ts 2025-07-26 01:13:50 +02:00
data-provider feat: Add support for forced in-memory cache namespaces configuration (#8586) 2025-07-25 10:32:55 -04:00
data-schemas v0.7.9 (#8638) 2025-07-24 01:46:47 -04:00