This is a bit of a random question, but I have noticed recently that in some of my ColdBox apps, when I run package update, I see some dependencies listed with “-snapshot” next to the installed version and the update version lists something identical without the word “-snapshot”.
I’ve tried uninstalling and reinstalling the dependencies that do this, but it doesn’t seem to change anything.
Here’s a screenshot that shows this behavior in an app that uses Mementifier as a dependency of Quick:
Here’s an example:
Quick’s box.json file lists: "mementifier":"^3.0.0"
So Forgebox should return the 3.6.1+5 version based on the latest version as of today. However, instead it seems to use the “snapshot” version.
Is this possible an issue on my end? Or something on the Forgebox side of things? It’s not a huge deal, but it always makes me think that some of my dependencies have pending updates.