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
fix(package_json): keep all fields in raw json api
The package_json_raw_json_api feature exposes the parsed package.json to
consumers, but try_new stripped description, keywords, scripts and the
dependency maps before storing them. Stop removing those fields so the
raw JSON API returns the complete document.
0 commit comments