@capgo/cli 7.95.14 → 7.95.16

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.
@@ -243,6 +243,8 @@ export type Database = {
243
243
  allow_preview: boolean;
244
244
  android_store_url: string | null;
245
245
  app_id: string;
246
+ build_timeout_seconds: number;
247
+ build_timeout_updated_at: string;
246
248
  channel_device_count: number;
247
249
  created_at: string | null;
248
250
  default_upload_channel: string;
@@ -268,6 +270,8 @@ export type Database = {
268
270
  allow_preview?: boolean;
269
271
  android_store_url?: string | null;
270
272
  app_id: string;
273
+ build_timeout_seconds?: number;
274
+ build_timeout_updated_at?: string;
271
275
  channel_device_count?: number;
272
276
  created_at?: string | null;
273
277
  default_upload_channel?: string;
@@ -293,6 +297,8 @@ export type Database = {
293
297
  allow_preview?: boolean;
294
298
  android_store_url?: string | null;
295
299
  app_id?: string;
300
+ build_timeout_seconds?: number;
301
+ build_timeout_updated_at?: string;
296
302
  channel_device_count?: number;
297
303
  created_at?: string | null;
298
304
  default_upload_channel?: string;
@@ -471,6 +477,7 @@ export type Database = {
471
477
  owner_org: string;
472
478
  platform: string;
473
479
  requested_by: string;
480
+ runner_wait_seconds: number;
474
481
  status: string;
475
482
  updated_at: string;
476
483
  upload_expires_at: string;
@@ -489,6 +496,7 @@ export type Database = {
489
496
  owner_org: string;
490
497
  platform: string;
491
498
  requested_by: string;
499
+ runner_wait_seconds?: number;
492
500
  status?: string;
493
501
  updated_at?: string;
494
502
  upload_expires_at: string;
@@ -507,6 +515,7 @@ export type Database = {
507
515
  owner_org?: string;
508
516
  platform?: string;
509
517
  requested_by?: string;
518
+ runner_wait_seconds?: number;
510
519
  status?: string;
511
520
  updated_at?: string;
512
521
  upload_expires_at?: string;
@@ -367,6 +367,8 @@ export declare function createSupabaseClient(apikey: string, supaHost?: string,
367
367
  allow_preview: boolean;
368
368
  android_store_url: string | null;
369
369
  app_id: string;
370
+ build_timeout_seconds: number;
371
+ build_timeout_updated_at: string;
370
372
  channel_device_count: number;
371
373
  created_at: string | null;
372
374
  default_upload_channel: string;
@@ -392,6 +394,8 @@ export declare function createSupabaseClient(apikey: string, supaHost?: string,
392
394
  allow_preview?: boolean;
393
395
  android_store_url?: string | null;
394
396
  app_id: string;
397
+ build_timeout_seconds?: number;
398
+ build_timeout_updated_at?: string;
395
399
  channel_device_count?: number;
396
400
  created_at?: string | null;
397
401
  default_upload_channel?: string;
@@ -417,6 +421,8 @@ export declare function createSupabaseClient(apikey: string, supaHost?: string,
417
421
  allow_preview?: boolean;
418
422
  android_store_url?: string | null;
419
423
  app_id?: string;
424
+ build_timeout_seconds?: number;
425
+ build_timeout_updated_at?: string;
420
426
  channel_device_count?: number;
421
427
  created_at?: string | null;
422
428
  default_upload_channel?: string;
@@ -586,6 +592,7 @@ export declare function createSupabaseClient(apikey: string, supaHost?: string,
586
592
  owner_org: string;
587
593
  platform: string;
588
594
  requested_by: string;
595
+ runner_wait_seconds: number;
589
596
  status: string;
590
597
  updated_at: string;
591
598
  upload_expires_at: string;
@@ -604,6 +611,7 @@ export declare function createSupabaseClient(apikey: string, supaHost?: string,
604
611
  owner_org: string;
605
612
  platform: string;
606
613
  requested_by: string;
614
+ runner_wait_seconds?: number;
607
615
  status?: string;
608
616
  updated_at?: string;
609
617
  upload_expires_at: string;
@@ -622,6 +630,7 @@ export declare function createSupabaseClient(apikey: string, supaHost?: string,
622
630
  owner_org?: string;
623
631
  platform?: string;
624
632
  requested_by?: string;
633
+ runner_wait_seconds?: number;
625
634
  status?: string;
626
635
  updated_at?: string;
627
636
  upload_expires_at?: string;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@capgo/cli",
3
3
  "type": "module",
4
- "version": "7.95.14",
4
+ "version": "7.95.16",
5
5
  "description": "A CLI to upload to capgo servers",
6
6
  "author": "Martin martin@capgo.app",
7
7
  "license": "Apache 2.0",
@@ -74,6 +74,7 @@
74
74
  "test:build-zip-filter": "bun test/test-build-zip-filter.mjs",
75
75
  "test:checksum": "bun test/test-checksum-algorithm.mjs",
76
76
  "test:ci-prompts": "bun test/test-ci-prompts.mjs",
77
+ "test:posthog-exception": "bun test/test-posthog-exception.mjs",
77
78
  "test:onboarding-recovery": "bun test/test-onboarding-recovery.mjs",
78
79
  "test:onboarding-run-targets": "bun test/test-onboarding-run-targets.mjs",
79
80
  "test:run-device-command": "bun test/test-run-device-command.mjs",
@@ -86,7 +87,7 @@
86
87
  "test:version-detection:setup": "./test/fixtures/setup-test-projects.sh",
87
88
  "test:platform-paths": "bun test/test-platform-paths.mjs",
88
89
  "test:payload-split": "bun test/test-payload-split.mjs",
89
- "test": "bun run build && bun run test:version-detection:setup && bun run test:bundle && bun run test:functional && bun run test:semver && bun run test:version-edge-cases && bun run test:regex && bun run test:upload && bun run test:credentials && bun run test:credentials-validation && bun run test:build-zip-filter && bun run test:checksum && bun run test:ci-prompts && bun run test:build-platform-selection && bun run test:onboarding-recovery && bun run test:onboarding-run-targets && bun run test:run-device-command && bun run test:init-app-conflict && bun run test:init-guardrails && bun run test:prompt-preferences && bun run test:esm-sdk && bun run test:mcp && bun run test:version-detection && bun run test:platform-paths && bun run test:payload-split",
90
+ "test": "bun run build && bun run test:version-detection:setup && bun run test:bundle && bun run test:functional && bun run test:semver && bun run test:version-edge-cases && bun run test:regex && bun run test:upload && bun run test:credentials && bun run test:credentials-validation && bun run test:build-zip-filter && bun run test:checksum && bun run test:ci-prompts && bun run test:posthog-exception && bun run test:build-platform-selection && bun run test:onboarding-recovery && bun run test:onboarding-run-targets && bun run test:run-device-command && bun run test:init-app-conflict && bun run test:init-guardrails && bun run test:prompt-preferences && bun run test:esm-sdk && bun run test:mcp && bun run test:version-detection && bun run test:platform-paths && bun run test:payload-split",
90
91
  "test:build-platform-selection": "bun test/test-build-platform-selection.mjs"
91
92
  },
92
93
  "dependencies": {