Hey 👋
Starting from this release, we're dropping dual-package publishing. Only ESM will be shipped from now on. This is fine given that require(esm) is widely available for Node.js users. This only affects you if you're on CommonJS and import the programmatic APIs from this package - you'll need to use a dynamic import instead.
You can now pass arguments before subcommands. e.g. kysely --config=<path> migrate up is now supported.
Full Changelog: v0.19.0...v0.20.0