Skip to content

v1.1.0-alpha.2: add `exports.types` to `package.json`

Latest
Compare
Choose a tag to compare
@agilgur5 agilgur5 released this 29 Mar 06:35
· 2 commits to main since this release
  • newer versions of TS 4.7+ with moduleResolution set to node16 or newer require that, if the package.json exports field is defined, then exports.types must also be defined
    • this version should now work when you have moduleResolution set to node16, bundler, or nodenext

Changelog

Packaging

Internal Changes

Dev Dependencies

  • deps: remove no longer used changelog-maker devDep by @agilgur5 in #124
  • deps: fix install on Node 22.14+ by updating canvas et al by @agilgur5 in #132

Refactors

  • refactor: use types consistently instead of typings by @agilgur5 in #130

Full Changelog: v1.1.0-alpha.1...v1.1.0-alpha.2