Skip to content

process.versions.zlib does not include the commit hash #50139

Description

@panva

Despite upgrade to the bundled zlib library in #50085 the process.versions.zlib output remains the same.

node -p 'process.versions.zlib'
1.2.13.1-motley
node -v
v18.18.1
./node -p 'process.versions.zlib'
1.2.13.1-motley
./node -v
v21.0.0-pre

The expected output of process.versions.zlib would be e.g. 1.2.13.1-motley-f5fd0ad, that is including the commit hash from upstream.

Metadata

Metadata

Assignees

No one assigned

    Labels

    dependenciesPRs that add, update, or configure Node.js dependencies.zlibIssues and PRs related to the zlib module and its compression dependencies.

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions