shipthis 0.1.41 → 0.1.42

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 (92) hide show
  1. package/README.md +1 -0
  2. package/assets/markdown/confirm-change-android-build-method.md.ejs +13 -0
  3. package/dist/{AppleBundleIdDetails-BJC7GCx_.js → AppleBundleIdDetails-jDq3gYbk.js} +7 -6
  4. package/dist/{Command-Cj6F5B5a.js → Command-cVo97lkQ.js} +2 -2
  5. package/dist/{CommandGame-CuvuH-z6.js → CommandGame-BwudtYCO.js} +2 -2
  6. package/dist/{Create-pfGYcKu4.js → Create-By4NsPEI.js} +3 -2
  7. package/dist/{GameStatus-ZSe-qG3y.js → GameStatus-C59zQE1H.js} +3 -2
  8. package/dist/{Import-D046HBaF.js → Import-DTcVM-T-.js} +4 -3
  9. package/dist/{JobLogTail-Da8GuReK.js → JobLogTail-BzisGkY8.js} +30 -17
  10. package/dist/{JobProgress-DltCQpzA.js → JobProgress-DAnhaTho.js} +21 -10
  11. package/dist/{JobStatusTable-DVJjHw97.js → JobStatusTable-BYEi8dtD.js} +3 -3
  12. package/dist/{ProjectCredentialsTable-BJJz7W1P.js → ProjectCredentialsTable-NZf3V39z.js} +2 -2
  13. package/dist/{UserCredentialsTable-CSynIVHU.js → UserCredentialsTable-Dp884nYO.js} +2 -2
  14. package/dist/{baseAppleCommand-Aq-Eaw_K.js → baseAppleCommand-DewNWX3L.js} +1 -1
  15. package/dist/{baseCommand-CTn3KGH3.js → baseCommand-CscxrTMI.js} +80 -110
  16. package/dist/{baseGameAndroidCommand-DRzVMKuG.js → baseGameAndroidCommand-CEcDz5P2.js} +4 -3
  17. package/dist/{baseGameCommand-8VL7xe-O.js → baseGameCommand-BKvHM3h_.js} +3 -2
  18. package/dist/commands/apiKey/create.js +4 -5
  19. package/dist/commands/apiKey/list.js +4 -5
  20. package/dist/commands/apiKey/revoke.js +4 -5
  21. package/dist/commands/apple/apiKey/create.js +7 -8
  22. package/dist/commands/apple/apiKey/delete.js +5 -6
  23. package/dist/commands/apple/apiKey/export.js +6 -7
  24. package/dist/commands/apple/apiKey/import.js +6 -7
  25. package/dist/commands/apple/apiKey/status.js +5 -6
  26. package/dist/commands/apple/certificate/create.js +7 -8
  27. package/dist/commands/apple/certificate/delete.js +5 -6
  28. package/dist/commands/apple/certificate/export.js +6 -7
  29. package/dist/commands/apple/certificate/import.js +6 -7
  30. package/dist/commands/apple/certificate/status.js +5 -6
  31. package/dist/commands/apple/login.js +3 -4
  32. package/dist/commands/apple/status.js +4 -5
  33. package/dist/commands/dashboard.js +3 -4
  34. package/dist/commands/game/android/apiKey/connect.js +9 -10
  35. package/dist/commands/game/android/apiKey/create.js +11 -12
  36. package/dist/commands/game/android/apiKey/delete.js +5 -6
  37. package/dist/commands/game/android/apiKey/export.js +7 -8
  38. package/dist/commands/game/android/apiKey/import.js +7 -8
  39. package/dist/commands/game/android/apiKey/invite.js +4 -5
  40. package/dist/commands/game/android/apiKey/policy.js +4 -5
  41. package/dist/commands/game/android/apiKey/status.js +7 -8
  42. package/dist/commands/game/android/keyStore/create.js +8 -9
  43. package/dist/commands/game/android/keyStore/delete.js +5 -6
  44. package/dist/commands/game/android/keyStore/export.js +6 -7
  45. package/dist/commands/game/android/keyStore/import.js +9 -10
  46. package/dist/commands/game/android/keyStore/status.js +6 -7
  47. package/dist/commands/game/android/status.js +3 -4
  48. package/dist/commands/game/build/download.js +4 -5
  49. package/dist/commands/game/build/list.js +5 -6
  50. package/dist/commands/game/create.js +3 -4
  51. package/dist/commands/game/details.js +4 -5
  52. package/dist/commands/game/export.js +3 -4
  53. package/dist/commands/game/ios/app/addTester.js +5 -6
  54. package/dist/commands/game/ios/app/create.js +6 -6
  55. package/dist/commands/game/ios/app/status.js +7 -8
  56. package/dist/commands/game/ios/app/sync.js +5 -6
  57. package/dist/commands/game/ios/profile/create.js +7 -8
  58. package/dist/commands/game/ios/profile/delete.js +5 -6
  59. package/dist/commands/game/ios/profile/export.js +6 -7
  60. package/dist/commands/game/ios/profile/import.js +6 -7
  61. package/dist/commands/game/ios/profile/status.js +7 -8
  62. package/dist/commands/game/ios/status.js +9 -10
  63. package/dist/commands/game/ios/wizard.js +4 -5
  64. package/dist/commands/game/job/list.js +4 -5
  65. package/dist/commands/game/job/status.js +9 -10
  66. package/dist/commands/game/list.js +4 -5
  67. package/dist/commands/game/ship.js +30 -14
  68. package/dist/commands/game/status.js +6 -7
  69. package/dist/commands/game/wizard.js +78 -29
  70. package/dist/commands/internal/fastlane.js +3 -4
  71. package/dist/commands/internal/readme.js +3 -4
  72. package/dist/commands/login.js +3 -4
  73. package/dist/commands/status.js +4 -5
  74. package/dist/commands/util/android-build-method.js +66 -0
  75. package/dist/commands/util/glass.js +2 -3
  76. package/dist/{export-DtATljiz.js → export-DBQHSKU-.js} +1 -1
  77. package/dist/{import-Dk2ywOVU.js → import-Bk4w8kks.js} +1 -1
  78. package/dist/{index-cRnjcGxV.js → index-WrVwh6le.js} +6 -5
  79. package/dist/{index-BW7z-5sB.js → index-qOGviaGc.js} +1 -1
  80. package/dist/{index-CuyVBHWc.js → index-zdIBXHs2.js} +5 -4
  81. package/dist/{upload-CHaDSvvi.js → upload-CeRPHRCP.js} +1 -1
  82. package/dist/{useAppleApp-CR847GWc.js → useAppleApp-DgZH0CBS.js} +1 -1
  83. package/dist/{useAppleBundleId-BnwPmVEu.js → useAppleBundleId-CA7Pg4Hi.js} +2 -2
  84. package/dist/{useAppleProfiles-DY-H0420.js → useAppleProfiles-CUBTPbcC.js} +1 -1
  85. package/dist/{useGoogleStatus-WqPgHteE.js → useGoogleStatus-DpPwKmw_.js} +2 -2
  86. package/dist/{useProjectCredentials-TvlolkId.js → useProjectCredentials-rQLm2O1J.js} +2 -2
  87. package/dist/{useWebSocket-MXDbQHcu.js → useWebSocket-PU55rRGt.js} +1 -1
  88. package/docs/util/android-build-method.md +26 -0
  89. package/docs/util.md +2 -1
  90. package/npm-shrinkwrap.json +14181 -0
  91. package/oclif.manifest.json +2966 -0
  92. package/package.json +9 -6
@@ -1,5 +1,5 @@
1
- import { M as getGoogleStatus, N as getGodotAndroidPackageName } from './baseCommand-CTn3KGH3.js';
2
- import { c as BaseGameCommand, d as generatePackageName, b as getInput } from './baseGameCommand-8VL7xe-O.js';
1
+ import { O as getGoogleStatus, Q as getGodotAndroidPackageName } from './baseCommand-CscxrTMI.js';
2
+ import { c as BaseGameCommand, d as generatePackageName, b as getInput } from './baseGameCommand-BKvHM3h_.js';
3
3
 
4
4
  class BaseGameAndroidCommand extends BaseGameCommand {
5
5
  async checkGoogleAuth(waitForAuth = false) {
@@ -29,7 +29,8 @@ class BaseGameAndroidCommand extends BaseGameCommand {
29
29
  async getAndroidPackageName(gameId) {
30
30
  const game = await this.getGame();
31
31
  const generated = generatePackageName(game.name);
32
- const suggested = game.details?.iosBundleId || getGodotAndroidPackageName() || generated || "com.example.game";
32
+ const godotPackageName = await getGodotAndroidPackageName();
33
+ const suggested = game.details?.iosBundleId || godotPackageName || generated || "com.example.game";
33
34
  const question = `Please enter the Android Package Name, or press enter to use ${suggested}: `;
34
35
  const entered = await getInput(question);
35
36
  return entered || suggested;
@@ -1,5 +1,5 @@
1
1
  import { Flags } from '@oclif/core';
2
- import { o as API_URL, p as getAuthedHeaders, P as Platform, a9 as getShortDateTime, F as castArrayObjectDates, J as JobStatus, aa as getShortTimeDelta, z as getJob, ab as JobStage, a2 as LogLevel, k as getProject, a3 as getShortAuthRequiredUrl, H as queryClient, ac as BuildType, W as WEB_URL, B as BaseCommand, ad as getSelf, ae as getTerms, a8 as updateProject } from './baseCommand-CTn3KGH3.js';
2
+ import { p as API_URL, q as getAuthedHeaders, P as Platform, ad as getShortDateTime, H as castArrayObjectDates, J as JobStatus, ae as getShortTimeDelta, F as getJob, af as JobStage, a4 as LogLevel, l as getProject, a5 as getShortAuthRequiredUrl, I as queryClient, ab as BuildType, W as WEB_URL, B as BaseCommand, ag as getSelf, ah as getTerms, aa as updateProject } from './baseCommand-CscxrTMI.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';
@@ -29,6 +29,7 @@ import { setOptions, parse } from 'marked';
29
29
  import TerminalRenderer from 'marked-terminal';
30
30
  import 'qrcode';
31
31
  import 'crypto-js';
32
+ import 'godot-export-presets';
32
33
 
33
34
  const cacheKeys = {
34
35
  androidKeyTestResult: (props) => ["androidKeyTestResult", ...Object.values(props)],
@@ -1172,4 +1173,4 @@ class BaseGameCommand extends BaseAuthenticatedCommand {
1172
1173
  }
1173
1174
  }
1174
1175
 
1175
- export { CreateGooglePlayGame as A, BaseAuthenticatedCommand as B, CommandContext as C, GameContext as G, KeyTestStatus as K, Markdown as M, getRenderedMarkdown as a, getInput as b, BaseGameCommand as c, generatePackageName as d, getJobSummary as e, getJobStatusColor as f, getShortUUID as g, getStageColor as h, CommandProvider as i, GameProvider as j, cacheKeys as k, isValidSemVer as l, makeHumanReadable as m, fetchKeyTestResult as n, niceError as o, KeyTestError as p, ejs as q, getMaskedInput as r, getFileHash as s, getPlatformName as t, useBuilds as u, getBuildSummary as v, useSafeInput as w, useJob as x, getMessageColor as y, queryBuilds as z };
1176
+ export { CreateGooglePlayGame as A, BaseAuthenticatedCommand as B, CommandProvider as C, GameProvider as G, KeyTestStatus as K, Markdown as M, getRenderedMarkdown as a, getInput as b, BaseGameCommand as c, generatePackageName as d, getJobSummary as e, getJobStatusColor as f, getShortUUID as g, getStageColor as h, GameContext as i, CommandContext as j, cacheKeys as k, isValidSemVer as l, makeHumanReadable as m, fetchKeyTestResult as n, niceError as o, KeyTestError as p, ejs as q, getMaskedInput as r, getFileHash as s, getPlatformName as t, getMessageColor as u, useBuilds as v, getBuildSummary as w, useSafeInput as x, useJob as y, queryBuilds as z };
@@ -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 { V as createAPIKey, c as getShortDate } from '../../baseCommand-CTn3KGH3.js';
6
- import { B as BaseAuthenticatedCommand, g as getShortUUID, a as getRenderedMarkdown } from '../../baseGameCommand-8VL7xe-O.js';
5
+ import { Y as createAPIKey, c as getShortDate } from '../../baseCommand-CscxrTMI.js';
6
+ import { B as BaseAuthenticatedCommand, g as getShortUUID, a as getRenderedMarkdown } from '../../baseGameCommand-BKvHM3h_.js';
7
7
  import 'node:fs';
8
8
  import 'node:path';
9
9
  import 'chalk';
@@ -22,7 +22,8 @@ import 'open';
22
22
  import '@inkjs/ui';
23
23
  import 'qrcode';
24
24
  import { R as RunWithSpinner } from '../../RunWithSpinner-DucRnFp6.js';
25
- import { C as Command } from '../../Command-Cj6F5B5a.js';
25
+ import 'godot-export-presets';
26
+ import { C as Command } from '../../Command-cVo97lkQ.js';
26
27
  import 'crypto-js';
27
28
  import '@expo/apple-utils/build/index.js';
28
29
  import 'node:crypto';
@@ -30,8 +31,6 @@ import 'node:readline';
30
31
  import 'node:url';
31
32
  import 'readline-sync';
32
33
  import 'isomorphic-git';
33
- import 'deepmerge';
34
- import 'ini';
35
34
  import 'fs';
36
35
  import 'path';
37
36
  import 'marked';
@@ -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 { T as getAPIKeys, c as getShortDate } from '../../baseCommand-CTn3KGH3.js';
5
- import { B as BaseAuthenticatedCommand, g as getShortUUID } from '../../baseGameCommand-8VL7xe-O.js';
4
+ import { X as getAPIKeys, c as getShortDate } from '../../baseCommand-CscxrTMI.js';
5
+ import { B as BaseAuthenticatedCommand, g as getShortUUID } from '../../baseGameCommand-BKvHM3h_.js';
6
6
  import 'node:fs';
7
7
  import 'node:path';
8
8
  import 'chalk';
@@ -24,7 +24,8 @@ import '@inkjs/ui';
24
24
  import 'marked';
25
25
  import 'marked-terminal';
26
26
  import 'qrcode';
27
- import { C as Command } from '../../Command-Cj6F5B5a.js';
27
+ import 'godot-export-presets';
28
+ import { C as Command } from '../../Command-cVo97lkQ.js';
28
29
  import 'crypto-js';
29
30
  import '@expo/apple-utils/build/index.js';
30
31
  import 'node:crypto';
@@ -32,8 +33,6 @@ import 'node:readline';
32
33
  import 'node:url';
33
34
  import 'readline-sync';
34
35
  import 'isomorphic-git';
35
- import 'deepmerge';
36
- import 'ini';
37
36
  import 'fs';
38
37
  import 'path';
39
38
 
@@ -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 { X as revokeAPIKey } from '../../baseCommand-CTn3KGH3.js';
5
- import { B as BaseAuthenticatedCommand, g as getShortUUID } from '../../baseGameCommand-8VL7xe-O.js';
4
+ import { Z as revokeAPIKey } from '../../baseCommand-CscxrTMI.js';
5
+ import { B as BaseAuthenticatedCommand, g as getShortUUID } from '../../baseGameCommand-BKvHM3h_.js';
6
6
  import 'node:fs';
7
7
  import 'node:path';
8
8
  import 'chalk';
@@ -24,7 +24,8 @@ import 'marked';
24
24
  import 'marked-terminal';
25
25
  import 'qrcode';
26
26
  import { R as RunWithSpinner } from '../../RunWithSpinner-DucRnFp6.js';
27
- import { C as Command } from '../../Command-Cj6F5B5a.js';
27
+ import 'godot-export-presets';
28
+ import { C as Command } from '../../Command-cVo97lkQ.js';
28
29
  import 'crypto-js';
29
30
  import '@expo/apple-utils/build/index.js';
30
31
  import 'node:crypto';
@@ -32,8 +33,6 @@ import 'node:readline';
32
33
  import 'node:url';
33
34
  import 'readline-sync';
34
35
  import 'isomorphic-git';
35
- import 'deepmerge';
36
- import 'ini';
37
36
  import 'fs';
38
37
  import 'path';
39
38
 
@@ -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-BW7z-5sB.js';
5
- import { P as Platform, C as CredentialsType, A as ApiKey, U as UserRole, a as ApiKeyType } from '../../../baseCommand-CTn3KGH3.js';
6
- import { B as BaseAppleCommand } from '../../../baseAppleCommand-Aq-Eaw_K.js';
4
+ import { g as getUserCredentials } from '../../../index-qOGviaGc.js';
5
+ import { P as Platform, C as CredentialsType, A as ApiKey, U as UserRole, a as ApiKeyType } from '../../../baseCommand-CscxrTMI.js';
6
+ import { B as BaseAppleCommand } from '../../../baseAppleCommand-DewNWX3L.js';
7
7
  import 'node:fs';
8
8
  import 'axios';
9
9
  import 'crypto-js';
@@ -27,16 +27,15 @@ import 'string-length';
27
27
  import 'strip-ansi';
28
28
  import 'open';
29
29
  import '@inkjs/ui';
30
- import '../../../baseGameCommand-8VL7xe-O.js';
30
+ import '../../../baseGameCommand-BKvHM3h_.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
- import { C as Command } from '../../../Command-Cj6F5B5a.js';
36
- import { u as uploadUserCredentials } from '../../../upload-CHaDSvvi.js';
35
+ import 'godot-export-presets';
36
+ import { C as Command } from '../../../Command-cVo97lkQ.js';
37
+ import { u as uploadUserCredentials } from '../../../upload-CeRPHRCP.js';
37
38
  import '@expo/apple-utils/build/index.js';
38
- import 'deepmerge';
39
- import 'ini';
40
39
  import 'fs';
41
40
  import 'path';
42
41
 
@@ -1,15 +1,15 @@
1
1
  import { Flags } from '@oclif/core';
2
- import { B as BaseAppleCommand } from '../../../baseAppleCommand-Aq-Eaw_K.js';
2
+ import { B as BaseAppleCommand } from '../../../baseAppleCommand-DewNWX3L.js';
3
3
  import 'node:fs';
4
4
  import 'axios';
5
5
  import 'crypto-js';
6
6
  import 'uuid';
7
- import { P as Platform, C as CredentialsType, A as ApiKey } from '../../../baseCommand-CTn3KGH3.js';
7
+ import { P as Platform, C as CredentialsType, A as ApiKey } from '../../../baseCommand-CscxrTMI.js';
8
8
  import 'luxon';
9
- import { g as getUserCredentials, d as deleteUserCredential } from '../../../index-BW7z-5sB.js';
9
+ import { g as getUserCredentials, d as deleteUserCredential } from '../../../index-qOGviaGc.js';
10
10
  import 'node:path';
11
11
  import 'chalk';
12
- import { g as getShortUUID, a as getRenderedMarkdown, b as getInput } from '../../../baseGameCommand-8VL7xe-O.js';
12
+ import { g as getShortUUID, a as getRenderedMarkdown, b as getInput } from '../../../baseGameCommand-BKvHM3h_.js';
13
13
  import 'react/jsx-runtime';
14
14
  import 'ink';
15
15
  import 'ink-spinner';
@@ -24,14 +24,13 @@ import 'strip-ansi';
24
24
  import 'open';
25
25
  import '@inkjs/ui';
26
26
  import 'qrcode';
27
+ import 'godot-export-presets';
27
28
  import '@expo/apple-utils/build/index.js';
28
29
  import 'node:crypto';
29
30
  import 'node:readline';
30
31
  import 'node:url';
31
32
  import 'readline-sync';
32
33
  import 'isomorphic-git';
33
- import 'deepmerge';
34
- import 'ini';
35
34
  import 'fs';
36
35
  import 'path';
37
36
  import 'marked';
@@ -2,14 +2,14 @@ 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-BW7z-5sB.js';
6
- import { B as BaseAuthenticatedCommand } from '../../../baseGameCommand-8VL7xe-O.js';
5
+ import { g as getUserCredentials } from '../../../index-qOGviaGc.js';
6
+ import { B as BaseAuthenticatedCommand } from '../../../baseGameCommand-BKvHM3h_.js';
7
7
  import 'node:path';
8
8
  import 'chalk';
9
9
  import 'axios';
10
10
  import 'crypto-js';
11
11
  import 'uuid';
12
- import { P as Platform, C as CredentialsType } from '../../../baseCommand-CTn3KGH3.js';
12
+ import { P as Platform, C as CredentialsType } from '../../../baseCommand-CscxrTMI.js';
13
13
  import 'luxon';
14
14
  import 'node:crypto';
15
15
  import 'node:readline';
@@ -31,13 +31,12 @@ import 'marked';
31
31
  import 'marked-terminal';
32
32
  import 'qrcode';
33
33
  import { R as RunWithSpinner } from '../../../RunWithSpinner-DucRnFp6.js';
34
- import { C as Command } from '../../../Command-Cj6F5B5a.js';
35
- import { e as exportCredential } from '../../../export-DtATljiz.js';
34
+ import 'godot-export-presets';
35
+ import { C as Command } from '../../../Command-cVo97lkQ.js';
36
+ import { e as exportCredential } from '../../../export-DBQHSKU-.js';
36
37
  import 'fs';
37
38
  import 'path';
38
39
  import '@expo/apple-utils/build/index.js';
39
- import 'deepmerge';
40
- import 'ini';
41
40
 
42
41
  class AppleApiKeyExport extends BaseAuthenticatedCommand {
43
42
  static args = {
@@ -2,14 +2,14 @@ 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-BW7z-5sB.js';
6
- import { B as BaseAuthenticatedCommand } from '../../../baseGameCommand-8VL7xe-O.js';
5
+ import { g as getUserCredentials } from '../../../index-qOGviaGc.js';
6
+ import { B as BaseAuthenticatedCommand } from '../../../baseGameCommand-BKvHM3h_.js';
7
7
  import 'node:path';
8
8
  import 'chalk';
9
9
  import 'axios';
10
10
  import 'crypto-js';
11
11
  import 'uuid';
12
- import { P as Platform, C as CredentialsType } from '../../../baseCommand-CTn3KGH3.js';
12
+ import { P as Platform, C as CredentialsType } from '../../../baseCommand-CscxrTMI.js';
13
13
  import 'luxon';
14
14
  import 'node:crypto';
15
15
  import 'node:readline';
@@ -31,13 +31,12 @@ import 'marked';
31
31
  import 'marked-terminal';
32
32
  import 'qrcode';
33
33
  import { R as RunWithSpinner } from '../../../RunWithSpinner-DucRnFp6.js';
34
- import { C as Command } from '../../../Command-Cj6F5B5a.js';
35
- import { i as importCredential } from '../../../import-Dk2ywOVU.js';
34
+ import 'godot-export-presets';
35
+ import { C as Command } from '../../../Command-cVo97lkQ.js';
36
+ import { i as importCredential } from '../../../import-Bk4w8kks.js';
36
37
  import 'fs';
37
38
  import 'path';
38
39
  import '@expo/apple-utils/build/index.js';
39
- import 'deepmerge';
40
- import 'ini';
41
40
 
42
41
  class AppleApiKeyImport extends BaseAuthenticatedCommand {
43
42
  static args = {
@@ -1,14 +1,14 @@
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-8VL7xe-O.js';
4
+ import { B as BaseAuthenticatedCommand } from '../../../baseGameCommand-BKvHM3h_.js';
5
5
  import 'node:fs';
6
6
  import 'node:path';
7
7
  import 'chalk';
8
8
  import 'axios';
9
9
  import 'crypto-js';
10
10
  import 'uuid';
11
- import { c as getShortDate, A as ApiKey, C as CredentialsType, P as Platform } from '../../../baseCommand-CTn3KGH3.js';
11
+ import { c as getShortDate, A as ApiKey, C as CredentialsType, P as Platform } from '../../../baseCommand-CscxrTMI.js';
12
12
  import { DateTime } from 'luxon';
13
13
  import 'node:crypto';
14
14
  import 'node:readline';
@@ -25,20 +25,19 @@ 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-CSynIVHU.js';
28
+ import { u as useUserCredentials, U as UserCredentialsTable } from '../../../UserCredentialsTable-Dp884nYO.js';
29
29
  import '@inkjs/ui';
30
30
  import 'marked';
31
31
  import 'marked-terminal';
32
32
  import 'qrcode';
33
+ import 'godot-export-presets';
33
34
  import { T as Table } from '../../../Table-FaNgpyeq.js';
34
35
  import { T as Title } from '../../../Title-BCQtayg6.js';
35
36
  import { N as NextSteps } from '../../../NextSteps-DbJHmscQ.js';
36
- import { C as Command } from '../../../Command-Cj6F5B5a.js';
37
+ import { C as Command } from '../../../Command-cVo97lkQ.js';
37
38
  import 'fs';
38
39
  import 'path';
39
40
  import '@expo/apple-utils/build/index.js';
40
- import 'deepmerge';
41
- import 'ini';
42
41
 
43
42
  async function queryAppleApiKeys({ ctx }) {
44
43
  const keys = await ApiKey.getAsync(ctx);
@@ -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-BW7z-5sB.js';
4
+ import { g as getUserCredentials } from '../../../index-qOGviaGc.js';
5
5
  import forge from 'node-forge';
6
- import { l as CertificateType, b as Certificate, P as Platform, C as CredentialsType } from '../../../baseCommand-CTn3KGH3.js';
7
- import { B as BaseAppleCommand } from '../../../baseAppleCommand-Aq-Eaw_K.js';
6
+ import { m as CertificateType, b as Certificate, P as Platform, C as CredentialsType } from '../../../baseCommand-CscxrTMI.js';
7
+ import { B as BaseAppleCommand } from '../../../baseAppleCommand-DewNWX3L.js';
8
8
  import 'node:fs';
9
9
  import 'axios';
10
10
  import 'crypto-js';
@@ -28,16 +28,15 @@ import 'string-length';
28
28
  import 'strip-ansi';
29
29
  import 'open';
30
30
  import '@inkjs/ui';
31
- import '../../../baseGameCommand-8VL7xe-O.js';
31
+ import '../../../baseGameCommand-BKvHM3h_.js';
32
32
  import 'marked';
33
33
  import 'marked-terminal';
34
34
  import 'qrcode';
35
35
  import { R as RunWithSpinner } from '../../../RunWithSpinner-DucRnFp6.js';
36
- import { C as Command } from '../../../Command-Cj6F5B5a.js';
37
- import { u as uploadUserCredentials } from '../../../upload-CHaDSvvi.js';
36
+ import 'godot-export-presets';
37
+ import { C as Command } from '../../../Command-cVo97lkQ.js';
38
+ import { u as uploadUserCredentials } from '../../../upload-CeRPHRCP.js';
38
39
  import '@expo/apple-utils/build/index.js';
39
- import 'deepmerge';
40
- import 'ini';
41
40
  import 'fs';
42
41
  import 'path';
43
42
 
@@ -1,15 +1,15 @@
1
1
  import { Flags } from '@oclif/core';
2
- import { B as BaseAppleCommand } from '../../../baseAppleCommand-Aq-Eaw_K.js';
2
+ import { B as BaseAppleCommand } from '../../../baseAppleCommand-DewNWX3L.js';
3
3
  import 'node:fs';
4
4
  import 'axios';
5
5
  import 'crypto-js';
6
6
  import 'uuid';
7
- import { P as Platform, C as CredentialsType, b as Certificate } from '../../../baseCommand-CTn3KGH3.js';
7
+ import { P as Platform, C as CredentialsType, b as Certificate } from '../../../baseCommand-CscxrTMI.js';
8
8
  import 'luxon';
9
- import { g as getUserCredentials, d as deleteUserCredential } from '../../../index-BW7z-5sB.js';
9
+ import { g as getUserCredentials, d as deleteUserCredential } from '../../../index-qOGviaGc.js';
10
10
  import 'node:path';
11
11
  import 'chalk';
12
- import { g as getShortUUID, a as getRenderedMarkdown, b as getInput } from '../../../baseGameCommand-8VL7xe-O.js';
12
+ import { g as getShortUUID, a as getRenderedMarkdown, b as getInput } from '../../../baseGameCommand-BKvHM3h_.js';
13
13
  import 'react/jsx-runtime';
14
14
  import 'ink';
15
15
  import 'ink-spinner';
@@ -24,14 +24,13 @@ import 'strip-ansi';
24
24
  import 'open';
25
25
  import '@inkjs/ui';
26
26
  import 'qrcode';
27
+ import 'godot-export-presets';
27
28
  import '@expo/apple-utils/build/index.js';
28
29
  import 'node:crypto';
29
30
  import 'node:readline';
30
31
  import 'node:url';
31
32
  import 'readline-sync';
32
33
  import 'isomorphic-git';
33
- import 'deepmerge';
34
- import 'ini';
35
34
  import 'fs';
36
35
  import 'path';
37
36
  import 'marked';
@@ -2,14 +2,14 @@ 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-BW7z-5sB.js';
6
- import { B as BaseAuthenticatedCommand } from '../../../baseGameCommand-8VL7xe-O.js';
5
+ import { g as getUserCredentials } from '../../../index-qOGviaGc.js';
6
+ import { B as BaseAuthenticatedCommand } from '../../../baseGameCommand-BKvHM3h_.js';
7
7
  import 'node:path';
8
8
  import 'chalk';
9
9
  import 'axios';
10
10
  import 'crypto-js';
11
11
  import 'uuid';
12
- import { P as Platform, C as CredentialsType } from '../../../baseCommand-CTn3KGH3.js';
12
+ import { P as Platform, C as CredentialsType } from '../../../baseCommand-CscxrTMI.js';
13
13
  import 'luxon';
14
14
  import 'node:crypto';
15
15
  import 'node:readline';
@@ -31,13 +31,12 @@ import 'marked';
31
31
  import 'marked-terminal';
32
32
  import 'qrcode';
33
33
  import { R as RunWithSpinner } from '../../../RunWithSpinner-DucRnFp6.js';
34
- import { C as Command } from '../../../Command-Cj6F5B5a.js';
35
- import { e as exportCredential } from '../../../export-DtATljiz.js';
34
+ import 'godot-export-presets';
35
+ import { C as Command } from '../../../Command-cVo97lkQ.js';
36
+ import { e as exportCredential } from '../../../export-DBQHSKU-.js';
36
37
  import 'fs';
37
38
  import 'path';
38
39
  import '@expo/apple-utils/build/index.js';
39
- import 'deepmerge';
40
- import 'ini';
41
40
 
42
41
  class AppleCertificateExport extends BaseAuthenticatedCommand {
43
42
  static args = {
@@ -2,14 +2,14 @@ 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-BW7z-5sB.js';
6
- import { B as BaseAuthenticatedCommand } from '../../../baseGameCommand-8VL7xe-O.js';
5
+ import { g as getUserCredentials } from '../../../index-qOGviaGc.js';
6
+ import { B as BaseAuthenticatedCommand } from '../../../baseGameCommand-BKvHM3h_.js';
7
7
  import 'node:path';
8
8
  import 'chalk';
9
9
  import 'axios';
10
10
  import 'crypto-js';
11
11
  import 'uuid';
12
- import { P as Platform, C as CredentialsType } from '../../../baseCommand-CTn3KGH3.js';
12
+ import { P as Platform, C as CredentialsType } from '../../../baseCommand-CscxrTMI.js';
13
13
  import 'luxon';
14
14
  import 'node:crypto';
15
15
  import 'node:readline';
@@ -31,13 +31,12 @@ import 'marked';
31
31
  import 'marked-terminal';
32
32
  import 'qrcode';
33
33
  import { R as RunWithSpinner } from '../../../RunWithSpinner-DucRnFp6.js';
34
- import { C as Command } from '../../../Command-Cj6F5B5a.js';
35
- import { i as importCredential } from '../../../import-Dk2ywOVU.js';
34
+ import 'godot-export-presets';
35
+ import { C as Command } from '../../../Command-cVo97lkQ.js';
36
+ import { i as importCredential } from '../../../import-Bk4w8kks.js';
36
37
  import 'fs';
37
38
  import 'path';
38
39
  import '@expo/apple-utils/build/index.js';
39
- import 'deepmerge';
40
- import 'ini';
41
40
 
42
41
  class AppleCertificateImport extends BaseAuthenticatedCommand {
43
42
  static args = {
@@ -1,14 +1,14 @@
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 { g as getShortUUID, B as BaseAuthenticatedCommand } from '../../../baseGameCommand-8VL7xe-O.js';
4
+ import { g as getShortUUID, B as BaseAuthenticatedCommand } from '../../../baseGameCommand-BKvHM3h_.js';
5
5
  import 'node:fs';
6
6
  import 'node:path';
7
7
  import 'chalk';
8
8
  import 'axios';
9
9
  import 'crypto-js';
10
10
  import 'uuid';
11
- import { c as getShortDate, b as Certificate, l as CertificateType, P as Platform, C as CredentialsType } from '../../../baseCommand-CTn3KGH3.js';
11
+ import { c as getShortDate, b as Certificate, m as CertificateType, P as Platform, C as CredentialsType } from '../../../baseCommand-CscxrTMI.js';
12
12
  import { DateTime } from 'luxon';
13
13
  import 'node:crypto';
14
14
  import 'node:readline';
@@ -25,20 +25,19 @@ 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-CSynIVHU.js';
28
+ import { u as useUserCredentials, U as UserCredentialsTable } from '../../../UserCredentialsTable-Dp884nYO.js';
29
29
  import '@inkjs/ui';
30
30
  import 'marked';
31
31
  import 'marked-terminal';
32
32
  import 'qrcode';
33
+ import 'godot-export-presets';
33
34
  import { T as Table } from '../../../Table-FaNgpyeq.js';
34
35
  import { T as Title } from '../../../Title-BCQtayg6.js';
35
36
  import { N as NextSteps } from '../../../NextSteps-DbJHmscQ.js';
36
- import { C as Command } from '../../../Command-Cj6F5B5a.js';
37
+ import { C as Command } from '../../../Command-cVo97lkQ.js';
37
38
  import 'fs';
38
39
  import 'path';
39
40
  import '@expo/apple-utils/build/index.js';
40
- import 'deepmerge';
41
- import 'ini';
42
41
 
43
42
  async function queryAppleCertificates({ ctx }) {
44
43
  const appleCerts = await Certificate.getAsync(ctx, {
@@ -1,6 +1,6 @@
1
1
  import { Flags } from '@oclif/core';
2
- import { $ as Auth } from '../../baseCommand-CTn3KGH3.js';
3
- import { B as BaseAuthenticatedCommand, b as getInput, r as getMaskedInput } from '../../baseGameCommand-8VL7xe-O.js';
2
+ import { a1 as Auth } from '../../baseCommand-CscxrTMI.js';
3
+ import { B as BaseAuthenticatedCommand, b as getInput, r as getMaskedInput } from '../../baseGameCommand-BKvHM3h_.js';
4
4
  import 'node:fs';
5
5
  import 'node:path';
6
6
  import 'chalk';
@@ -14,8 +14,7 @@ import 'node:readline';
14
14
  import 'node:url';
15
15
  import 'readline-sync';
16
16
  import 'isomorphic-git';
17
- import 'deepmerge';
18
- import 'ini';
17
+ import 'godot-export-presets';
19
18
  import '@tanstack/react-query';
20
19
  import 'react';
21
20
  import 'fast-glob';
@@ -1,6 +1,6 @@
1
1
  import { jsxs, jsx } from 'react/jsx-runtime';
2
2
  import { render } from 'ink';
3
- import { B as BaseAuthenticatedCommand } from '../../baseGameCommand-8VL7xe-O.js';
3
+ import { B as BaseAuthenticatedCommand } from '../../baseGameCommand-BKvHM3h_.js';
4
4
  import 'node:fs';
5
5
  import 'node:path';
6
6
  import 'chalk';
@@ -8,7 +8,7 @@ import '@oclif/core';
8
8
  import 'axios';
9
9
  import 'crypto-js';
10
10
  import 'uuid';
11
- import '../../baseCommand-CTn3KGH3.js';
11
+ import '../../baseCommand-CscxrTMI.js';
12
12
  import 'luxon';
13
13
  import 'node:crypto';
14
14
  import 'node:readline';
@@ -31,12 +31,11 @@ import 'marked';
31
31
  import 'marked-terminal';
32
32
  import { N as NextSteps } from '../../NextSteps-DbJHmscQ.js';
33
33
  import 'qrcode';
34
- import { C as Command } from '../../Command-Cj6F5B5a.js';
34
+ import 'godot-export-presets';
35
+ import { C as Command } from '../../Command-cVo97lkQ.js';
35
36
  import 'fs';
36
37
  import 'path';
37
38
  import '@expo/apple-utils/build/index.js';
38
- import 'deepmerge';
39
- import 'ini';
40
39
  import '../../Title-BCQtayg6.js';
41
40
 
42
41
  class AppleStatus extends BaseAuthenticatedCommand {
@@ -1,6 +1,6 @@
1
1
  import open from 'open';
2
- import { Y as getSingleUseUrl } from '../baseCommand-CTn3KGH3.js';
3
- import { B as BaseAuthenticatedCommand } from '../baseGameCommand-8VL7xe-O.js';
2
+ import { _ as getSingleUseUrl } from '../baseCommand-CscxrTMI.js';
3
+ import { B as BaseAuthenticatedCommand } from '../baseGameCommand-BKvHM3h_.js';
4
4
  import 'node:fs';
5
5
  import 'node:path';
6
6
  import 'chalk';
@@ -22,8 +22,7 @@ import 'fullscreen-ink';
22
22
  import 'ink';
23
23
  import 'crypto-js';
24
24
  import '@expo/apple-utils/build/index.js';
25
- import 'deepmerge';
26
- import 'ini';
25
+ import 'godot-export-presets';
27
26
  import 'react/jsx-runtime';
28
27
  import 'ink-spinner';
29
28
  import 'string-length';
@@ -1,7 +1,7 @@
1
1
  import { jsx } from 'react/jsx-runtime';
2
2
  import { Flags } from '@oclif/core';
3
3
  import { render } from 'ink';
4
- import { M as getGoogleStatus, S as disconnectGoogle } from '../../../../baseCommand-CTn3KGH3.js';
4
+ import { O as getGoogleStatus, V as disconnectGoogle } from '../../../../baseCommand-CscxrTMI.js';
5
5
  import 'node:fs';
6
6
  import 'node:path';
7
7
  import 'chalk';
@@ -23,23 +23,22 @@ import 'ink-spinner';
23
23
  import 'string-length';
24
24
  import 'strip-ansi';
25
25
  import 'open';
26
- import { C as ConnectGoogle } from '../../../../index-CuyVBHWc.js';
27
- import '../../../../baseGameCommand-8VL7xe-O.js';
26
+ import { C as ConnectGoogle } from '../../../../index-zdIBXHs2.js';
27
+ import '../../../../baseGameCommand-BKvHM3h_.js';
28
28
  import '@inkjs/ui';
29
+ import 'godot-export-presets';
29
30
  import 'marked';
30
31
  import 'marked-terminal';
31
32
  import 'qrcode';
32
- import { C as CommandGame } from '../../../../CommandGame-CuvuH-z6.js';
33
- import { B as BaseGameAndroidCommand } from '../../../../baseGameAndroidCommand-DRzVMKuG.js';
33
+ import { C as CommandGame } from '../../../../CommandGame-BwudtYCO.js';
34
+ import { B as BaseGameAndroidCommand } from '../../../../baseGameAndroidCommand-CEcDz5P2.js';
34
35
  import 'crypto-js';
35
36
  import '@expo/apple-utils/build/index.js';
36
- import 'deepmerge';
37
- import 'ini';
38
- import '../../../../useGoogleStatus-WqPgHteE.js';
39
- import '../../../../useWebSocket-MXDbQHcu.js';
37
+ import '../../../../useGoogleStatus-DpPwKmw_.js';
38
+ import '../../../../useWebSocket-PU55rRGt.js';
40
39
  import 'fs';
41
40
  import 'path';
42
- import '../../../../Command-Cj6F5B5a.js';
41
+ import '../../../../Command-cVo97lkQ.js';
43
42
 
44
43
  class GameAndroidApiKeyConnect extends BaseGameAndroidCommand {
45
44
  static args = {};