Skip to content

v0.0.10 - Use a monorepo to reduce install size of module

Compare
Choose a tag to compare
@charkour charkour released this 09 Dec 19:42
· 22 commits to main since this release

WARNING: This includes a potentially breaking change from v0.0.9 where the default exported type is ESM instead of CJS. Please use v0.0.11 instead.

Release notes

  • By removing lines from the root package.json, we were able to reduce the install size
  • We also lowered the install size by removing the readme.md from the installed package

What's Changed

Full Changelog: v0.0.9...v0.0.10