@capgo/cli 7.86.0 → 7.86.1

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.
@@ -3738,7 +3738,8 @@ export interface IosUpdaterSyncValidationResult {
3738
3738
  * (no dependency declaration, installed package, or native references). `shouldCheck` is `true`
3739
3739
  * as soon as any signal indicates updater should be wired, then both dependency definitions
3740
3740
  * (`Podfile` or SPM `Package.swift`) and generated native outputs (`Podfile.lock`,
3741
- * `Package.resolved`, or `capacitor.plugins.json`) must include updater markers for `valid` to be `true`.
3741
+ * `capacitor.plugins.json`, or `ios/App/App/capacitor.config.json`) must include
3742
+ * updater markers for `valid` to be `true`.
3742
3743
  */
3743
3744
  export declare function validateIosUpdaterSync(rootDir?: string, packageJsonPath?: string): IosUpdaterSyncValidationResult;
3744
3745
  interface PromptAndSyncOptions {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@capgo/cli",
3
3
  "type": "module",
4
- "version": "7.86.0",
4
+ "version": "7.86.1",
5
5
  "description": "A CLI to upload to capgo servers",
6
6
  "author": "Martin martin@capgo.app",
7
7
  "license": "Apache 2.0",