Decide whether or not to take a logger as an argument, and if so, change the soft deprecations into hard ones.
If I do this, then I'd also change from require("tennu-plugins")(systemname) to require("tennu-plugins")({systemname, logger, fs, require, ...})`.
Decide whether or not to take a logger as an argument, and if so, change the soft deprecations into hard ones.
If I do this, then I'd also change from
require("tennu-plugins")(systemname)to require("tennu-plugins")({systemname, logger, fs, require, ...})`.