shipthis 0.1.48 → 0.1.50
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.
- package/dist/{CommandGame-BExi5Od4.js → CommandGame-BeyPCeC7.js} +1 -1
- package/dist/{JobProgress-CFwOCp-e.js → JobProgress-COP5mbrn.js} +1 -1
- package/dist/{JobStatusTable-Csfw4ag1.js → JobStatusTable-DamWqM1t.js} +1 -1
- package/dist/commands/apiKey/create.js +1 -1
- package/dist/commands/apiKey/list.js +1 -1
- package/dist/commands/apiKey/revoke.js +1 -1
- package/dist/commands/apple/apiKey/create.js +1 -1
- package/dist/commands/apple/apiKey/export.js +1 -1
- package/dist/commands/apple/apiKey/import.js +1 -1
- package/dist/commands/apple/apiKey/status.js +1 -1
- package/dist/commands/apple/certificate/create.js +1 -1
- package/dist/commands/apple/certificate/export.js +1 -1
- package/dist/commands/apple/certificate/import.js +1 -1
- package/dist/commands/apple/certificate/status.js +1 -1
- package/dist/commands/apple/status.js +1 -1
- package/dist/commands/game/android/apiKey/connect.js +4 -4
- package/dist/commands/game/android/apiKey/create.js +2 -2
- package/dist/commands/game/android/apiKey/export.js +1 -1
- package/dist/commands/game/android/apiKey/import.js +1 -1
- package/dist/commands/game/android/apiKey/status.js +1 -1
- package/dist/commands/game/android/keyStore/create.js +2 -2
- package/dist/commands/game/android/keyStore/export.js +1 -1
- package/dist/commands/game/android/keyStore/import.js +2 -2
- package/dist/commands/game/android/keyStore/status.js +1 -1
- package/dist/commands/game/build/download.js +1 -1
- package/dist/commands/game/build/list.js +2 -2
- package/dist/commands/game/details.js +1 -1
- package/dist/commands/game/ios/app/addTester.js +16 -5
- package/dist/commands/game/ios/app/create.js +1 -1
- package/dist/commands/game/ios/app/status.js +1 -1
- package/dist/commands/game/ios/app/sync.js +1 -1
- package/dist/commands/game/ios/profile/create.js +1 -1
- package/dist/commands/game/ios/profile/export.js +1 -1
- package/dist/commands/game/ios/profile/import.js +1 -1
- package/dist/commands/game/ios/profile/status.js +1 -1
- package/dist/commands/game/ios/status.js +2 -2
- package/dist/commands/game/ios/wizard.js +2 -2
- package/dist/commands/game/job/list.js +1 -1
- package/dist/commands/game/job/status.js +3 -3
- package/dist/commands/game/list.js +1 -1
- package/dist/commands/game/ship.js +5 -5
- package/dist/commands/game/status.js +2 -2
- package/dist/commands/game/wizard.js +5 -5
- package/dist/commands/status.js +1 -1
- package/npm-shrinkwrap.json +26 -23
- package/oclif.manifest.json +58 -48
- package/package.json +3 -4
- package/dist/{Command-BdiF-ris.js → Command-DuEKI93-.js} +1 -1
- package/dist/{JobLogTail-DrUqKwiv.js → JobLogTail-CDGqKKin.js} +1 -1
- package/dist/{index-B_z5RCr4.js → index-CjYag6UG.js} +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx } from 'react/jsx-runtime';
|
|
2
2
|
import { G as GameProvider } from './baseGameCommand-Bap2bDqP.js';
|
|
3
|
-
import { C as Command } from './Command-
|
|
3
|
+
import { C as Command } from './Command-DuEKI93-.js';
|
|
4
4
|
|
|
5
5
|
const CommandGame = ({ children, command }) => /* @__PURE__ */ jsx(Command, { command, children: /* @__PURE__ */ jsx(GameProvider, { children }) });
|
|
6
6
|
|
|
@@ -23,7 +23,7 @@ import { Box, Text } from 'ink';
|
|
|
23
23
|
import { g as getCWDGitInfo } from './git-BpsfNFZ_.js';
|
|
24
24
|
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
25
25
|
import 'ink-spinner';
|
|
26
|
-
import { u as useJobWatching, a as JobLogLine } from './JobLogTail-
|
|
26
|
+
import { u as useJobWatching, a as JobLogLine } from './JobLogTail-CDGqKKin.js';
|
|
27
27
|
import 'open';
|
|
28
28
|
import '@inkjs/ui';
|
|
29
29
|
import 'marked';
|
|
@@ -13,7 +13,7 @@ import 'fast-glob';
|
|
|
13
13
|
import 'stream';
|
|
14
14
|
import 'yazl';
|
|
15
15
|
import 'socket.io-client';
|
|
16
|
-
import { u as useJobWatching } from './JobLogTail-
|
|
16
|
+
import { u as useJobWatching } from './JobLogTail-CDGqKKin.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';
|
|
@@ -24,7 +24,7 @@ import '@inkjs/ui';
|
|
|
24
24
|
import 'qrcode';
|
|
25
25
|
import { R as RunWithSpinner } from '../../RunWithSpinner-DucRnFp6.js';
|
|
26
26
|
import 'godot-export-presets';
|
|
27
|
-
import { C as Command } from '../../Command-
|
|
27
|
+
import { C as Command } from '../../Command-DuEKI93-.js';
|
|
28
28
|
import '@expo/apple-utils/build/index.js';
|
|
29
29
|
import 'node:crypto';
|
|
30
30
|
import 'node:readline';
|
|
@@ -26,7 +26,7 @@ import 'marked';
|
|
|
26
26
|
import 'marked-terminal';
|
|
27
27
|
import 'qrcode';
|
|
28
28
|
import 'godot-export-presets';
|
|
29
|
-
import { C as Command } from '../../Command-
|
|
29
|
+
import { C as Command } from '../../Command-DuEKI93-.js';
|
|
30
30
|
import '@expo/apple-utils/build/index.js';
|
|
31
31
|
import 'node:crypto';
|
|
32
32
|
import 'node:readline';
|
|
@@ -26,7 +26,7 @@ import 'marked-terminal';
|
|
|
26
26
|
import 'qrcode';
|
|
27
27
|
import { R as RunWithSpinner } from '../../RunWithSpinner-DucRnFp6.js';
|
|
28
28
|
import 'godot-export-presets';
|
|
29
|
-
import { C as Command } from '../../Command-
|
|
29
|
+
import { C as Command } from '../../Command-DuEKI93-.js';
|
|
30
30
|
import '@expo/apple-utils/build/index.js';
|
|
31
31
|
import 'node:crypto';
|
|
32
32
|
import 'node:readline';
|
|
@@ -32,7 +32,7 @@ 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-
|
|
35
|
+
import { C as Command } from '../../../Command-DuEKI93-.js';
|
|
36
36
|
import 'chalk';
|
|
37
37
|
import { u as uploadUserCredentials } from '../../../upload-Drre-qsL.js';
|
|
38
38
|
import '@expo/apple-utils/build/index.js';
|
|
@@ -32,7 +32,7 @@ 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-
|
|
35
|
+
import { C as Command } from '../../../Command-DuEKI93-.js';
|
|
36
36
|
import { e as exportCredential } from '../../../export-gdKqwR7u.js';
|
|
37
37
|
import 'fs';
|
|
38
38
|
import 'path';
|
|
@@ -32,7 +32,7 @@ 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-
|
|
35
|
+
import { C as Command } from '../../../Command-DuEKI93-.js';
|
|
36
36
|
import { i as importCredential } from '../../../import-CICoTBgo.js';
|
|
37
37
|
import 'fs';
|
|
38
38
|
import 'path';
|
|
@@ -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-
|
|
37
|
+
import { C as Command } from '../../../Command-DuEKI93-.js';
|
|
38
38
|
import 'fs';
|
|
39
39
|
import 'path';
|
|
40
40
|
import '@expo/apple-utils/build/index.js';
|
|
@@ -33,7 +33,7 @@ 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-
|
|
36
|
+
import { C as Command } from '../../../Command-DuEKI93-.js';
|
|
37
37
|
import 'chalk';
|
|
38
38
|
import { u as uploadUserCredentials } from '../../../upload-Drre-qsL.js';
|
|
39
39
|
import '@expo/apple-utils/build/index.js';
|
|
@@ -32,7 +32,7 @@ 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-
|
|
35
|
+
import { C as Command } from '../../../Command-DuEKI93-.js';
|
|
36
36
|
import { e as exportCredential } from '../../../export-gdKqwR7u.js';
|
|
37
37
|
import 'fs';
|
|
38
38
|
import 'path';
|
|
@@ -32,7 +32,7 @@ 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-
|
|
35
|
+
import { C as Command } from '../../../Command-DuEKI93-.js';
|
|
36
36
|
import { i as importCredential } from '../../../import-CICoTBgo.js';
|
|
37
37
|
import 'fs';
|
|
38
38
|
import 'path';
|
|
@@ -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-
|
|
37
|
+
import { C as Command } from '../../../Command-DuEKI93-.js';
|
|
38
38
|
import 'fs';
|
|
39
39
|
import 'path';
|
|
40
40
|
import '@expo/apple-utils/build/index.js';
|
|
@@ -32,7 +32,7 @@ import 'marked-terminal';
|
|
|
32
32
|
import { N as NextSteps } from '../../NextSteps-DbJHmscQ.js';
|
|
33
33
|
import 'qrcode';
|
|
34
34
|
import 'godot-export-presets';
|
|
35
|
-
import { C as Command } from '../../Command-
|
|
35
|
+
import { C as Command } from '../../Command-DuEKI93-.js';
|
|
36
36
|
import 'fs';
|
|
37
37
|
import 'path';
|
|
38
38
|
import '@expo/apple-utils/build/index.js';
|
|
@@ -23,22 +23,22 @@ import 'fullscreen-ink';
|
|
|
23
23
|
import 'string-length';
|
|
24
24
|
import 'strip-ansi';
|
|
25
25
|
import 'open';
|
|
26
|
-
import { C as ConnectGoogle } from '../../../../index-
|
|
26
|
+
import { C as ConnectGoogle } from '../../../../index-CjYag6UG.js';
|
|
27
27
|
import '../../../../baseGameCommand-Bap2bDqP.js';
|
|
28
28
|
import '@inkjs/ui';
|
|
29
29
|
import 'godot-export-presets';
|
|
30
30
|
import 'marked';
|
|
31
31
|
import 'marked-terminal';
|
|
32
32
|
import 'qrcode';
|
|
33
|
-
import { C as CommandGame } from '../../../../CommandGame-
|
|
33
|
+
import { C as CommandGame } from '../../../../CommandGame-BeyPCeC7.js';
|
|
34
34
|
import 'chalk';
|
|
35
35
|
import { B as BaseGameAndroidCommand } from '../../../../baseGameAndroidCommand-BE6hsL-c.js';
|
|
36
36
|
import '@expo/apple-utils/build/index.js';
|
|
37
|
-
import '../../../../useGoogleStatus-v86ZyFiz.js';
|
|
38
37
|
import '../../../../useWebSocket-AjcqLcJX.js';
|
|
38
|
+
import '../../../../useGoogleStatus-v86ZyFiz.js';
|
|
39
39
|
import 'fs';
|
|
40
40
|
import 'path';
|
|
41
|
-
import '../../../../Command-
|
|
41
|
+
import '../../../../Command-DuEKI93-.js';
|
|
42
42
|
|
|
43
43
|
class GameAndroidApiKeyConnect extends BaseGameAndroidCommand {
|
|
44
44
|
static args = {};
|
|
@@ -31,7 +31,7 @@ import 'marked-terminal';
|
|
|
31
31
|
import 'qrcode';
|
|
32
32
|
import 'godot-export-presets';
|
|
33
33
|
import { C as CreateServiceAccountKey } from '../../../../index-BaxMfQnE.js';
|
|
34
|
-
import { C as CommandGame } from '../../../../CommandGame-
|
|
34
|
+
import { C as CommandGame } from '../../../../CommandGame-BeyPCeC7.js';
|
|
35
35
|
import 'chalk';
|
|
36
36
|
import { B as BaseGameAndroidCommand } from '../../../../baseGameAndroidCommand-BE6hsL-c.js';
|
|
37
37
|
import '@expo/apple-utils/build/index.js';
|
|
@@ -41,7 +41,7 @@ import '../../../../useWebSocket-AjcqLcJX.js';
|
|
|
41
41
|
import '../../../../useProjectCredentials-5Ycm5B4x.js';
|
|
42
42
|
import '../../../../useGoogleStatus-v86ZyFiz.js';
|
|
43
43
|
import '../../../../ProgressSpinner-Um6ARKlk.js';
|
|
44
|
-
import '../../../../Command-
|
|
44
|
+
import '../../../../Command-DuEKI93-.js';
|
|
45
45
|
|
|
46
46
|
class GameAndroidApiKeyCreate extends BaseGameAndroidCommand {
|
|
47
47
|
static args = {};
|
|
@@ -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-
|
|
34
|
+
import { C as Command } from '../../../../Command-DuEKI93-.js';
|
|
35
35
|
import 'chalk';
|
|
36
36
|
import { B as BaseGameAndroidCommand } from '../../../../baseGameAndroidCommand-BE6hsL-c.js';
|
|
37
37
|
import { e as exportCredential } from '../../../../export-gdKqwR7u.js';
|
|
@@ -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-
|
|
34
|
+
import { C as Command } from '../../../../Command-DuEKI93-.js';
|
|
35
35
|
import 'chalk';
|
|
36
36
|
import { B as BaseGameAndroidCommand } from '../../../../baseGameAndroidCommand-BE6hsL-c.js';
|
|
37
37
|
import { i as importCredential } from '../../../../import-CICoTBgo.js';
|
|
@@ -32,7 +32,7 @@ import 'marked';
|
|
|
32
32
|
import 'marked-terminal';
|
|
33
33
|
import 'qrcode';
|
|
34
34
|
import 'godot-export-presets';
|
|
35
|
-
import { C as Command } from '../../../../Command-
|
|
35
|
+
import { C as Command } from '../../../../Command-DuEKI93-.js';
|
|
36
36
|
import 'chalk';
|
|
37
37
|
import { B as BaseGameAndroidCommand } from '../../../../baseGameAndroidCommand-BE6hsL-c.js';
|
|
38
38
|
import '@expo/apple-utils/build/index.js';
|
|
@@ -31,14 +31,14 @@ import 'marked-terminal';
|
|
|
31
31
|
import 'qrcode';
|
|
32
32
|
import 'godot-export-presets';
|
|
33
33
|
import { C as CreateKeystore } from '../../../../Create-DUl1dfhZ.js';
|
|
34
|
-
import { C as CommandGame } from '../../../../CommandGame-
|
|
34
|
+
import { C as CommandGame } from '../../../../CommandGame-BeyPCeC7.js';
|
|
35
35
|
import 'chalk';
|
|
36
36
|
import { B as BaseGameAndroidCommand } from '../../../../baseGameAndroidCommand-BE6hsL-c.js';
|
|
37
37
|
import '@expo/apple-utils/build/index.js';
|
|
38
38
|
import 'fs';
|
|
39
39
|
import 'path';
|
|
40
40
|
import '../../../../RunWithSpinner-DucRnFp6.js';
|
|
41
|
-
import '../../../../Command-
|
|
41
|
+
import '../../../../Command-DuEKI93-.js';
|
|
42
42
|
|
|
43
43
|
class GameAndroidKeyStoreCreate extends BaseGameAndroidCommand {
|
|
44
44
|
static args = {};
|
|
@@ -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-
|
|
34
|
+
import { C as Command } from '../../../../Command-DuEKI93-.js';
|
|
35
35
|
import 'chalk';
|
|
36
36
|
import { e as exportCredential } from '../../../../export-gdKqwR7u.js';
|
|
37
37
|
import '@expo/apple-utils/build/index.js';
|
|
@@ -31,14 +31,14 @@ import 'marked-terminal';
|
|
|
31
31
|
import 'qrcode';
|
|
32
32
|
import 'godot-export-presets';
|
|
33
33
|
import { I as ImportKeystore } from '../../../../Import-B_2jztJs.js';
|
|
34
|
-
import { C as CommandGame } from '../../../../CommandGame-
|
|
34
|
+
import { C as CommandGame } from '../../../../CommandGame-BeyPCeC7.js';
|
|
35
35
|
import 'chalk';
|
|
36
36
|
import { B as BaseGameAndroidCommand } from '../../../../baseGameAndroidCommand-BE6hsL-c.js';
|
|
37
37
|
import '@expo/apple-utils/build/index.js';
|
|
38
38
|
import 'fs';
|
|
39
39
|
import 'path';
|
|
40
40
|
import '../../../../import-CICoTBgo.js';
|
|
41
|
-
import '../../../../Command-
|
|
41
|
+
import '../../../../Command-DuEKI93-.js';
|
|
42
42
|
|
|
43
43
|
class GameAndroidKeyStoreImport extends BaseGameCommand {
|
|
44
44
|
static args = {
|
|
@@ -30,7 +30,7 @@ import 'marked';
|
|
|
30
30
|
import 'marked-terminal';
|
|
31
31
|
import 'qrcode';
|
|
32
32
|
import 'godot-export-presets';
|
|
33
|
-
import { C as Command } from '../../../../Command-
|
|
33
|
+
import { C as Command } from '../../../../Command-DuEKI93-.js';
|
|
34
34
|
import 'chalk';
|
|
35
35
|
import '@expo/apple-utils/build/index.js';
|
|
36
36
|
import '../../../../useProjectCredentials-5Ycm5B4x.js';
|
|
@@ -30,7 +30,7 @@ import 'marked-terminal';
|
|
|
30
30
|
import 'qrcode';
|
|
31
31
|
import { R as RunWithSpinner } from '../../../RunWithSpinner-DucRnFp6.js';
|
|
32
32
|
import 'godot-export-presets';
|
|
33
|
-
import { C as Command } from '../../../Command-
|
|
33
|
+
import { C as Command } from '../../../Command-DuEKI93-.js';
|
|
34
34
|
import 'chalk';
|
|
35
35
|
import '@expo/apple-utils/build/index.js';
|
|
36
36
|
import 'fs';
|
|
@@ -31,12 +31,12 @@ import 'marked';
|
|
|
31
31
|
import 'marked-terminal';
|
|
32
32
|
import 'qrcode';
|
|
33
33
|
import 'godot-export-presets';
|
|
34
|
-
import { C as CommandGame } from '../../../CommandGame-
|
|
34
|
+
import { C as CommandGame } from '../../../CommandGame-BeyPCeC7.js';
|
|
35
35
|
import 'chalk';
|
|
36
36
|
import '@expo/apple-utils/build/index.js';
|
|
37
37
|
import 'fs';
|
|
38
38
|
import 'path';
|
|
39
|
-
import '../../../Command-
|
|
39
|
+
import '../../../Command-DuEKI93-.js';
|
|
40
40
|
|
|
41
41
|
const BuildsTable = ({ queryProps, ...boxProps }) => {
|
|
42
42
|
const { data, isLoading } = useBuilds(queryProps);
|
|
@@ -25,7 +25,7 @@ import 'marked';
|
|
|
25
25
|
import 'marked-terminal';
|
|
26
26
|
import 'qrcode';
|
|
27
27
|
import 'godot-export-presets';
|
|
28
|
-
import { C as Command } from '../../Command-
|
|
28
|
+
import { C as Command } from '../../Command-DuEKI93-.js';
|
|
29
29
|
import 'chalk';
|
|
30
30
|
import '@expo/apple-utils/build/index.js';
|
|
31
31
|
import 'node:crypto';
|
|
@@ -26,7 +26,7 @@ import 'marked-terminal';
|
|
|
26
26
|
import 'qrcode';
|
|
27
27
|
import { R as RunWithSpinner } from '../../../../RunWithSpinner-DucRnFp6.js';
|
|
28
28
|
import 'godot-export-presets';
|
|
29
|
-
import { C as Command } from '../../../../Command-
|
|
29
|
+
import { C as Command } from '../../../../Command-DuEKI93-.js';
|
|
30
30
|
import 'chalk';
|
|
31
31
|
import '@expo/apple-utils/build/index.js';
|
|
32
32
|
import 'node:crypto';
|
|
@@ -37,11 +37,14 @@ import 'isomorphic-git';
|
|
|
37
37
|
import 'fs';
|
|
38
38
|
import 'path';
|
|
39
39
|
|
|
40
|
-
const TEST_GROUP_NAME = "ShipThis Test Group";
|
|
40
|
+
const TEST_GROUP_NAME = "ShipThis Test Group (Internal)";
|
|
41
41
|
class GameIosAppAddTester extends BaseGameCommand {
|
|
42
42
|
static args = {};
|
|
43
43
|
static description = "Adds a test user to the game in App Store Connect.";
|
|
44
|
-
static examples = [
|
|
44
|
+
static examples = [
|
|
45
|
+
"<%= config.bin %> <%= command.id %>",
|
|
46
|
+
'<%= config.bin %> <%= command.id %> --testGroupName "Testers"'
|
|
47
|
+
];
|
|
45
48
|
static flags = {
|
|
46
49
|
email: Flags.string({ char: "e", description: "The email address of the tester" }),
|
|
47
50
|
firstName: Flags.string({ char: "f", description: "The first name of the tester" }),
|
|
@@ -52,6 +55,11 @@ class GameIosAppAddTester extends BaseGameCommand {
|
|
|
52
55
|
char: "s",
|
|
53
56
|
default: false,
|
|
54
57
|
description: "Add yourself as a tester (uses your Apple ID email and name)"
|
|
58
|
+
}),
|
|
59
|
+
testGroupName: Flags.string({
|
|
60
|
+
char: "t",
|
|
61
|
+
default: TEST_GROUP_NAME,
|
|
62
|
+
description: `The name of the internal test group`
|
|
55
63
|
})
|
|
56
64
|
};
|
|
57
65
|
async run() {
|
|
@@ -90,16 +98,18 @@ class GameIosAppAddTester extends BaseGameCommand {
|
|
|
90
98
|
const { app } = await queryAppleApp({ ctx, iosBundleId: game.details?.iosBundleId });
|
|
91
99
|
if (!app) return this.error("No app found");
|
|
92
100
|
const groups = await BetaGroup.getAsync(ctx, {});
|
|
101
|
+
const testGroupName = flags.testGroupName;
|
|
93
102
|
let shipThisGroup = groups.find(
|
|
94
|
-
(group) => group.attributes.name ===
|
|
103
|
+
(group) => group.attributes.name === testGroupName && group.attributes.isInternalGroup
|
|
95
104
|
);
|
|
96
105
|
if (!shipThisGroup) {
|
|
97
106
|
shipThisGroup = await BetaGroup.createAsync(ctx, {
|
|
98
107
|
hasAccessToAllBuilds: true,
|
|
99
108
|
id: app.id,
|
|
100
109
|
isInternalGroup: true,
|
|
101
|
-
name:
|
|
110
|
+
name: testGroupName
|
|
102
111
|
});
|
|
112
|
+
if (!flags.quiet) this.log(`Created test group ${testGroupName}`);
|
|
103
113
|
}
|
|
104
114
|
await shipThisGroup.createBulkBetaTesterAssignmentsAsync([
|
|
105
115
|
{
|
|
@@ -108,6 +118,7 @@ class GameIosAppAddTester extends BaseGameCommand {
|
|
|
108
118
|
lastName
|
|
109
119
|
}
|
|
110
120
|
]);
|
|
121
|
+
if (!flags.quiet) this.log(`Added test user ${email} to group ${testGroupName}`);
|
|
111
122
|
};
|
|
112
123
|
const handleComplete = async () => {
|
|
113
124
|
};
|
|
@@ -25,7 +25,7 @@ import 'marked-terminal';
|
|
|
25
25
|
import 'qrcode';
|
|
26
26
|
import { R as RunWithSpinner } from '../../../../RunWithSpinner-DucRnFp6.js';
|
|
27
27
|
import 'godot-export-presets';
|
|
28
|
-
import { C as Command } from '../../../../Command-
|
|
28
|
+
import { C as Command } from '../../../../Command-DuEKI93-.js';
|
|
29
29
|
import 'chalk';
|
|
30
30
|
import '@expo/apple-utils/build/index.js';
|
|
31
31
|
import 'node:crypto';
|
|
@@ -31,7 +31,7 @@ import { N as NextSteps } from '../../../../NextSteps-DbJHmscQ.js';
|
|
|
31
31
|
import 'qrcode';
|
|
32
32
|
import 'godot-export-presets';
|
|
33
33
|
import { A as AppleAppDetails, a as AppleBundleIdDetails } from '../../../../AppleBundleIdDetails-4WNaBSGY.js';
|
|
34
|
-
import { C as Command } from '../../../../Command-
|
|
34
|
+
import { C as Command } from '../../../../Command-DuEKI93-.js';
|
|
35
35
|
import 'chalk';
|
|
36
36
|
import '@expo/apple-utils/build/index.js';
|
|
37
37
|
import 'fs';
|
|
@@ -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-
|
|
34
|
+
import { C as Command } from '../../../../Command-DuEKI93-.js';
|
|
35
35
|
import 'chalk';
|
|
36
36
|
import '@expo/apple-utils/build/index.js';
|
|
37
37
|
import 'fs';
|
|
@@ -32,7 +32,7 @@ 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-
|
|
35
|
+
import { C as Command } from '../../../../Command-DuEKI93-.js';
|
|
36
36
|
import 'chalk';
|
|
37
37
|
import { a as uploadProjectCredentials } from '../../../../upload-Drre-qsL.js';
|
|
38
38
|
import '@expo/apple-utils/build/index.js';
|
|
@@ -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-
|
|
34
|
+
import { C as Command } from '../../../../Command-DuEKI93-.js';
|
|
35
35
|
import 'chalk';
|
|
36
36
|
import { e as exportCredential } from '../../../../export-gdKqwR7u.js';
|
|
37
37
|
import '@expo/apple-utils/build/index.js';
|
|
@@ -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-
|
|
34
|
+
import { C as Command } from '../../../../Command-DuEKI93-.js';
|
|
35
35
|
import 'chalk';
|
|
36
36
|
import { i as importCredential } from '../../../../import-CICoTBgo.js';
|
|
37
37
|
import '@expo/apple-utils/build/index.js';
|
|
@@ -35,7 +35,7 @@ import { u as useProjectCredentials } from '../../../../useProjectCredentials-5Y
|
|
|
35
35
|
import { T as Table } from '../../../../Table-FaNgpyeq.js';
|
|
36
36
|
import { T as Title } from '../../../../Title-BCQtayg6.js';
|
|
37
37
|
import { N as NextSteps } from '../../../../NextSteps-DbJHmscQ.js';
|
|
38
|
-
import { C as Command } from '../../../../Command-
|
|
38
|
+
import { C as Command } from '../../../../Command-DuEKI93-.js';
|
|
39
39
|
import 'chalk';
|
|
40
40
|
import '@expo/apple-utils/build/index.js';
|
|
41
41
|
import 'fs';
|
|
@@ -31,7 +31,7 @@ import 'marked-terminal';
|
|
|
31
31
|
import 'qrcode';
|
|
32
32
|
import 'godot-export-presets';
|
|
33
33
|
import { A as AppleAppDetails, a as AppleBundleIdDetails } from '../../../AppleBundleIdDetails-4WNaBSGY.js';
|
|
34
|
-
import { C as CommandGame } from '../../../CommandGame-
|
|
34
|
+
import { C as CommandGame } from '../../../CommandGame-BeyPCeC7.js';
|
|
35
35
|
import 'chalk';
|
|
36
36
|
import '@expo/apple-utils/build/index.js';
|
|
37
37
|
import '../../../StatusTable-DzRWcMr4.js';
|
|
@@ -42,7 +42,7 @@ import 'path';
|
|
|
42
42
|
import '../../../useAppleApp-ChI2baWJ.js';
|
|
43
43
|
import '../../../Table-FaNgpyeq.js';
|
|
44
44
|
import '../../../useAppleBundleId-CUTbojvt.js';
|
|
45
|
-
import '../../../Command-
|
|
45
|
+
import '../../../Command-DuEKI93-.js';
|
|
46
46
|
|
|
47
47
|
class GameIosStatus extends BaseGameCommand {
|
|
48
48
|
static args = {};
|
|
@@ -78,7 +78,7 @@ class GameIosWizard extends BaseAuthenticatedCommand {
|
|
|
78
78
|
async shouldRun() {
|
|
79
79
|
const userCredentials = await getUserCredentials();
|
|
80
80
|
const userAppleApiKeyCredentials = userCredentials.filter(
|
|
81
|
-
(cred) => cred.platform === Platform.IOS && cred.type === CredentialsType.KEY
|
|
81
|
+
(cred) => cred.platform === Platform.IOS && cred.type === CredentialsType.KEY && cred.isActive
|
|
82
82
|
);
|
|
83
83
|
const hasKey = userAppleApiKeyCredentials.length > 0;
|
|
84
84
|
return !hasKey;
|
|
@@ -90,7 +90,7 @@ class GameIosWizard extends BaseAuthenticatedCommand {
|
|
|
90
90
|
async shouldRun() {
|
|
91
91
|
const userCredentials = await getUserCredentials();
|
|
92
92
|
const userAppleDistCredentials = userCredentials.filter(
|
|
93
|
-
(cred) => cred.platform === Platform.IOS && cred.type === CredentialsType.CERTIFICATE
|
|
93
|
+
(cred) => cred.platform === Platform.IOS && cred.type === CredentialsType.CERTIFICATE && cred.isActive
|
|
94
94
|
);
|
|
95
95
|
const hasDistCert = userAppleDistCredentials.length > 0;
|
|
96
96
|
return !hasDistCert;
|
|
@@ -26,7 +26,7 @@ import 'marked';
|
|
|
26
26
|
import 'marked-terminal';
|
|
27
27
|
import 'qrcode';
|
|
28
28
|
import 'godot-export-presets';
|
|
29
|
-
import { C as Command } from '../../../Command-
|
|
29
|
+
import { C as Command } from '../../../Command-DuEKI93-.js';
|
|
30
30
|
import 'chalk';
|
|
31
31
|
import '@expo/apple-utils/build/index.js';
|
|
32
32
|
import 'node:crypto';
|
|
@@ -20,8 +20,8 @@ import 'stream';
|
|
|
20
20
|
import 'yazl';
|
|
21
21
|
import 'socket.io-client';
|
|
22
22
|
import 'fullscreen-ink';
|
|
23
|
-
import { J as JobLogTail } from '../../../JobLogTail-
|
|
24
|
-
import { J as JobStatusTable } from '../../../JobStatusTable-
|
|
23
|
+
import { J as JobLogTail } from '../../../JobLogTail-CDGqKKin.js';
|
|
24
|
+
import { J as JobStatusTable } from '../../../JobStatusTable-DamWqM1t.js';
|
|
25
25
|
import 'open';
|
|
26
26
|
import '@inkjs/ui';
|
|
27
27
|
import 'string-length';
|
|
@@ -32,7 +32,7 @@ import 'marked-terminal';
|
|
|
32
32
|
import { N as NextSteps } from '../../../NextSteps-DbJHmscQ.js';
|
|
33
33
|
import 'qrcode';
|
|
34
34
|
import 'godot-export-presets';
|
|
35
|
-
import { C as Command } from '../../../Command-
|
|
35
|
+
import { C as Command } from '../../../Command-DuEKI93-.js';
|
|
36
36
|
import 'chalk';
|
|
37
37
|
import '@expo/apple-utils/build/index.js';
|
|
38
38
|
import '../../../useWebSocket-AjcqLcJX.js';
|
|
@@ -26,7 +26,7 @@ import 'marked';
|
|
|
26
26
|
import 'marked-terminal';
|
|
27
27
|
import 'qrcode';
|
|
28
28
|
import 'godot-export-presets';
|
|
29
|
-
import { C as Command } from '../../Command-
|
|
29
|
+
import { C as Command } from '../../Command-DuEKI93-.js';
|
|
30
30
|
import '@expo/apple-utils/build/index.js';
|
|
31
31
|
import 'node:crypto';
|
|
32
32
|
import 'node:readline';
|
|
@@ -24,15 +24,15 @@ import 'fullscreen-ink';
|
|
|
24
24
|
import 'string-length';
|
|
25
25
|
import 'strip-ansi';
|
|
26
26
|
import open from 'open';
|
|
27
|
-
import { u as useJobWatching, J as JobLogTail } from '../../JobLogTail-
|
|
28
|
-
import { J as JobStatusTable } from '../../JobStatusTable-
|
|
27
|
+
import { u as useJobWatching, J as JobLogTail } from '../../JobLogTail-CDGqKKin.js';
|
|
28
|
+
import { J as JobStatusTable } from '../../JobStatusTable-DamWqM1t.js';
|
|
29
29
|
import '@inkjs/ui';
|
|
30
|
-
import { u as useShip, J as JobProgress } from '../../JobProgress-
|
|
30
|
+
import { u as useShip, J as JobProgress } from '../../JobProgress-COP5mbrn.js';
|
|
31
31
|
import 'qrcode';
|
|
32
32
|
import 'godot-export-presets';
|
|
33
33
|
import 'marked';
|
|
34
34
|
import 'marked-terminal';
|
|
35
|
-
import { C as CommandGame } from '../../CommandGame-
|
|
35
|
+
import { C as CommandGame } from '../../CommandGame-BeyPCeC7.js';
|
|
36
36
|
import 'chalk';
|
|
37
37
|
import '@expo/apple-utils/build/index.js';
|
|
38
38
|
import 'fs';
|
|
@@ -43,7 +43,7 @@ import '../../StatusTable-DzRWcMr4.js';
|
|
|
43
43
|
import '../../useProjectCredentials-5Ycm5B4x.js';
|
|
44
44
|
import '../../git-BpsfNFZ_.js';
|
|
45
45
|
import '../../ProgressSpinner-Um6ARKlk.js';
|
|
46
|
-
import '../../Command-
|
|
46
|
+
import '../../Command-DuEKI93-.js';
|
|
47
47
|
|
|
48
48
|
function isNetworkError(exception) {
|
|
49
49
|
if (!axios.isAxiosError(exception)) return false;
|
|
@@ -31,14 +31,14 @@ import 'marked';
|
|
|
31
31
|
import 'marked-terminal';
|
|
32
32
|
import 'qrcode';
|
|
33
33
|
import 'godot-export-presets';
|
|
34
|
-
import { C as CommandGame } from '../../CommandGame-
|
|
34
|
+
import { C as CommandGame } from '../../CommandGame-BeyPCeC7.js';
|
|
35
35
|
import 'fs';
|
|
36
36
|
import 'path';
|
|
37
37
|
import '@expo/apple-utils/build/index.js';
|
|
38
38
|
import '../../StatusTable-DzRWcMr4.js';
|
|
39
39
|
import '../../Title-BCQtayg6.js';
|
|
40
40
|
import '../../NextSteps-DbJHmscQ.js';
|
|
41
|
-
import '../../Command-
|
|
41
|
+
import '../../Command-DuEKI93-.js';
|
|
42
42
|
|
|
43
43
|
class GameStatus extends BaseAuthenticatedCommand {
|
|
44
44
|
static args = {};
|
|
@@ -25,25 +25,25 @@ import Spinner from 'ink-spinner';
|
|
|
25
25
|
import 'string-length';
|
|
26
26
|
import 'strip-ansi';
|
|
27
27
|
import 'open';
|
|
28
|
-
import { C as ConnectGoogle } from '../../index-
|
|
28
|
+
import { C as ConnectGoogle } from '../../index-CjYag6UG.js';
|
|
29
29
|
import { TextInput, Alert } from '@inkjs/ui';
|
|
30
30
|
import 'marked';
|
|
31
31
|
import 'marked-terminal';
|
|
32
32
|
import 'qrcode';
|
|
33
33
|
import { getMajorVersion } from 'godot-export-presets';
|
|
34
|
-
import { J as JobLogTail } from '../../JobLogTail-
|
|
35
|
-
import { u as useShip, J as JobProgress } from '../../JobProgress-
|
|
34
|
+
import { J as JobLogTail } from '../../JobLogTail-CDGqKKin.js';
|
|
35
|
+
import { u as useShip, J as JobProgress } from '../../JobProgress-COP5mbrn.js';
|
|
36
36
|
import { C as CreateServiceAccountKey } from '../../index-BaxMfQnE.js';
|
|
37
37
|
import { C as CreateKeystore } from '../../Create-DUl1dfhZ.js';
|
|
38
38
|
import { I as ImportKeystore } from '../../Import-B_2jztJs.js';
|
|
39
39
|
import { a as getProjectCredentials } from '../../index-YX-OJ2AA.js';
|
|
40
40
|
import { T as Title } from '../../Title-BCQtayg6.js';
|
|
41
|
-
import { C as Command } from '../../Command-
|
|
41
|
+
import { C as Command } from '../../Command-DuEKI93-.js';
|
|
42
42
|
import 'fs';
|
|
43
43
|
import 'path';
|
|
44
44
|
import '@expo/apple-utils/build/index.js';
|
|
45
|
-
import '../../useGoogleStatus-v86ZyFiz.js';
|
|
46
45
|
import '../../useWebSocket-AjcqLcJX.js';
|
|
46
|
+
import '../../useGoogleStatus-v86ZyFiz.js';
|
|
47
47
|
import '../../useProjectCredentials-5Ycm5B4x.js';
|
|
48
48
|
import '../../git-BpsfNFZ_.js';
|
|
49
49
|
import '../../ProgressSpinner-Um6ARKlk.js';
|
package/dist/commands/status.js
CHANGED
|
@@ -32,7 +32,7 @@ import 'marked-terminal';
|
|
|
32
32
|
import { N as NextSteps } from '../NextSteps-DbJHmscQ.js';
|
|
33
33
|
import 'qrcode';
|
|
34
34
|
import 'godot-export-presets';
|
|
35
|
-
import { C as Command } from '../Command-
|
|
35
|
+
import { C as Command } from '../Command-DuEKI93-.js';
|
|
36
36
|
import '@expo/apple-utils/build/index.js';
|
|
37
37
|
import 'isomorphic-git';
|
|
38
38
|
import '../Title-BCQtayg6.js';
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "shipthis",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.50",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "shipthis",
|
|
9
|
-
"version": "0.1.
|
|
9
|
+
"version": "0.1.50",
|
|
10
10
|
"license": "MIT",
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@expo/apple-utils": "^2.1.
|
|
12
|
+
"@expo/apple-utils": "^2.1.21",
|
|
13
13
|
"@expo/json-file": "^8.3.3",
|
|
14
14
|
"@inkjs/ui": "^2.0.0",
|
|
15
15
|
"@oclif/core": "^4.10.2",
|
|
@@ -1749,9 +1749,9 @@
|
|
|
1749
1749
|
}
|
|
1750
1750
|
},
|
|
1751
1751
|
"node_modules/@expo/apple-utils": {
|
|
1752
|
-
"version": "2.1.
|
|
1753
|
-
"resolved": "https://registry.npmjs.org/@expo/apple-utils/-/apple-utils-2.1.
|
|
1754
|
-
"integrity": "sha512-
|
|
1752
|
+
"version": "2.1.21",
|
|
1753
|
+
"resolved": "https://registry.npmjs.org/@expo/apple-utils/-/apple-utils-2.1.21.tgz",
|
|
1754
|
+
"integrity": "sha512-8GINSFSkY4jFOOjd5sniaPVO/27h9atF2rMSyGEKqAOe3SInDYXBY79EapdJtos3shnhGwVZRzZfeFEIEDwDFw==",
|
|
1755
1755
|
"license": "MIT",
|
|
1756
1756
|
"bin": {
|
|
1757
1757
|
"apple-utils": "bin.js"
|
|
@@ -4734,9 +4734,9 @@
|
|
|
4734
4734
|
]
|
|
4735
4735
|
},
|
|
4736
4736
|
"node_modules/@xmldom/xmldom": {
|
|
4737
|
-
"version": "0.8.
|
|
4738
|
-
"resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.8.
|
|
4739
|
-
"integrity": "sha512-
|
|
4737
|
+
"version": "0.8.12",
|
|
4738
|
+
"resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.8.12.tgz",
|
|
4739
|
+
"integrity": "sha512-9k/gHF6n/pAi/9tqr3m3aqkuiNosYTurLLUtc7xQ9sxB/wm7WPygCv8GYa6mS0fLJEHhqMC1ATYhz++U/lRHqg==",
|
|
4740
4740
|
"license": "MIT",
|
|
4741
4741
|
"engines": {
|
|
4742
4742
|
"node": ">=10.0.0"
|
|
@@ -5105,14 +5105,14 @@
|
|
|
5105
5105
|
}
|
|
5106
5106
|
},
|
|
5107
5107
|
"node_modules/axios": {
|
|
5108
|
-
"version": "1.
|
|
5109
|
-
"resolved": "https://registry.npmjs.org/axios/-/axios-1.
|
|
5110
|
-
"integrity": "sha512-
|
|
5108
|
+
"version": "1.15.0",
|
|
5109
|
+
"resolved": "https://registry.npmjs.org/axios/-/axios-1.15.0.tgz",
|
|
5110
|
+
"integrity": "sha512-wWyJDlAatxk30ZJer+GeCWS209sA42X+N5jU2jy6oHTp7ufw8uzUTVFBX9+wTfAlhiJXGS0Bq7X6efruWjuK9Q==",
|
|
5111
5111
|
"license": "MIT",
|
|
5112
5112
|
"dependencies": {
|
|
5113
5113
|
"follow-redirects": "^1.15.11",
|
|
5114
5114
|
"form-data": "^4.0.5",
|
|
5115
|
-
"proxy-from-env": "^
|
|
5115
|
+
"proxy-from-env": "^2.1.0"
|
|
5116
5116
|
}
|
|
5117
5117
|
},
|
|
5118
5118
|
"node_modules/balanced-match": {
|
|
@@ -7469,9 +7469,9 @@
|
|
|
7469
7469
|
"license": "ISC"
|
|
7470
7470
|
},
|
|
7471
7471
|
"node_modules/follow-redirects": {
|
|
7472
|
-
"version": "1.
|
|
7473
|
-
"resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.
|
|
7474
|
-
"integrity": "sha512-
|
|
7472
|
+
"version": "1.16.0",
|
|
7473
|
+
"resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.16.0.tgz",
|
|
7474
|
+
"integrity": "sha512-y5rN/uOsadFT/JfYwhxRS5R7Qce+g3zG97+JrtFZlC9klX/W5hD7iiLzScI4nZqUS7DNUdhPgw4xI8W2LuXlUw==",
|
|
7475
7475
|
"funding": [
|
|
7476
7476
|
{
|
|
7477
7477
|
"type": "individual",
|
|
@@ -9328,9 +9328,9 @@
|
|
|
9328
9328
|
}
|
|
9329
9329
|
},
|
|
9330
9330
|
"node_modules/lodash": {
|
|
9331
|
-
"version": "4.
|
|
9332
|
-
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.
|
|
9333
|
-
"integrity": "sha512-
|
|
9331
|
+
"version": "4.18.1",
|
|
9332
|
+
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.18.1.tgz",
|
|
9333
|
+
"integrity": "sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q==",
|
|
9334
9334
|
"license": "MIT"
|
|
9335
9335
|
},
|
|
9336
9336
|
"node_modules/lodash.includes": {
|
|
@@ -10827,10 +10827,13 @@
|
|
|
10827
10827
|
"license": "ISC"
|
|
10828
10828
|
},
|
|
10829
10829
|
"node_modules/proxy-from-env": {
|
|
10830
|
-
"version": "
|
|
10831
|
-
"resolved": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-
|
|
10832
|
-
"integrity": "sha512-
|
|
10833
|
-
"license": "MIT"
|
|
10830
|
+
"version": "2.1.0",
|
|
10831
|
+
"resolved": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-2.1.0.tgz",
|
|
10832
|
+
"integrity": "sha512-cJ+oHTW1VAEa8cJslgmUZrc+sjRKgAKl3Zyse6+PV38hZe/V6Z14TbCuXcan9F9ghlz4QrFr2c92TNF82UkYHA==",
|
|
10833
|
+
"license": "MIT",
|
|
10834
|
+
"engines": {
|
|
10835
|
+
"node": ">=10"
|
|
10836
|
+
}
|
|
10834
10837
|
},
|
|
10835
10838
|
"node_modules/punycode": {
|
|
10836
10839
|
"version": "2.3.1",
|
package/oclif.manifest.json
CHANGED
|
@@ -1095,10 +1095,10 @@
|
|
|
1095
1095
|
"glass.js"
|
|
1096
1096
|
]
|
|
1097
1097
|
},
|
|
1098
|
-
"apple:
|
|
1098
|
+
"apple:certificate:create": {
|
|
1099
1099
|
"aliases": [],
|
|
1100
1100
|
"args": {},
|
|
1101
|
-
"description": "Creates an
|
|
1101
|
+
"description": "Creates an iOS Distribution Certificate in your Apple Developer account.\nSaves the certificate with the private key to your ShipThis account",
|
|
1102
1102
|
"examples": [
|
|
1103
1103
|
"<%= config.bin %> <%= command.id %>",
|
|
1104
1104
|
"<%= config.bin %> <%= command.id %> --force"
|
|
@@ -1120,7 +1120,7 @@
|
|
|
1120
1120
|
},
|
|
1121
1121
|
"hasDynamicHelp": false,
|
|
1122
1122
|
"hiddenAliases": [],
|
|
1123
|
-
"id": "apple:
|
|
1123
|
+
"id": "apple:certificate:create",
|
|
1124
1124
|
"pluginAlias": "shipthis",
|
|
1125
1125
|
"pluginName": "shipthis",
|
|
1126
1126
|
"pluginType": "core",
|
|
@@ -1130,14 +1130,14 @@
|
|
|
1130
1130
|
"dist",
|
|
1131
1131
|
"commands",
|
|
1132
1132
|
"apple",
|
|
1133
|
-
"
|
|
1133
|
+
"certificate",
|
|
1134
1134
|
"create.js"
|
|
1135
1135
|
]
|
|
1136
1136
|
},
|
|
1137
|
-
"apple:
|
|
1137
|
+
"apple:certificate:delete": {
|
|
1138
1138
|
"aliases": [],
|
|
1139
1139
|
"args": {},
|
|
1140
|
-
"description": "Delete an
|
|
1140
|
+
"description": "Delete an iOS Distribution Certificate from ShipThis and optionally from Apple",
|
|
1141
1141
|
"examples": [
|
|
1142
1142
|
"<%= config.bin %> <%= command.id %>",
|
|
1143
1143
|
"<%= config.bin %> <%= command.id %> --immediate --revokeInApple --iAmSure"
|
|
@@ -1161,7 +1161,7 @@
|
|
|
1161
1161
|
},
|
|
1162
1162
|
"revokeInApple": {
|
|
1163
1163
|
"char": "a",
|
|
1164
|
-
"description": "Also revoke the
|
|
1164
|
+
"description": "Also revoke the Certificate in Apple (cannot be undone)",
|
|
1165
1165
|
"name": "revokeInApple",
|
|
1166
1166
|
"required": false,
|
|
1167
1167
|
"allowNo": false,
|
|
@@ -1170,7 +1170,7 @@
|
|
|
1170
1170
|
},
|
|
1171
1171
|
"hasDynamicHelp": false,
|
|
1172
1172
|
"hiddenAliases": [],
|
|
1173
|
-
"id": "apple:
|
|
1173
|
+
"id": "apple:certificate:delete",
|
|
1174
1174
|
"pluginAlias": "shipthis",
|
|
1175
1175
|
"pluginName": "shipthis",
|
|
1176
1176
|
"pluginType": "core",
|
|
@@ -1180,11 +1180,11 @@
|
|
|
1180
1180
|
"dist",
|
|
1181
1181
|
"commands",
|
|
1182
1182
|
"apple",
|
|
1183
|
-
"
|
|
1183
|
+
"certificate",
|
|
1184
1184
|
"delete.js"
|
|
1185
1185
|
]
|
|
1186
1186
|
},
|
|
1187
|
-
"apple:
|
|
1187
|
+
"apple:certificate:export": {
|
|
1188
1188
|
"aliases": [],
|
|
1189
1189
|
"args": {
|
|
1190
1190
|
"file": {
|
|
@@ -1193,9 +1193,9 @@
|
|
|
1193
1193
|
"required": true
|
|
1194
1194
|
}
|
|
1195
1195
|
},
|
|
1196
|
-
"description": "Saves the current
|
|
1196
|
+
"description": "Saves the current Apple Distribution Certificate to a ZIP file.",
|
|
1197
1197
|
"examples": [
|
|
1198
|
-
"<%= config.bin %> <%= command.id %>
|
|
1198
|
+
"<%= config.bin %> <%= command.id %> userCert.zip"
|
|
1199
1199
|
],
|
|
1200
1200
|
"flags": {
|
|
1201
1201
|
"force": {
|
|
@@ -1208,7 +1208,7 @@
|
|
|
1208
1208
|
},
|
|
1209
1209
|
"hasDynamicHelp": false,
|
|
1210
1210
|
"hiddenAliases": [],
|
|
1211
|
-
"id": "apple:
|
|
1211
|
+
"id": "apple:certificate:export",
|
|
1212
1212
|
"pluginAlias": "shipthis",
|
|
1213
1213
|
"pluginName": "shipthis",
|
|
1214
1214
|
"pluginType": "core",
|
|
@@ -1219,11 +1219,11 @@
|
|
|
1219
1219
|
"dist",
|
|
1220
1220
|
"commands",
|
|
1221
1221
|
"apple",
|
|
1222
|
-
"
|
|
1222
|
+
"certificate",
|
|
1223
1223
|
"export.js"
|
|
1224
1224
|
]
|
|
1225
1225
|
},
|
|
1226
|
-
"apple:
|
|
1226
|
+
"apple:certificate:import": {
|
|
1227
1227
|
"aliases": [],
|
|
1228
1228
|
"args": {
|
|
1229
1229
|
"file": {
|
|
@@ -1232,9 +1232,9 @@
|
|
|
1232
1232
|
"required": true
|
|
1233
1233
|
}
|
|
1234
1234
|
},
|
|
1235
|
-
"description": "Imports an
|
|
1235
|
+
"description": "Imports an iOS Distribution Certificate to your ShipThis account",
|
|
1236
1236
|
"examples": [
|
|
1237
|
-
"<%= config.bin %> <%= command.id %>
|
|
1237
|
+
"<%= config.bin %> <%= command.id %> userCert.zip"
|
|
1238
1238
|
],
|
|
1239
1239
|
"flags": {
|
|
1240
1240
|
"force": {
|
|
@@ -1246,7 +1246,7 @@
|
|
|
1246
1246
|
},
|
|
1247
1247
|
"hasDynamicHelp": false,
|
|
1248
1248
|
"hiddenAliases": [],
|
|
1249
|
-
"id": "apple:
|
|
1249
|
+
"id": "apple:certificate:import",
|
|
1250
1250
|
"pluginAlias": "shipthis",
|
|
1251
1251
|
"pluginName": "shipthis",
|
|
1252
1252
|
"pluginType": "core",
|
|
@@ -1257,14 +1257,14 @@
|
|
|
1257
1257
|
"dist",
|
|
1258
1258
|
"commands",
|
|
1259
1259
|
"apple",
|
|
1260
|
-
"
|
|
1260
|
+
"certificate",
|
|
1261
1261
|
"import.js"
|
|
1262
1262
|
]
|
|
1263
1263
|
},
|
|
1264
|
-
"apple:
|
|
1264
|
+
"apple:certificate:status": {
|
|
1265
1265
|
"aliases": [],
|
|
1266
1266
|
"args": {},
|
|
1267
|
-
"description": "Displays the status of
|
|
1267
|
+
"description": "Displays the status of the iOS Distribution certificates in your Apple and ShipThis accounts.\nThese are used to sign all of your iOS apps.",
|
|
1268
1268
|
"examples": [
|
|
1269
1269
|
"<%= config.bin %> <%= command.id %>",
|
|
1270
1270
|
"<%= config.bin %> <%= command.id %> --noAppleAuth"
|
|
@@ -1279,7 +1279,7 @@
|
|
|
1279
1279
|
},
|
|
1280
1280
|
"hasDynamicHelp": false,
|
|
1281
1281
|
"hiddenAliases": [],
|
|
1282
|
-
"id": "apple:
|
|
1282
|
+
"id": "apple:certificate:status",
|
|
1283
1283
|
"pluginAlias": "shipthis",
|
|
1284
1284
|
"pluginName": "shipthis",
|
|
1285
1285
|
"pluginType": "core",
|
|
@@ -1290,14 +1290,14 @@
|
|
|
1290
1290
|
"dist",
|
|
1291
1291
|
"commands",
|
|
1292
1292
|
"apple",
|
|
1293
|
-
"
|
|
1293
|
+
"certificate",
|
|
1294
1294
|
"status.js"
|
|
1295
1295
|
]
|
|
1296
1296
|
},
|
|
1297
|
-
"apple:
|
|
1297
|
+
"apple:apiKey:create": {
|
|
1298
1298
|
"aliases": [],
|
|
1299
1299
|
"args": {},
|
|
1300
|
-
"description": "Creates an
|
|
1300
|
+
"description": "Creates an App Store Connect API Key in your Apple Developer account.\nSaves the private key in your ShipThis account.",
|
|
1301
1301
|
"examples": [
|
|
1302
1302
|
"<%= config.bin %> <%= command.id %>",
|
|
1303
1303
|
"<%= config.bin %> <%= command.id %> --force"
|
|
@@ -1319,7 +1319,7 @@
|
|
|
1319
1319
|
},
|
|
1320
1320
|
"hasDynamicHelp": false,
|
|
1321
1321
|
"hiddenAliases": [],
|
|
1322
|
-
"id": "apple:
|
|
1322
|
+
"id": "apple:apiKey:create",
|
|
1323
1323
|
"pluginAlias": "shipthis",
|
|
1324
1324
|
"pluginName": "shipthis",
|
|
1325
1325
|
"pluginType": "core",
|
|
@@ -1329,14 +1329,14 @@
|
|
|
1329
1329
|
"dist",
|
|
1330
1330
|
"commands",
|
|
1331
1331
|
"apple",
|
|
1332
|
-
"
|
|
1332
|
+
"apiKey",
|
|
1333
1333
|
"create.js"
|
|
1334
1334
|
]
|
|
1335
1335
|
},
|
|
1336
|
-
"apple:
|
|
1336
|
+
"apple:apiKey:delete": {
|
|
1337
1337
|
"aliases": [],
|
|
1338
1338
|
"args": {},
|
|
1339
|
-
"description": "Delete an
|
|
1339
|
+
"description": "Delete an Apple API Key from ShipThis and optionally from Apple",
|
|
1340
1340
|
"examples": [
|
|
1341
1341
|
"<%= config.bin %> <%= command.id %>",
|
|
1342
1342
|
"<%= config.bin %> <%= command.id %> --immediate --revokeInApple --iAmSure"
|
|
@@ -1360,7 +1360,7 @@
|
|
|
1360
1360
|
},
|
|
1361
1361
|
"revokeInApple": {
|
|
1362
1362
|
"char": "a",
|
|
1363
|
-
"description": "Also revoke the
|
|
1363
|
+
"description": "Also revoke the API Key in Apple (cannot be undone)",
|
|
1364
1364
|
"name": "revokeInApple",
|
|
1365
1365
|
"required": false,
|
|
1366
1366
|
"allowNo": false,
|
|
@@ -1369,7 +1369,7 @@
|
|
|
1369
1369
|
},
|
|
1370
1370
|
"hasDynamicHelp": false,
|
|
1371
1371
|
"hiddenAliases": [],
|
|
1372
|
-
"id": "apple:
|
|
1372
|
+
"id": "apple:apiKey:delete",
|
|
1373
1373
|
"pluginAlias": "shipthis",
|
|
1374
1374
|
"pluginName": "shipthis",
|
|
1375
1375
|
"pluginType": "core",
|
|
@@ -1379,11 +1379,11 @@
|
|
|
1379
1379
|
"dist",
|
|
1380
1380
|
"commands",
|
|
1381
1381
|
"apple",
|
|
1382
|
-
"
|
|
1382
|
+
"apiKey",
|
|
1383
1383
|
"delete.js"
|
|
1384
1384
|
]
|
|
1385
1385
|
},
|
|
1386
|
-
"apple:
|
|
1386
|
+
"apple:apiKey:export": {
|
|
1387
1387
|
"aliases": [],
|
|
1388
1388
|
"args": {
|
|
1389
1389
|
"file": {
|
|
@@ -1392,9 +1392,9 @@
|
|
|
1392
1392
|
"required": true
|
|
1393
1393
|
}
|
|
1394
1394
|
},
|
|
1395
|
-
"description": "Saves the current
|
|
1395
|
+
"description": "Saves the current App Store Connect API Key to a ZIP file",
|
|
1396
1396
|
"examples": [
|
|
1397
|
-
"<%= config.bin %> <%= command.id %>
|
|
1397
|
+
"<%= config.bin %> <%= command.id %> userApiKey.zip"
|
|
1398
1398
|
],
|
|
1399
1399
|
"flags": {
|
|
1400
1400
|
"force": {
|
|
@@ -1407,7 +1407,7 @@
|
|
|
1407
1407
|
},
|
|
1408
1408
|
"hasDynamicHelp": false,
|
|
1409
1409
|
"hiddenAliases": [],
|
|
1410
|
-
"id": "apple:
|
|
1410
|
+
"id": "apple:apiKey:export",
|
|
1411
1411
|
"pluginAlias": "shipthis",
|
|
1412
1412
|
"pluginName": "shipthis",
|
|
1413
1413
|
"pluginType": "core",
|
|
@@ -1418,11 +1418,11 @@
|
|
|
1418
1418
|
"dist",
|
|
1419
1419
|
"commands",
|
|
1420
1420
|
"apple",
|
|
1421
|
-
"
|
|
1421
|
+
"apiKey",
|
|
1422
1422
|
"export.js"
|
|
1423
1423
|
]
|
|
1424
1424
|
},
|
|
1425
|
-
"apple:
|
|
1425
|
+
"apple:apiKey:import": {
|
|
1426
1426
|
"aliases": [],
|
|
1427
1427
|
"args": {
|
|
1428
1428
|
"file": {
|
|
@@ -1431,9 +1431,9 @@
|
|
|
1431
1431
|
"required": true
|
|
1432
1432
|
}
|
|
1433
1433
|
},
|
|
1434
|
-
"description": "Imports an
|
|
1434
|
+
"description": "Imports an App Store Connect API Key ZIP file into your ShipThis account",
|
|
1435
1435
|
"examples": [
|
|
1436
|
-
"<%= config.bin %> <%= command.id %>
|
|
1436
|
+
"<%= config.bin %> <%= command.id %> userApiKey.zip"
|
|
1437
1437
|
],
|
|
1438
1438
|
"flags": {
|
|
1439
1439
|
"force": {
|
|
@@ -1445,7 +1445,7 @@
|
|
|
1445
1445
|
},
|
|
1446
1446
|
"hasDynamicHelp": false,
|
|
1447
1447
|
"hiddenAliases": [],
|
|
1448
|
-
"id": "apple:
|
|
1448
|
+
"id": "apple:apiKey:import",
|
|
1449
1449
|
"pluginAlias": "shipthis",
|
|
1450
1450
|
"pluginName": "shipthis",
|
|
1451
1451
|
"pluginType": "core",
|
|
@@ -1456,14 +1456,14 @@
|
|
|
1456
1456
|
"dist",
|
|
1457
1457
|
"commands",
|
|
1458
1458
|
"apple",
|
|
1459
|
-
"
|
|
1459
|
+
"apiKey",
|
|
1460
1460
|
"import.js"
|
|
1461
1461
|
]
|
|
1462
1462
|
},
|
|
1463
|
-
"apple:
|
|
1463
|
+
"apple:apiKey:status": {
|
|
1464
1464
|
"aliases": [],
|
|
1465
1465
|
"args": {},
|
|
1466
|
-
"description": "Displays the status of
|
|
1466
|
+
"description": "Displays the status of App Store Connect API Keys in your Apple and ShipThis accounts.\nThis API key is used to automatically publish your games to the App Store.",
|
|
1467
1467
|
"examples": [
|
|
1468
1468
|
"<%= config.bin %> <%= command.id %>",
|
|
1469
1469
|
"<%= config.bin %> <%= command.id %> --noAppleAuth"
|
|
@@ -1478,7 +1478,7 @@
|
|
|
1478
1478
|
},
|
|
1479
1479
|
"hasDynamicHelp": false,
|
|
1480
1480
|
"hiddenAliases": [],
|
|
1481
|
-
"id": "apple:
|
|
1481
|
+
"id": "apple:apiKey:status",
|
|
1482
1482
|
"pluginAlias": "shipthis",
|
|
1483
1483
|
"pluginName": "shipthis",
|
|
1484
1484
|
"pluginType": "core",
|
|
@@ -1489,7 +1489,7 @@
|
|
|
1489
1489
|
"dist",
|
|
1490
1490
|
"commands",
|
|
1491
1491
|
"apple",
|
|
1492
|
-
"
|
|
1492
|
+
"apiKey",
|
|
1493
1493
|
"status.js"
|
|
1494
1494
|
]
|
|
1495
1495
|
},
|
|
@@ -2517,7 +2517,8 @@
|
|
|
2517
2517
|
"args": {},
|
|
2518
2518
|
"description": "Adds a test user to the game in App Store Connect.",
|
|
2519
2519
|
"examples": [
|
|
2520
|
-
"<%= config.bin %> <%= command.id %>"
|
|
2520
|
+
"<%= config.bin %> <%= command.id %>",
|
|
2521
|
+
"<%= config.bin %> <%= command.id %> --testGroupName \"Testers\""
|
|
2521
2522
|
],
|
|
2522
2523
|
"flags": {
|
|
2523
2524
|
"email": {
|
|
@@ -2565,6 +2566,15 @@
|
|
|
2565
2566
|
"name": "self",
|
|
2566
2567
|
"allowNo": false,
|
|
2567
2568
|
"type": "boolean"
|
|
2569
|
+
},
|
|
2570
|
+
"testGroupName": {
|
|
2571
|
+
"char": "t",
|
|
2572
|
+
"description": "The name of the internal test group",
|
|
2573
|
+
"name": "testGroupName",
|
|
2574
|
+
"default": "ShipThis Test Group (Internal)",
|
|
2575
|
+
"hasDynamicHelp": false,
|
|
2576
|
+
"multiple": false,
|
|
2577
|
+
"type": "option"
|
|
2568
2578
|
}
|
|
2569
2579
|
},
|
|
2570
2580
|
"hasDynamicHelp": false,
|
|
@@ -2977,5 +2987,5 @@
|
|
|
2977
2987
|
]
|
|
2978
2988
|
}
|
|
2979
2989
|
},
|
|
2980
|
-
"version": "0.1.
|
|
2990
|
+
"version": "0.1.50"
|
|
2981
2991
|
}
|
package/package.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "shipthis",
|
|
3
3
|
"description": "Build and publish Godot games to the App Store and Google Play. Cloud builds for APK, AAB, and IPA - no Mac or Android Studio required.",
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.50",
|
|
5
5
|
"author": "Hello Invent Ltd",
|
|
6
6
|
"bin": {
|
|
7
7
|
"shipthis": "./bin/run.js"
|
|
8
8
|
},
|
|
9
9
|
"bugs": "https://github.com/shipth-is/cli/issues",
|
|
10
10
|
"dependencies": {
|
|
11
|
-
"@expo/apple-utils": "^2.1.
|
|
11
|
+
"@expo/apple-utils": "^2.1.21",
|
|
12
12
|
"@expo/json-file": "^8.3.3",
|
|
13
13
|
"@inkjs/ui": "^2.0.0",
|
|
14
14
|
"@oclif/core": "^4.10.2",
|
|
@@ -251,8 +251,7 @@
|
|
|
251
251
|
"posttest": "npm run lint",
|
|
252
252
|
"prepack": "cp package-lock.json package-lock.dev.json || true && npm run readme && oclif manifest && npm shrinkwrap",
|
|
253
253
|
"postpack": "mv package-lock.dev.json package-lock.json || true && shx rm -f oclif.manifest.json && shx rm -f npm-shrinkwrap.json",
|
|
254
|
-
"test": "mocha --forbid-only \"test/**/*.test.ts\"",
|
|
255
|
-
"test:apple-utils": "mocha --forbid-only \"test/apple/**/*.test.ts\" \"test/utils/**/*.test.ts\"",
|
|
254
|
+
"test": "tsx --tsconfig ./tsconfig.json ./node_modules/mocha/bin/mocha.js --forbid-only \"test/**/*.test.ts\"",
|
|
256
255
|
"readme": "bin/dev.js internal readme docs/ -d 2 --notDryRun # does not overwrite existing files"
|
|
257
256
|
},
|
|
258
257
|
"types": "dist/index.d.ts",
|
|
@@ -2,6 +2,7 @@ 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-Bap2bDqP.js';
|
|
5
6
|
import { H as queryClient } from './baseCommand-C7OdounZ.js';
|
|
6
7
|
import 'axios';
|
|
7
8
|
import 'node:fs';
|
|
@@ -19,7 +20,6 @@ import 'uuid';
|
|
|
19
20
|
import 'fast-glob';
|
|
20
21
|
import 'stream';
|
|
21
22
|
import 'yazl';
|
|
22
|
-
import { C as CommandProvider } from './baseGameCommand-Bap2bDqP.js';
|
|
23
23
|
|
|
24
24
|
const Command = ({ children, command }) => {
|
|
25
25
|
const { width } = useScreenSize();
|
|
@@ -20,8 +20,8 @@ import 'stream';
|
|
|
20
20
|
import 'yazl';
|
|
21
21
|
import 'socket.io-client';
|
|
22
22
|
import { i as cacheKeys, v as useJob, h as getStageColor, w as getMessageColor } from './baseGameCommand-Bap2bDqP.js';
|
|
23
|
-
import 'fullscreen-ink';
|
|
24
23
|
import { u as useWebSocket } from './useWebSocket-AjcqLcJX.js';
|
|
24
|
+
import 'fullscreen-ink';
|
|
25
25
|
import stringLength from 'string-length';
|
|
26
26
|
import stripAnsi from 'strip-ansi';
|
|
27
27
|
import { T as Title } from './Title-BCQtayg6.js';
|
|
@@ -20,8 +20,8 @@ import 'fast-glob';
|
|
|
20
20
|
import 'stream';
|
|
21
21
|
import 'yazl';
|
|
22
22
|
import 'socket.io-client';
|
|
23
|
-
import { u as useGoogleStatus } from './useGoogleStatus-v86ZyFiz.js';
|
|
24
23
|
import { u as useWebSocket } from './useWebSocket-AjcqLcJX.js';
|
|
24
|
+
import { u as useGoogleStatus } from './useGoogleStatus-v86ZyFiz.js';
|
|
25
25
|
import 'fullscreen-ink';
|
|
26
26
|
import { j as GameContext, t as useSafeInput, M as Markdown } from './baseGameCommand-Bap2bDqP.js';
|
|
27
27
|
import 'string-length';
|