shipthis 0.0.4 → 0.0.6

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.
Files changed (49) hide show
  1. package/README.md +34 -34
  2. package/dist/{App-CRcDsay7.js → App-Cp2dHD6n.js} +1 -1
  3. package/dist/{AppleBundleIdDetails-UNAVT0U6.js → AppleBundleIdDetails-ENjeKNOv.js} +3 -3
  4. package/dist/{UserCredentialsTable-CPx_wwST.js → UserCredentialsTable-BMYMmTfG.js} +2 -2
  5. package/dist/{baseAppleCommand-BUDjh10x.js → baseAppleCommand-BLSOrhPf.js} +1 -1
  6. package/dist/{baseGameCommand-DvFilbRN.js → baseGameCommand-DDj0395o.js} +1 -1
  7. package/dist/commands/apple/apiKey/create.js +4 -4
  8. package/dist/commands/apple/apiKey/export.js +3 -3
  9. package/dist/commands/apple/apiKey/import.js +3 -3
  10. package/dist/commands/apple/apiKey/status.js +4 -4
  11. package/dist/commands/apple/certificate/create.js +4 -4
  12. package/dist/commands/apple/certificate/export.js +3 -3
  13. package/dist/commands/apple/certificate/import.js +3 -3
  14. package/dist/commands/apple/certificate/status.js +4 -4
  15. package/dist/commands/apple/login.js +2 -2
  16. package/dist/commands/apple/status.js +3 -3
  17. package/dist/commands/dashboard.js +1 -1
  18. package/dist/commands/game/build/download.js +2 -2
  19. package/dist/commands/game/build/list.js +5 -5
  20. package/dist/commands/game/create.js +2 -2
  21. package/dist/commands/game/details.js +3 -3
  22. package/dist/commands/game/export.js +1 -1
  23. package/dist/commands/game/ios/app/addTester.js +4 -4
  24. package/dist/commands/game/ios/app/create.js +3 -3
  25. package/dist/commands/game/ios/app/status.js +5 -5
  26. package/dist/commands/game/ios/app/sync.js +3 -3
  27. package/dist/commands/game/ios/profile/create.js +4 -4
  28. package/dist/commands/game/ios/profile/export.js +3 -3
  29. package/dist/commands/game/ios/profile/import.js +3 -3
  30. package/dist/commands/game/ios/profile/status.js +3 -3
  31. package/dist/commands/game/ios/status.js +6 -6
  32. package/dist/commands/game/job/list.js +4 -4
  33. package/dist/commands/game/job/status.js +5 -5
  34. package/dist/commands/game/list.js +3 -3
  35. package/dist/commands/game/ship.js +2 -2
  36. package/dist/commands/game/status.js +3 -3
  37. package/dist/commands/game/wizard.js +1 -1
  38. package/dist/commands/login.js +20 -8
  39. package/dist/commands/status.js +2 -2
  40. package/dist/{export-DnCkwLrK.js → export-B1yFtX2m.js} +1 -1
  41. package/dist/{import-CMzGrYJE.js → import-CZoi54_C.js} +1 -1
  42. package/dist/{index-Bw_nDHi8.js → index-DCqAd30u.js} +1 -1
  43. package/dist/{upload-O-TtkVJK.js → upload-S09gow_I.js} +1 -1
  44. package/dist/{useAppleApp-aigGCahA.js → useAppleApp-DUGmY7Zx.js} +1 -1
  45. package/dist/{useAppleBundleId-Csd5x81b.js → useAppleBundleId-2Lguhhia.js} +1 -1
  46. package/dist/{useBuilds-v-UBnSnM.js → useBuilds-FnvpFuuU.js} +3 -3
  47. package/dist/{useJob-DJQrqUh2.js → useJob-CV3YKClU.js} +2 -2
  48. package/oclif.manifest.json +37 -37
  49. package/package.json +2 -2
package/README.md CHANGED
@@ -21,7 +21,7 @@ $ npm install -g shipthis
21
21
  $ shipthis COMMAND
22
22
  running command...
23
23
  $ shipthis (--version)
24
- shipthis/0.0.4 linux-x64 node-v20.17.0
24
+ shipthis/0.0.6 linux-x64 node-v20.17.0
25
25
  $ shipthis --help [COMMAND]
26
26
  USAGE
27
27
  $ shipthis COMMAND
@@ -87,7 +87,7 @@ EXAMPLES
87
87
  $ shipthis apple apiKey create --force
88
88
  ```
89
89
 
90
- _See code: [src/commands/apple/apiKey/create.ts](https://gitlab.com/shipthis.cc/shipthis-cli/blob/v0.0.4/src/commands/apple/apiKey/create.ts)_
90
+ _See code: [src/commands/apple/apiKey/create.ts](https://gitlab.com/shipthis.cc/shipthis-cli/blob/v0.0.6/src/commands/apple/apiKey/create.ts)_
91
91
 
92
92
  ## `shipthis apple apiKey export FILE`
93
93
 
@@ -110,7 +110,7 @@ EXAMPLES
110
110
  $ shipthis apple apiKey export userApiKey.zip
111
111
  ```
112
112
 
113
- _See code: [src/commands/apple/apiKey/export.ts](https://gitlab.com/shipthis.cc/shipthis-cli/blob/v0.0.4/src/commands/apple/apiKey/export.ts)_
113
+ _See code: [src/commands/apple/apiKey/export.ts](https://gitlab.com/shipthis.cc/shipthis-cli/blob/v0.0.6/src/commands/apple/apiKey/export.ts)_
114
114
 
115
115
  ## `shipthis apple apiKey import FILE`
116
116
 
@@ -133,7 +133,7 @@ EXAMPLES
133
133
  $ shipthis apple apiKey import userApiKey.zip
134
134
  ```
135
135
 
136
- _See code: [src/commands/apple/apiKey/import.ts](https://gitlab.com/shipthis.cc/shipthis-cli/blob/v0.0.4/src/commands/apple/apiKey/import.ts)_
136
+ _See code: [src/commands/apple/apiKey/import.ts](https://gitlab.com/shipthis.cc/shipthis-cli/blob/v0.0.6/src/commands/apple/apiKey/import.ts)_
137
137
 
138
138
  ## `shipthis apple apiKey status`
139
139
 
@@ -156,7 +156,7 @@ EXAMPLES
156
156
  $ shipthis apple apiKey status --noAppleAuth
157
157
  ```
158
158
 
159
- _See code: [src/commands/apple/apiKey/status.ts](https://gitlab.com/shipthis.cc/shipthis-cli/blob/v0.0.4/src/commands/apple/apiKey/status.ts)_
159
+ _See code: [src/commands/apple/apiKey/status.ts](https://gitlab.com/shipthis.cc/shipthis-cli/blob/v0.0.6/src/commands/apple/apiKey/status.ts)_
160
160
 
161
161
  ## `shipthis apple certificate create`
162
162
 
@@ -180,7 +180,7 @@ EXAMPLES
180
180
  $ shipthis apple certificate create --force
181
181
  ```
182
182
 
183
- _See code: [src/commands/apple/certificate/create.ts](https://gitlab.com/shipthis.cc/shipthis-cli/blob/v0.0.4/src/commands/apple/certificate/create.ts)_
183
+ _See code: [src/commands/apple/certificate/create.ts](https://gitlab.com/shipthis.cc/shipthis-cli/blob/v0.0.6/src/commands/apple/certificate/create.ts)_
184
184
 
185
185
  ## `shipthis apple certificate export FILE`
186
186
 
@@ -203,7 +203,7 @@ EXAMPLES
203
203
  $ shipthis apple certificate export userCert.zip
204
204
  ```
205
205
 
206
- _See code: [src/commands/apple/certificate/export.ts](https://gitlab.com/shipthis.cc/shipthis-cli/blob/v0.0.4/src/commands/apple/certificate/export.ts)_
206
+ _See code: [src/commands/apple/certificate/export.ts](https://gitlab.com/shipthis.cc/shipthis-cli/blob/v0.0.6/src/commands/apple/certificate/export.ts)_
207
207
 
208
208
  ## `shipthis apple certificate import FILE`
209
209
 
@@ -226,7 +226,7 @@ EXAMPLES
226
226
  $ shipthis apple certificate import userCert.zip
227
227
  ```
228
228
 
229
- _See code: [src/commands/apple/certificate/import.ts](https://gitlab.com/shipthis.cc/shipthis-cli/blob/v0.0.4/src/commands/apple/certificate/import.ts)_
229
+ _See code: [src/commands/apple/certificate/import.ts](https://gitlab.com/shipthis.cc/shipthis-cli/blob/v0.0.6/src/commands/apple/certificate/import.ts)_
230
230
 
231
231
  ## `shipthis apple certificate status`
232
232
 
@@ -249,7 +249,7 @@ EXAMPLES
249
249
  $ shipthis apple certificate status --noAppleAuth
250
250
  ```
251
251
 
252
- _See code: [src/commands/apple/certificate/status.ts](https://gitlab.com/shipthis.cc/shipthis-cli/blob/v0.0.4/src/commands/apple/certificate/status.ts)_
252
+ _See code: [src/commands/apple/certificate/status.ts](https://gitlab.com/shipthis.cc/shipthis-cli/blob/v0.0.6/src/commands/apple/certificate/status.ts)_
253
253
 
254
254
  ## `shipthis apple login`
255
255
 
@@ -273,7 +273,7 @@ EXAMPLES
273
273
  $ shipthis apple login --force --appleEmail me@email.nowhere
274
274
  ```
275
275
 
276
- _See code: [src/commands/apple/login.ts](https://gitlab.com/shipthis.cc/shipthis-cli/blob/v0.0.4/src/commands/apple/login.ts)_
276
+ _See code: [src/commands/apple/login.ts](https://gitlab.com/shipthis.cc/shipthis-cli/blob/v0.0.6/src/commands/apple/login.ts)_
277
277
 
278
278
  ## `shipthis apple status`
279
279
 
@@ -290,7 +290,7 @@ EXAMPLES
290
290
  $ shipthis apple status
291
291
  ```
292
292
 
293
- _See code: [src/commands/apple/status.ts](https://gitlab.com/shipthis.cc/shipthis-cli/blob/v0.0.4/src/commands/apple/status.ts)_
293
+ _See code: [src/commands/apple/status.ts](https://gitlab.com/shipthis.cc/shipthis-cli/blob/v0.0.6/src/commands/apple/status.ts)_
294
294
 
295
295
  ## `shipthis dashboard`
296
296
 
@@ -307,7 +307,7 @@ EXAMPLES
307
307
  $ shipthis dashboard
308
308
  ```
309
309
 
310
- _See code: [src/commands/dashboard.ts](https://gitlab.com/shipthis.cc/shipthis-cli/blob/v0.0.4/src/commands/dashboard.ts)_
310
+ _See code: [src/commands/dashboard.ts](https://gitlab.com/shipthis.cc/shipthis-cli/blob/v0.0.6/src/commands/dashboard.ts)_
311
311
 
312
312
  ## `shipthis game build download BUILD_ID FILE`
313
313
 
@@ -334,7 +334,7 @@ EXAMPLES
334
334
  $ shipthis game build download --gameId 0c179fc4 e4b9a3d7 output.apk
335
335
  ```
336
336
 
337
- _See code: [src/commands/game/build/download.ts](https://gitlab.com/shipthis.cc/shipthis-cli/blob/v0.0.4/src/commands/game/build/download.ts)_
337
+ _See code: [src/commands/game/build/download.ts](https://gitlab.com/shipthis.cc/shipthis-cli/blob/v0.0.6/src/commands/game/build/download.ts)_
338
338
 
339
339
  ## `shipthis game build list`
340
340
 
@@ -364,7 +364,7 @@ EXAMPLES
364
364
  $ shipthis game build list --gameId 0c179fc4 --pageSize 20 --pageNumber 1
365
365
  ```
366
366
 
367
- _See code: [src/commands/game/build/list.ts](https://gitlab.com/shipthis.cc/shipthis-cli/blob/v0.0.4/src/commands/game/build/list.ts)_
367
+ _See code: [src/commands/game/build/list.ts](https://gitlab.com/shipthis.cc/shipthis-cli/blob/v0.0.6/src/commands/game/build/list.ts)_
368
368
 
369
369
  ## `shipthis game create`
370
370
 
@@ -386,7 +386,7 @@ EXAMPLES
386
386
  $ shipthis game create
387
387
  ```
388
388
 
389
- _See code: [src/commands/game/create.ts](https://gitlab.com/shipthis.cc/shipthis-cli/blob/v0.0.4/src/commands/game/create.ts)_
389
+ _See code: [src/commands/game/create.ts](https://gitlab.com/shipthis.cc/shipthis-cli/blob/v0.0.6/src/commands/game/create.ts)_
390
390
 
391
391
  ## `shipthis game details`
392
392
 
@@ -420,7 +420,7 @@ EXAMPLES
420
420
  $ shipthis game details --gameEngine godot --gameEngineVersion 4.2 --force
421
421
  ```
422
422
 
423
- _See code: [src/commands/game/details.ts](https://gitlab.com/shipthis.cc/shipthis-cli/blob/v0.0.4/src/commands/game/details.ts)_
423
+ _See code: [src/commands/game/details.ts](https://gitlab.com/shipthis.cc/shipthis-cli/blob/v0.0.6/src/commands/game/details.ts)_
424
424
 
425
425
  ## `shipthis game export GAME_ID`
426
426
 
@@ -445,7 +445,7 @@ EXAMPLES
445
445
  $ shipthis game export abcd1234 --force
446
446
  ```
447
447
 
448
- _See code: [src/commands/game/export.ts](https://gitlab.com/shipthis.cc/shipthis-cli/blob/v0.0.4/src/commands/game/export.ts)_
448
+ _See code: [src/commands/game/export.ts](https://gitlab.com/shipthis.cc/shipthis-cli/blob/v0.0.6/src/commands/game/export.ts)_
449
449
 
450
450
  ## `shipthis game ios app addTester`
451
451
 
@@ -468,7 +468,7 @@ EXAMPLES
468
468
  $ shipthis game ios app addTester
469
469
  ```
470
470
 
471
- _See code: [src/commands/game/ios/app/addTester.ts](https://gitlab.com/shipthis.cc/shipthis-cli/blob/v0.0.4/src/commands/game/ios/app/addTester.ts)_
471
+ _See code: [src/commands/game/ios/app/addTester.ts](https://gitlab.com/shipthis.cc/shipthis-cli/blob/v0.0.6/src/commands/game/ios/app/addTester.ts)_
472
472
 
473
473
  ## `shipthis game ios app create`
474
474
 
@@ -493,7 +493,7 @@ EXAMPLES
493
493
  $ shipthis game ios app create
494
494
  ```
495
495
 
496
- _See code: [src/commands/game/ios/app/create.ts](https://gitlab.com/shipthis.cc/shipthis-cli/blob/v0.0.4/src/commands/game/ios/app/create.ts)_
496
+ _See code: [src/commands/game/ios/app/create.ts](https://gitlab.com/shipthis.cc/shipthis-cli/blob/v0.0.6/src/commands/game/ios/app/create.ts)_
497
497
 
498
498
  ## `shipthis game ios app status`
499
499
 
@@ -513,7 +513,7 @@ EXAMPLES
513
513
  $ shipthis game ios app status
514
514
  ```
515
515
 
516
- _See code: [src/commands/game/ios/app/status.ts](https://gitlab.com/shipthis.cc/shipthis-cli/blob/v0.0.4/src/commands/game/ios/app/status.ts)_
516
+ _See code: [src/commands/game/ios/app/status.ts](https://gitlab.com/shipthis.cc/shipthis-cli/blob/v0.0.6/src/commands/game/ios/app/status.ts)_
517
517
 
518
518
  ## `shipthis game ios app sync`
519
519
 
@@ -536,7 +536,7 @@ EXAMPLES
536
536
  $ shipthis game ios app sync
537
537
  ```
538
538
 
539
- _See code: [src/commands/game/ios/app/sync.ts](https://gitlab.com/shipthis.cc/shipthis-cli/blob/v0.0.4/src/commands/game/ios/app/sync.ts)_
539
+ _See code: [src/commands/game/ios/app/sync.ts](https://gitlab.com/shipthis.cc/shipthis-cli/blob/v0.0.6/src/commands/game/ios/app/sync.ts)_
540
540
 
541
541
  ## `shipthis game ios profile create`
542
542
 
@@ -559,7 +559,7 @@ EXAMPLES
559
559
  $ shipthis game ios profile create
560
560
  ```
561
561
 
562
- _See code: [src/commands/game/ios/profile/create.ts](https://gitlab.com/shipthis.cc/shipthis-cli/blob/v0.0.4/src/commands/game/ios/profile/create.ts)_
562
+ _See code: [src/commands/game/ios/profile/create.ts](https://gitlab.com/shipthis.cc/shipthis-cli/blob/v0.0.6/src/commands/game/ios/profile/create.ts)_
563
563
 
564
564
  ## `shipthis game ios profile export FILE`
565
565
 
@@ -583,7 +583,7 @@ EXAMPLES
583
583
  $ shipthis game ios profile export userProfile.zip
584
584
  ```
585
585
 
586
- _See code: [src/commands/game/ios/profile/export.ts](https://gitlab.com/shipthis.cc/shipthis-cli/blob/v0.0.4/src/commands/game/ios/profile/export.ts)_
586
+ _See code: [src/commands/game/ios/profile/export.ts](https://gitlab.com/shipthis.cc/shipthis-cli/blob/v0.0.6/src/commands/game/ios/profile/export.ts)_
587
587
 
588
588
  ## `shipthis game ios profile import FILE`
589
589
 
@@ -607,7 +607,7 @@ EXAMPLES
607
607
  $ shipthis game ios profile import profile.zip
608
608
  ```
609
609
 
610
- _See code: [src/commands/game/ios/profile/import.ts](https://gitlab.com/shipthis.cc/shipthis-cli/blob/v0.0.4/src/commands/game/ios/profile/import.ts)_
610
+ _See code: [src/commands/game/ios/profile/import.ts](https://gitlab.com/shipthis.cc/shipthis-cli/blob/v0.0.6/src/commands/game/ios/profile/import.ts)_
611
611
 
612
612
  ## `shipthis game ios profile status`
613
613
 
@@ -629,7 +629,7 @@ EXAMPLES
629
629
  $ shipthis game ios profile status
630
630
  ```
631
631
 
632
- _See code: [src/commands/game/ios/profile/status.ts](https://gitlab.com/shipthis.cc/shipthis-cli/blob/v0.0.4/src/commands/game/ios/profile/status.ts)_
632
+ _See code: [src/commands/game/ios/profile/status.ts](https://gitlab.com/shipthis.cc/shipthis-cli/blob/v0.0.6/src/commands/game/ios/profile/status.ts)_
633
633
 
634
634
  ## `shipthis game ios status`
635
635
 
@@ -651,7 +651,7 @@ EXAMPLES
651
651
  $ shipthis game ios status --gameId 0c179fc4
652
652
  ```
653
653
 
654
- _See code: [src/commands/game/ios/status.ts](https://gitlab.com/shipthis.cc/shipthis-cli/blob/v0.0.4/src/commands/game/ios/status.ts)_
654
+ _See code: [src/commands/game/ios/status.ts](https://gitlab.com/shipthis.cc/shipthis-cli/blob/v0.0.6/src/commands/game/ios/status.ts)_
655
655
 
656
656
  ## `shipthis game job list`
657
657
 
@@ -679,7 +679,7 @@ EXAMPLES
679
679
  $ shipthis game job list --gameId 0c179fc4
680
680
  ```
681
681
 
682
- _See code: [src/commands/game/job/list.ts](https://gitlab.com/shipthis.cc/shipthis-cli/blob/v0.0.4/src/commands/game/job/list.ts)_
682
+ _See code: [src/commands/game/job/list.ts](https://gitlab.com/shipthis.cc/shipthis-cli/blob/v0.0.6/src/commands/game/job/list.ts)_
683
683
 
684
684
  ## `shipthis game job status JOB_ID`
685
685
 
@@ -708,7 +708,7 @@ EXAMPLES
708
708
  $ shipthis game job status --gameId 0c179fc4 --lines 20 --follow 4d32239e
709
709
  ```
710
710
 
711
- _See code: [src/commands/game/job/status.ts](https://gitlab.com/shipthis.cc/shipthis-cli/blob/v0.0.4/src/commands/game/job/status.ts)_
711
+ _See code: [src/commands/game/job/status.ts](https://gitlab.com/shipthis.cc/shipthis-cli/blob/v0.0.6/src/commands/game/job/status.ts)_
712
712
 
713
713
  ## `shipthis game list`
714
714
 
@@ -733,7 +733,7 @@ EXAMPLES
733
733
  $ shipthis game list
734
734
  ```
735
735
 
736
- _See code: [src/commands/game/list.ts](https://gitlab.com/shipthis.cc/shipthis-cli/blob/v0.0.4/src/commands/game/list.ts)_
736
+ _See code: [src/commands/game/list.ts](https://gitlab.com/shipthis.cc/shipthis-cli/blob/v0.0.6/src/commands/game/list.ts)_
737
737
 
738
738
  ## `shipthis game ship`
739
739
 
@@ -753,7 +753,7 @@ EXAMPLES
753
753
  $ shipthis game ship
754
754
  ```
755
755
 
756
- _See code: [src/commands/game/ship.ts](https://gitlab.com/shipthis.cc/shipthis-cli/blob/v0.0.4/src/commands/game/ship.ts)_
756
+ _See code: [src/commands/game/ship.ts](https://gitlab.com/shipthis.cc/shipthis-cli/blob/v0.0.6/src/commands/game/ship.ts)_
757
757
 
758
758
  ## `shipthis game status`
759
759
 
@@ -775,7 +775,7 @@ EXAMPLES
775
775
  $ shipthis game status --gameId 0c179fc4
776
776
  ```
777
777
 
778
- _See code: [src/commands/game/status.ts](https://gitlab.com/shipthis.cc/shipthis-cli/blob/v0.0.4/src/commands/game/status.ts)_
778
+ _See code: [src/commands/game/status.ts](https://gitlab.com/shipthis.cc/shipthis-cli/blob/v0.0.6/src/commands/game/status.ts)_
779
779
 
780
780
  ## `shipthis game wizard`
781
781
 
@@ -797,7 +797,7 @@ EXAMPLES
797
797
  $ shipthis game wizard
798
798
  ```
799
799
 
800
- _See code: [src/commands/game/wizard.ts](https://gitlab.com/shipthis.cc/shipthis-cli/blob/v0.0.4/src/commands/game/wizard.ts)_
800
+ _See code: [src/commands/game/wizard.ts](https://gitlab.com/shipthis.cc/shipthis-cli/blob/v0.0.6/src/commands/game/wizard.ts)_
801
801
 
802
802
  ## `shipthis help [COMMAND]`
803
803
 
@@ -840,7 +840,7 @@ EXAMPLES
840
840
  $ shipthis login --force --email me@email.nowhere
841
841
  ```
842
842
 
843
- _See code: [src/commands/login.ts](https://gitlab.com/shipthis.cc/shipthis-cli/blob/v0.0.4/src/commands/login.ts)_
843
+ _See code: [src/commands/login.ts](https://gitlab.com/shipthis.cc/shipthis-cli/blob/v0.0.6/src/commands/login.ts)_
844
844
 
845
845
  ## `shipthis status`
846
846
 
@@ -857,5 +857,5 @@ EXAMPLES
857
857
  $ shipthis status
858
858
  ```
859
859
 
860
- _See code: [src/commands/status.ts](https://gitlab.com/shipthis.cc/shipthis-cli/blob/v0.0.4/src/commands/status.ts)_
860
+ _See code: [src/commands/status.ts](https://gitlab.com/shipthis.cc/shipthis-cli/blob/v0.0.6/src/commands/status.ts)_
861
861
  <!-- commandsstop -->
@@ -1,7 +1,7 @@
1
1
  import { jsx } from 'react/jsx-runtime';
2
2
  import { Box } from 'ink';
3
3
  import { QueryClientProvider } from '@tanstack/react-query';
4
- import { Q as queryClient } from './baseGameCommand-DvFilbRN.js';
4
+ import { Q as queryClient } from './baseGameCommand-DDj0395o.js';
5
5
  import 'luxon';
6
6
  import '@expo/apple-utils/build/index.js';
7
7
  import 'crypto';
@@ -1,11 +1,11 @@
1
1
  import { jsxs, jsx, Fragment } from 'react/jsx-runtime';
2
2
  import { Box, Text } from 'ink';
3
3
  import Spinner from 'ink-spinner';
4
- import './baseGameCommand-DvFilbRN.js';
4
+ import './baseGameCommand-DDj0395o.js';
5
5
  import 'luxon';
6
6
  import '@tanstack/react-query';
7
7
  import '@expo/apple-utils/build/index.js';
8
- import { u as useAppleApp } from './useAppleApp-aigGCahA.js';
8
+ import { u as useAppleApp } from './useAppleApp-DUGmY7Zx.js';
9
9
  import 'crypto';
10
10
  import 'fs';
11
11
  import 'readline-sync';
@@ -16,7 +16,7 @@ import 'socket.io-client';
16
16
  import 'isomorphic-git';
17
17
  import { T as Title } from './Title-BCQtayg6.js';
18
18
  import { T as Table } from './Table-CvM6pccN.js';
19
- import { u as useAppleBundleId } from './useAppleBundleId-Csd5x81b.js';
19
+ import { u as useAppleBundleId } from './useAppleBundleId-2Lguhhia.js';
20
20
 
21
21
  const AppleAppDetails = (props) => {
22
22
  const { data, isLoading } = useAppleApp(props);
@@ -8,12 +8,12 @@ import 'node:readline';
8
8
  import 'react';
9
9
  import axios from 'axios';
10
10
  import { useQuery } from '@tanstack/react-query';
11
- import { f as getShortDate, o as getAuthedHeaders, p as API_URL, I as castArrayObjectDates } from './baseGameCommand-DvFilbRN.js';
11
+ import { f as getShortDate, o as getAuthedHeaders, p as API_URL, I as castArrayObjectDates } from './baseGameCommand-DDj0395o.js';
12
12
  import 'luxon';
13
13
  import 'socket.io-client';
14
14
  import '@expo/apple-utils/build/index.js';
15
15
  import { c as cacheKeys } from './cacheKeys-CShA-ZjE.js';
16
- import { g as getShortUUID } from './index-Bw_nDHi8.js';
16
+ import { g as getShortUUID } from './index-DCqAd30u.js';
17
17
  import 'isomorphic-git';
18
18
  import { T as Table } from './Table-CvM6pccN.js';
19
19
  import { T as Title } from './Title-BCQtayg6.js';
@@ -1,4 +1,4 @@
1
- import { B as BaseAuthenticatedCommand } from './baseGameCommand-DvFilbRN.js';
1
+ import { B as BaseAuthenticatedCommand } from './baseGameCommand-DDj0395o.js';
2
2
 
3
3
  class BaseAppleCommand extends BaseAuthenticatedCommand {
4
4
  async init() {
@@ -615,4 +615,4 @@ class BaseGameCommand extends BaseAuthenticatedCommand {
615
615
  }
616
616
  }
617
617
 
618
- export { getAuthToken as $, ApiKey as A, BaseAuthenticatedCommand as B, CredentialsType as C, DEFAULT_SHIPPED_FILES_GLOBS as D, getGodotProjectName as E, getBuild as F, GODOT_CAPABILITIES as G, getShortDateTime as H, castArrayObjectDates as I, getProjectJobs as J, JobStatus as K, getShortTimeDelta as L, getJob as M, getNewUploadTicket as N, startJobsFromUpload as O, Platform as P, queryClient as Q, JobStage as R, LogLevel as S, getSingleUseUrl as T, UserRole as U, BaseCommand as V, acceptTerms as W, Auth as X, DOMAIN as Y, WS_URL as Z, WEB_URL as _, ApiKeyType as a, castObjectDates as a0, castJobDates as a1, getShortTime as a2, getProject as b, DEFAULT_IGNORED_FILES_GLOBS as c, BaseGameCommand as d, getProjectPlatformProgress as e, getShortDate as f, getUserCredentials as g, CapabilityTypeOption as h, isCWDGodotGame as i, BetaGroup as j, App as k, getGodotAppleBundleIdentifier as l, BundleId as m, getProjectCredentials as n, getAuthedHeaders as o, API_URL as p, Certificate as q, CertificateType as r, Profile as s, ProfileType as t, getGodotProjectCapabilities as u, CapabilityType as v, getProjects as w, GameEngine as x, getGodotVersion as y, createProject as z };
618
+ export { WS_URL as $, ApiKey as A, BaseAuthenticatedCommand as B, CredentialsType as C, DEFAULT_SHIPPED_FILES_GLOBS as D, getGodotProjectName as E, getBuild as F, GODOT_CAPABILITIES as G, getShortDateTime as H, castArrayObjectDates as I, getProjectJobs as J, JobStatus as K, getShortTimeDelta as L, getJob as M, getNewUploadTicket as N, startJobsFromUpload as O, Platform as P, queryClient as Q, JobStage as R, LogLevel as S, getSingleUseUrl as T, UserRole as U, BaseCommand as V, WEB_URL as W, setAuthToken as X, acceptTerms as Y, Auth as Z, DOMAIN as _, ApiKeyType as a, getAuthToken as a0, castObjectDates as a1, castJobDates as a2, getShortTime as a3, getProject as b, DEFAULT_IGNORED_FILES_GLOBS as c, BaseGameCommand as d, getProjectPlatformProgress as e, getShortDate as f, getUserCredentials as g, CapabilityTypeOption as h, isCWDGodotGame as i, BetaGroup as j, App as k, getGodotAppleBundleIdentifier as l, BundleId as m, getProjectCredentials as n, getAuthedHeaders as o, API_URL as p, Certificate as q, CertificateType as r, Profile as s, ProfileType as t, getGodotProjectCapabilities as u, CapabilityType as v, getProjects as w, GameEngine as x, getGodotVersion as y, createProject as z };
@@ -3,7 +3,7 @@ import { Flags } from '@oclif/core';
3
3
  import { render } from 'ink';
4
4
  import 'path';
5
5
  import 'fs';
6
- import { g as getUserCredentials, P as Platform, C as CredentialsType, A as ApiKey, U as UserRole, a as ApiKeyType } from '../../../baseGameCommand-DvFilbRN.js';
6
+ import { g as getUserCredentials, P as Platform, C as CredentialsType, A as ApiKey, U as UserRole, a as ApiKeyType } from '../../../baseGameCommand-DDj0395o.js';
7
7
  import 'axios';
8
8
  import 'luxon';
9
9
  import 'crypto';
@@ -13,13 +13,13 @@ import 'react';
13
13
  import '@tanstack/react-query';
14
14
  import 'socket.io-client';
15
15
  import 'isomorphic-git';
16
- import { B as BaseAppleCommand } from '../../../baseAppleCommand-BUDjh10x.js';
17
- import { A as App } from '../../../App-CRcDsay7.js';
16
+ import { B as BaseAppleCommand } from '../../../baseAppleCommand-BLSOrhPf.js';
17
+ import { A as App } from '../../../App-Cp2dHD6n.js';
18
18
  import 'ink-spinner';
19
19
  import 'string-length';
20
20
  import 'strip-ansi';
21
21
  import { R as RunWithSpinner } from '../../../RunWithSpinner-BVXNWGD3.js';
22
- import { u as uploadUserCredentials } from '../../../upload-O-TtkVJK.js';
22
+ import { u as uploadUserCredentials } from '../../../upload-S09gow_I.js';
23
23
  import '@expo/apple-utils/build/index.js';
24
24
  import 'ini';
25
25
  import 'deepmerge';
@@ -2,7 +2,7 @@ import { jsx } from 'react/jsx-runtime';
2
2
  import { Args, Flags } from '@oclif/core';
3
3
  import { render } from 'ink';
4
4
  import * as fs from 'fs';
5
- import { B as BaseAuthenticatedCommand, g as getUserCredentials, P as Platform, C as CredentialsType } from '../../../baseGameCommand-DvFilbRN.js';
5
+ import { B as BaseAuthenticatedCommand, g as getUserCredentials, P as Platform, C as CredentialsType } from '../../../baseGameCommand-DDj0395o.js';
6
6
  import 'path';
7
7
  import '@expo/apple-utils/build/index.js';
8
8
  import 'axios';
@@ -14,12 +14,12 @@ import 'react';
14
14
  import '@tanstack/react-query';
15
15
  import 'socket.io-client';
16
16
  import 'isomorphic-git';
17
- import { A as App } from '../../../App-CRcDsay7.js';
17
+ import { A as App } from '../../../App-Cp2dHD6n.js';
18
18
  import 'ink-spinner';
19
19
  import 'string-length';
20
20
  import 'strip-ansi';
21
21
  import { R as RunWithSpinner } from '../../../RunWithSpinner-BVXNWGD3.js';
22
- import { e as exportCredential } from '../../../export-DnCkwLrK.js';
22
+ import { e as exportCredential } from '../../../export-B1yFtX2m.js';
23
23
  import 'ini';
24
24
  import 'deepmerge';
25
25
 
@@ -2,7 +2,7 @@ import { jsx } from 'react/jsx-runtime';
2
2
  import { Args, Flags } from '@oclif/core';
3
3
  import { render } from 'ink';
4
4
  import * as fs from 'fs';
5
- import { B as BaseAuthenticatedCommand, g as getUserCredentials, P as Platform, C as CredentialsType } from '../../../baseGameCommand-DvFilbRN.js';
5
+ import { B as BaseAuthenticatedCommand, g as getUserCredentials, P as Platform, C as CredentialsType } from '../../../baseGameCommand-DDj0395o.js';
6
6
  import 'path';
7
7
  import '@expo/apple-utils/build/index.js';
8
8
  import 'axios';
@@ -14,12 +14,12 @@ import 'react';
14
14
  import '@tanstack/react-query';
15
15
  import 'socket.io-client';
16
16
  import 'isomorphic-git';
17
- import { A as App } from '../../../App-CRcDsay7.js';
17
+ import { A as App } from '../../../App-Cp2dHD6n.js';
18
18
  import 'ink-spinner';
19
19
  import 'string-length';
20
20
  import 'strip-ansi';
21
21
  import { R as RunWithSpinner } from '../../../RunWithSpinner-BVXNWGD3.js';
22
- import { i as importCredential } from '../../../import-CMzGrYJE.js';
22
+ import { i as importCredential } from '../../../import-CZoi54_C.js';
23
23
  import 'ini';
24
24
  import 'deepmerge';
25
25
 
@@ -1,7 +1,7 @@
1
1
  import { jsxs, jsx, Fragment } from 'react/jsx-runtime';
2
2
  import { Flags } from '@oclif/core';
3
3
  import { Box, Text, render } from 'ink';
4
- import { f as getShortDate, A as ApiKey, P as Platform, C as CredentialsType, B as BaseAuthenticatedCommand } from '../../../baseGameCommand-DvFilbRN.js';
4
+ import { f as getShortDate, A as ApiKey, P as Platform, C as CredentialsType, B as BaseAuthenticatedCommand } from '../../../baseGameCommand-DDj0395o.js';
5
5
  import 'path';
6
6
  import 'fs';
7
7
  import '@expo/apple-utils/build/index.js';
@@ -14,9 +14,9 @@ import 'react';
14
14
  import { useQuery } from '@tanstack/react-query';
15
15
  import 'socket.io-client';
16
16
  import 'isomorphic-git';
17
- import { A as App } from '../../../App-CRcDsay7.js';
17
+ import { A as App } from '../../../App-Cp2dHD6n.js';
18
18
  import Spinner from 'ink-spinner';
19
- import { u as useUserCredentials, U as UserCredentialsTable } from '../../../UserCredentialsTable-CPx_wwST.js';
19
+ import { u as useUserCredentials, U as UserCredentialsTable } from '../../../UserCredentialsTable-BMYMmTfG.js';
20
20
  import { T as Title } from '../../../Title-BCQtayg6.js';
21
21
  import { T as Table } from '../../../Table-CvM6pccN.js';
22
22
  import 'string-length';
@@ -25,7 +25,7 @@ import { N as NextSteps } from '../../../NextSteps-CK9zHOCt.js';
25
25
  import 'ini';
26
26
  import 'deepmerge';
27
27
  import '../../../cacheKeys-CShA-ZjE.js';
28
- import '../../../index-Bw_nDHi8.js';
28
+ import '../../../index-DCqAd30u.js';
29
29
 
30
30
  async function queryAppleApiKeys({ ctx }) {
31
31
  const keys = await ApiKey.getAsync(ctx);
@@ -5,7 +5,7 @@ import 'path';
5
5
  import 'fs';
6
6
  import '@expo/apple-utils/build/index.js';
7
7
  import 'axios';
8
- import { q as Certificate, r as CertificateType, g as getUserCredentials, P as Platform, C as CredentialsType } from '../../../baseGameCommand-DvFilbRN.js';
8
+ import { q as Certificate, r as CertificateType, g as getUserCredentials, P as Platform, C as CredentialsType } from '../../../baseGameCommand-DDj0395o.js';
9
9
  import 'luxon';
10
10
  import 'crypto';
11
11
  import 'readline-sync';
@@ -14,14 +14,14 @@ import 'react';
14
14
  import '@tanstack/react-query';
15
15
  import 'socket.io-client';
16
16
  import 'isomorphic-git';
17
- import { B as BaseAppleCommand } from '../../../baseAppleCommand-BUDjh10x.js';
18
- import { A as App } from '../../../App-CRcDsay7.js';
17
+ import { B as BaseAppleCommand } from '../../../baseAppleCommand-BLSOrhPf.js';
18
+ import { A as App } from '../../../App-Cp2dHD6n.js';
19
19
  import 'ink-spinner';
20
20
  import 'string-length';
21
21
  import 'strip-ansi';
22
22
  import { R as RunWithSpinner } from '../../../RunWithSpinner-BVXNWGD3.js';
23
23
  import forge from 'node-forge';
24
- import { u as uploadUserCredentials } from '../../../upload-O-TtkVJK.js';
24
+ import { u as uploadUserCredentials } from '../../../upload-S09gow_I.js';
25
25
  import 'ini';
26
26
  import 'deepmerge';
27
27
 
@@ -2,7 +2,7 @@ import { jsx } from 'react/jsx-runtime';
2
2
  import { Args, Flags } from '@oclif/core';
3
3
  import { render } from 'ink';
4
4
  import * as fs from 'fs';
5
- import { B as BaseAuthenticatedCommand, g as getUserCredentials, P as Platform, C as CredentialsType } from '../../../baseGameCommand-DvFilbRN.js';
5
+ import { B as BaseAuthenticatedCommand, g as getUserCredentials, P as Platform, C as CredentialsType } from '../../../baseGameCommand-DDj0395o.js';
6
6
  import 'path';
7
7
  import '@expo/apple-utils/build/index.js';
8
8
  import 'axios';
@@ -14,12 +14,12 @@ import 'react';
14
14
  import '@tanstack/react-query';
15
15
  import 'socket.io-client';
16
16
  import 'isomorphic-git';
17
- import { A as App } from '../../../App-CRcDsay7.js';
17
+ import { A as App } from '../../../App-Cp2dHD6n.js';
18
18
  import 'ink-spinner';
19
19
  import 'string-length';
20
20
  import 'strip-ansi';
21
21
  import { R as RunWithSpinner } from '../../../RunWithSpinner-BVXNWGD3.js';
22
- import { e as exportCredential } from '../../../export-DnCkwLrK.js';
22
+ import { e as exportCredential } from '../../../export-B1yFtX2m.js';
23
23
  import 'ini';
24
24
  import 'deepmerge';
25
25
 
@@ -2,7 +2,7 @@ import { jsx } from 'react/jsx-runtime';
2
2
  import { Args, Flags } from '@oclif/core';
3
3
  import { render } from 'ink';
4
4
  import * as fs from 'fs';
5
- import { B as BaseAuthenticatedCommand, g as getUserCredentials, P as Platform, C as CredentialsType } from '../../../baseGameCommand-DvFilbRN.js';
5
+ import { B as BaseAuthenticatedCommand, g as getUserCredentials, P as Platform, C as CredentialsType } from '../../../baseGameCommand-DDj0395o.js';
6
6
  import 'path';
7
7
  import '@expo/apple-utils/build/index.js';
8
8
  import 'axios';
@@ -14,12 +14,12 @@ import 'react';
14
14
  import '@tanstack/react-query';
15
15
  import 'socket.io-client';
16
16
  import 'isomorphic-git';
17
- import { A as App } from '../../../App-CRcDsay7.js';
17
+ import { A as App } from '../../../App-Cp2dHD6n.js';
18
18
  import 'ink-spinner';
19
19
  import 'string-length';
20
20
  import 'strip-ansi';
21
21
  import { R as RunWithSpinner } from '../../../RunWithSpinner-BVXNWGD3.js';
22
- import { i as importCredential } from '../../../import-CMzGrYJE.js';
22
+ import { i as importCredential } from '../../../import-CZoi54_C.js';
23
23
  import 'ini';
24
24
  import 'deepmerge';
25
25
 
@@ -1,7 +1,7 @@
1
1
  import { jsxs, jsx, Fragment } from 'react/jsx-runtime';
2
2
  import { Flags } from '@oclif/core';
3
3
  import { Box, Text, render } from 'ink';
4
- import { f as getShortDate, q as Certificate, r as CertificateType, P as Platform, C as CredentialsType, B as BaseAuthenticatedCommand } from '../../../baseGameCommand-DvFilbRN.js';
4
+ import { f as getShortDate, q as Certificate, r as CertificateType, P as Platform, C as CredentialsType, B as BaseAuthenticatedCommand } from '../../../baseGameCommand-DDj0395o.js';
5
5
  import 'path';
6
6
  import 'fs';
7
7
  import '@expo/apple-utils/build/index.js';
@@ -14,10 +14,10 @@ import 'react';
14
14
  import { useQuery } from '@tanstack/react-query';
15
15
  import 'socket.io-client';
16
16
  import 'isomorphic-git';
17
- import { A as App } from '../../../App-CRcDsay7.js';
17
+ import { A as App } from '../../../App-Cp2dHD6n.js';
18
18
  import Spinner from 'ink-spinner';
19
- import { g as getShortUUID } from '../../../index-Bw_nDHi8.js';
20
- import { u as useUserCredentials, U as UserCredentialsTable } from '../../../UserCredentialsTable-CPx_wwST.js';
19
+ import { g as getShortUUID } from '../../../index-DCqAd30u.js';
20
+ import { u as useUserCredentials, U as UserCredentialsTable } from '../../../UserCredentialsTable-BMYMmTfG.js';
21
21
  import { T as Title } from '../../../Title-BCQtayg6.js';
22
22
  import { T as Table } from '../../../Table-CvM6pccN.js';
23
23
  import 'string-length';
@@ -1,11 +1,11 @@
1
1
  import { Flags } from '@oclif/core';
2
- import { X as Auth, B as BaseAuthenticatedCommand } from '../../baseGameCommand-DvFilbRN.js';
2
+ import { Z as Auth, B as BaseAuthenticatedCommand } from '../../baseGameCommand-DDj0395o.js';
3
3
  import 'path';
4
4
  import 'fs';
5
5
  import '@expo/apple-utils/build/index.js';
6
6
  import 'axios';
7
7
  import 'luxon';
8
- import { a as getInput, f as getMaskedInput } from '../../index-Bw_nDHi8.js';
8
+ import { a as getInput, f as getMaskedInput } from '../../index-DCqAd30u.js';
9
9
  import 'crypto';
10
10
  import 'readline-sync';
11
11
  import 'node:readline';
@@ -4,7 +4,7 @@ import 'fs';
4
4
  import '@oclif/core';
5
5
  import '@expo/apple-utils/build/index.js';
6
6
  import 'axios';
7
- import '../../baseGameCommand-DvFilbRN.js';
7
+ import '../../baseGameCommand-DDj0395o.js';
8
8
  import 'luxon';
9
9
  import 'crypto';
10
10
  import 'readline-sync';
@@ -13,8 +13,8 @@ import 'react';
13
13
  import '@tanstack/react-query';
14
14
  import 'socket.io-client';
15
15
  import 'isomorphic-git';
16
- import { B as BaseAppleCommand } from '../../baseAppleCommand-BUDjh10x.js';
17
- import { A as App } from '../../App-CRcDsay7.js';
16
+ import { B as BaseAppleCommand } from '../../baseAppleCommand-BLSOrhPf.js';
17
+ import { A as App } from '../../App-Cp2dHD6n.js';
18
18
  import { render } from 'ink';
19
19
  import 'ink-spinner';
20
20
  import { S as StatusTable } from '../../StatusTable-CxuX_R1D.js';
@@ -1,5 +1,5 @@
1
1
  import open from 'open';
2
- import { B as BaseAuthenticatedCommand, T as getSingleUseUrl } from '../baseGameCommand-DvFilbRN.js';
2
+ import { B as BaseAuthenticatedCommand, T as getSingleUseUrl } from '../baseGameCommand-DDj0395o.js';
3
3
  import 'path';
4
4
  import 'fs';
5
5
  import '@oclif/core';
@@ -4,7 +4,7 @@ import { render } from 'ink';
4
4
  import * as fs from 'fs';
5
5
  import 'path';
6
6
  import '@expo/apple-utils/build/index.js';
7
- import { d as BaseGameCommand, F as getBuild } from '../../../baseGameCommand-DvFilbRN.js';
7
+ import { d as BaseGameCommand, F as getBuild } from '../../../baseGameCommand-DDj0395o.js';
8
8
  import 'crypto';
9
9
  import 'readline-sync';
10
10
  import 'node:readline';
@@ -14,7 +14,7 @@ import '@tanstack/react-query';
14
14
  import 'socket.io-client';
15
15
  import 'luxon';
16
16
  import 'isomorphic-git';
17
- import { A as App } from '../../../App-CRcDsay7.js';
17
+ import { A as App } from '../../../App-Cp2dHD6n.js';
18
18
  import 'ink-spinner';
19
19
  import 'string-length';
20
20
  import 'strip-ansi';