Overview
The SDK should be easy to import partially without bundling unnecessary modules.
Requirements
- Review exports from
index.ts
- Support named exports
- Avoid unnecessary side effects
Acceptance Criteria
- Developers can import only needed modules
- Package remains frontend-friendly
- Build output is optimized
Labels: performance, packaging
Overview
The SDK should be easy to import partially without bundling unnecessary modules.
Requirements
index.tsAcceptance Criteria
Labels: performance, packaging