bit icon indicating copy to clipboard operation
bit copied to clipboard

feat: components update

Open zkochan opened this issue 8 months ago • 1 comments

Component dependencies should link to components in the workspace

Proposed Changes

zkochan avatar Mar 25 '25 08:03 zkochan

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).

zkochan avatar Apr 01 '25 10:04 zkochan