Skip to content

@epcc-sdk/[email protected]

Compare
Choose a tag to compare
@github-actions github-actions released this 17 Apr 12:24
· 6 commits to main since this release
836087d

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