erisu commented on PR #939: URL: https://github.com/apache/cordova-plugin-camera/pull/939#issuecomment-3624720222
If I understand the plugin installation logic correctly, only the `cordovaDependencies` values from the `latest` tagged and published package are fetched and used. This means the versions we are defining here right now won't be available until the package is actually published. And since we never publish development packages—especially not under the `latest` tag—I don't see a reason to list any `-dev` versions. I believe it should only contain released versions. Since `9.0.0` will be a released version, it makes sense to include it, but even that won't take effect until it is published. I would also point out that the `5.0.4-dev` entry is incorrect for the same reason. At least, this is my understanding. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
