We appear to have a bug where different templates get initialized to different levels of precision in their version dependency. Some use major and minor. Some use major and minor patch. Some use just major version. Some use = and some don't.
I believe this causes not only inconsistency but also brittleness because if we release a new CLI patch version it will expect new package versions even if none exist.
We appear to have a bug where different templates get initialized to different levels of precision in their version dependency. Some use major and minor. Some use major and minor patch. Some use just major version. Some use
=and some don't.I believe this causes not only inconsistency but also brittleness because if we release a new CLI patch version it will expect new package versions even if none exist.