Generated projects currently rely on npm dist-tags such as latest/dev for Aurelia packages. This makes scaffold output non-deterministic over time, and the dev tag is no longer a supported release target.
We should generate exact Aurelia package versions by default, while keeping those pins easy to update during scaffold releases through a single source of truth and a release-time check/update workflow.
Generated projects currently rely on npm dist-tags such as
latest/devfor Aurelia packages. This makes scaffold output non-deterministic over time, and thedevtag is no longer a supported release target.We should generate exact Aurelia package versions by default, while keeping those pins easy to update during scaffold releases through a single source of truth and a release-time check/update workflow.