@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.
- package/dist/index.js +238 -238
- package/dist/package.json +1 -1
- package/dist/src/sdk.js +168 -168
- package/dist/src/utils.d.ts +2 -1
- package/package.json +1 -1
package/dist/src/utils.d.ts
CHANGED
|
@@ -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
|
-
* `
|
|
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 {
|