shipthis 0.1.42 → 0.1.44
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/README.md +20 -7
- package/dist/{AppleBundleIdDetails-jDq3gYbk.js → AppleBundleIdDetails-DSTNVuCE.js} +7 -7
- package/dist/{Command-cVo97lkQ.js → Command-CUAYljjP.js} +5 -5
- package/dist/{CommandGame-BwudtYCO.js → CommandGame-DpCdhjIa.js} +2 -2
- package/dist/{Create-By4NsPEI.js → Create-CrvCt5uP.js} +4 -3
- package/dist/{GameStatus-C59zQE1H.js → GameStatus-4GPzUgCD.js} +3 -3
- package/dist/{Import-DTcVM-T-.js → Import-BXH6fSxe.js} +6 -6
- package/dist/{JobLogTail-BzisGkY8.js → JobLogTail-CNw7TQdK.js} +6 -6
- package/dist/{JobProgress-DAnhaTho.js → JobProgress-BbklmvdG.js} +140 -26
- package/dist/{JobStatusTable-BYEi8dtD.js → JobStatusTable-L4wAk8Ns.js} +4 -6
- package/dist/{ProjectCredentialsTable-NZf3V39z.js → ProjectCredentialsTable-BfMmJ7AU.js} +5 -5
- package/dist/{UserCredentialsTable-Dp884nYO.js → UserCredentialsTable-081xdlb9.js} +5 -5
- package/dist/{baseAppleCommand-DewNWX3L.js → baseAppleCommand-DDQU5PTs.js} +1 -1
- package/dist/{baseCommand-CscxrTMI.js → baseCommand-CdsX3LS8.js} +7 -18
- package/dist/{baseGameAndroidCommand-CEcDz5P2.js → baseGameAndroidCommand-CAQVvU3i.js} +2 -2
- package/dist/{baseGameCommand-BKvHM3h_.js → baseGameCommand-CCyAhN-V.js} +4 -4
- package/dist/commands/apiKey/create.js +5 -5
- package/dist/commands/apiKey/list.js +5 -5
- package/dist/commands/apiKey/revoke.js +5 -5
- package/dist/commands/apple/apiKey/create.js +9 -9
- package/dist/commands/apple/apiKey/delete.js +7 -7
- package/dist/commands/apple/apiKey/export.js +8 -8
- package/dist/commands/apple/apiKey/import.js +8 -8
- package/dist/commands/apple/apiKey/status.js +7 -7
- package/dist/commands/apple/certificate/create.js +9 -9
- package/dist/commands/apple/certificate/delete.js +7 -7
- package/dist/commands/apple/certificate/export.js +8 -8
- package/dist/commands/apple/certificate/import.js +8 -8
- package/dist/commands/apple/certificate/status.js +7 -7
- package/dist/commands/apple/login.js +5 -5
- package/dist/commands/apple/status.js +6 -6
- package/dist/commands/dashboard.js +4 -4
- package/dist/commands/game/android/apiKey/connect.js +10 -10
- package/dist/commands/game/android/apiKey/create.js +13 -13
- package/dist/commands/game/android/apiKey/delete.js +7 -7
- package/dist/commands/game/android/apiKey/export.js +9 -9
- package/dist/commands/game/android/apiKey/import.js +9 -9
- package/dist/commands/game/android/apiKey/invite.js +5 -5
- package/dist/commands/game/android/apiKey/policy.js +5 -5
- package/dist/commands/game/android/apiKey/status.js +9 -9
- package/dist/commands/game/android/keyStore/create.js +10 -10
- package/dist/commands/game/android/keyStore/delete.js +7 -7
- package/dist/commands/game/android/keyStore/export.js +8 -8
- package/dist/commands/game/android/keyStore/import.js +11 -11
- package/dist/commands/game/android/keyStore/status.js +8 -8
- package/dist/commands/game/android/status.js +5 -5
- package/dist/commands/game/build/download.js +5 -5
- package/dist/commands/game/build/list.js +7 -7
- package/dist/commands/game/create.js +5 -5
- package/dist/commands/game/details.js +6 -6
- package/dist/commands/game/export.js +4 -4
- package/dist/commands/game/ios/app/addTester.js +7 -7
- package/dist/commands/game/ios/app/create.js +6 -6
- package/dist/commands/game/ios/app/status.js +9 -9
- package/dist/commands/game/ios/app/sync.js +7 -7
- package/dist/commands/game/ios/profile/create.js +9 -9
- package/dist/commands/game/ios/profile/delete.js +7 -7
- package/dist/commands/game/ios/profile/export.js +8 -8
- package/dist/commands/game/ios/profile/import.js +8 -8
- package/dist/commands/game/ios/profile/status.js +9 -9
- package/dist/commands/game/ios/status.js +11 -11
- package/dist/commands/game/ios/wizard.js +5 -5
- package/dist/commands/game/job/list.js +5 -5
- package/dist/commands/game/job/status.js +8 -8
- package/dist/commands/game/list.js +5 -5
- package/dist/commands/game/ship.js +10 -10
- package/dist/commands/game/status.js +8 -8
- package/dist/commands/game/wizard.js +17 -17
- package/dist/commands/internal/fastlane.js +5 -5
- package/dist/commands/internal/readme.js +6 -5
- package/dist/commands/login.js +4 -4
- package/dist/commands/status.js +6 -6
- package/dist/commands/util/android-build-method.js +5 -5
- package/dist/commands/util/glass.js +4 -4
- package/dist/{export-DBQHSKU-.js → export-4rGFZrzT.js} +1 -1
- package/dist/{import-Bk4w8kks.js → import-C9i4RAW6.js} +1 -1
- package/dist/{index-WrVwh6le.js → index-B-7dXz3a.js} +7 -7
- package/dist/{index-zdIBXHs2.js → index-CQKTbsum.js} +7 -7
- package/dist/{index-qOGviaGc.js → index-DBy7ImFs.js} +1 -1
- package/dist/{upload-CeRPHRCP.js → upload-DWm3upu4.js} +1 -1
- package/dist/{useAppleApp-DgZH0CBS.js → useAppleApp-B0I5eZYx.js} +1 -1
- package/dist/{useAppleBundleId-CA7Pg4Hi.js → useAppleBundleId-D4Uk-B7k.js} +1 -1
- package/dist/{useAppleProfiles-CUBTPbcC.js → useAppleProfiles-YAcyvQa0.js} +4 -4
- package/dist/{useGoogleStatus-DpPwKmw_.js → useGoogleStatus-CMZyzdD6.js} +2 -2
- package/dist/{useProjectCredentials-rQLm2O1J.js → useProjectCredentials-8rTRb2Y7.js} +2 -2
- package/dist/{useWebSocket-PU55rRGt.js → useWebSocket-CFc1M_mq.js} +1 -1
- package/docs/README.md +1 -0
- package/docs/autocomplete.md +64 -0
- package/npm-shrinkwrap.json +279 -375
- package/oclif.manifest.json +1 -1
- package/package.json +21 -8
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Flags } from '@oclif/core';
|
|
2
|
-
import { p as API_URL, q as getAuthedHeaders, P as Platform, ad as getShortDateTime, H as castArrayObjectDates, J as JobStatus, ae as getShortTimeDelta, F as getJob, af as JobStage,
|
|
2
|
+
import { p as API_URL, q as getAuthedHeaders, P as Platform, ad as getShortDateTime, H as castArrayObjectDates, J as JobStatus, ae as getShortTimeDelta, F as getJob, af as JobStage, a2 as LogLevel, l as getProject, a3 as getShortAuthRequiredUrl, I as queryClient, ab as BuildType, W as WEB_URL, B as BaseCommand, ag as getSelf, ah as getTerms, aa as updateProject } from './baseCommand-CdsX3LS8.js';
|
|
3
3
|
import { jsx, Fragment, jsxs } from 'react/jsx-runtime';
|
|
4
4
|
import { useStdin, useInput, Text, Box } from 'ink';
|
|
5
5
|
import Spinner from 'ink-spinner';
|
|
@@ -16,9 +16,10 @@ import { useQuery } from '@tanstack/react-query';
|
|
|
16
16
|
import React, { useState, useEffect, useContext, useRef } from 'react';
|
|
17
17
|
import 'fast-glob';
|
|
18
18
|
import 'uuid';
|
|
19
|
-
import 'yazl';
|
|
20
19
|
import 'socket.io-client';
|
|
21
20
|
import 'fullscreen-ink';
|
|
21
|
+
import 'stream';
|
|
22
|
+
import 'yazl';
|
|
22
23
|
import 'string-length';
|
|
23
24
|
import 'strip-ansi';
|
|
24
25
|
import open from 'open';
|
|
@@ -28,7 +29,6 @@ import require$$1 from 'path';
|
|
|
28
29
|
import { setOptions, parse } from 'marked';
|
|
29
30
|
import TerminalRenderer from 'marked-terminal';
|
|
30
31
|
import 'qrcode';
|
|
31
|
-
import 'crypto-js';
|
|
32
32
|
import 'godot-export-presets';
|
|
33
33
|
|
|
34
34
|
const cacheKeys = {
|
|
@@ -1173,4 +1173,4 @@ class BaseGameCommand extends BaseAuthenticatedCommand {
|
|
|
1173
1173
|
}
|
|
1174
1174
|
}
|
|
1175
1175
|
|
|
1176
|
-
export { CreateGooglePlayGame as A, BaseAuthenticatedCommand as B, CommandProvider as C, GameProvider as G, KeyTestStatus as K, Markdown as M, getRenderedMarkdown as a, getInput as b, BaseGameCommand as c, generatePackageName as d, getJobSummary as e, getJobStatusColor as f, getShortUUID as g, getStageColor as h, GameContext as i, CommandContext as j, cacheKeys as k, isValidSemVer as l, makeHumanReadable as m, fetchKeyTestResult as n, niceError as o, KeyTestError as p, ejs as q, getMaskedInput as r,
|
|
1176
|
+
export { CreateGooglePlayGame as A, BaseAuthenticatedCommand as B, CommandProvider as C, GameProvider as G, KeyTestStatus as K, Markdown as M, getRenderedMarkdown as a, getInput as b, BaseGameCommand as c, generatePackageName as d, getJobSummary as e, getJobStatusColor as f, getShortUUID as g, getStageColor as h, GameContext as i, CommandContext as j, cacheKeys as k, isValidSemVer as l, makeHumanReadable as m, fetchKeyTestResult as n, niceError as o, KeyTestError as p, ejs as q, getMaskedInput as r, getBuildSummary as s, useSafeInput as t, useBuilds as u, getFileHash as v, getPlatformName as w, getMessageColor as x, useJob as y, queryBuilds as z };
|
|
@@ -2,8 +2,8 @@ import { jsx } from 'react/jsx-runtime';
|
|
|
2
2
|
import { Flags } from '@oclif/core';
|
|
3
3
|
import { render } from 'ink';
|
|
4
4
|
import { v4 } from 'uuid';
|
|
5
|
-
import { Y as createAPIKey, c as getShortDate } from '../../baseCommand-
|
|
6
|
-
import { B as BaseAuthenticatedCommand, g as getShortUUID, a as getRenderedMarkdown } from '../../baseGameCommand-
|
|
5
|
+
import { Y as createAPIKey, c as getShortDate } from '../../baseCommand-CdsX3LS8.js';
|
|
6
|
+
import { B as BaseAuthenticatedCommand, g as getShortUUID, a as getRenderedMarkdown } from '../../baseGameCommand-CCyAhN-V.js';
|
|
7
7
|
import 'node:fs';
|
|
8
8
|
import 'node:path';
|
|
9
9
|
import 'chalk';
|
|
@@ -13,7 +13,6 @@ import '@tanstack/react-query';
|
|
|
13
13
|
import 'axios';
|
|
14
14
|
import 'luxon';
|
|
15
15
|
import 'fast-glob';
|
|
16
|
-
import 'yazl';
|
|
17
16
|
import 'socket.io-client';
|
|
18
17
|
import 'fullscreen-ink';
|
|
19
18
|
import 'string-length';
|
|
@@ -23,14 +22,15 @@ import '@inkjs/ui';
|
|
|
23
22
|
import 'qrcode';
|
|
24
23
|
import { R as RunWithSpinner } from '../../RunWithSpinner-DucRnFp6.js';
|
|
25
24
|
import 'godot-export-presets';
|
|
26
|
-
import
|
|
27
|
-
import '
|
|
25
|
+
import 'yazl';
|
|
26
|
+
import { C as Command } from '../../Command-CUAYljjP.js';
|
|
28
27
|
import '@expo/apple-utils/build/index.js';
|
|
29
28
|
import 'node:crypto';
|
|
30
29
|
import 'node:readline';
|
|
31
30
|
import 'node:url';
|
|
32
31
|
import 'readline-sync';
|
|
33
32
|
import 'isomorphic-git';
|
|
33
|
+
import 'stream';
|
|
34
34
|
import 'fs';
|
|
35
35
|
import 'path';
|
|
36
36
|
import 'marked';
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
2
2
|
import { Flags } from '@oclif/core';
|
|
3
3
|
import { render, Box, Text } from 'ink';
|
|
4
|
-
import { X as getAPIKeys, c as getShortDate } from '../../baseCommand-
|
|
5
|
-
import { B as BaseAuthenticatedCommand, g as getShortUUID } from '../../baseGameCommand-
|
|
4
|
+
import { X as getAPIKeys, c as getShortDate } from '../../baseCommand-CdsX3LS8.js';
|
|
5
|
+
import { B as BaseAuthenticatedCommand, g as getShortUUID } from '../../baseGameCommand-CCyAhN-V.js';
|
|
6
6
|
import 'node:fs';
|
|
7
7
|
import 'node:path';
|
|
8
8
|
import 'chalk';
|
|
@@ -14,7 +14,6 @@ import 'axios';
|
|
|
14
14
|
import 'luxon';
|
|
15
15
|
import 'fast-glob';
|
|
16
16
|
import 'uuid';
|
|
17
|
-
import 'yazl';
|
|
18
17
|
import 'socket.io-client';
|
|
19
18
|
import 'fullscreen-ink';
|
|
20
19
|
import 'string-length';
|
|
@@ -25,14 +24,15 @@ import 'marked';
|
|
|
25
24
|
import 'marked-terminal';
|
|
26
25
|
import 'qrcode';
|
|
27
26
|
import 'godot-export-presets';
|
|
28
|
-
import
|
|
29
|
-
import '
|
|
27
|
+
import 'yazl';
|
|
28
|
+
import { C as Command } from '../../Command-CUAYljjP.js';
|
|
30
29
|
import '@expo/apple-utils/build/index.js';
|
|
31
30
|
import 'node:crypto';
|
|
32
31
|
import 'node:readline';
|
|
33
32
|
import 'node:url';
|
|
34
33
|
import 'readline-sync';
|
|
35
34
|
import 'isomorphic-git';
|
|
35
|
+
import 'stream';
|
|
36
36
|
import 'fs';
|
|
37
37
|
import 'path';
|
|
38
38
|
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { jsx } from 'react/jsx-runtime';
|
|
2
2
|
import { Args, Flags } from '@oclif/core';
|
|
3
3
|
import { render } from 'ink';
|
|
4
|
-
import { Z as revokeAPIKey } from '../../baseCommand-
|
|
5
|
-
import { B as BaseAuthenticatedCommand, g as getShortUUID } from '../../baseGameCommand-
|
|
4
|
+
import { Z as revokeAPIKey } from '../../baseCommand-CdsX3LS8.js';
|
|
5
|
+
import { B as BaseAuthenticatedCommand, g as getShortUUID } from '../../baseGameCommand-CCyAhN-V.js';
|
|
6
6
|
import 'node:fs';
|
|
7
7
|
import 'node:path';
|
|
8
8
|
import 'chalk';
|
|
@@ -13,7 +13,6 @@ import 'axios';
|
|
|
13
13
|
import 'luxon';
|
|
14
14
|
import 'fast-glob';
|
|
15
15
|
import 'uuid';
|
|
16
|
-
import 'yazl';
|
|
17
16
|
import 'socket.io-client';
|
|
18
17
|
import 'fullscreen-ink';
|
|
19
18
|
import 'string-length';
|
|
@@ -25,14 +24,15 @@ import 'marked-terminal';
|
|
|
25
24
|
import 'qrcode';
|
|
26
25
|
import { R as RunWithSpinner } from '../../RunWithSpinner-DucRnFp6.js';
|
|
27
26
|
import 'godot-export-presets';
|
|
28
|
-
import
|
|
29
|
-
import '
|
|
27
|
+
import 'yazl';
|
|
28
|
+
import { C as Command } from '../../Command-CUAYljjP.js';
|
|
30
29
|
import '@expo/apple-utils/build/index.js';
|
|
31
30
|
import 'node:crypto';
|
|
32
31
|
import 'node:readline';
|
|
33
32
|
import 'node:url';
|
|
34
33
|
import 'readline-sync';
|
|
35
34
|
import 'isomorphic-git';
|
|
35
|
+
import 'stream';
|
|
36
36
|
import 'fs';
|
|
37
37
|
import 'path';
|
|
38
38
|
|
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
import { jsx } from 'react/jsx-runtime';
|
|
2
2
|
import { Flags } from '@oclif/core';
|
|
3
3
|
import { render } from 'ink';
|
|
4
|
-
import { g as getUserCredentials } from '../../../index-
|
|
5
|
-
import { P as Platform, C as CredentialsType, A as ApiKey, U as UserRole, a as ApiKeyType } from '../../../baseCommand-
|
|
6
|
-
import { B as BaseAppleCommand } from '../../../baseAppleCommand-
|
|
4
|
+
import { g as getUserCredentials } from '../../../index-DBy7ImFs.js';
|
|
5
|
+
import { P as Platform, C as CredentialsType, A as ApiKey, U as UserRole, a as ApiKeyType } from '../../../baseCommand-CdsX3LS8.js';
|
|
6
|
+
import { B as BaseAppleCommand } from '../../../baseAppleCommand-DDQU5PTs.js';
|
|
7
7
|
import 'node:fs';
|
|
8
8
|
import 'axios';
|
|
9
|
-
import 'crypto-js';
|
|
10
|
-
import 'uuid';
|
|
11
9
|
import 'luxon';
|
|
12
10
|
import 'node:path';
|
|
13
11
|
import 'chalk';
|
|
@@ -19,22 +17,24 @@ import 'isomorphic-git';
|
|
|
19
17
|
import '@tanstack/react-query';
|
|
20
18
|
import 'react';
|
|
21
19
|
import 'fast-glob';
|
|
22
|
-
import '
|
|
20
|
+
import 'uuid';
|
|
23
21
|
import 'socket.io-client';
|
|
24
22
|
import 'fullscreen-ink';
|
|
23
|
+
import 'stream';
|
|
24
|
+
import 'yazl';
|
|
25
25
|
import 'ink-spinner';
|
|
26
26
|
import 'string-length';
|
|
27
27
|
import 'strip-ansi';
|
|
28
28
|
import 'open';
|
|
29
29
|
import '@inkjs/ui';
|
|
30
|
-
import '../../../baseGameCommand-
|
|
30
|
+
import '../../../baseGameCommand-CCyAhN-V.js';
|
|
31
31
|
import 'marked';
|
|
32
32
|
import 'marked-terminal';
|
|
33
33
|
import 'qrcode';
|
|
34
34
|
import { R as RunWithSpinner } from '../../../RunWithSpinner-DucRnFp6.js';
|
|
35
35
|
import 'godot-export-presets';
|
|
36
|
-
import { C as Command } from '../../../Command-
|
|
37
|
-
import { u as uploadUserCredentials } from '../../../upload-
|
|
36
|
+
import { C as Command } from '../../../Command-CUAYljjP.js';
|
|
37
|
+
import { u as uploadUserCredentials } from '../../../upload-DWm3upu4.js';
|
|
38
38
|
import '@expo/apple-utils/build/index.js';
|
|
39
39
|
import 'fs';
|
|
40
40
|
import 'path';
|
|
@@ -1,22 +1,20 @@
|
|
|
1
1
|
import { Flags } from '@oclif/core';
|
|
2
|
-
import { B as BaseAppleCommand } from '../../../baseAppleCommand-
|
|
2
|
+
import { B as BaseAppleCommand } from '../../../baseAppleCommand-DDQU5PTs.js';
|
|
3
3
|
import 'node:fs';
|
|
4
4
|
import 'axios';
|
|
5
|
-
import '
|
|
6
|
-
import 'uuid';
|
|
7
|
-
import { P as Platform, C as CredentialsType, A as ApiKey } from '../../../baseCommand-CscxrTMI.js';
|
|
5
|
+
import { P as Platform, C as CredentialsType, A as ApiKey } from '../../../baseCommand-CdsX3LS8.js';
|
|
8
6
|
import 'luxon';
|
|
9
|
-
import { g as getUserCredentials, d as deleteUserCredential } from '../../../index-
|
|
7
|
+
import { g as getUserCredentials, d as deleteUserCredential } from '../../../index-DBy7ImFs.js';
|
|
10
8
|
import 'node:path';
|
|
11
9
|
import 'chalk';
|
|
12
|
-
import { g as getShortUUID, a as getRenderedMarkdown, b as getInput } from '../../../baseGameCommand-
|
|
10
|
+
import { g as getShortUUID, a as getRenderedMarkdown, b as getInput } from '../../../baseGameCommand-CCyAhN-V.js';
|
|
13
11
|
import 'react/jsx-runtime';
|
|
14
12
|
import 'ink';
|
|
15
13
|
import 'ink-spinner';
|
|
16
14
|
import 'react';
|
|
17
15
|
import '@tanstack/react-query';
|
|
18
16
|
import 'fast-glob';
|
|
19
|
-
import '
|
|
17
|
+
import 'uuid';
|
|
20
18
|
import 'socket.io-client';
|
|
21
19
|
import 'fullscreen-ink';
|
|
22
20
|
import 'string-length';
|
|
@@ -25,12 +23,14 @@ import 'open';
|
|
|
25
23
|
import '@inkjs/ui';
|
|
26
24
|
import 'qrcode';
|
|
27
25
|
import 'godot-export-presets';
|
|
26
|
+
import 'yazl';
|
|
28
27
|
import '@expo/apple-utils/build/index.js';
|
|
29
28
|
import 'node:crypto';
|
|
30
29
|
import 'node:readline';
|
|
31
30
|
import 'node:url';
|
|
32
31
|
import 'readline-sync';
|
|
33
32
|
import 'isomorphic-git';
|
|
33
|
+
import 'stream';
|
|
34
34
|
import 'fs';
|
|
35
35
|
import 'path';
|
|
36
36
|
import 'marked';
|
|
@@ -2,14 +2,12 @@ import { jsx } from 'react/jsx-runtime';
|
|
|
2
2
|
import * as fs from 'node:fs';
|
|
3
3
|
import { Args, Flags } from '@oclif/core';
|
|
4
4
|
import { render } from 'ink';
|
|
5
|
-
import { g as getUserCredentials } from '../../../index-
|
|
6
|
-
import { B as BaseAuthenticatedCommand } from '../../../baseGameCommand-
|
|
5
|
+
import { g as getUserCredentials } from '../../../index-DBy7ImFs.js';
|
|
6
|
+
import { B as BaseAuthenticatedCommand } from '../../../baseGameCommand-CCyAhN-V.js';
|
|
7
7
|
import 'node:path';
|
|
8
8
|
import 'chalk';
|
|
9
9
|
import 'axios';
|
|
10
|
-
import '
|
|
11
|
-
import 'uuid';
|
|
12
|
-
import { P as Platform, C as CredentialsType } from '../../../baseCommand-CscxrTMI.js';
|
|
10
|
+
import { P as Platform, C as CredentialsType } from '../../../baseCommand-CdsX3LS8.js';
|
|
13
11
|
import 'luxon';
|
|
14
12
|
import 'node:crypto';
|
|
15
13
|
import 'node:readline';
|
|
@@ -19,9 +17,11 @@ import 'isomorphic-git';
|
|
|
19
17
|
import '@tanstack/react-query';
|
|
20
18
|
import 'react';
|
|
21
19
|
import 'fast-glob';
|
|
22
|
-
import '
|
|
20
|
+
import 'uuid';
|
|
23
21
|
import 'socket.io-client';
|
|
24
22
|
import 'fullscreen-ink';
|
|
23
|
+
import 'stream';
|
|
24
|
+
import 'yazl';
|
|
25
25
|
import 'ink-spinner';
|
|
26
26
|
import 'string-length';
|
|
27
27
|
import 'strip-ansi';
|
|
@@ -32,8 +32,8 @@ import 'marked-terminal';
|
|
|
32
32
|
import 'qrcode';
|
|
33
33
|
import { R as RunWithSpinner } from '../../../RunWithSpinner-DucRnFp6.js';
|
|
34
34
|
import 'godot-export-presets';
|
|
35
|
-
import { C as Command } from '../../../Command-
|
|
36
|
-
import { e as exportCredential } from '../../../export-
|
|
35
|
+
import { C as Command } from '../../../Command-CUAYljjP.js';
|
|
36
|
+
import { e as exportCredential } from '../../../export-4rGFZrzT.js';
|
|
37
37
|
import 'fs';
|
|
38
38
|
import 'path';
|
|
39
39
|
import '@expo/apple-utils/build/index.js';
|
|
@@ -2,14 +2,12 @@ import { jsx } from 'react/jsx-runtime';
|
|
|
2
2
|
import * as fs from 'node:fs';
|
|
3
3
|
import { Args, Flags } from '@oclif/core';
|
|
4
4
|
import { render } from 'ink';
|
|
5
|
-
import { g as getUserCredentials } from '../../../index-
|
|
6
|
-
import { B as BaseAuthenticatedCommand } from '../../../baseGameCommand-
|
|
5
|
+
import { g as getUserCredentials } from '../../../index-DBy7ImFs.js';
|
|
6
|
+
import { B as BaseAuthenticatedCommand } from '../../../baseGameCommand-CCyAhN-V.js';
|
|
7
7
|
import 'node:path';
|
|
8
8
|
import 'chalk';
|
|
9
9
|
import 'axios';
|
|
10
|
-
import '
|
|
11
|
-
import 'uuid';
|
|
12
|
-
import { P as Platform, C as CredentialsType } from '../../../baseCommand-CscxrTMI.js';
|
|
10
|
+
import { P as Platform, C as CredentialsType } from '../../../baseCommand-CdsX3LS8.js';
|
|
13
11
|
import 'luxon';
|
|
14
12
|
import 'node:crypto';
|
|
15
13
|
import 'node:readline';
|
|
@@ -19,9 +17,11 @@ import 'isomorphic-git';
|
|
|
19
17
|
import '@tanstack/react-query';
|
|
20
18
|
import 'react';
|
|
21
19
|
import 'fast-glob';
|
|
22
|
-
import '
|
|
20
|
+
import 'uuid';
|
|
23
21
|
import 'socket.io-client';
|
|
24
22
|
import 'fullscreen-ink';
|
|
23
|
+
import 'stream';
|
|
24
|
+
import 'yazl';
|
|
25
25
|
import 'ink-spinner';
|
|
26
26
|
import 'string-length';
|
|
27
27
|
import 'strip-ansi';
|
|
@@ -32,8 +32,8 @@ import 'marked-terminal';
|
|
|
32
32
|
import 'qrcode';
|
|
33
33
|
import { R as RunWithSpinner } from '../../../RunWithSpinner-DucRnFp6.js';
|
|
34
34
|
import 'godot-export-presets';
|
|
35
|
-
import { C as Command } from '../../../Command-
|
|
36
|
-
import { i as importCredential } from '../../../import-
|
|
35
|
+
import { C as Command } from '../../../Command-CUAYljjP.js';
|
|
36
|
+
import { i as importCredential } from '../../../import-C9i4RAW6.js';
|
|
37
37
|
import 'fs';
|
|
38
38
|
import 'path';
|
|
39
39
|
import '@expo/apple-utils/build/index.js';
|
|
@@ -1,14 +1,12 @@
|
|
|
1
1
|
import { jsxs, Fragment, jsx } from 'react/jsx-runtime';
|
|
2
2
|
import { Flags } from '@oclif/core';
|
|
3
3
|
import { Box, Text, render } from 'ink';
|
|
4
|
-
import { B as BaseAuthenticatedCommand } from '../../../baseGameCommand-
|
|
4
|
+
import { B as BaseAuthenticatedCommand } from '../../../baseGameCommand-CCyAhN-V.js';
|
|
5
5
|
import 'node:fs';
|
|
6
6
|
import 'node:path';
|
|
7
7
|
import 'chalk';
|
|
8
8
|
import 'axios';
|
|
9
|
-
import '
|
|
10
|
-
import 'uuid';
|
|
11
|
-
import { c as getShortDate, A as ApiKey, C as CredentialsType, P as Platform } from '../../../baseCommand-CscxrTMI.js';
|
|
9
|
+
import { c as getShortDate, A as ApiKey, C as CredentialsType, P as Platform } from '../../../baseCommand-CdsX3LS8.js';
|
|
12
10
|
import { DateTime } from 'luxon';
|
|
13
11
|
import 'node:crypto';
|
|
14
12
|
import 'node:readline';
|
|
@@ -18,14 +16,16 @@ import 'isomorphic-git';
|
|
|
18
16
|
import { useQuery } from '@tanstack/react-query';
|
|
19
17
|
import 'react';
|
|
20
18
|
import 'fast-glob';
|
|
21
|
-
import '
|
|
19
|
+
import 'uuid';
|
|
22
20
|
import 'socket.io-client';
|
|
23
21
|
import 'fullscreen-ink';
|
|
22
|
+
import 'stream';
|
|
23
|
+
import 'yazl';
|
|
24
24
|
import Spinner from 'ink-spinner';
|
|
25
25
|
import 'string-length';
|
|
26
26
|
import 'strip-ansi';
|
|
27
27
|
import 'open';
|
|
28
|
-
import { u as useUserCredentials, U as UserCredentialsTable } from '../../../UserCredentialsTable-
|
|
28
|
+
import { u as useUserCredentials, U as UserCredentialsTable } from '../../../UserCredentialsTable-081xdlb9.js';
|
|
29
29
|
import '@inkjs/ui';
|
|
30
30
|
import 'marked';
|
|
31
31
|
import 'marked-terminal';
|
|
@@ -34,7 +34,7 @@ import 'godot-export-presets';
|
|
|
34
34
|
import { T as Table } from '../../../Table-FaNgpyeq.js';
|
|
35
35
|
import { T as Title } from '../../../Title-BCQtayg6.js';
|
|
36
36
|
import { N as NextSteps } from '../../../NextSteps-DbJHmscQ.js';
|
|
37
|
-
import { C as Command } from '../../../Command-
|
|
37
|
+
import { C as Command } from '../../../Command-CUAYljjP.js';
|
|
38
38
|
import 'fs';
|
|
39
39
|
import 'path';
|
|
40
40
|
import '@expo/apple-utils/build/index.js';
|
|
@@ -1,14 +1,12 @@
|
|
|
1
1
|
import { jsx } from 'react/jsx-runtime';
|
|
2
2
|
import { Flags } from '@oclif/core';
|
|
3
3
|
import { render } from 'ink';
|
|
4
|
-
import { g as getUserCredentials } from '../../../index-
|
|
4
|
+
import { g as getUserCredentials } from '../../../index-DBy7ImFs.js';
|
|
5
5
|
import forge from 'node-forge';
|
|
6
|
-
import { m as CertificateType, b as Certificate, P as Platform, C as CredentialsType } from '../../../baseCommand-
|
|
7
|
-
import { B as BaseAppleCommand } from '../../../baseAppleCommand-
|
|
6
|
+
import { m as CertificateType, b as Certificate, P as Platform, C as CredentialsType } from '../../../baseCommand-CdsX3LS8.js';
|
|
7
|
+
import { B as BaseAppleCommand } from '../../../baseAppleCommand-DDQU5PTs.js';
|
|
8
8
|
import 'node:fs';
|
|
9
9
|
import 'axios';
|
|
10
|
-
import 'crypto-js';
|
|
11
|
-
import 'uuid';
|
|
12
10
|
import 'luxon';
|
|
13
11
|
import 'node:path';
|
|
14
12
|
import 'chalk';
|
|
@@ -20,22 +18,24 @@ import 'isomorphic-git';
|
|
|
20
18
|
import '@tanstack/react-query';
|
|
21
19
|
import 'react';
|
|
22
20
|
import 'fast-glob';
|
|
23
|
-
import '
|
|
21
|
+
import 'uuid';
|
|
24
22
|
import 'socket.io-client';
|
|
25
23
|
import 'fullscreen-ink';
|
|
24
|
+
import 'stream';
|
|
25
|
+
import 'yazl';
|
|
26
26
|
import 'ink-spinner';
|
|
27
27
|
import 'string-length';
|
|
28
28
|
import 'strip-ansi';
|
|
29
29
|
import 'open';
|
|
30
30
|
import '@inkjs/ui';
|
|
31
|
-
import '../../../baseGameCommand-
|
|
31
|
+
import '../../../baseGameCommand-CCyAhN-V.js';
|
|
32
32
|
import 'marked';
|
|
33
33
|
import 'marked-terminal';
|
|
34
34
|
import 'qrcode';
|
|
35
35
|
import { R as RunWithSpinner } from '../../../RunWithSpinner-DucRnFp6.js';
|
|
36
36
|
import 'godot-export-presets';
|
|
37
|
-
import { C as Command } from '../../../Command-
|
|
38
|
-
import { u as uploadUserCredentials } from '../../../upload-
|
|
37
|
+
import { C as Command } from '../../../Command-CUAYljjP.js';
|
|
38
|
+
import { u as uploadUserCredentials } from '../../../upload-DWm3upu4.js';
|
|
39
39
|
import '@expo/apple-utils/build/index.js';
|
|
40
40
|
import 'fs';
|
|
41
41
|
import 'path';
|
|
@@ -1,22 +1,20 @@
|
|
|
1
1
|
import { Flags } from '@oclif/core';
|
|
2
|
-
import { B as BaseAppleCommand } from '../../../baseAppleCommand-
|
|
2
|
+
import { B as BaseAppleCommand } from '../../../baseAppleCommand-DDQU5PTs.js';
|
|
3
3
|
import 'node:fs';
|
|
4
4
|
import 'axios';
|
|
5
|
-
import '
|
|
6
|
-
import 'uuid';
|
|
7
|
-
import { P as Platform, C as CredentialsType, b as Certificate } from '../../../baseCommand-CscxrTMI.js';
|
|
5
|
+
import { P as Platform, C as CredentialsType, b as Certificate } from '../../../baseCommand-CdsX3LS8.js';
|
|
8
6
|
import 'luxon';
|
|
9
|
-
import { g as getUserCredentials, d as deleteUserCredential } from '../../../index-
|
|
7
|
+
import { g as getUserCredentials, d as deleteUserCredential } from '../../../index-DBy7ImFs.js';
|
|
10
8
|
import 'node:path';
|
|
11
9
|
import 'chalk';
|
|
12
|
-
import { g as getShortUUID, a as getRenderedMarkdown, b as getInput } from '../../../baseGameCommand-
|
|
10
|
+
import { g as getShortUUID, a as getRenderedMarkdown, b as getInput } from '../../../baseGameCommand-CCyAhN-V.js';
|
|
13
11
|
import 'react/jsx-runtime';
|
|
14
12
|
import 'ink';
|
|
15
13
|
import 'ink-spinner';
|
|
16
14
|
import 'react';
|
|
17
15
|
import '@tanstack/react-query';
|
|
18
16
|
import 'fast-glob';
|
|
19
|
-
import '
|
|
17
|
+
import 'uuid';
|
|
20
18
|
import 'socket.io-client';
|
|
21
19
|
import 'fullscreen-ink';
|
|
22
20
|
import 'string-length';
|
|
@@ -25,12 +23,14 @@ import 'open';
|
|
|
25
23
|
import '@inkjs/ui';
|
|
26
24
|
import 'qrcode';
|
|
27
25
|
import 'godot-export-presets';
|
|
26
|
+
import 'yazl';
|
|
28
27
|
import '@expo/apple-utils/build/index.js';
|
|
29
28
|
import 'node:crypto';
|
|
30
29
|
import 'node:readline';
|
|
31
30
|
import 'node:url';
|
|
32
31
|
import 'readline-sync';
|
|
33
32
|
import 'isomorphic-git';
|
|
33
|
+
import 'stream';
|
|
34
34
|
import 'fs';
|
|
35
35
|
import 'path';
|
|
36
36
|
import 'marked';
|
|
@@ -2,14 +2,12 @@ import { jsx } from 'react/jsx-runtime';
|
|
|
2
2
|
import * as fs from 'node:fs';
|
|
3
3
|
import { Args, Flags } from '@oclif/core';
|
|
4
4
|
import { render } from 'ink';
|
|
5
|
-
import { g as getUserCredentials } from '../../../index-
|
|
6
|
-
import { B as BaseAuthenticatedCommand } from '../../../baseGameCommand-
|
|
5
|
+
import { g as getUserCredentials } from '../../../index-DBy7ImFs.js';
|
|
6
|
+
import { B as BaseAuthenticatedCommand } from '../../../baseGameCommand-CCyAhN-V.js';
|
|
7
7
|
import 'node:path';
|
|
8
8
|
import 'chalk';
|
|
9
9
|
import 'axios';
|
|
10
|
-
import '
|
|
11
|
-
import 'uuid';
|
|
12
|
-
import { P as Platform, C as CredentialsType } from '../../../baseCommand-CscxrTMI.js';
|
|
10
|
+
import { P as Platform, C as CredentialsType } from '../../../baseCommand-CdsX3LS8.js';
|
|
13
11
|
import 'luxon';
|
|
14
12
|
import 'node:crypto';
|
|
15
13
|
import 'node:readline';
|
|
@@ -19,9 +17,11 @@ import 'isomorphic-git';
|
|
|
19
17
|
import '@tanstack/react-query';
|
|
20
18
|
import 'react';
|
|
21
19
|
import 'fast-glob';
|
|
22
|
-
import '
|
|
20
|
+
import 'uuid';
|
|
23
21
|
import 'socket.io-client';
|
|
24
22
|
import 'fullscreen-ink';
|
|
23
|
+
import 'stream';
|
|
24
|
+
import 'yazl';
|
|
25
25
|
import 'ink-spinner';
|
|
26
26
|
import 'string-length';
|
|
27
27
|
import 'strip-ansi';
|
|
@@ -32,8 +32,8 @@ import 'marked-terminal';
|
|
|
32
32
|
import 'qrcode';
|
|
33
33
|
import { R as RunWithSpinner } from '../../../RunWithSpinner-DucRnFp6.js';
|
|
34
34
|
import 'godot-export-presets';
|
|
35
|
-
import { C as Command } from '../../../Command-
|
|
36
|
-
import { e as exportCredential } from '../../../export-
|
|
35
|
+
import { C as Command } from '../../../Command-CUAYljjP.js';
|
|
36
|
+
import { e as exportCredential } from '../../../export-4rGFZrzT.js';
|
|
37
37
|
import 'fs';
|
|
38
38
|
import 'path';
|
|
39
39
|
import '@expo/apple-utils/build/index.js';
|
|
@@ -2,14 +2,12 @@ import { jsx } from 'react/jsx-runtime';
|
|
|
2
2
|
import * as fs from 'node:fs';
|
|
3
3
|
import { Args, Flags } from '@oclif/core';
|
|
4
4
|
import { render } from 'ink';
|
|
5
|
-
import { g as getUserCredentials } from '../../../index-
|
|
6
|
-
import { B as BaseAuthenticatedCommand } from '../../../baseGameCommand-
|
|
5
|
+
import { g as getUserCredentials } from '../../../index-DBy7ImFs.js';
|
|
6
|
+
import { B as BaseAuthenticatedCommand } from '../../../baseGameCommand-CCyAhN-V.js';
|
|
7
7
|
import 'node:path';
|
|
8
8
|
import 'chalk';
|
|
9
9
|
import 'axios';
|
|
10
|
-
import '
|
|
11
|
-
import 'uuid';
|
|
12
|
-
import { P as Platform, C as CredentialsType } from '../../../baseCommand-CscxrTMI.js';
|
|
10
|
+
import { P as Platform, C as CredentialsType } from '../../../baseCommand-CdsX3LS8.js';
|
|
13
11
|
import 'luxon';
|
|
14
12
|
import 'node:crypto';
|
|
15
13
|
import 'node:readline';
|
|
@@ -19,9 +17,11 @@ import 'isomorphic-git';
|
|
|
19
17
|
import '@tanstack/react-query';
|
|
20
18
|
import 'react';
|
|
21
19
|
import 'fast-glob';
|
|
22
|
-
import '
|
|
20
|
+
import 'uuid';
|
|
23
21
|
import 'socket.io-client';
|
|
24
22
|
import 'fullscreen-ink';
|
|
23
|
+
import 'stream';
|
|
24
|
+
import 'yazl';
|
|
25
25
|
import 'ink-spinner';
|
|
26
26
|
import 'string-length';
|
|
27
27
|
import 'strip-ansi';
|
|
@@ -32,8 +32,8 @@ import 'marked-terminal';
|
|
|
32
32
|
import 'qrcode';
|
|
33
33
|
import { R as RunWithSpinner } from '../../../RunWithSpinner-DucRnFp6.js';
|
|
34
34
|
import 'godot-export-presets';
|
|
35
|
-
import { C as Command } from '../../../Command-
|
|
36
|
-
import { i as importCredential } from '../../../import-
|
|
35
|
+
import { C as Command } from '../../../Command-CUAYljjP.js';
|
|
36
|
+
import { i as importCredential } from '../../../import-C9i4RAW6.js';
|
|
37
37
|
import 'fs';
|
|
38
38
|
import 'path';
|
|
39
39
|
import '@expo/apple-utils/build/index.js';
|
|
@@ -1,14 +1,12 @@
|
|
|
1
1
|
import { jsxs, Fragment, jsx } from 'react/jsx-runtime';
|
|
2
2
|
import { Flags } from '@oclif/core';
|
|
3
3
|
import { Box, Text, render } from 'ink';
|
|
4
|
-
import { g as getShortUUID, B as BaseAuthenticatedCommand } from '../../../baseGameCommand-
|
|
4
|
+
import { g as getShortUUID, B as BaseAuthenticatedCommand } from '../../../baseGameCommand-CCyAhN-V.js';
|
|
5
5
|
import 'node:fs';
|
|
6
6
|
import 'node:path';
|
|
7
7
|
import 'chalk';
|
|
8
8
|
import 'axios';
|
|
9
|
-
import '
|
|
10
|
-
import 'uuid';
|
|
11
|
-
import { c as getShortDate, b as Certificate, m as CertificateType, P as Platform, C as CredentialsType } from '../../../baseCommand-CscxrTMI.js';
|
|
9
|
+
import { c as getShortDate, b as Certificate, m as CertificateType, P as Platform, C as CredentialsType } from '../../../baseCommand-CdsX3LS8.js';
|
|
12
10
|
import { DateTime } from 'luxon';
|
|
13
11
|
import 'node:crypto';
|
|
14
12
|
import 'node:readline';
|
|
@@ -18,14 +16,16 @@ import 'isomorphic-git';
|
|
|
18
16
|
import { useQuery } from '@tanstack/react-query';
|
|
19
17
|
import 'react';
|
|
20
18
|
import 'fast-glob';
|
|
21
|
-
import '
|
|
19
|
+
import 'uuid';
|
|
22
20
|
import 'socket.io-client';
|
|
23
21
|
import 'fullscreen-ink';
|
|
22
|
+
import 'stream';
|
|
23
|
+
import 'yazl';
|
|
24
24
|
import Spinner from 'ink-spinner';
|
|
25
25
|
import 'string-length';
|
|
26
26
|
import 'strip-ansi';
|
|
27
27
|
import 'open';
|
|
28
|
-
import { u as useUserCredentials, U as UserCredentialsTable } from '../../../UserCredentialsTable-
|
|
28
|
+
import { u as useUserCredentials, U as UserCredentialsTable } from '../../../UserCredentialsTable-081xdlb9.js';
|
|
29
29
|
import '@inkjs/ui';
|
|
30
30
|
import 'marked';
|
|
31
31
|
import 'marked-terminal';
|
|
@@ -34,7 +34,7 @@ import 'godot-export-presets';
|
|
|
34
34
|
import { T as Table } from '../../../Table-FaNgpyeq.js';
|
|
35
35
|
import { T as Title } from '../../../Title-BCQtayg6.js';
|
|
36
36
|
import { N as NextSteps } from '../../../NextSteps-DbJHmscQ.js';
|
|
37
|
-
import { C as Command } from '../../../Command-
|
|
37
|
+
import { C as Command } from '../../../Command-CUAYljjP.js';
|
|
38
38
|
import 'fs';
|
|
39
39
|
import 'path';
|
|
40
40
|
import '@expo/apple-utils/build/index.js';
|
|
@@ -1,12 +1,10 @@
|
|
|
1
1
|
import { Flags } from '@oclif/core';
|
|
2
|
-
import { a1 as Auth } from '../../baseCommand-
|
|
3
|
-
import { B as BaseAuthenticatedCommand, b as getInput, r as getMaskedInput } from '../../baseGameCommand-
|
|
2
|
+
import { a1 as Auth } from '../../baseCommand-CdsX3LS8.js';
|
|
3
|
+
import { B as BaseAuthenticatedCommand, b as getInput, r as getMaskedInput } from '../../baseGameCommand-CCyAhN-V.js';
|
|
4
4
|
import 'node:fs';
|
|
5
5
|
import 'node:path';
|
|
6
6
|
import 'chalk';
|
|
7
7
|
import 'axios';
|
|
8
|
-
import 'crypto-js';
|
|
9
|
-
import 'uuid';
|
|
10
8
|
import 'luxon';
|
|
11
9
|
import '@expo/apple-utils/build/index.js';
|
|
12
10
|
import 'node:crypto';
|
|
@@ -18,10 +16,12 @@ import 'godot-export-presets';
|
|
|
18
16
|
import '@tanstack/react-query';
|
|
19
17
|
import 'react';
|
|
20
18
|
import 'fast-glob';
|
|
21
|
-
import '
|
|
19
|
+
import 'uuid';
|
|
22
20
|
import 'socket.io-client';
|
|
23
21
|
import 'fullscreen-ink';
|
|
24
22
|
import 'ink';
|
|
23
|
+
import 'stream';
|
|
24
|
+
import 'yazl';
|
|
25
25
|
import 'react/jsx-runtime';
|
|
26
26
|
import 'ink-spinner';
|
|
27
27
|
import 'string-length';
|