Skip to content

v2.4.1

Latest

Choose a tag to compare

@github-actions github-actions released this 19 Jun 16:45
8ad48af

Patch Changes

  • bbf55fe Thanks @DenizUgur! - Fix import paths and add a test to verify the tarball is installable.

    Release v2.4.0 upgraded tsdown, which apparently changed the output extensions from .js to .mjs and from .d.ts to .d.mts. This made the package uninstallable because the import paths were not updated. This patch fixes those import paths and adds a test to verify that the tarball installs correctly.

    fixes #561