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
I noticed that while issues have been raised before regarding dependencies on release candidate (RC) versions in some Google APIs libraries (e.g. #3692), the androidpublisher library still depends on an RC version of googleapis-common.
Specifically, the package.json file for the androidpublisher API currently uses:
Upgrading this dependency to a stable release would greatly improve stability and reliability for consumers using the androidpublisher library (and others to be honest). We are receiving warnings about using RC dependencies in our monitoring tools, and we believe other users are likely encountering the same issue.
Could this dependency be updated to point to a stable version soon?