File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change 22
33## [ Unreleased]
44
5+ ## v1.2.1
6+
57### Added
68
9+ - ESM build support with dual CommonJS/ESM exports
10+ - Separate TypeScript configurations for ESM and CommonJS builds
11+ - Build script to fix ESM imports with .js extensions
12+ - Support for both import and require syntax
13+ - CONTRIBUTING.md with contribution guidelines
714- Enhanced package.json exports field for better module resolution
815- Support for subpath exports allowing cleaner imports (e.g., ` @devmehq/sdk-js/api ` )
916- Proper TypeScript types exports for all subpaths
1017- Files field in package.json to optimize npm package size
1118
19+ ### Changed
20+
21+ - Updated SDK types and client structure
22+ - Improved API structure and code formatting
23+ - Enhanced linting configuration
24+
1225### Fixed
1326
1427- Corrected main and types paths to point to dist directory
You can’t perform that action at this time.
0 commit comments