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
Sumary: It could be nice to know if an update would support our version of node in taze, so it is needed to be handled by fast-npm-meta
Suggested solution
Because I am currently working on a PR, here is my current thinking and implementation (WIP).
Obviously if you see a better approach I can update this PR and the implementation is not final for now, so it is totally possible that it changes until release (I will keep this issue updated if that is the case).
Clear and concise description of the problem
Related : @antfu/taze#146
Sumary: It could be nice to know if an update would support our version of node in taze, so it is needed to be handled by fast-npm-meta
Suggested solution
Because I am currently working on a PR, here is my current thinking and implementation (WIP).
Obviously if you see a better approach I can update this PR and the implementation is not final for now, so it is totally possible that it changes until release (I will keep this issue updated if that is the case).
/engines/[...pkg]
: See (1)/versions/[...pkg]
:engines
append
: (default) with or without that values append to the current object - See 2.i.aconcat
: with this value replace the versions object with versionsEngines - See 2.i.bengines
engines
orengines=append
engines=concat
curl https://npm.antfu.dev/versions/vite?engines=concat
Alternative
I have considered to only update versions without any params and it worked but I think allowing developer to have a finer control is probably better.
Additional context
Validations
The text was updated successfully, but these errors were encountered: