package-json icon indicating copy to clipboard operation
package-json copied to clipboard

Consider a mode that does not strip build-id

Open wraithgar opened this issue 2 years ago • 1 comments

Build id is a pretty grey area for semver and the npm registry. Since it's not part of semver resolution it's stripped when sending the packument data, but kept in the package.json in the tarball.

Discussion at https://github.com/npm/cli/issues/1479

npm pkg fix may want to not strip build id by default.

wraithgar avatar Sep 15 '23 14:09 wraithgar

To be clear, the packument sent to the registry still needs the build id stripped.

wraithgar avatar Sep 15 '23 14:09 wraithgar