google-api-nodejs-client
google-api-nodejs-client copied to clipboard
Submodule googleapis-common dependency
What is the reason for the low version of googleapis-common in the submodule? It is ^6.0.0 for the whole module dependencies, but ^5.0.1 for the submodules.
@sofisl Can you check it?
It seems that the root package got upgraded to the latest google-auth-library
and googleapis-common
versions in https://github.com/googleapis/google-api-nodejs-client/pull/2979, but the template for the sub-packages didn't.
updated!