esdoc-plugins
esdoc-plugins copied to clipboard
esdoc-importpath-plugin 0.1.1 to 0.1.3 is a breaking change
It looks like esdoc-importpath-plugin v0.1.1 expects to be working with esdoc v0.5.2. The plugin's current active version is 0.1.3 which looks like it expects to work with 1.0.0-alpha.7 which is not automatically installed. Running npm install esdoc esdoc-importpath-plugin will pull in versions v0.5.2 and v0.1.3 which don't work together. Versions v0.1.2 and v0.1.3 of the plugin should probably be deprecated and will have to make sure they aren't pulled automatically when you install esdoc-importpath-plugin@^0.1 and the breaking version could probably be republished as v0.2.x-alpha.1 under the alpha tag.