shipthis 0.1.48 → 0.1.49
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 +1 -1
- 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 +22 -19
- package/oclif.manifest.json +1 -1
- package/package.json +2 -3
- 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';
|
|
@@ -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,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "shipthis",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.49",
|
|
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.49",
|
|
10
10
|
"license": "MIT",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@expo/apple-utils": "^2.1.12",
|
|
@@ -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
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
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.49",
|
|
5
5
|
"author": "Hello Invent Ltd",
|
|
6
6
|
"bin": {
|
|
7
7
|
"shipthis": "./bin/run.js"
|
|
@@ -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';
|