An East plugin that logs the execution duration of every database migration action (migrate/rollback). Current stable version is 1.1.0, with no active new releases. It is a lightweight, zero-config extension of the East migration framework, differentiating from manual timing wrappers by automatically hooking into East's lifecycle. The release cadence is low; it's feature-complete for its purpose. Peer dependency requires East >=1.2.0-rc.1 <3.0.0 and Node >=4.0.0. No TypeScript types are shipped.
No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
This package is used as a plugin via East config, not typically imported in user code. If imported, use CommonJS require(). ESM import may not work due to lack of 'type': 'module' or export map.
Plugins in East config are specified by package name string, not by require().
It can be a regular dependency or devDependency; the plugin is loaded at runtime by East.
Shows how to install and configure the plugin to log migration durations using East.
Breaking-change detection hasn't run for this library yet.
CVE tracking and dependency tree are planned for a later release.