multica/packages
Naiyuan Qing 441c2059a8 fix(sdk): point exports to source and remove .js import suffixes
- Change package exports from dist/ to src/ (consistent with @multica/store and @multica/ui)
- Add private: true since SDK is an internal monorepo package
- Switch tsconfig from NodeNext to bundler moduleResolution
- Remove .js suffixes from all internal imports for Turbopack compatibility

Eliminates the need to build SDK before running dev server or Next.js build.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-02 16:58:23 +08:00
..
sdk fix(sdk): point exports to source and remove .js import suffixes 2026-02-02 16:58:23 +08:00
store refactor(store): remove @multica/fetch dependency 2026-02-02 16:23:06 +08:00
ui feat(ui): add auto-scroll to bottom for chat messages 2026-02-02 16:14:18 +08:00