v1.2.0
smol-toml
can now be used as a CJS library, while remaining fully compatible with ESM-style imports.
It is also now possible to import the library to something similar to the JSON global:
import TOML from 'smol-toml'
What's Changed
- chore: build as cjs package by @cyyynthia in #18
Full Changelog: v1.1.4...v1.2.0