You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The temporary solution has the downside, that adapters can no longer specify the version required.
We then have an override in v6 + v7 so every user should once have these version to get the fixes in. Note on new installations etc this is not an issue at all because npm will pull in newer versions anyway.
Why?
The override blocks specyfing different versions and tightly binds adapter-core version to the controller
How?
Modify the override code:
do no longer create the override
remove the override from pack json programmaticaly
remove the override info from readme
The text was updated successfully, but these errors were encountered:
No existing issues.
Description
The temporary solution has the downside, that adapters can no longer specify the version required.
We then have an override in v6 + v7 so every user should once have these version to get the fixes in. Note on new installations etc this is not an issue at all because npm will pull in newer versions anyway.
Why?
The override blocks specyfing different versions and tightly binds adapter-core version to the controller
How?
Modify the override code:
The text was updated successfully, but these errors were encountered: