Modules should not need to export their version or path, especially since it requires an extra synchronous file read to get the version and the path is already available to anything requiring the module via require.resolve. Obviously, this will require a major version bump.
Modules should not need to export their version or path, especially since it requires an extra synchronous file read to get the version and the path is already available to anything requiring the module via
require.resolve
. Obviously, this will require a major version bump.