v0.0.10 - Use a monorepo to reduce install size of module
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