shipthis 0.1.52 → 0.1.54

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 (97) hide show
  1. package/README.md +7 -8
  2. package/dist/{AppleBundleIdDetails-BUJnAu52.js → AppleBundleIdDetails-CJuXU0MW.js} +4 -4
  3. package/dist/{Command-B-MWAVPL.js → Command-U8TqM6Zs.js} +2 -2
  4. package/dist/{CommandGame-DPJEVhuw.js → CommandGame-hqY43vRo.js} +3 -3
  5. package/dist/{Create-CmEndHAZ.js → Create-C--pV63B.js} +2 -2
  6. package/dist/{CredentialDetailsView-B7Y9sj8K.js → CredentialDetailsView-DUpRMBiJ.js} +1 -1
  7. package/dist/{ErrorBox-DS5e6VmF.js → ErrorBox-DLRncz8K.js} +1 -1
  8. package/dist/{GameStatus-XFGHRbVP.js → GameStatus-DRheSF2O.js} +2 -2
  9. package/dist/{Import-ea-wsQt-.js → Import-CTgEEj_f.js} +3 -3
  10. package/dist/{JobLogTail-BwFUt8LB.js → JobLogTail-7oEEQxIO.js} +3 -3
  11. package/dist/{JobProgress-_cIUK7Ho.js → JobProgress-DwvTh5rS.js} +4 -4
  12. package/dist/{JobStatusTable-CyDhk3lr.js → JobStatusTable-DBM_PBPQ.js} +3 -3
  13. package/dist/{ProjectCredentialsTable-0DY-GdfY.js → ProjectCredentialsTable-BamSpb5B.js} +2 -2
  14. package/dist/{UserCredentialsTable-CTJMS9Kc.js → UserCredentialsTable-N_fIOf8N.js} +2 -2
  15. package/dist/{baseAppleCommand-9xmssZ7g.js → baseAppleCommand-oekzwny6.js} +1 -1
  16. package/dist/{baseCommand-CpAJaJoG.js → baseCommand-ByzFMr-B.js} +11 -1
  17. package/dist/{baseGameAndroidCommand-HO8as-RL.js → baseGameAndroidCommand-GvH1QAja.js} +2 -2
  18. package/dist/{baseGameCommand-Cbx4ywHl.js → baseGameCommand-D8Z3SaiJ.js} +1 -1
  19. package/dist/commands/apiKey/create.js +3 -3
  20. package/dist/commands/apiKey/list.js +3 -3
  21. package/dist/commands/apiKey/revoke.js +3 -3
  22. package/dist/commands/apple/apiKey/create.js +6 -6
  23. package/dist/commands/apple/apiKey/delete.js +4 -4
  24. package/dist/commands/apple/apiKey/export.js +5 -5
  25. package/dist/commands/apple/apiKey/import.js +5 -5
  26. package/dist/commands/apple/apiKey/status.js +4 -4
  27. package/dist/commands/apple/certificate/create.js +6 -6
  28. package/dist/commands/apple/certificate/delete.js +4 -4
  29. package/dist/commands/apple/certificate/export.js +5 -5
  30. package/dist/commands/apple/certificate/import.js +5 -5
  31. package/dist/commands/apple/certificate/show.js +5 -5
  32. package/dist/commands/apple/certificate/status.js +4 -4
  33. package/dist/commands/apple/login.js +2 -2
  34. package/dist/commands/apple/status.js +3 -3
  35. package/dist/commands/dashboard.js +2 -2
  36. package/dist/commands/game/android/apiKey/connect.js +9 -9
  37. package/dist/commands/game/android/apiKey/create.js +11 -11
  38. package/dist/commands/game/android/apiKey/delete.js +4 -4
  39. package/dist/commands/game/android/apiKey/export.js +6 -6
  40. package/dist/commands/game/android/apiKey/import.js +6 -6
  41. package/dist/commands/game/android/apiKey/invite.js +3 -3
  42. package/dist/commands/game/android/apiKey/policy.js +3 -3
  43. package/dist/commands/game/android/apiKey/show.js +8 -8
  44. package/dist/commands/game/android/apiKey/status.js +6 -6
  45. package/dist/commands/game/android/keyStore/create.js +8 -8
  46. package/dist/commands/game/android/keyStore/delete.js +4 -4
  47. package/dist/commands/game/android/keyStore/export.js +5 -5
  48. package/dist/commands/game/android/keyStore/import.js +9 -9
  49. package/dist/commands/game/android/keyStore/status.js +5 -5
  50. package/dist/commands/game/android/status.js +2 -2
  51. package/dist/commands/game/build/download.js +3 -3
  52. package/dist/commands/game/build/list.js +5 -5
  53. package/dist/commands/game/create.js +2 -2
  54. package/dist/commands/game/details.js +3 -3
  55. package/dist/commands/game/export.js +2 -2
  56. package/dist/commands/game/ios/app/addTester.js +4 -4
  57. package/dist/commands/game/ios/app/create.js +3 -3
  58. package/dist/commands/game/ios/app/status.js +6 -6
  59. package/dist/commands/game/ios/app/sync.js +4 -4
  60. package/dist/commands/game/ios/profile/create.js +6 -6
  61. package/dist/commands/game/ios/profile/delete.js +4 -4
  62. package/dist/commands/game/ios/profile/export.js +5 -5
  63. package/dist/commands/game/ios/profile/import.js +5 -5
  64. package/dist/commands/game/ios/profile/show.js +7 -7
  65. package/dist/commands/game/ios/profile/status.js +6 -6
  66. package/dist/commands/game/ios/status.js +9 -9
  67. package/dist/commands/game/ios/wizard.js +3 -3
  68. package/dist/commands/game/job/list.js +3 -3
  69. package/dist/commands/game/job/logs.js +82 -0
  70. package/dist/commands/game/job/status.js +6 -6
  71. package/dist/commands/game/list.js +3 -3
  72. package/dist/commands/game/ship.js +10 -10
  73. package/dist/commands/game/status.js +6 -6
  74. package/dist/commands/game/wizard.js +31 -28
  75. package/dist/commands/internal/fastlane.js +2 -2
  76. package/dist/commands/internal/readme.js +2 -2
  77. package/dist/commands/login.js +2 -2
  78. package/dist/commands/status.js +3 -3
  79. package/dist/commands/util/android-build-method.js +2 -2
  80. package/dist/commands/util/glass.js +1 -1
  81. package/dist/{export-Blt3BR-u.js → export-DQ2Qh09K.js} +1 -1
  82. package/dist/{import-IVcS8WFM.js → import-sVng7ksa.js} +1 -1
  83. package/dist/{index-KJtngKaE.js → index-DwEIHNF1.js} +4 -4
  84. package/dist/{index-B5s20dhm.js → index-Dz17cbww.js} +5 -5
  85. package/dist/{index-By3xdL8c.js → index-N3S598Wc.js} +1 -1
  86. package/dist/{upload-B56rRpZW.js → upload-DoiCgi3a.js} +1 -1
  87. package/dist/{useAppleApp-BHUjGmw0.js → useAppleApp-J4dx2Wyz.js} +1 -1
  88. package/dist/{useAppleBundleId-Cv5maswG.js → useAppleBundleId-DUdnv1T0.js} +1 -1
  89. package/dist/{useAppleProfiles-kDiUOXiX.js → useAppleProfiles-DDdAtArV.js} +1 -1
  90. package/dist/{useGoogleStatus-BHd_Wp59.js → useGoogleStatus-DciPkOMu.js} +2 -2
  91. package/dist/{useProjectCredentials-ADtDLDmx.js → useProjectCredentials-B4cjpmpB.js} +2 -2
  92. package/dist/{useWebSocket-DlNe_zDR.js → useWebSocket-B1hQm8Ak.js} +1 -1
  93. package/docs/game/job/logs.md +30 -0
  94. package/docs/game/job.md +31 -0
  95. package/npm-shrinkwrap.json +193 -672
  96. package/oclif.manifest.json +241 -198
  97. package/package.json +4 -2
package/README.md CHANGED
@@ -107,14 +107,13 @@ ShipThis handles iOS builds on managed macOS cloud servers. The CLI connects to
107
107
 
108
108
  We support **all stable Godot versions since 3.6**, including:
109
109
 
110
- | [3.6](https://github.com/godotengine/godot/releases/tag/3.6-stable) | [4.0](https://github.com/godotengine/godot/releases/tag/4.0-stable) | [4.1](https://github.com/godotengine/godot/releases/tag/4.1-stable) | [4.2](https://github.com/godotengine/godot/releases/tag/4.2-stable) | [4.3](https://github.com/godotengine/godot/releases/tag/4.3-stable) | [4.4](https://github.com/godotengine/godot/releases/tag/4.4-stable) | [4.5](https://github.com/godotengine/godot/releases/tag/4.5-stable) | [4.6](https://github.com/godotengine/godot/releases/tag/4.6-stable) |
111
- | ----------------------------------------------------------------------- | ------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------ |
112
- | [3.6.1](https://github.com/godotengine/godot/releases/tag/3.6.1-stable) | [4.0.1](https://github.com/godotengine/godot/releases/tag/4.0.1-stable) | [4.1.1](https://github.com/godotengine/godot/releases/tag/4.1.1-stable) | [4.2.1](https://github.com/godotengine/godot/releases/tag/4.2.1-stable) | [4.3.1 *](https://github.com/shipth-is/godot-android-sdk-upgrade/releases/tag/4.3.1-28eb575) | [4.4.1](https://github.com/godotengine/godot/releases/tag/4.4.1-stable) | [4.5.1](https://github.com/godotengine/godot/releases/tag/4.5.1-stable) | [4.6.1](https://github.com/godotengine/godot/releases/tag/4.6.1-stable) |
113
- | [3.6.2](https://github.com/godotengine/godot/releases/tag/3.6.2-stable) | [4.0.2](https://github.com/godotengine/godot/releases/tag/4.0.2-stable) | [4.1.2](https://github.com/godotengine/godot/releases/tag/4.1.2-stable) | [4.2.2](https://github.com/godotengine/godot/releases/tag/4.2.2-stable) | | [4.4.2 *](https://github.com/shipth-is/godot-android-sdk-upgrade/releases/tag/4.4.2-ca113b3) | | [4.6.2](https://github.com/godotengine/godot/releases/tag/4.6.2-stable) |
114
- | | [4.0.3](https://github.com/godotengine/godot/releases/tag/4.0.3-stable) | [4.1.3](https://github.com/godotengine/godot/releases/tag/4.1.3-stable) | [4.2.3 *](https://github.com/shipth-is/godot-android-sdk-upgrade/releases/tag/4.2.3-d33f443) | | | | |
115
- | | [4.0.4](https://github.com/godotengine/godot/releases/tag/4.0.4-stable) | [4.1.4](https://github.com/godotengine/godot/releases/tag/4.1.4-stable) | | | | | |
116
- | | [4.0.5 *](https://github.com/shipth-is/godot-android-sdk-upgrade/releases/tag/4.0.5-df6989b) | [4.1.5 *](https://github.com/shipth-is/godot-android-sdk-upgrade/releases/tag/4.1.5-b68debd) | | | | | |
117
-
110
+ | [3.6](https://github.com/godotengine/godot/releases/tag/3.6-stable) | [4.0](https://github.com/godotengine/godot/releases/tag/4.0-stable) | [4.1](https://github.com/godotengine/godot/releases/tag/4.1-stable) | [4.2](https://github.com/godotengine/godot/releases/tag/4.2-stable) | [4.3](https://github.com/godotengine/godot/releases/tag/4.3-stable) | [4.4](https://github.com/godotengine/godot/releases/tag/4.4-stable) | [4.5](https://github.com/godotengine/godot/releases/tag/4.5-stable) | [4.6](https://github.com/godotengine/godot/releases/tag/4.6-stable) | [4.7](https://github.com/godotengine/godot/releases/tag/4.7-stable) |
111
+ | ----------------------------------------------------------------------- | ------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------ |
112
+ | [3.6.1](https://github.com/godotengine/godot/releases/tag/3.6.1-stable) | [4.0.1](https://github.com/godotengine/godot/releases/tag/4.0.1-stable) | [4.1.1](https://github.com/godotengine/godot/releases/tag/4.1.1-stable) | [4.2.1](https://github.com/godotengine/godot/releases/tag/4.2.1-stable) | [4.3.1 *](https://github.com/shipth-is/godot-android-sdk-upgrade/releases/tag/4.3.1-28eb575) | [4.4.1](https://github.com/godotengine/godot/releases/tag/4.4.1-stable) | [4.5.1](https://github.com/godotengine/godot/releases/tag/4.5.1-stable) | [4.6.1](https://github.com/godotengine/godot/releases/tag/4.6.1-stable) | |
113
+ | [3.6.2](https://github.com/godotengine/godot/releases/tag/3.6.2-stable) | [4.0.2](https://github.com/godotengine/godot/releases/tag/4.0.2-stable) | [4.1.2](https://github.com/godotengine/godot/releases/tag/4.1.2-stable) | [4.2.2](https://github.com/godotengine/godot/releases/tag/4.2.2-stable) | | [4.4.2 *](https://github.com/shipth-is/godot-android-sdk-upgrade/releases/tag/4.4.2-ca113b3) | [4.5.2](https://github.com/godotengine/godot/releases/tag/4.5.2-stable) | [4.6.2](https://github.com/godotengine/godot/releases/tag/4.6.2-stable) | |
114
+ | | [4.0.3](https://github.com/godotengine/godot/releases/tag/4.0.3-stable) | [4.1.3](https://github.com/godotengine/godot/releases/tag/4.1.3-stable) | [4.2.3 *](https://github.com/shipth-is/godot-android-sdk-upgrade/releases/tag/4.2.3-d33f443) | | | | [4.6.3](https://github.com/godotengine/godot/releases/tag/4.6.3-stable) | |
115
+ | | [4.0.4](https://github.com/godotengine/godot/releases/tag/4.0.4-stable) | [4.1.4](https://github.com/godotengine/godot/releases/tag/4.1.4-stable) | | | | | | |
116
+ | | [4.0.5 *](https://github.com/shipth-is/godot-android-sdk-upgrade/releases/tag/4.0.5-df6989b) | [4.1.5 *](https://github.com/shipth-is/godot-android-sdk-upgrade/releases/tag/4.1.5-b68debd) | | | | | | | | [4.0.5 *](https://github.com/shipth-is/godot-android-sdk-upgrade/releases/tag/4.0.5-df6989b) | [4.1.5 *](https://github.com/shipth-is/godot-android-sdk-upgrade/releases/tag/4.1.5-b68debd) | | | | | | |
118
117
 
119
118
  **\* Custom builds** - [maintained by us](https://github.com/shipth-is/godot-android-sdk-upgrade/) to support **[Android SDK 35](https://support.google.com/googleplay/android-developer/answer/11926878?hl=en)** and **[16 KB Google Play compatibility requirement](https://developer.android.com/guide/practices/page-sizes)**.
120
119
 
@@ -11,11 +11,11 @@ import 'readline-sync';
11
11
  import 'luxon';
12
12
  import 'axios';
13
13
  import 'isomorphic-git';
14
- import './baseCommand-CpAJaJoG.js';
14
+ import './baseCommand-ByzFMr-B.js';
15
15
  import '@oclif/core';
16
16
  import '@tanstack/react-query';
17
17
  import 'react';
18
- import { u as useAppleApp } from './useAppleApp-BHUjGmw0.js';
18
+ import { u as useAppleApp } from './useAppleApp-J4dx2Wyz.js';
19
19
  import 'uuid';
20
20
  import 'fast-glob';
21
21
  import 'stream';
@@ -27,12 +27,12 @@ import 'strip-ansi';
27
27
  import { T as Table } from './Table-FaNgpyeq.js';
28
28
  import { T as Title } from './Title-BCQtayg6.js';
29
29
  import 'open';
30
- import './baseGameCommand-Cbx4ywHl.js';
30
+ import './baseGameCommand-D8Z3SaiJ.js';
31
31
  import 'godot-export-presets';
32
32
  import 'marked';
33
33
  import 'marked-terminal';
34
34
  import 'qrcode';
35
- import { u as useAppleBundleId } from './useAppleBundleId-Cv5maswG.js';
35
+ import { u as useAppleBundleId } from './useAppleBundleId-DUdnv1T0.js';
36
36
 
37
37
  const AppleAppDetails = (props) => {
38
38
  const { data, isLoading } = useAppleApp(props);
@@ -2,8 +2,8 @@ import { jsx } from 'react/jsx-runtime';
2
2
  import { QueryClientProvider } from '@tanstack/react-query';
3
3
  import { useScreenSize } from 'fullscreen-ink';
4
4
  import { Box } from 'ink';
5
- import { C as CommandProvider } from './baseGameCommand-Cbx4ywHl.js';
6
- import { F as queryClient } from './baseCommand-CpAJaJoG.js';
5
+ import { C as CommandProvider } from './baseGameCommand-D8Z3SaiJ.js';
6
+ import { F as queryClient } from './baseCommand-ByzFMr-B.js';
7
7
  import 'axios';
8
8
  import 'node:fs';
9
9
  import 'luxon';
@@ -1,8 +1,8 @@
1
1
  import { jsx, Fragment } from 'react/jsx-runtime';
2
2
  import React from 'react';
3
- import { E as ErrorBox } from './ErrorBox-DS5e6VmF.js';
4
- import { G as GameProvider, d as GameContext } from './baseGameCommand-Cbx4ywHl.js';
5
- import { C as Command } from './Command-B-MWAVPL.js';
3
+ import { E as ErrorBox } from './ErrorBox-DLRncz8K.js';
4
+ import { G as GameProvider, d as GameContext } from './baseGameCommand-D8Z3SaiJ.js';
5
+ import { C as Command } from './Command-U8TqM6Zs.js';
6
6
 
7
7
  const CommandGameErrorBoundary = ({ children }) => {
8
8
  const { error } = React.useContext(GameContext);
@@ -3,7 +3,7 @@ import { useQueryClient } from '@tanstack/react-query';
3
3
  import axios from 'axios';
4
4
  import { Box } from 'ink';
5
5
  import { useContext } from 'react';
6
- import { r as getAuthedHeaders, q as API_URL } from './baseCommand-CpAJaJoG.js';
6
+ import { r as getAuthedHeaders, q as API_URL } from './baseCommand-ByzFMr-B.js';
7
7
  import 'ink-spinner';
8
8
  import 'node:crypto';
9
9
  import 'node:fs';
@@ -14,7 +14,7 @@ import 'readline-sync';
14
14
  import 'luxon';
15
15
  import 'isomorphic-git';
16
16
  import '@oclif/core';
17
- import { d as GameContext, i as cacheKeys } from './baseGameCommand-Cbx4ywHl.js';
17
+ import { d as GameContext, i as cacheKeys } from './baseGameCommand-D8Z3SaiJ.js';
18
18
  import 'uuid';
19
19
  import 'fast-glob';
20
20
  import 'stream';
@@ -1,7 +1,7 @@
1
1
  import { jsxs, jsx } from 'react/jsx-runtime';
2
2
  import { Box, Text } from 'ink';
3
3
  import { DateTime } from 'luxon';
4
- import { d as getShortDate, C as CredentialsType } from './baseCommand-CpAJaJoG.js';
4
+ import { d as getShortDate, C as CredentialsType } from './baseCommand-ByzFMr-B.js';
5
5
  import 'node:crypto';
6
6
  import 'node:fs';
7
7
  import 'node:path';
@@ -1,6 +1,6 @@
1
1
  import { jsxs, jsx } from 'react/jsx-runtime';
2
2
  import { Box, Text } from 'ink';
3
- import { H as HandledError } from './baseCommand-CpAJaJoG.js';
3
+ import { H as HandledError } from './baseCommand-ByzFMr-B.js';
4
4
 
5
5
  const ErrorBox = ({ error }) => {
6
6
  if (error instanceof HandledError) {
@@ -1,9 +1,9 @@
1
1
  import { jsx, jsxs } from 'react/jsx-runtime';
2
2
  import { Text, Box } from 'ink';
3
3
  import { useState, useEffect, useContext } from 'react';
4
- import { g as getShortUUID, d as getShortDate, P as Platform, m as getProject, L as getProjectPlatformProgress } from './baseCommand-CpAJaJoG.js';
4
+ import { g as getShortUUID, d as getShortDate, P as Platform, m as getProject, L as getProjectPlatformProgress } from './baseCommand-ByzFMr-B.js';
5
5
  import 'ink-spinner';
6
- import { m as makeHumanReadable, d as GameContext, j as CommandContext } from './baseGameCommand-Cbx4ywHl.js';
6
+ import { m as makeHumanReadable, d as GameContext, j as CommandContext } from './baseGameCommand-D8Z3SaiJ.js';
7
7
  import 'luxon';
8
8
  import 'string-length';
9
9
  import 'strip-ansi';
@@ -11,7 +11,7 @@ import 'readline-sync';
11
11
  import 'luxon';
12
12
  import 'axios';
13
13
  import 'isomorphic-git';
14
- import { F as queryClient, P as Platform, C as CredentialsType } from './baseCommand-CpAJaJoG.js';
14
+ import { F as queryClient, P as Platform, C as CredentialsType } from './baseCommand-ByzFMr-B.js';
15
15
  import '@oclif/core';
16
16
  import { useMutation } from '@tanstack/react-query';
17
17
  import { v4 } from 'uuid';
@@ -24,12 +24,12 @@ import 'string-length';
24
24
  import 'strip-ansi';
25
25
  import 'open';
26
26
  import '@inkjs/ui';
27
- import { i as cacheKeys, d as GameContext } from './baseGameCommand-Cbx4ywHl.js';
27
+ import { i as cacheKeys, d as GameContext } from './baseGameCommand-D8Z3SaiJ.js';
28
28
  import 'marked';
29
29
  import 'marked-terminal';
30
30
  import 'qrcode';
31
31
  import 'godot-export-presets';
32
- import { i as importCredential } from './import-IVcS8WFM.js';
32
+ import { i as importCredential } from './import-sVng7ksa.js';
33
33
 
34
34
  async function importKeystore({ log = () => {
35
35
  }, ...opt }) {
@@ -5,7 +5,7 @@ import { useInfiniteQuery } from '@tanstack/react-query';
5
5
  import axios from 'axios';
6
6
  import { useState, useRef, useEffect } from 'react';
7
7
  import 'node:fs';
8
- import { r as getAuthedHeaders, q as API_URL, E as castArrayObjectDates, J as JobStatus, a8 as castJobDates, a6 as castObjectDates, a9 as getShortTime } from './baseCommand-CpAJaJoG.js';
8
+ import { r as getAuthedHeaders, q as API_URL, E as castArrayObjectDates, J as JobStatus, a9 as castJobDates, a7 as castObjectDates, aa as getShortTime } from './baseCommand-ByzFMr-B.js';
9
9
  import 'luxon';
10
10
  import 'node:crypto';
11
11
  import 'node:path';
@@ -19,8 +19,8 @@ import 'fast-glob';
19
19
  import 'stream';
20
20
  import 'yazl';
21
21
  import 'socket.io-client';
22
- import { i as cacheKeys, t as useJob, f as getStageColor, v as getMessageColor } from './baseGameCommand-Cbx4ywHl.js';
23
- import { u as useWebSocket } from './useWebSocket-DlNe_zDR.js';
22
+ import { i as cacheKeys, t as useJob, f as getStageColor, v as getMessageColor } from './baseGameCommand-D8Z3SaiJ.js';
23
+ import { u as useWebSocket } from './useWebSocket-B1hQm8Ak.js';
24
24
  import 'fullscreen-ink';
25
25
  import { T as TruncatedText } from './TruncatedText-DhEXCrnE.js';
26
26
  import { T as Title } from './Title-BCQtayg6.js';
@@ -1,5 +1,5 @@
1
1
  import { useMutation } from '@tanstack/react-query';
2
- import { aa as LEGACY_DEFAULT_IGNORED_FILES_GLOBS, ab as LEGACY_DEFAULT_SHIPPED_FILES_GLOBS, y as DEFAULT_PLATFORM_GLOBS, P as Platform, m as getProject, ac as getNewUploadTicket, ad as startJobsFromUpload, F as queryClient, a3 as LogLevel } from './baseCommand-CpAJaJoG.js';
2
+ import { ab as LEGACY_DEFAULT_IGNORED_FILES_GLOBS, ac as LEGACY_DEFAULT_SHIPPED_FILES_GLOBS, y as DEFAULT_PLATFORM_GLOBS, P as Platform, m as getProject, ad as getNewUploadTicket, ae as startJobsFromUpload, F as queryClient, a4 as LogLevel } from './baseCommand-ByzFMr-B.js';
3
3
  import 'node:crypto';
4
4
  import fs__default from 'node:fs';
5
5
  import 'node:path';
@@ -11,11 +11,11 @@ import 'axios';
11
11
  import 'isomorphic-git';
12
12
  import '@oclif/core';
13
13
  import { useState } from 'react';
14
- import { w as getFileHash, i as cacheKeys, x as getPlatformName, v as getMessageColor } from './baseGameCommand-Cbx4ywHl.js';
14
+ import { w as getFileHash, i as cacheKeys, x as getPlatformName, v as getMessageColor } from './baseGameCommand-D8Z3SaiJ.js';
15
15
  import { v4 } from 'uuid';
16
16
  import fg from 'fast-glob';
17
17
  import { Readable, Transform } from 'stream';
18
- import { q as queryProjectCredentials } from './useProjectCredentials-ADtDLDmx.js';
18
+ import { q as queryProjectCredentials } from './useProjectCredentials-B4cjpmpB.js';
19
19
  import { ZipFile } from 'yazl';
20
20
  import 'socket.io-client';
21
21
  import 'fullscreen-ink';
@@ -25,7 +25,7 @@ import { jsxs, jsx } from 'react/jsx-runtime';
25
25
  import 'ink-spinner';
26
26
  import 'string-length';
27
27
  import 'strip-ansi';
28
- import { u as useJobWatching, a as JobLogLine } from './JobLogTail-BwFUt8LB.js';
28
+ import { u as useJobWatching, a as JobLogLine } from './JobLogTail-7oEEQxIO.js';
29
29
  import 'open';
30
30
  import '@inkjs/ui';
31
31
  import 'marked';
@@ -3,17 +3,17 @@ import { Box, Text } from 'ink';
3
3
  import Spinner from 'ink-spinner';
4
4
  import { DateTime } from 'luxon';
5
5
  import { useState, useEffect } from 'react';
6
- import { J as JobStatus } from './baseCommand-CpAJaJoG.js';
6
+ import { J as JobStatus } from './baseCommand-ByzFMr-B.js';
7
7
  import '@tanstack/react-query';
8
8
  import 'axios';
9
9
  import 'node:fs';
10
- import { e as getJobSummary, f as getStageColor, h as getJobStatusColor } from './baseGameCommand-Cbx4ywHl.js';
10
+ import { e as getJobSummary, f as getStageColor, h as getJobStatusColor } from './baseGameCommand-D8Z3SaiJ.js';
11
11
  import 'uuid';
12
12
  import 'fast-glob';
13
13
  import 'stream';
14
14
  import 'yazl';
15
15
  import 'socket.io-client';
16
- import { u as useJobWatching } from './JobLogTail-BwFUt8LB.js';
16
+ import { u as useJobWatching } from './JobLogTail-7oEEQxIO.js';
17
17
  import 'fullscreen-ink';
18
18
  import { a as StatusRow, b as StatusRowLabel } from './StatusTable-DzRWcMr4.js';
19
19
  import { T as Title } from './Title-BCQtayg6.js';
@@ -10,11 +10,11 @@ import 'readline-sync';
10
10
  import 'luxon';
11
11
  import 'axios';
12
12
  import 'isomorphic-git';
13
- import './baseCommand-CpAJaJoG.js';
13
+ import './baseCommand-ByzFMr-B.js';
14
14
  import '@oclif/core';
15
15
  import '@tanstack/react-query';
16
16
  import 'react';
17
- import { u as useProjectCredentials, g as getProjectCredentialSummary } from './useProjectCredentials-ADtDLDmx.js';
17
+ import { u as useProjectCredentials, g as getProjectCredentialSummary } from './useProjectCredentials-B4cjpmpB.js';
18
18
  import 'uuid';
19
19
  import 'fast-glob';
20
20
  import 'stream';
@@ -10,7 +10,7 @@ import 'readline-sync';
10
10
  import 'luxon';
11
11
  import axios from 'axios';
12
12
  import 'isomorphic-git';
13
- import { g as getShortUUID, d as getShortDate, r as getAuthedHeaders, q as API_URL, E as castArrayObjectDates } from './baseCommand-CpAJaJoG.js';
13
+ import { g as getShortUUID, d as getShortDate, r as getAuthedHeaders, q as API_URL, E as castArrayObjectDates } from './baseCommand-ByzFMr-B.js';
14
14
  import '@oclif/core';
15
15
  import { useQuery } from '@tanstack/react-query';
16
16
  import 'react';
@@ -18,7 +18,7 @@ import 'uuid';
18
18
  import 'fast-glob';
19
19
  import 'stream';
20
20
  import 'yazl';
21
- import { i as cacheKeys } from './baseGameCommand-Cbx4ywHl.js';
21
+ import { i as cacheKeys } from './baseGameCommand-D8Z3SaiJ.js';
22
22
  import 'socket.io-client';
23
23
  import 'fullscreen-ink';
24
24
  import { T as Table } from './Table-FaNgpyeq.js';
@@ -1,4 +1,4 @@
1
- import { B as BaseAuthenticatedCommand } from './baseGameCommand-Cbx4ywHl.js';
1
+ import { B as BaseAuthenticatedCommand } from './baseGameCommand-D8Z3SaiJ.js';
2
2
 
3
3
  class BaseAppleCommand extends BaseAuthenticatedCommand {
4
4
  async init() {
@@ -615,6 +615,16 @@ async function getJob(jobId, projectId) {
615
615
  const { data } = await axios.get(`${API_URL}/projects/${projectId}/jobs/${jobId}`, opt);
616
616
  return castJobDates(data);
617
617
  }
618
+ async function getJobLogsDownloadStream(jobId, projectId) {
619
+ const headers = getAuthedHeaders();
620
+ const response = await axios({
621
+ headers,
622
+ method: "GET",
623
+ responseType: "stream",
624
+ url: `${API_URL}/projects/${projectId}/jobs/${jobId}/logs/download`
625
+ });
626
+ return response.data;
627
+ }
618
628
  async function getSingleUseUrl(destination) {
619
629
  const headers = await getAuthedHeaders();
620
630
  const { data } = await axios.post(`${API_URL}/me/otp`, {}, { headers });
@@ -928,4 +938,4 @@ class BaseCommand extends Command {
928
938
  }
929
939
  }
930
940
 
931
- export { getSingleUseUrl as $, ApiKey as A, BaseCommand as B, CredentialsType as C, DetailsFlags as D, castArrayObjectDates as E, queryClient as F, GODOT_CAPABILITIES as G, HandledError as H, WS_URL as I, JobStatus as J, getAuthToken as K, getProjectPlatformProgress as L, getProjectJobs as M, getJob as N, downloadBuildById as O, Platform as P, getGoogleStatus as Q, getGodotAndroidPackageName as R, enforcePolicy as S, revokePolicy as T, UserRole as U, inviteServiceAccount as V, WEB_URL as W, disconnectGoogle as X, getAPIKeys as Y, createAPIKey as Z, revokeAPIKey as _, ApiKeyType as a, acceptTerms as a0, setAuthToken as a1, Auth as a2, LogLevel as a3, getShortAuthRequiredUrl as a4, getErrorMessage as a5, castObjectDates as a6, getGoogleAuthUrl as a7, castJobDates as a8, getShortTime as a9, LEGACY_DEFAULT_IGNORED_FILES_GLOBS as aa, LEGACY_DEFAULT_SHIPPED_FILES_GLOBS as ab, getNewUploadTicket as ac, startJobsFromUpload as ad, updateProject as ae, getGradleBuildOptionKey as af, BuildType as ag, getShortDateTime as ah, getShortTimeDelta as ai, JobStage as aj, getSelf as ak, getTerms as al, Certificate as b, getProjects as c, getShortDate as d, getGodotAppleBundleIdentifier as e, BundleId as f, getShortUUID as g, App as h, isGradleBuildEnabled as i, CapabilityTypeOption as j, BetaGroup as k, isCWDGodotGame as l, getProject as m, CertificateType as n, Profile as o, ProfileType as p, API_URL as q, getAuthedHeaders as r, setGradleBuildEnabled as s, getGodotProjectCapabilities as t, CapabilityType as u, GameEngine as v, getGodotVersion as w, createProject as x, DEFAULT_PLATFORM_GLOBS as y, getGodotProjectName as z };
941
+ export { revokeAPIKey as $, ApiKey as A, BaseCommand as B, CredentialsType as C, DetailsFlags as D, castArrayObjectDates as E, queryClient as F, GODOT_CAPABILITIES as G, HandledError as H, WS_URL as I, JobStatus as J, getAuthToken as K, getProjectPlatformProgress as L, getProjectJobs as M, getJob as N, getJobLogsDownloadStream as O, Platform as P, downloadBuildById as Q, getGoogleStatus as R, getGodotAndroidPackageName as S, enforcePolicy as T, UserRole as U, revokePolicy as V, WEB_URL as W, inviteServiceAccount as X, disconnectGoogle as Y, getAPIKeys as Z, createAPIKey as _, ApiKeyType as a, getSingleUseUrl as a0, acceptTerms as a1, setAuthToken as a2, Auth as a3, LogLevel as a4, getShortAuthRequiredUrl as a5, getErrorMessage as a6, castObjectDates as a7, getGoogleAuthUrl as a8, castJobDates as a9, getShortTime as aa, LEGACY_DEFAULT_IGNORED_FILES_GLOBS as ab, LEGACY_DEFAULT_SHIPPED_FILES_GLOBS as ac, getNewUploadTicket as ad, startJobsFromUpload as ae, updateProject as af, getGradleBuildOptionKey as ag, BuildType as ah, getShortDateTime as ai, getShortTimeDelta as aj, JobStage as ak, getSelf as al, getTerms as am, Certificate as b, getProjects as c, getShortDate as d, getGodotAppleBundleIdentifier as e, BundleId as f, getShortUUID as g, App as h, isGradleBuildEnabled as i, CapabilityTypeOption as j, BetaGroup as k, isCWDGodotGame as l, getProject as m, CertificateType as n, Profile as o, ProfileType as p, API_URL as q, getAuthedHeaders as r, setGradleBuildEnabled as s, getGodotProjectCapabilities as t, CapabilityType as u, GameEngine as v, getGodotVersion as w, createProject as x, DEFAULT_PLATFORM_GLOBS as y, getGodotProjectName as z };
@@ -1,5 +1,5 @@
1
- import { Q as getGoogleStatus, R as getGodotAndroidPackageName } from './baseCommand-CpAJaJoG.js';
2
- import { b as BaseGameCommand, c as generatePackageName, a as getInput } from './baseGameCommand-Cbx4ywHl.js';
1
+ import { R as getGoogleStatus, S as getGodotAndroidPackageName } from './baseCommand-ByzFMr-B.js';
2
+ import { b as BaseGameCommand, c as generatePackageName, a as getInput } from './baseGameCommand-D8Z3SaiJ.js';
3
3
 
4
4
  class BaseGameAndroidCommand extends BaseGameCommand {
5
5
  async checkGoogleAuth(waitForAuth = false) {
@@ -1,5 +1,5 @@
1
1
  import { Flags } from '@oclif/core';
2
- import { q as API_URL, r as getAuthedHeaders, P as Platform, g as getShortUUID, ah as getShortDateTime, E as castArrayObjectDates, J as JobStatus, ai as getShortTimeDelta, N as getJob, aj as JobStage, a3 as LogLevel, m as getProject, a4 as getShortAuthRequiredUrl, F as queryClient, ag as BuildType, W as WEB_URL, B as BaseCommand, ak as getSelf, H as HandledError, al as getTerms, ae as updateProject } from './baseCommand-CpAJaJoG.js';
2
+ import { q as API_URL, r as getAuthedHeaders, P as Platform, g as getShortUUID, ai as getShortDateTime, E as castArrayObjectDates, J as JobStatus, aj as getShortTimeDelta, N as getJob, ak as JobStage, a4 as LogLevel, m as getProject, a5 as getShortAuthRequiredUrl, F as queryClient, ah as BuildType, W as WEB_URL, B as BaseCommand, al as getSelf, H as HandledError, am as getTerms, af as updateProject } from './baseCommand-ByzFMr-B.js';
3
3
  import { jsx, Fragment, jsxs } from 'react/jsx-runtime';
4
4
  import { useStdin, useInput, Text, Box } from 'ink';
5
5
  import Spinner from 'ink-spinner';
@@ -2,8 +2,8 @@ import { jsx } from 'react/jsx-runtime';
2
2
  import { Flags } from '@oclif/core';
3
3
  import { render } from 'ink';
4
4
  import { v4 } from 'uuid';
5
- import { g as getShortUUID, Z as createAPIKey, d as getShortDate } from '../../baseCommand-CpAJaJoG.js';
6
- import { B as BaseAuthenticatedCommand, g as getRenderedMarkdown } from '../../baseGameCommand-Cbx4ywHl.js';
5
+ import { g as getShortUUID, _ as createAPIKey, d as getShortDate } from '../../baseCommand-ByzFMr-B.js';
6
+ import { B as BaseAuthenticatedCommand, g as getRenderedMarkdown } from '../../baseGameCommand-D8Z3SaiJ.js';
7
7
  import 'node:fs';
8
8
  import 'node:path';
9
9
  import 'chalk';
@@ -29,7 +29,7 @@ import '@inkjs/ui';
29
29
  import 'qrcode';
30
30
  import { R as RunWithSpinner } from '../../RunWithSpinner-DucRnFp6.js';
31
31
  import 'godot-export-presets';
32
- import { C as Command } from '../../Command-B-MWAVPL.js';
32
+ import { C as Command } from '../../Command-U8TqM6Zs.js';
33
33
  import '@expo/apple-utils/build/index.js';
34
34
  import 'fs';
35
35
  import 'path';
@@ -1,8 +1,8 @@
1
1
  import { jsxs, jsx } from 'react/jsx-runtime';
2
2
  import { Flags } from '@oclif/core';
3
3
  import { render, Box, Text } from 'ink';
4
- import { Y as getAPIKeys, d as getShortDate, g as getShortUUID } from '../../baseCommand-CpAJaJoG.js';
5
- import { B as BaseAuthenticatedCommand } from '../../baseGameCommand-Cbx4ywHl.js';
4
+ import { Z as getAPIKeys, d as getShortDate, g as getShortUUID } from '../../baseCommand-ByzFMr-B.js';
5
+ import { B as BaseAuthenticatedCommand } from '../../baseGameCommand-D8Z3SaiJ.js';
6
6
  import 'node:fs';
7
7
  import 'node:path';
8
8
  import 'chalk';
@@ -31,7 +31,7 @@ import 'marked';
31
31
  import 'marked-terminal';
32
32
  import 'qrcode';
33
33
  import 'godot-export-presets';
34
- import { C as Command } from '../../Command-B-MWAVPL.js';
34
+ import { C as Command } from '../../Command-U8TqM6Zs.js';
35
35
  import '@expo/apple-utils/build/index.js';
36
36
  import 'fs';
37
37
  import 'path';
@@ -1,8 +1,8 @@
1
1
  import { jsx } from 'react/jsx-runtime';
2
2
  import { Args, Flags } from '@oclif/core';
3
3
  import { render } from 'ink';
4
- import { _ as revokeAPIKey, g as getShortUUID } from '../../baseCommand-CpAJaJoG.js';
5
- import { B as BaseAuthenticatedCommand } from '../../baseGameCommand-Cbx4ywHl.js';
4
+ import { $ as revokeAPIKey, g as getShortUUID } from '../../baseCommand-ByzFMr-B.js';
5
+ import { B as BaseAuthenticatedCommand } from '../../baseGameCommand-D8Z3SaiJ.js';
6
6
  import 'node:fs';
7
7
  import 'node:path';
8
8
  import 'chalk';
@@ -31,7 +31,7 @@ import 'marked-terminal';
31
31
  import 'qrcode';
32
32
  import { R as RunWithSpinner } from '../../RunWithSpinner-DucRnFp6.js';
33
33
  import 'godot-export-presets';
34
- import { C as Command } from '../../Command-B-MWAVPL.js';
34
+ import { C as Command } from '../../Command-U8TqM6Zs.js';
35
35
  import '@expo/apple-utils/build/index.js';
36
36
  import 'fs';
37
37
  import 'path';
@@ -1,9 +1,9 @@
1
1
  import { jsx } from 'react/jsx-runtime';
2
2
  import { Flags } from '@oclif/core';
3
3
  import { render } from 'ink';
4
- import { g as getUserCredentials } from '../../../index-By3xdL8c.js';
5
- import { P as Platform, C as CredentialsType, A as ApiKey, U as UserRole, a as ApiKeyType } from '../../../baseCommand-CpAJaJoG.js';
6
- import { B as BaseAppleCommand } from '../../../baseAppleCommand-9xmssZ7g.js';
4
+ import { g as getUserCredentials } from '../../../index-N3S598Wc.js';
5
+ import { P as Platform, C as CredentialsType, A as ApiKey, U as UserRole, a as ApiKeyType } from '../../../baseCommand-ByzFMr-B.js';
6
+ import { B as BaseAppleCommand } from '../../../baseAppleCommand-oekzwny6.js';
7
7
  import 'node:fs';
8
8
  import 'axios';
9
9
  import 'luxon';
@@ -26,15 +26,15 @@ import 'string-length';
26
26
  import 'strip-ansi';
27
27
  import 'open';
28
28
  import '@inkjs/ui';
29
- import '../../../baseGameCommand-Cbx4ywHl.js';
29
+ import '../../../baseGameCommand-D8Z3SaiJ.js';
30
30
  import 'marked';
31
31
  import 'marked-terminal';
32
32
  import 'qrcode';
33
33
  import { R as RunWithSpinner } from '../../../RunWithSpinner-DucRnFp6.js';
34
34
  import 'godot-export-presets';
35
- import { C as Command } from '../../../Command-B-MWAVPL.js';
35
+ import { C as Command } from '../../../Command-U8TqM6Zs.js';
36
36
  import 'chalk';
37
- import { u as uploadUserCredentials } from '../../../upload-B56rRpZW.js';
37
+ import { u as uploadUserCredentials } from '../../../upload-DoiCgi3a.js';
38
38
  import '@expo/apple-utils/build/index.js';
39
39
  import 'fs';
40
40
  import 'path';
@@ -1,11 +1,11 @@
1
1
  import { Flags } from '@oclif/core';
2
2
  import 'node:fs';
3
3
  import 'axios';
4
- import { P as Platform, C as CredentialsType, A as ApiKey, g as getShortUUID } from '../../../baseCommand-CpAJaJoG.js';
4
+ import { P as Platform, C as CredentialsType, A as ApiKey, g as getShortUUID } from '../../../baseCommand-ByzFMr-B.js';
5
5
  import 'luxon';
6
- import { g as getRenderedMarkdown, a as getInput } from '../../../baseGameCommand-Cbx4ywHl.js';
7
- import { g as getUserCredentials, d as deleteUserCredential } from '../../../index-By3xdL8c.js';
8
- import { B as BaseAppleCommand } from '../../../baseAppleCommand-9xmssZ7g.js';
6
+ import { g as getRenderedMarkdown, a as getInput } from '../../../baseGameCommand-D8Z3SaiJ.js';
7
+ import { g as getUserCredentials, d as deleteUserCredential } from '../../../index-N3S598Wc.js';
8
+ import { B as BaseAppleCommand } from '../../../baseAppleCommand-oekzwny6.js';
9
9
  import 'react/jsx-runtime';
10
10
  import 'ink';
11
11
  import 'ink-spinner';
@@ -2,12 +2,12 @@ import { jsx } from 'react/jsx-runtime';
2
2
  import * as fs from 'node:fs';
3
3
  import { Args, Flags } from '@oclif/core';
4
4
  import { render } from 'ink';
5
- import { g as getUserCredentials } from '../../../index-By3xdL8c.js';
6
- import { B as BaseAuthenticatedCommand } from '../../../baseGameCommand-Cbx4ywHl.js';
5
+ import { g as getUserCredentials } from '../../../index-N3S598Wc.js';
6
+ import { B as BaseAuthenticatedCommand } from '../../../baseGameCommand-D8Z3SaiJ.js';
7
7
  import 'node:path';
8
8
  import 'chalk';
9
9
  import 'axios';
10
- import { P as Platform, C as CredentialsType } from '../../../baseCommand-CpAJaJoG.js';
10
+ import { P as Platform, C as CredentialsType } from '../../../baseCommand-ByzFMr-B.js';
11
11
  import 'luxon';
12
12
  import 'node:crypto';
13
13
  import 'node:readline';
@@ -32,8 +32,8 @@ import 'marked-terminal';
32
32
  import 'qrcode';
33
33
  import { R as RunWithSpinner } from '../../../RunWithSpinner-DucRnFp6.js';
34
34
  import 'godot-export-presets';
35
- import { C as Command } from '../../../Command-B-MWAVPL.js';
36
- import { e as exportCredential } from '../../../export-Blt3BR-u.js';
35
+ import { C as Command } from '../../../Command-U8TqM6Zs.js';
36
+ import { e as exportCredential } from '../../../export-DQ2Qh09K.js';
37
37
  import 'fs';
38
38
  import 'path';
39
39
  import '@expo/apple-utils/build/index.js';
@@ -2,12 +2,12 @@ import { jsx } from 'react/jsx-runtime';
2
2
  import * as fs from 'node:fs';
3
3
  import { Args, Flags } from '@oclif/core';
4
4
  import { render } from 'ink';
5
- import { g as getUserCredentials } from '../../../index-By3xdL8c.js';
6
- import { B as BaseAuthenticatedCommand } from '../../../baseGameCommand-Cbx4ywHl.js';
5
+ import { g as getUserCredentials } from '../../../index-N3S598Wc.js';
6
+ import { B as BaseAuthenticatedCommand } from '../../../baseGameCommand-D8Z3SaiJ.js';
7
7
  import 'node:path';
8
8
  import 'chalk';
9
9
  import 'axios';
10
- import { P as Platform, C as CredentialsType } from '../../../baseCommand-CpAJaJoG.js';
10
+ import { P as Platform, C as CredentialsType } from '../../../baseCommand-ByzFMr-B.js';
11
11
  import 'luxon';
12
12
  import 'node:crypto';
13
13
  import 'node:readline';
@@ -32,8 +32,8 @@ import 'marked-terminal';
32
32
  import 'qrcode';
33
33
  import { R as RunWithSpinner } from '../../../RunWithSpinner-DucRnFp6.js';
34
34
  import 'godot-export-presets';
35
- import { C as Command } from '../../../Command-B-MWAVPL.js';
36
- import { i as importCredential } from '../../../import-IVcS8WFM.js';
35
+ import { C as Command } from '../../../Command-U8TqM6Zs.js';
36
+ import { i as importCredential } from '../../../import-sVng7ksa.js';
37
37
  import 'fs';
38
38
  import 'path';
39
39
  import '@expo/apple-utils/build/index.js';
@@ -1,12 +1,12 @@
1
1
  import { jsxs, Fragment, jsx } from 'react/jsx-runtime';
2
2
  import { Flags } from '@oclif/core';
3
3
  import { Box, Text, render } from 'ink';
4
- import { B as BaseAuthenticatedCommand } from '../../../baseGameCommand-Cbx4ywHl.js';
4
+ import { B as BaseAuthenticatedCommand } from '../../../baseGameCommand-D8Z3SaiJ.js';
5
5
  import 'node:fs';
6
6
  import 'node:path';
7
7
  import 'chalk';
8
8
  import 'axios';
9
- import { d as getShortDate, A as ApiKey, C as CredentialsType, P as Platform } from '../../../baseCommand-CpAJaJoG.js';
9
+ import { d as getShortDate, A as ApiKey, C as CredentialsType, P as Platform } from '../../../baseCommand-ByzFMr-B.js';
10
10
  import { DateTime } from 'luxon';
11
11
  import 'node:crypto';
12
12
  import 'node:readline';
@@ -25,7 +25,7 @@ import Spinner from 'ink-spinner';
25
25
  import 'string-length';
26
26
  import 'strip-ansi';
27
27
  import 'open';
28
- import { u as useUserCredentials, U as UserCredentialsTable } from '../../../UserCredentialsTable-CTJMS9Kc.js';
28
+ import { u as useUserCredentials, U as UserCredentialsTable } from '../../../UserCredentialsTable-N_fIOf8N.js';
29
29
  import '@inkjs/ui';
30
30
  import 'marked';
31
31
  import 'marked-terminal';
@@ -34,7 +34,7 @@ import 'godot-export-presets';
34
34
  import { T as Table } from '../../../Table-FaNgpyeq.js';
35
35
  import { T as Title } from '../../../Title-BCQtayg6.js';
36
36
  import { N as NextSteps } from '../../../NextSteps-DbJHmscQ.js';
37
- import { C as Command } from '../../../Command-B-MWAVPL.js';
37
+ import { C as Command } from '../../../Command-U8TqM6Zs.js';
38
38
  import 'fs';
39
39
  import 'path';
40
40
  import '@expo/apple-utils/build/index.js';
@@ -1,10 +1,10 @@
1
1
  import { jsx } from 'react/jsx-runtime';
2
2
  import { Flags } from '@oclif/core';
3
3
  import { render } from 'ink';
4
- import { g as getUserCredentials } from '../../../index-By3xdL8c.js';
4
+ import { g as getUserCredentials } from '../../../index-N3S598Wc.js';
5
5
  import forge from 'node-forge';
6
- import { n as CertificateType, b as Certificate, P as Platform, C as CredentialsType } from '../../../baseCommand-CpAJaJoG.js';
7
- import { B as BaseAppleCommand } from '../../../baseAppleCommand-9xmssZ7g.js';
6
+ import { n as CertificateType, b as Certificate, P as Platform, C as CredentialsType } from '../../../baseCommand-ByzFMr-B.js';
7
+ import { B as BaseAppleCommand } from '../../../baseAppleCommand-oekzwny6.js';
8
8
  import 'node:fs';
9
9
  import 'axios';
10
10
  import 'luxon';
@@ -27,15 +27,15 @@ import 'string-length';
27
27
  import 'strip-ansi';
28
28
  import 'open';
29
29
  import '@inkjs/ui';
30
- import '../../../baseGameCommand-Cbx4ywHl.js';
30
+ import '../../../baseGameCommand-D8Z3SaiJ.js';
31
31
  import 'marked';
32
32
  import 'marked-terminal';
33
33
  import 'qrcode';
34
34
  import { R as RunWithSpinner } from '../../../RunWithSpinner-DucRnFp6.js';
35
35
  import 'godot-export-presets';
36
- import { C as Command } from '../../../Command-B-MWAVPL.js';
36
+ import { C as Command } from '../../../Command-U8TqM6Zs.js';
37
37
  import 'chalk';
38
- import { u as uploadUserCredentials } from '../../../upload-B56rRpZW.js';
38
+ import { u as uploadUserCredentials } from '../../../upload-DoiCgi3a.js';
39
39
  import '@expo/apple-utils/build/index.js';
40
40
  import 'fs';
41
41
  import 'path';
@@ -1,11 +1,11 @@
1
1
  import { Flags } from '@oclif/core';
2
2
  import 'node:fs';
3
3
  import 'axios';
4
- import { P as Platform, C as CredentialsType, b as Certificate, g as getShortUUID } from '../../../baseCommand-CpAJaJoG.js';
4
+ import { P as Platform, C as CredentialsType, b as Certificate, g as getShortUUID } from '../../../baseCommand-ByzFMr-B.js';
5
5
  import 'luxon';
6
- import { g as getRenderedMarkdown, a as getInput } from '../../../baseGameCommand-Cbx4ywHl.js';
7
- import { g as getUserCredentials, d as deleteUserCredential } from '../../../index-By3xdL8c.js';
8
- import { B as BaseAppleCommand } from '../../../baseAppleCommand-9xmssZ7g.js';
6
+ import { g as getRenderedMarkdown, a as getInput } from '../../../baseGameCommand-D8Z3SaiJ.js';
7
+ import { g as getUserCredentials, d as deleteUserCredential } from '../../../index-N3S598Wc.js';
8
+ import { B as BaseAppleCommand } from '../../../baseAppleCommand-oekzwny6.js';
9
9
  import 'react/jsx-runtime';
10
10
  import 'ink';
11
11
  import 'ink-spinner';