Skip to content

v0.2.1

Choose a tag to compare

@github-actions github-actions released this 12 Apr 17:04
· 183 commits to master since this release
b4f4aa6

Patch Changes

  • 0bd932f Thanks @anIcedAntFA! - Fix exports map missing types condition for TypeScript consumers.

    TypeScript consumers using moduleResolution: nodenext or bundler now correctly resolve declarations via the "types" condition in the exports map for both the root "." and "./clipboard" subpath, instead of falling back to the CJS .d.cts file.