shipthis 0.1.9 → 0.1.11

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 (134) hide show
  1. package/assets/markdown/create-or-import-keystore.md +7 -0
  2. package/dist/AppleBundleIdDetails-CjP5y0cj.js +74 -0
  3. package/dist/AppleBundleIdDetails-CztWY_mT.js +73 -0
  4. package/dist/AppleBundleIdDetails-DKeSAte9.js +73 -0
  5. package/dist/AppleBundleIdDetails-DymjrhOZ.js +73 -0
  6. package/dist/Command-BiB9MqbJ.js +204 -0
  7. package/dist/Command-D6rWEZRM.js +204 -0
  8. package/dist/Command-Dn0P_KOV.js +205 -0
  9. package/dist/Command-YJJp90ru.js +204 -0
  10. package/dist/CommandGame-C1oTlfdb.js +8 -0
  11. package/dist/CommandGame-cPaTk1wh.js +8 -0
  12. package/dist/CommandGame-k04mHiDl.js +8 -0
  13. package/dist/CommandGame-pI9VXKxi.js +8 -0
  14. package/dist/Create-DIaSKUpl.js +56 -0
  15. package/dist/CreateKeystore-BnNdeDUa.js +57 -0
  16. package/dist/CreateKeystore-Cf-nsK_M.js +56 -0
  17. package/dist/CreateKeystore-g1z6DsU5.js +56 -0
  18. package/dist/Import-BIOsf8AA.js +107 -0
  19. package/dist/JobProgress-CPkWVSlH.js +108 -0
  20. package/dist/JobProgress-W0QQR49T.js +108 -0
  21. package/dist/JobProgress-biiLhigg.js +109 -0
  22. package/dist/JobProgress-jmGAzvxS.js +108 -0
  23. package/dist/JobStatusTable-BA_q-kgE.js +75 -0
  24. package/dist/JobStatusTable-ByW0bN6c.js +75 -0
  25. package/dist/JobStatusTable-CgaTS7jS.js +75 -0
  26. package/dist/JobStatusTable-DqoppRro.js +75 -0
  27. package/dist/ProjectCredentialsTable-8kXt7sTS.js +37 -0
  28. package/dist/ProjectCredentialsTable-DRMK_SNw.js +37 -0
  29. package/dist/ProjectCredentialsTable-DfkpvTf8.js +37 -0
  30. package/dist/UserCredentialsTable-DMh8Wpy7.js +82 -0
  31. package/dist/UserCredentialsTable-DgHZJSHG.js +82 -0
  32. package/dist/UserCredentialsTable-TflQvTEP.js +82 -0
  33. package/dist/baseAppleCommand-1isaFxCQ.js +10 -0
  34. package/dist/baseAppleCommand-B9wyIqdL.js +10 -0
  35. package/dist/baseAppleCommand-DpasCbje.js +10 -0
  36. package/dist/baseGameAndroidCommand-6vsMpE7a.js +43 -0
  37. package/dist/baseGameAndroidCommand-B3LRG701.js +43 -0
  38. package/dist/baseGameAndroidCommand-C9BuS2Sr.js +43 -0
  39. package/dist/commands/apple/apiKey/create.js +10 -10
  40. package/dist/commands/apple/apiKey/export.js +8 -8
  41. package/dist/commands/apple/apiKey/import.js +8 -8
  42. package/dist/commands/apple/apiKey/status.js +7 -7
  43. package/dist/commands/apple/certificate/create.js +10 -10
  44. package/dist/commands/apple/certificate/export.js +8 -8
  45. package/dist/commands/apple/certificate/import.js +8 -8
  46. package/dist/commands/apple/certificate/status.js +7 -7
  47. package/dist/commands/apple/login.js +2 -2
  48. package/dist/commands/apple/status.js +6 -6
  49. package/dist/commands/dashboard.js +1 -1
  50. package/dist/commands/game/android/apiKey/connect.js +11 -11
  51. package/dist/commands/game/android/apiKey/create.js +13 -13
  52. package/dist/commands/game/android/apiKey/export.js +9 -9
  53. package/dist/commands/game/android/apiKey/import.js +9 -9
  54. package/dist/commands/game/android/apiKey/invite.js +4 -4
  55. package/dist/commands/game/android/apiKey/status.js +9 -9
  56. package/dist/commands/game/android/keyStore/create.js +12 -12
  57. package/dist/commands/game/android/keyStore/export.js +8 -8
  58. package/dist/commands/game/android/keyStore/import.js +49 -29
  59. package/dist/commands/game/android/keyStore/status.js +8 -8
  60. package/dist/commands/game/android/status.js +7 -7
  61. package/dist/commands/game/build/download.js +7 -7
  62. package/dist/commands/game/build/list.js +7 -7
  63. package/dist/commands/game/create.js +2 -2
  64. package/dist/commands/game/details.js +22 -8
  65. package/dist/commands/game/export.js +1 -1
  66. package/dist/commands/game/ios/app/addTester.js +6 -6
  67. package/dist/commands/game/ios/app/create.js +5 -5
  68. package/dist/commands/game/ios/app/status.js +9 -9
  69. package/dist/commands/game/ios/app/sync.js +7 -7
  70. package/dist/commands/game/ios/profile/create.js +10 -10
  71. package/dist/commands/game/ios/profile/export.js +8 -8
  72. package/dist/commands/game/ios/profile/import.js +8 -8
  73. package/dist/commands/game/ios/profile/status.js +8 -8
  74. package/dist/commands/game/ios/status.js +10 -10
  75. package/dist/commands/game/ios/wizard.js +2 -2
  76. package/dist/commands/game/job/list.js +7 -7
  77. package/dist/commands/game/job/status.js +11 -11
  78. package/dist/commands/game/list.js +7 -7
  79. package/dist/commands/game/ship.js +11 -11
  80. package/dist/commands/game/status.js +7 -7
  81. package/dist/commands/game/wizard.js +590 -35
  82. package/dist/commands/internal/fastlane.js +1 -1
  83. package/dist/commands/internal/readme.js +255 -770
  84. package/dist/commands/login.js +2 -2
  85. package/dist/commands/status.js +6 -6
  86. package/dist/export-B_F6vXIK.js +36 -0
  87. package/dist/export-C_lu1FD9.js +36 -0
  88. package/dist/export-rS9o87LD.js +36 -0
  89. package/dist/import-7T3J63j2.js +38 -0
  90. package/dist/import-Brg3zYmT.js +38 -0
  91. package/dist/import-DPbg8WvS.js +38 -0
  92. package/dist/import-v54PM_Qg.js +47 -0
  93. package/dist/index-BB7X1Pqp.js +695 -0
  94. package/dist/index-BQnkBr1Q.js +136 -0
  95. package/dist/index-BX9h2vPV.js +123 -0
  96. package/dist/index-BjGSEqP5.js +135 -0
  97. package/dist/index-Bv3x8c78.js +693 -0
  98. package/dist/index-ByOvCs4O.js +122 -0
  99. package/dist/index-BzffuqPa.js +24 -0
  100. package/dist/index-C9734Cj2.js +693 -0
  101. package/dist/index-CKYExssR.js +136 -0
  102. package/dist/index-Cz_KLwWf.js +136 -0
  103. package/dist/index-D6BH5UAM.js +135 -0
  104. package/dist/index-DOgF4dFK.js +24 -0
  105. package/dist/index-DgbQBx6x.js +122 -0
  106. package/dist/index-DxHPjZav.js +136 -0
  107. package/dist/index-m4HTrJ5J.js +135 -0
  108. package/dist/index-o9Y-84Rj.js +122 -0
  109. package/dist/upload-2naN75Zu.js +60 -0
  110. package/dist/upload-Cx71802W.js +60 -0
  111. package/dist/upload-DvAE1vDq.js +60 -0
  112. package/dist/useAndroidServiceAccountTestResult-BDc7XpKE.js +52 -0
  113. package/dist/useAndroidServiceAccountTestResult-B_ekRewZ.js +52 -0
  114. package/dist/useAndroidServiceAccountTestResult-Ce1x0Eh8.js +52 -0
  115. package/dist/useAppleApp-BEtLQa7n.js +32 -0
  116. package/dist/useAppleApp-CApC0-4Q.js +32 -0
  117. package/dist/useAppleApp-CETIcsJS.js +32 -0
  118. package/dist/useAppleBundleId-DXbMDRLd.js +64 -0
  119. package/dist/useAppleBundleId-SmzY6rkm.js +64 -0
  120. package/dist/useAppleBundleId-gPBzJwQg.js +64 -0
  121. package/dist/useJobWatching-BIG6fnTN.js +45 -0
  122. package/dist/useJobWatching-Cp-CYd90.js +45 -0
  123. package/dist/useJobWatching-D-YzSlK8.js +45 -0
  124. package/dist/useJobWatching-I_A3b36f.js +45 -0
  125. package/dist/useProjectCredentials-CKngz2rd.js +54 -0
  126. package/dist/useProjectCredentials-EapDge1I.js +54 -0
  127. package/dist/useProjectCredentials-vjedBbKl.js +54 -0
  128. package/dist/useWebSocket-Bep1zAVG.js +36 -0
  129. package/dist/useWebSocket-CBqsjHbt.js +36 -0
  130. package/dist/useWebSocket-rBLiZsKb.js +36 -0
  131. package/dist/wizard-ChPegnMW.js +133 -0
  132. package/npm-shrinkwrap.json +251 -223
  133. package/oclif.manifest.json +282 -223
  134. package/package.json +2 -4
@@ -0,0 +1,82 @@
1
+ import { jsxs, jsx } from 'react/jsx-runtime';
2
+ import { Box, Text } from 'ink';
3
+ import Spinner from 'ink-spinner';
4
+ import 'crypto';
5
+ import 'fs';
6
+ import 'readline-sync';
7
+ import 'node:readline';
8
+ import 'node:path';
9
+ import 'node:url';
10
+ import 'react';
11
+ import axios from 'axios';
12
+ import { useQuery } from '@tanstack/react-query';
13
+ import { b as getShortDate, p as getAuthedHeaders, q as API_URL, K as castArrayObjectDates } from './index-Bv3x8c78.js';
14
+ import 'crypto-js';
15
+ import 'uuid';
16
+ import 'luxon';
17
+ import 'fast-glob';
18
+ import 'yazl';
19
+ import { c as cacheKeys } from './useAndroidServiceAccountTestResult-BDc7XpKE.js';
20
+ import { g as getShortUUID } from './index-BQnkBr1Q.js';
21
+ import 'socket.io-client';
22
+ import 'isomorphic-git';
23
+ import '@oclif/core';
24
+ import { T as Table } from './Table-CvM6pccN.js';
25
+ import { T as Title } from './Title-BCQtayg6.js';
26
+
27
+ async function queryUserCredentials(params) {
28
+ try {
29
+ const headers = getAuthedHeaders();
30
+ const url = `${API_URL}/credentials`;
31
+ const response = await axios.get(url, { headers, params });
32
+ return {
33
+ ...response.data,
34
+ data: castArrayObjectDates(response.data.data)
35
+ };
36
+ } catch (error) {
37
+ console.warn("queryUserCredentials Error", error);
38
+ throw error;
39
+ }
40
+ }
41
+ function getUserCredentialSummary(credential) {
42
+ return {
43
+ id: getShortUUID(credential.id),
44
+ type: credential.type,
45
+ serial: credential.serialNumber,
46
+ isActive: credential.isActive,
47
+ createdAt: getShortDate(credential.createdAt)
48
+ };
49
+ }
50
+ const useUserCredentials = ({
51
+ platform,
52
+ type,
53
+ ...pageAndSortParams
54
+ }) => {
55
+ const queryResult = useQuery({
56
+ queryKey: cacheKeys.userCredentials(pageAndSortParams),
57
+ queryFn: async () => queryUserCredentials(pageAndSortParams),
58
+ select: (data) => {
59
+ if (!(platform || type)) return data;
60
+ return {
61
+ ...data,
62
+ data: data.data.filter((credential) => {
63
+ return (!platform || credential.platform === platform) && (!type || credential.type === type);
64
+ })
65
+ };
66
+ }
67
+ });
68
+ return queryResult;
69
+ };
70
+
71
+ const UserCredentialsTable = ({ credentialTypeName, queryProps, ...boxProps }) => {
72
+ const { isLoading, data } = useUserCredentials(queryProps);
73
+ const hasActive = data?.data.some((credential) => credential.isActive);
74
+ return /* @__PURE__ */ jsxs(Box, { flexDirection: "column", marginBottom: 1, ...boxProps, children: [
75
+ /* @__PURE__ */ jsx(Title, { children: `${credentialTypeName}s in your ShipThis account` }),
76
+ /* @__PURE__ */ jsx(Box, { marginLeft: 2, marginBottom: 1, flexDirection: "column", children: /* @__PURE__ */ jsx(Text, { children: hasActive ? `You have an active ${credentialTypeName} in your ShipThis account.` : `You DO NOT have an active ${credentialTypeName} which ShipThis can use.` }) }),
77
+ isLoading && /* @__PURE__ */ jsx(Spinner, { type: "dots" }),
78
+ data && data.data.length > 0 && /* @__PURE__ */ jsx(Table, { data: data.data.map(getUserCredentialSummary) })
79
+ ] });
80
+ };
81
+
82
+ export { UserCredentialsTable as U, useUserCredentials as u };
@@ -0,0 +1,82 @@
1
+ import { jsxs, jsx } from 'react/jsx-runtime';
2
+ import { Box, Text } from 'ink';
3
+ import Spinner from 'ink-spinner';
4
+ import 'crypto';
5
+ import 'fs';
6
+ import 'readline-sync';
7
+ import 'node:readline';
8
+ import 'node:path';
9
+ import 'node:url';
10
+ import 'react';
11
+ import axios from 'axios';
12
+ import { useQuery } from '@tanstack/react-query';
13
+ import { b as getShortDate, p as getAuthedHeaders, q as API_URL, K as castArrayObjectDates } from './index-BB7X1Pqp.js';
14
+ import 'crypto-js';
15
+ import 'uuid';
16
+ import 'luxon';
17
+ import 'fast-glob';
18
+ import 'yazl';
19
+ import { c as cacheKeys } from './useAndroidServiceAccountTestResult-Ce1x0Eh8.js';
20
+ import { g as getShortUUID } from './index-Cz_KLwWf.js';
21
+ import 'socket.io-client';
22
+ import 'isomorphic-git';
23
+ import '@oclif/core';
24
+ import { T as Table } from './Table-CvM6pccN.js';
25
+ import { T as Title } from './Title-BCQtayg6.js';
26
+
27
+ async function queryUserCredentials(params) {
28
+ try {
29
+ const headers = getAuthedHeaders();
30
+ const url = `${API_URL}/credentials`;
31
+ const response = await axios.get(url, { headers, params });
32
+ return {
33
+ ...response.data,
34
+ data: castArrayObjectDates(response.data.data)
35
+ };
36
+ } catch (error) {
37
+ console.warn("queryUserCredentials Error", error);
38
+ throw error;
39
+ }
40
+ }
41
+ function getUserCredentialSummary(credential) {
42
+ return {
43
+ id: getShortUUID(credential.id),
44
+ type: credential.type,
45
+ serial: credential.serialNumber,
46
+ isActive: credential.isActive,
47
+ createdAt: getShortDate(credential.createdAt)
48
+ };
49
+ }
50
+ const useUserCredentials = ({
51
+ platform,
52
+ type,
53
+ ...pageAndSortParams
54
+ }) => {
55
+ const queryResult = useQuery({
56
+ queryKey: cacheKeys.userCredentials(pageAndSortParams),
57
+ queryFn: async () => queryUserCredentials(pageAndSortParams),
58
+ select: (data) => {
59
+ if (!(platform || type)) return data;
60
+ return {
61
+ ...data,
62
+ data: data.data.filter((credential) => {
63
+ return (!platform || credential.platform === platform) && (!type || credential.type === type);
64
+ })
65
+ };
66
+ }
67
+ });
68
+ return queryResult;
69
+ };
70
+
71
+ const UserCredentialsTable = ({ credentialTypeName, queryProps, ...boxProps }) => {
72
+ const { isLoading, data } = useUserCredentials(queryProps);
73
+ const hasActive = data?.data.some((credential) => credential.isActive);
74
+ return /* @__PURE__ */ jsxs(Box, { flexDirection: "column", marginBottom: 1, ...boxProps, children: [
75
+ /* @__PURE__ */ jsx(Title, { children: `${credentialTypeName}s in your ShipThis account` }),
76
+ /* @__PURE__ */ jsx(Box, { marginLeft: 2, marginBottom: 1, flexDirection: "column", children: /* @__PURE__ */ jsx(Text, { children: hasActive ? `You have an active ${credentialTypeName} in your ShipThis account.` : `You DO NOT have an active ${credentialTypeName} which ShipThis can use.` }) }),
77
+ isLoading && /* @__PURE__ */ jsx(Spinner, { type: "dots" }),
78
+ data && data.data.length > 0 && /* @__PURE__ */ jsx(Table, { data: data.data.map(getUserCredentialSummary) })
79
+ ] });
80
+ };
81
+
82
+ export { UserCredentialsTable as U, useUserCredentials as u };
@@ -0,0 +1,10 @@
1
+ import { B as BaseAuthenticatedCommand } from './index-C9734Cj2.js';
2
+
3
+ class BaseAppleCommand extends BaseAuthenticatedCommand {
4
+ async init() {
5
+ await super.init();
6
+ await this.ensureWeHaveAppleCookies();
7
+ }
8
+ }
9
+
10
+ export { BaseAppleCommand as B };
@@ -0,0 +1,10 @@
1
+ import { B as BaseAuthenticatedCommand } from './index-BB7X1Pqp.js';
2
+
3
+ class BaseAppleCommand extends BaseAuthenticatedCommand {
4
+ async init() {
5
+ await super.init();
6
+ await this.ensureWeHaveAppleCookies();
7
+ }
8
+ }
9
+
10
+ export { BaseAppleCommand as B };
@@ -0,0 +1,10 @@
1
+ import { B as BaseAuthenticatedCommand } from './index-Bv3x8c78.js';
2
+
3
+ class BaseAppleCommand extends BaseAuthenticatedCommand {
4
+ async init() {
5
+ await super.init();
6
+ await this.ensureWeHaveAppleCookies();
7
+ }
8
+ }
9
+
10
+ export { BaseAppleCommand as B };
@@ -0,0 +1,43 @@
1
+ import { c as BaseGameCommand, O as getGodotAndroidPackageName, Q as getGoogleStatus } from './index-BB7X1Pqp.js';
2
+ import { b as generatePackageName, a as getInput } from './index-Cz_KLwWf.js';
3
+
4
+ class BaseGameAndroidCommand extends BaseGameCommand {
5
+ async init() {
6
+ await super.init();
7
+ await this.ensureWeHaveAndroidPackageName();
8
+ }
9
+ // Prompts the user for the Android package name
10
+ async getAndroidPackageName(gameId) {
11
+ const game = await this.getGame();
12
+ const generated = generatePackageName(game.name);
13
+ const suggested = game.details?.iosBundleId || getGodotAndroidPackageName() || generated || "com.example.game";
14
+ const question = `Please enter the Android Package Name, or press enter to use ${suggested}: `;
15
+ const entered = await getInput(question);
16
+ return entered || suggested;
17
+ }
18
+ // Forces us to have the androidPackageName in the game details
19
+ async ensureWeHaveAndroidPackageName() {
20
+ const game = await this.getGame();
21
+ if (!game.details?.androidPackageName) {
22
+ const androidPackageName = await this.getAndroidPackageName(game.id);
23
+ await this.updateGame({ details: { ...game.details, androidPackageName } });
24
+ }
25
+ }
26
+ async checkGoogleAuth(waitForAuth = false) {
27
+ let status = await getGoogleStatus();
28
+ if (status.isAuthenticated) return;
29
+ if (!waitForAuth)
30
+ this.error("You must connect to Google first. Run `shipthis game android apiKey connect`", { exit: 1 });
31
+ this.log("Waiting for Google authentication...");
32
+ const sleep = (ms) => new Promise((resolve) => setTimeout(resolve, ms));
33
+ for (let i = 0; i < 600; i++) {
34
+ process.stdout.write(".");
35
+ await sleep(1e3 * 10);
36
+ status = await getGoogleStatus();
37
+ if (status.isAuthenticated) return;
38
+ }
39
+ this.error("Google authentication failed. Please try again.", { exit: 1 });
40
+ }
41
+ }
42
+
43
+ export { BaseGameAndroidCommand as B };
@@ -0,0 +1,43 @@
1
+ import { c as BaseGameCommand, O as getGodotAndroidPackageName, Q as getGoogleStatus } from './index-C9734Cj2.js';
2
+ import { b as generatePackageName, a as getInput } from './index-DxHPjZav.js';
3
+
4
+ class BaseGameAndroidCommand extends BaseGameCommand {
5
+ async init() {
6
+ await super.init();
7
+ await this.ensureWeHaveAndroidPackageName();
8
+ }
9
+ // Prompts the user for the Android package name
10
+ async getAndroidPackageName(gameId) {
11
+ const game = await this.getGame();
12
+ const generated = generatePackageName(game.name);
13
+ const suggested = game.details?.iosBundleId || getGodotAndroidPackageName() || generated || "com.example.game";
14
+ const question = `Please enter the Android Package Name, or press enter to use ${suggested}: `;
15
+ const entered = await getInput(question);
16
+ return entered || suggested;
17
+ }
18
+ // Forces us to have the androidPackageName in the game details
19
+ async ensureWeHaveAndroidPackageName() {
20
+ const game = await this.getGame();
21
+ if (!game.details?.androidPackageName) {
22
+ const androidPackageName = await this.getAndroidPackageName(game.id);
23
+ await this.updateGame({ details: { ...game.details, androidPackageName } });
24
+ }
25
+ }
26
+ async checkGoogleAuth(waitForAuth = false) {
27
+ let status = await getGoogleStatus();
28
+ if (status.isAuthenticated) return;
29
+ if (!waitForAuth)
30
+ this.error("You must connect to Google first. Run `shipthis game android apiKey connect`", { exit: 1 });
31
+ this.log("Waiting for Google authentication...");
32
+ const sleep = (ms) => new Promise((resolve) => setTimeout(resolve, ms));
33
+ for (let i = 0; i < 600; i++) {
34
+ process.stdout.write(".");
35
+ await sleep(1e3 * 10);
36
+ status = await getGoogleStatus();
37
+ if (status.isAuthenticated) return;
38
+ }
39
+ this.error("Google authentication failed. Please try again.", { exit: 1 });
40
+ }
41
+ }
42
+
43
+ export { BaseGameAndroidCommand as B };
@@ -0,0 +1,43 @@
1
+ import { c as BaseGameCommand, O as getGodotAndroidPackageName, Q as getGoogleStatus } from './index-Bv3x8c78.js';
2
+ import { b as generatePackageName, a as getInput } from './index-BQnkBr1Q.js';
3
+
4
+ class BaseGameAndroidCommand extends BaseGameCommand {
5
+ async init() {
6
+ await super.init();
7
+ await this.ensureWeHaveAndroidPackageName();
8
+ }
9
+ // Prompts the user for the Android package name
10
+ async getAndroidPackageName(gameId) {
11
+ const game = await this.getGame();
12
+ const generated = generatePackageName(game.name);
13
+ const suggested = game.details?.iosBundleId || getGodotAndroidPackageName() || generated || "com.example.game";
14
+ const question = `Please enter the Android Package Name, or press enter to use ${suggested}: `;
15
+ const entered = await getInput(question);
16
+ return entered || suggested;
17
+ }
18
+ // Forces us to have the androidPackageName in the game details
19
+ async ensureWeHaveAndroidPackageName() {
20
+ const game = await this.getGame();
21
+ if (!game.details?.androidPackageName) {
22
+ const androidPackageName = await this.getAndroidPackageName(game.id);
23
+ await this.updateGame({ details: { ...game.details, androidPackageName } });
24
+ }
25
+ }
26
+ async checkGoogleAuth(waitForAuth = false) {
27
+ let status = await getGoogleStatus();
28
+ if (status.isAuthenticated) return;
29
+ if (!waitForAuth)
30
+ this.error("You must connect to Google first. Run `shipthis game android apiKey connect`", { exit: 1 });
31
+ this.log("Waiting for Google authentication...");
32
+ const sleep = (ms) => new Promise((resolve) => setTimeout(resolve, ms));
33
+ for (let i = 0; i < 600; i++) {
34
+ process.stdout.write(".");
35
+ await sleep(1e3 * 10);
36
+ status = await getGoogleStatus();
37
+ if (status.isAuthenticated) return;
38
+ }
39
+ this.error("Google authentication failed. Please try again.", { exit: 1 });
40
+ }
41
+ }
42
+
43
+ export { BaseGameAndroidCommand as B };
@@ -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 { P as Platform, C as CredentialsType, A as ApiKey, a as ApiKeyType, U as UserRole } from '../../../index-DdABTtYO.js';
5
- import { g as getUserCredentials } from '../../../index-BDFKyTPb.js';
4
+ import { P as Platform, C as CredentialsType, A as ApiKey, a as ApiKeyType, U as UserRole } from '../../../index-BB7X1Pqp.js';
5
+ import { g as getUserCredentials } from '../../../index-DOgF4dFK.js';
6
6
  import 'react';
7
- import { C as Command } from '../../../Command-DxmQn3XT.js';
7
+ import { C as Command } from '../../../Command-BiB9MqbJ.js';
8
8
  import 'ink-spinner';
9
9
  import 'axios';
10
10
  import 'crypto-js';
@@ -12,29 +12,29 @@ import 'uuid';
12
12
  import 'luxon';
13
13
  import '@inkjs/ui';
14
14
  import '@tanstack/react-query';
15
- import 'open';
16
- import 'crypto';
17
15
  import 'fs';
16
+ import 'yazl';
17
+ import 'crypto';
18
18
  import 'readline-sync';
19
19
  import 'node:readline';
20
20
  import 'node:path';
21
21
  import 'node:url';
22
22
  import 'fast-glob';
23
- import 'yazl';
24
23
  import 'socket.io-client';
25
24
  import 'isomorphic-git';
25
+ import 'open';
26
26
  import 'qrcode';
27
27
  import { R as RunWithSpinner } from '../../../RunWithSpinner-BVXNWGD3.js';
28
28
  import 'string-length';
29
29
  import 'strip-ansi';
30
- import { B as BaseAppleCommand } from '../../../baseAppleCommand-D-G4h8zQ.js';
31
- import { u as uploadUserCredentials } from '../../../upload-LXRr4pMa.js';
30
+ import { B as BaseAppleCommand } from '../../../baseAppleCommand-B9wyIqdL.js';
31
+ import { u as uploadUserCredentials } from '../../../upload-2naN75Zu.js';
32
32
  import 'path';
33
33
  import '@expo/apple-utils/build/index.js';
34
34
  import 'ini';
35
35
  import 'deepmerge';
36
- import '../../../index-wyPoxiTc.js';
37
- import '../../../useAndroidServiceAccountTestResult-InDf5WSl.js';
36
+ import '../../../index-Cz_KLwWf.js';
37
+ import '../../../useAndroidServiceAccountTestResult-Ce1x0Eh8.js';
38
38
  import 'marked';
39
39
  import 'marked-terminal';
40
40
 
@@ -2,10 +2,10 @@ 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, P as Platform, C as CredentialsType } from '../../../index-DdABTtYO.js';
6
- import { g as getUserCredentials } from '../../../index-BDFKyTPb.js';
5
+ import { B as BaseAuthenticatedCommand, P as Platform, C as CredentialsType } from '../../../index-BB7X1Pqp.js';
6
+ import { g as getUserCredentials } from '../../../index-DOgF4dFK.js';
7
7
  import 'react';
8
- import { C as Command } from '../../../Command-DxmQn3XT.js';
8
+ import { C as Command } from '../../../Command-BiB9MqbJ.js';
9
9
  import 'ink-spinner';
10
10
  import 'axios';
11
11
  import 'crypto-js';
@@ -13,27 +13,27 @@ import 'uuid';
13
13
  import 'luxon';
14
14
  import '@inkjs/ui';
15
15
  import '@tanstack/react-query';
16
- import 'open';
16
+ import 'yazl';
17
17
  import 'crypto';
18
18
  import 'readline-sync';
19
19
  import 'node:readline';
20
20
  import 'node:path';
21
21
  import 'node:url';
22
22
  import 'fast-glob';
23
- import 'yazl';
24
23
  import 'socket.io-client';
25
24
  import 'isomorphic-git';
25
+ import 'open';
26
26
  import 'qrcode';
27
27
  import { R as RunWithSpinner } from '../../../RunWithSpinner-BVXNWGD3.js';
28
28
  import 'string-length';
29
29
  import 'strip-ansi';
30
- import { e as exportCredential } from '../../../export-BDxGDZdh.js';
30
+ import { e as exportCredential } from '../../../export-rS9o87LD.js';
31
31
  import 'path';
32
32
  import '@expo/apple-utils/build/index.js';
33
33
  import 'ini';
34
34
  import 'deepmerge';
35
- import '../../../index-wyPoxiTc.js';
36
- import '../../../useAndroidServiceAccountTestResult-InDf5WSl.js';
35
+ import '../../../index-Cz_KLwWf.js';
36
+ import '../../../useAndroidServiceAccountTestResult-Ce1x0Eh8.js';
37
37
  import 'marked';
38
38
  import 'marked-terminal';
39
39
 
@@ -2,10 +2,10 @@ 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, P as Platform, C as CredentialsType } from '../../../index-DdABTtYO.js';
6
- import { g as getUserCredentials } from '../../../index-BDFKyTPb.js';
5
+ import { B as BaseAuthenticatedCommand, P as Platform, C as CredentialsType } from '../../../index-BB7X1Pqp.js';
6
+ import { g as getUserCredentials } from '../../../index-DOgF4dFK.js';
7
7
  import 'react';
8
- import { C as Command } from '../../../Command-DxmQn3XT.js';
8
+ import { C as Command } from '../../../Command-BiB9MqbJ.js';
9
9
  import 'ink-spinner';
10
10
  import 'axios';
11
11
  import 'crypto-js';
@@ -13,27 +13,27 @@ import 'uuid';
13
13
  import 'luxon';
14
14
  import '@inkjs/ui';
15
15
  import '@tanstack/react-query';
16
- import 'open';
16
+ import 'yazl';
17
17
  import 'crypto';
18
18
  import 'readline-sync';
19
19
  import 'node:readline';
20
20
  import 'node:path';
21
21
  import 'node:url';
22
22
  import 'fast-glob';
23
- import 'yazl';
24
23
  import 'socket.io-client';
25
24
  import 'isomorphic-git';
25
+ import 'open';
26
26
  import 'qrcode';
27
27
  import { R as RunWithSpinner } from '../../../RunWithSpinner-BVXNWGD3.js';
28
28
  import 'string-length';
29
29
  import 'strip-ansi';
30
- import { i as importCredential } from '../../../import-BrlJuE2Z.js';
30
+ import { i as importCredential } from '../../../import-v54PM_Qg.js';
31
31
  import 'path';
32
32
  import '@expo/apple-utils/build/index.js';
33
33
  import 'ini';
34
34
  import 'deepmerge';
35
- import '../../../index-wyPoxiTc.js';
36
- import '../../../useAndroidServiceAccountTestResult-InDf5WSl.js';
35
+ import '../../../index-Cz_KLwWf.js';
36
+ import '../../../useAndroidServiceAccountTestResult-Ce1x0Eh8.js';
37
37
  import 'marked';
38
38
  import 'marked-terminal';
39
39
 
@@ -1,9 +1,9 @@
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 getShortDate, A as ApiKey, C as CredentialsType, P as Platform, B as BaseAuthenticatedCommand } from '../../../index-DdABTtYO.js';
4
+ import { b as getShortDate, A as ApiKey, C as CredentialsType, P as Platform, B as BaseAuthenticatedCommand } from '../../../index-BB7X1Pqp.js';
5
5
  import 'react';
6
- import { C as Command } from '../../../Command-DxmQn3XT.js';
6
+ import { C as Command } from '../../../Command-BiB9MqbJ.js';
7
7
  import Spinner from 'ink-spinner';
8
8
  import 'axios';
9
9
  import 'crypto-js';
@@ -12,20 +12,20 @@ import { DateTime } from 'luxon';
12
12
  import 'fs';
13
13
  import '@inkjs/ui';
14
14
  import { useQuery } from '@tanstack/react-query';
15
- import 'open';
15
+ import 'yazl';
16
16
  import 'crypto';
17
17
  import 'readline-sync';
18
18
  import 'node:readline';
19
19
  import 'node:path';
20
20
  import 'node:url';
21
21
  import 'fast-glob';
22
- import 'yazl';
23
22
  import 'socket.io-client';
24
23
  import 'isomorphic-git';
24
+ import 'open';
25
25
  import 'qrcode';
26
26
  import 'string-length';
27
27
  import 'strip-ansi';
28
- import { u as useUserCredentials, U as UserCredentialsTable } from '../../../UserCredentialsTable-CeJS3_hd.js';
28
+ import { u as useUserCredentials, U as UserCredentialsTable } from '../../../UserCredentialsTable-TflQvTEP.js';
29
29
  import { T as Table } from '../../../Table-CvM6pccN.js';
30
30
  import { T as Title } from '../../../Title-BCQtayg6.js';
31
31
  import { N as NextSteps } from '../../../NextSteps-CK9zHOCt.js';
@@ -33,8 +33,8 @@ import 'path';
33
33
  import '@expo/apple-utils/build/index.js';
34
34
  import 'ini';
35
35
  import 'deepmerge';
36
- import '../../../index-wyPoxiTc.js';
37
- import '../../../useAndroidServiceAccountTestResult-InDf5WSl.js';
36
+ import '../../../index-Cz_KLwWf.js';
37
+ import '../../../useAndroidServiceAccountTestResult-Ce1x0Eh8.js';
38
38
  import 'marked';
39
39
  import 'marked-terminal';
40
40
 
@@ -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 { m as CertificateType, l as Certificate, P as Platform, C as CredentialsType } from '../../../index-DdABTtYO.js';
5
- import { g as getUserCredentials } from '../../../index-BDFKyTPb.js';
4
+ import { m as CertificateType, l as Certificate, P as Platform, C as CredentialsType } from '../../../index-BB7X1Pqp.js';
5
+ import { g as getUserCredentials } from '../../../index-DOgF4dFK.js';
6
6
  import 'react';
7
- import { C as Command } from '../../../Command-DxmQn3XT.js';
7
+ import { C as Command } from '../../../Command-BiB9MqbJ.js';
8
8
  import 'ink-spinner';
9
9
  import 'axios';
10
10
  import 'crypto-js';
@@ -12,30 +12,30 @@ import 'uuid';
12
12
  import 'luxon';
13
13
  import '@inkjs/ui';
14
14
  import '@tanstack/react-query';
15
- import 'open';
16
- import 'crypto';
17
15
  import 'fs';
16
+ import 'yazl';
17
+ import 'crypto';
18
18
  import 'readline-sync';
19
19
  import 'node:readline';
20
20
  import 'node:path';
21
21
  import 'node:url';
22
22
  import 'fast-glob';
23
- import 'yazl';
24
23
  import 'socket.io-client';
25
24
  import 'isomorphic-git';
25
+ import 'open';
26
26
  import 'qrcode';
27
27
  import { R as RunWithSpinner } from '../../../RunWithSpinner-BVXNWGD3.js';
28
28
  import 'string-length';
29
29
  import 'strip-ansi';
30
30
  import forge from 'node-forge';
31
- import { B as BaseAppleCommand } from '../../../baseAppleCommand-D-G4h8zQ.js';
32
- import { u as uploadUserCredentials } from '../../../upload-LXRr4pMa.js';
31
+ import { B as BaseAppleCommand } from '../../../baseAppleCommand-B9wyIqdL.js';
32
+ import { u as uploadUserCredentials } from '../../../upload-2naN75Zu.js';
33
33
  import 'path';
34
34
  import '@expo/apple-utils/build/index.js';
35
35
  import 'ini';
36
36
  import 'deepmerge';
37
- import '../../../index-wyPoxiTc.js';
38
- import '../../../useAndroidServiceAccountTestResult-InDf5WSl.js';
37
+ import '../../../index-Cz_KLwWf.js';
38
+ import '../../../useAndroidServiceAccountTestResult-Ce1x0Eh8.js';
39
39
  import 'marked';
40
40
  import 'marked-terminal';
41
41
 
@@ -2,10 +2,10 @@ 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, P as Platform, C as CredentialsType } from '../../../index-DdABTtYO.js';
6
- import { g as getUserCredentials } from '../../../index-BDFKyTPb.js';
5
+ import { B as BaseAuthenticatedCommand, P as Platform, C as CredentialsType } from '../../../index-BB7X1Pqp.js';
6
+ import { g as getUserCredentials } from '../../../index-DOgF4dFK.js';
7
7
  import 'react';
8
- import { C as Command } from '../../../Command-DxmQn3XT.js';
8
+ import { C as Command } from '../../../Command-BiB9MqbJ.js';
9
9
  import 'ink-spinner';
10
10
  import 'axios';
11
11
  import 'crypto-js';
@@ -13,27 +13,27 @@ import 'uuid';
13
13
  import 'luxon';
14
14
  import '@inkjs/ui';
15
15
  import '@tanstack/react-query';
16
- import 'open';
16
+ import 'yazl';
17
17
  import 'crypto';
18
18
  import 'readline-sync';
19
19
  import 'node:readline';
20
20
  import 'node:path';
21
21
  import 'node:url';
22
22
  import 'fast-glob';
23
- import 'yazl';
24
23
  import 'socket.io-client';
25
24
  import 'isomorphic-git';
25
+ import 'open';
26
26
  import 'qrcode';
27
27
  import { R as RunWithSpinner } from '../../../RunWithSpinner-BVXNWGD3.js';
28
28
  import 'string-length';
29
29
  import 'strip-ansi';
30
- import { e as exportCredential } from '../../../export-BDxGDZdh.js';
30
+ import { e as exportCredential } from '../../../export-rS9o87LD.js';
31
31
  import 'path';
32
32
  import '@expo/apple-utils/build/index.js';
33
33
  import 'ini';
34
34
  import 'deepmerge';
35
- import '../../../index-wyPoxiTc.js';
36
- import '../../../useAndroidServiceAccountTestResult-InDf5WSl.js';
35
+ import '../../../index-Cz_KLwWf.js';
36
+ import '../../../useAndroidServiceAccountTestResult-Ce1x0Eh8.js';
37
37
  import 'marked';
38
38
  import 'marked-terminal';
39
39