@capgo/cli 8.42.3 → 8.42.4

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@capgo/cli",
3
3
  "type": "module",
4
- "version": "8.42.3",
4
+ "version": "8.42.4",
5
5
  "description": "A CLI to upload to capgo servers",
6
6
  "author": "Martin martin@capgo.app",
7
7
  "license": "Apache 2.0",
@@ -1,4 +1,6 @@
1
1
  import type { Command } from 'commander';
2
+ /** Stable message for broken/outdated native iOS projects after cap sync. */
3
+ export declare const IOS_SYNC_VALIDATION_FAILED_MESSAGE = "iOS sync validation failed. Delete your iOS folder, then rerun the add and sync commands above and retry.";
2
4
  type CliPosthogExceptionKind = 'unhandled_error';
3
5
  interface CapturePosthogExceptionPayload {
4
6
  error: unknown;