grpc/grpc-node

`@grpc/grpc-js@latest` is pointing to an old version

mhassan1 opened this issue · 1 comments

Problem description

In NPM, the latest tag is pointing to 1.8.22, instead of 1.10.9 (which is later). I'm assuming this is caused by a backport.

Reproduction steps

npm install @grpc/grpc-js
node -p "require('@grpc/grpc-js/package.json').version"
-> 1.8.22

Environment

  • OS name, version and architecture: OS X
  • Node version: 20
  • Node installation method: nvm
  • If applicable, compiler version: N/A
  • Package name and version: @grpc/grpc-js@latest

Additional context

N/A

This is fixed now.