bit
bit copied to clipboard
feat: components update
Component dependencies should link to components in the workspace
Proposed Changes
I had to add repeat install in one scenario: when a new dependency installed that has a component from the workspace in dependencies. This was the only way of doing it because we don't have the dependency graph of the new dependency before resolution is done by the first install. In most cases this repeat install will be fast because the newly installed dependency will be "latest" unless the user specifically installs an older version (which might need to be an error? in which case no need in a second install).