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
Because this has a complete overlap with existing checks we do for installs, npm-install-checks will still be where this logic lives. It will be changed to expect the data in this new format, and things that currently call it will conform their existing calls to that format. Then npm itself can also directly ask npm-install-checks passing it devEngines
The content you are editing has changed. Please copy your edits and refresh the page.
My understanding is that npm won't implement the download field, and it's not clear if it will implement onFail either - if so, which enum values will it support?
Overview
Implement the spec at openjs-foundation/package-metadata-interoperability-collab-space#15
The Plan
Because this has a complete overlap with existing checks we do for installs,
npm-install-checks
will still be where this logic lives. It will be changed to expect the data in this new format, and things that currently call it will conform their existing calls to that format. Then npm itself can also directly asknpm-install-checks
passing itdevEngines
The Tasks
The text was updated successfully, but these errors were encountered: