·
6 commits
to main
since this release
Patch Changes
-
b383b5c: Converted SDK packages to use tsup for dual ESM and CommonJS output formats. These changes allow for better compatibility with both ESM and CommonJS environments.
Key changes:
- Added tsup build configuration for all SDK packages
- Updated package.json files to use proper ESM and CommonJS paths
- Added
type: "module"
to specify ESM as the default format - Configured package exports to support both import and require
- Fixed type exports using
export type
to support isolation mode - Added test files for both ESM and CommonJS consumption