Not all the module / package / plugin systems we build for have an easy way to query and discover the version being used. For example the Lua module just doesn't expose anything about the version of the module loaded unless you have the LuaRocks modules installed and can query the appropriate tree (not recommended for apps/end users). It's probably that many of the other modules have the same issue. We should export the version info in a sensible way for each ecosystem that doesn't already have this baked in.
Not all the module / package / plugin systems we build for have an easy way to query and discover the version being used. For example the Lua module just doesn't expose anything about the version of the module loaded unless you have the LuaRocks modules installed and can query the appropriate tree (not recommended for apps/end users). It's probably that many of the other modules have the same issue. We should export the version info in a sensible way for each ecosystem that doesn't already have this baked in.