npm kysely-ctl 0.20.0
0.20.0 - esm only, args before subcommands.

5 hours ago

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

Don't miss a new kysely-ctl release

NewReleases is sending notifications on new releases.