@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/index.js +547 -547
- package/dist/package.json +1 -1
- package/dist/src/posthog.d.ts +2 -0
- package/dist/src/sdk.js +227 -227
- package/dist/src/utils.d.ts +16 -6
- package/package.json +1 -1
package/dist/package.json
CHANGED
package/dist/src/posthog.d.ts
CHANGED
|
@@ -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;
|