@radhya/mach 2.0.34 → 2.0.35

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.
@@ -105,7 +105,7 @@ Set package and version code at the root:
105
105
  }
106
106
  ```
107
107
 
108
- For Google Play submission and Play-backed versionCode lookup, upload a Google Play service account credential for the exact package id.
108
+ For Google Play submission, upload a Google Play service account credential for the exact package id. Mach-managed versionCode assignment uses the Dashboard counter and does not require a Google Play service key.
109
109
 
110
110
  ## Development Builds
111
111
 
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@radhya/mach",
3
- "version": "2.0.34",
3
+ "version": "2.0.35",
4
4
  "description": "Mach CLI: Cloud Build Orchestrator for React Native & Expo",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",
7
7
  "bin": {
8
- "mach": "./dist/index.js"
8
+ "mach": "dist/index.js"
9
9
  },
10
10
  "files": [
11
11
  "dist/",