@capgo/cli 7.101.0 → 7.103.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@capgo/cli",
3
3
  "type": "module",
4
- "version": "7.101.0",
4
+ "version": "7.103.0",
5
5
  "description": "A CLI to upload to capgo servers",
6
6
  "author": "Martin martin@capgo.app",
7
7
  "license": "Apache 2.0",
@@ -125,6 +125,7 @@ interface BuildLogger {
125
125
  - `--keystore-store-password <password>`
126
126
  - `--play-config-json <json>`
127
127
  - `--android-flavor <flavor>`
128
+ - `--in-app-update-priority <0-5>`: Google Play in-app update priority (higher = more urgent)
128
129
 
129
130
  #### Output behavior options
130
131