v0.9.85: install fix (and --regions-version now applied) #83
yasserstudio
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
If you tried to install GPC recently and it failed, this release fixes it. Please upgrade:
What was broken
Versions 0.9.77 through 0.9.84 published with an internal dependency reference that npm could not resolve, so a fresh install failed with
EUNSUPPORTEDPROTOCOL. v0.9.85 republishes the affected packages with concrete versions, and the publish step now refuses to ship if that reference would leak again. The broken versions are deprecated on npm so they point here.Also fixed
--regions-versionis now sent to the Google Play API on subscriptions and one-time-products create, update, and their offer commands. It was previously accepted but ignored, so pricing updates always used the default 2022/02 region list. Thanks to @softlion for the report and fix.Full notes: https://github.com/yasserstudio/gpc/releases/tag/v0.9.85
Beta Was this translation helpful? Give feedback.
All reactions