shipthis 0.1.10 → 0.1.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/assets/markdown/create-or-import-keystore.md +7 -0
- package/dist/AppleBundleIdDetails-DymjrhOZ.js +73 -0
- package/dist/Command-BiB9MqbJ.js +204 -0
- package/dist/CommandGame-C1oTlfdb.js +8 -0
- package/dist/Create-DIaSKUpl.js +56 -0
- package/dist/Import-BIOsf8AA.js +107 -0
- package/dist/JobProgress-W0QQR49T.js +108 -0
- package/dist/JobStatusTable-DqoppRro.js +75 -0
- package/dist/commands/apple/apiKey/create.js +4 -4
- package/dist/commands/apple/apiKey/export.js +3 -3
- package/dist/commands/apple/apiKey/import.js +4 -4
- package/dist/commands/apple/apiKey/status.js +3 -3
- package/dist/commands/apple/certificate/create.js +4 -4
- package/dist/commands/apple/certificate/export.js +3 -3
- package/dist/commands/apple/certificate/import.js +4 -4
- package/dist/commands/apple/certificate/status.js +3 -3
- package/dist/commands/apple/status.js +3 -3
- package/dist/commands/game/android/apiKey/connect.js +6 -6
- package/dist/commands/game/android/apiKey/create.js +6 -6
- package/dist/commands/game/android/apiKey/export.js +3 -3
- package/dist/commands/game/android/apiKey/import.js +4 -4
- package/dist/commands/game/android/apiKey/status.js +3 -3
- package/dist/commands/game/android/keyStore/create.js +7 -7
- package/dist/commands/game/android/keyStore/export.js +3 -3
- package/dist/commands/game/android/keyStore/import.js +45 -25
- package/dist/commands/game/android/keyStore/status.js +3 -3
- package/dist/commands/game/android/status.js +5 -5
- package/dist/commands/game/build/download.js +4 -4
- package/dist/commands/game/build/list.js +4 -4
- package/dist/commands/game/details.js +3 -3
- package/dist/commands/game/ios/app/addTester.js +3 -3
- package/dist/commands/game/ios/app/create.js +3 -3
- package/dist/commands/game/ios/app/status.js +4 -4
- package/dist/commands/game/ios/app/sync.js +3 -3
- package/dist/commands/game/ios/profile/create.js +4 -4
- package/dist/commands/game/ios/profile/export.js +3 -3
- package/dist/commands/game/ios/profile/import.js +4 -4
- package/dist/commands/game/ios/profile/status.js +3 -3
- package/dist/commands/game/ios/status.js +6 -6
- package/dist/commands/game/job/list.js +5 -5
- package/dist/commands/game/job/status.js +7 -7
- package/dist/commands/game/list.js +5 -5
- package/dist/commands/game/ship.js +7 -7
- package/dist/commands/game/status.js +5 -5
- package/dist/commands/game/wizard.js +116 -17
- package/dist/commands/status.js +3 -3
- package/dist/import-v54PM_Qg.js +47 -0
- package/dist/index-D6BH5UAM.js +135 -0
- package/dist/index-o9Y-84Rj.js +122 -0
- package/dist/useJobWatching-I_A3b36f.js +45 -0
- package/npm-shrinkwrap.json +2 -2
- package/oclif.manifest.json +27 -4
- package/package.json +1 -1
|
@@ -2,24 +2,24 @@ import { jsxs, jsx } from 'react/jsx-runtime';
|
|
|
2
2
|
import { render } from 'ink';
|
|
3
3
|
import { Flags } from '@oclif/core';
|
|
4
4
|
import 'react';
|
|
5
|
-
import { C as Command } from '../../../Command-
|
|
5
|
+
import { C as Command } from '../../../Command-BiB9MqbJ.js';
|
|
6
6
|
import { c as BaseGameCommand, k as getProjectPlatformProgress, P as Platform, b as getShortDate } from '../../../index-BB7X1Pqp.js';
|
|
7
7
|
import 'ink-spinner';
|
|
8
8
|
import '@inkjs/ui';
|
|
9
9
|
import 'axios';
|
|
10
10
|
import '@tanstack/react-query';
|
|
11
|
-
import '
|
|
11
|
+
import 'fs';
|
|
12
|
+
import 'uuid';
|
|
13
|
+
import 'yazl';
|
|
12
14
|
import { g as getShortUUID, m as makeHumanReadable } from '../../../index-Cz_KLwWf.js';
|
|
15
|
+
import 'open';
|
|
13
16
|
import { N as NextSteps } from '../../../NextSteps-CK9zHOCt.js';
|
|
14
17
|
import 'qrcode';
|
|
15
18
|
import { S as StatusTable } from '../../../StatusTable-Dm5St4g-.js';
|
|
16
19
|
import 'string-length';
|
|
17
20
|
import 'strip-ansi';
|
|
18
21
|
import 'luxon';
|
|
19
|
-
import 'uuid';
|
|
20
22
|
import 'fast-glob';
|
|
21
|
-
import 'fs';
|
|
22
|
-
import 'yazl';
|
|
23
23
|
import 'socket.io-client';
|
|
24
24
|
import '../../../useAndroidServiceAccountTestResult-Ce1x0Eh8.js';
|
|
25
25
|
import 'marked';
|
|
@@ -4,23 +4,23 @@ import { render } from 'ink';
|
|
|
4
4
|
import * as fs from 'fs';
|
|
5
5
|
import { c as BaseGameCommand, I as getBuild } from '../../../index-BB7X1Pqp.js';
|
|
6
6
|
import 'react';
|
|
7
|
-
import { C as Command } from '../../../Command-
|
|
7
|
+
import { C as Command } from '../../../Command-BiB9MqbJ.js';
|
|
8
8
|
import 'ink-spinner';
|
|
9
9
|
import '@inkjs/ui';
|
|
10
10
|
import axios from 'axios';
|
|
11
11
|
import '@tanstack/react-query';
|
|
12
|
-
import '
|
|
12
|
+
import 'uuid';
|
|
13
|
+
import 'yazl';
|
|
13
14
|
import 'crypto';
|
|
14
15
|
import 'readline-sync';
|
|
15
16
|
import 'node:readline';
|
|
16
17
|
import 'node:path';
|
|
17
18
|
import 'node:url';
|
|
18
19
|
import 'luxon';
|
|
19
|
-
import 'uuid';
|
|
20
20
|
import 'fast-glob';
|
|
21
|
-
import 'yazl';
|
|
22
21
|
import 'socket.io-client';
|
|
23
22
|
import 'isomorphic-git';
|
|
23
|
+
import 'open';
|
|
24
24
|
import 'qrcode';
|
|
25
25
|
import { R as RunWithSpinner } from '../../../RunWithSpinner-BVXNWGD3.js';
|
|
26
26
|
import 'string-length';
|
|
@@ -3,7 +3,7 @@ import { Box, Text, render } from 'ink';
|
|
|
3
3
|
import { Flags } from '@oclif/core';
|
|
4
4
|
import { c as BaseGameCommand } from '../../../index-BB7X1Pqp.js';
|
|
5
5
|
import 'react';
|
|
6
|
-
import { d as useBuilds, a as getBuildSummary } from '../../../Command-
|
|
6
|
+
import { d as useBuilds, a as getBuildSummary } from '../../../Command-BiB9MqbJ.js';
|
|
7
7
|
import Spinner from 'ink-spinner';
|
|
8
8
|
import 'axios';
|
|
9
9
|
import 'crypto-js';
|
|
@@ -12,20 +12,20 @@ import 'luxon';
|
|
|
12
12
|
import 'fs';
|
|
13
13
|
import '@inkjs/ui';
|
|
14
14
|
import '@tanstack/react-query';
|
|
15
|
-
import '
|
|
15
|
+
import 'yazl';
|
|
16
16
|
import 'crypto';
|
|
17
17
|
import 'readline-sync';
|
|
18
18
|
import 'node:readline';
|
|
19
19
|
import 'node:path';
|
|
20
20
|
import 'node:url';
|
|
21
21
|
import 'fast-glob';
|
|
22
|
-
import 'yazl';
|
|
23
22
|
import 'socket.io-client';
|
|
24
23
|
import 'isomorphic-git';
|
|
24
|
+
import 'open';
|
|
25
25
|
import 'qrcode';
|
|
26
26
|
import 'string-length';
|
|
27
27
|
import 'strip-ansi';
|
|
28
|
-
import { C as CommandGame } from '../../../CommandGame-
|
|
28
|
+
import { C as CommandGame } from '../../../CommandGame-C1oTlfdb.js';
|
|
29
29
|
import { T as Table } from '../../../Table-CvM6pccN.js';
|
|
30
30
|
import { T as Title } from '../../../Title-BCQtayg6.js';
|
|
31
31
|
import 'path';
|
|
@@ -2,7 +2,7 @@ import { jsx } from 'react/jsx-runtime';
|
|
|
2
2
|
import { render } from 'ink';
|
|
3
3
|
import { Flags } from '@oclif/core';
|
|
4
4
|
import 'react';
|
|
5
|
-
import { C as Command } from '../../Command-
|
|
5
|
+
import { C as Command } from '../../Command-BiB9MqbJ.js';
|
|
6
6
|
import { c as BaseGameCommand, D as DetailsFlags, t as GameEngine } from '../../index-BB7X1Pqp.js';
|
|
7
7
|
import 'ink-spinner';
|
|
8
8
|
import 'axios';
|
|
@@ -12,14 +12,14 @@ import 'luxon';
|
|
|
12
12
|
import 'fs';
|
|
13
13
|
import '@inkjs/ui';
|
|
14
14
|
import '@tanstack/react-query';
|
|
15
|
-
import '
|
|
15
|
+
import 'yazl';
|
|
16
16
|
import { i as isValidSemVer } from '../../index-Cz_KLwWf.js';
|
|
17
|
+
import 'open';
|
|
17
18
|
import 'qrcode';
|
|
18
19
|
import { S as StatusTable } from '../../StatusTable-Dm5St4g-.js';
|
|
19
20
|
import 'string-length';
|
|
20
21
|
import 'strip-ansi';
|
|
21
22
|
import 'fast-glob';
|
|
22
|
-
import 'yazl';
|
|
23
23
|
import 'socket.io-client';
|
|
24
24
|
import '../../useAndroidServiceAccountTestResult-Ce1x0Eh8.js';
|
|
25
25
|
import 'marked';
|
|
@@ -2,7 +2,7 @@ import { jsx } from 'react/jsx-runtime';
|
|
|
2
2
|
import { render } from 'ink';
|
|
3
3
|
import { Flags } from '@oclif/core';
|
|
4
4
|
import 'react';
|
|
5
|
-
import { C as Command } from '../../../../Command-
|
|
5
|
+
import { C as Command } from '../../../../Command-BiB9MqbJ.js';
|
|
6
6
|
import { c as BaseGameCommand, i as BetaGroup } from '../../../../index-BB7X1Pqp.js';
|
|
7
7
|
import 'ink-spinner';
|
|
8
8
|
import 'axios';
|
|
@@ -12,15 +12,15 @@ import 'luxon';
|
|
|
12
12
|
import 'fs';
|
|
13
13
|
import '@inkjs/ui';
|
|
14
14
|
import '@tanstack/react-query';
|
|
15
|
-
import '
|
|
15
|
+
import 'yazl';
|
|
16
16
|
import { a as getInput } from '../../../../index-Cz_KLwWf.js';
|
|
17
|
+
import 'open';
|
|
17
18
|
import 'qrcode';
|
|
18
19
|
import { R as RunWithSpinner } from '../../../../RunWithSpinner-BVXNWGD3.js';
|
|
19
20
|
import 'string-length';
|
|
20
21
|
import 'strip-ansi';
|
|
21
22
|
import { q as queryAppleApp } from '../../../../useAppleApp-BEtLQa7n.js';
|
|
22
23
|
import 'fast-glob';
|
|
23
|
-
import 'yazl';
|
|
24
24
|
import 'socket.io-client';
|
|
25
25
|
import '../../../../useAndroidServiceAccountTestResult-Ce1x0Eh8.js';
|
|
26
26
|
import 'marked';
|
|
@@ -2,7 +2,7 @@ import { jsx } from 'react/jsx-runtime';
|
|
|
2
2
|
import { render } from 'ink';
|
|
3
3
|
import { Flags } from '@oclif/core';
|
|
4
4
|
import 'react';
|
|
5
|
-
import { C as Command } from '../../../../Command-
|
|
5
|
+
import { C as Command } from '../../../../Command-BiB9MqbJ.js';
|
|
6
6
|
import { c as BaseGameCommand, d as getGodotAppleBundleIdentifier, e as BundleId, f as App } from '../../../../index-BB7X1Pqp.js';
|
|
7
7
|
import 'ink-spinner';
|
|
8
8
|
import 'axios';
|
|
@@ -12,14 +12,14 @@ import 'luxon';
|
|
|
12
12
|
import 'fs';
|
|
13
13
|
import '@inkjs/ui';
|
|
14
14
|
import '@tanstack/react-query';
|
|
15
|
-
import '
|
|
15
|
+
import 'yazl';
|
|
16
16
|
import { a as getInput, b as generatePackageName } from '../../../../index-Cz_KLwWf.js';
|
|
17
|
+
import 'open';
|
|
17
18
|
import 'qrcode';
|
|
18
19
|
import { R as RunWithSpinner } from '../../../../RunWithSpinner-BVXNWGD3.js';
|
|
19
20
|
import 'string-length';
|
|
20
21
|
import 'strip-ansi';
|
|
21
22
|
import 'fast-glob';
|
|
22
|
-
import 'yazl';
|
|
23
23
|
import 'socket.io-client';
|
|
24
24
|
import '../../../../useAndroidServiceAccountTestResult-Ce1x0Eh8.js';
|
|
25
25
|
import 'marked';
|
|
@@ -2,7 +2,7 @@ import { jsxs, jsx } from 'react/jsx-runtime';
|
|
|
2
2
|
import { render } from 'ink';
|
|
3
3
|
import { Flags } from '@oclif/core';
|
|
4
4
|
import 'react';
|
|
5
|
-
import { C as Command } from '../../../../Command-
|
|
5
|
+
import { C as Command } from '../../../../Command-BiB9MqbJ.js';
|
|
6
6
|
import { c as BaseGameCommand } from '../../../../index-BB7X1Pqp.js';
|
|
7
7
|
import 'ink-spinner';
|
|
8
8
|
import 'axios';
|
|
@@ -12,21 +12,21 @@ import 'luxon';
|
|
|
12
12
|
import 'fs';
|
|
13
13
|
import '@inkjs/ui';
|
|
14
14
|
import '@tanstack/react-query';
|
|
15
|
-
import '
|
|
15
|
+
import 'yazl';
|
|
16
16
|
import 'crypto';
|
|
17
17
|
import 'readline-sync';
|
|
18
18
|
import 'node:readline';
|
|
19
19
|
import 'node:path';
|
|
20
20
|
import 'node:url';
|
|
21
21
|
import 'fast-glob';
|
|
22
|
-
import 'yazl';
|
|
23
22
|
import 'socket.io-client';
|
|
24
23
|
import 'isomorphic-git';
|
|
24
|
+
import 'open';
|
|
25
25
|
import { N as NextSteps } from '../../../../NextSteps-CK9zHOCt.js';
|
|
26
26
|
import 'qrcode';
|
|
27
27
|
import 'string-length';
|
|
28
28
|
import 'strip-ansi';
|
|
29
|
-
import { A as AppleAppDetails, a as AppleBundleIdDetails } from '../../../../AppleBundleIdDetails-
|
|
29
|
+
import { A as AppleAppDetails, a as AppleBundleIdDetails } from '../../../../AppleBundleIdDetails-DymjrhOZ.js';
|
|
30
30
|
import '../../../../index-Cz_KLwWf.js';
|
|
31
31
|
import '../../../../useAndroidServiceAccountTestResult-Ce1x0Eh8.js';
|
|
32
32
|
import 'marked';
|
|
@@ -2,7 +2,7 @@ import { jsx } from 'react/jsx-runtime';
|
|
|
2
2
|
import { render } from 'ink';
|
|
3
3
|
import { Flags } from '@oclif/core';
|
|
4
4
|
import 'react';
|
|
5
|
-
import { C as Command } from '../../../../Command-
|
|
5
|
+
import { C as Command } from '../../../../Command-BiB9MqbJ.js';
|
|
6
6
|
import { c as BaseGameCommand, h as CapabilityTypeOption } from '../../../../index-BB7X1Pqp.js';
|
|
7
7
|
import 'ink-spinner';
|
|
8
8
|
import 'axios';
|
|
@@ -12,7 +12,7 @@ import 'luxon';
|
|
|
12
12
|
import 'fs';
|
|
13
13
|
import '@inkjs/ui';
|
|
14
14
|
import '@tanstack/react-query';
|
|
15
|
-
import '
|
|
15
|
+
import 'yazl';
|
|
16
16
|
import 'crypto';
|
|
17
17
|
import 'readline-sync';
|
|
18
18
|
import 'node:readline';
|
|
@@ -20,9 +20,9 @@ import 'node:path';
|
|
|
20
20
|
import 'node:url';
|
|
21
21
|
import { f as fetchBundleId } from '../../../../useAppleBundleId-DXbMDRLd.js';
|
|
22
22
|
import 'fast-glob';
|
|
23
|
-
import 'yazl';
|
|
24
23
|
import 'socket.io-client';
|
|
25
24
|
import 'isomorphic-git';
|
|
25
|
+
import 'open';
|
|
26
26
|
import 'qrcode';
|
|
27
27
|
import { R as RunWithSpinner } from '../../../../RunWithSpinner-BVXNWGD3.js';
|
|
28
28
|
import 'string-length';
|
|
@@ -3,7 +3,7 @@ import { render } from 'ink';
|
|
|
3
3
|
import { Flags } from '@oclif/core';
|
|
4
4
|
import axios from 'axios';
|
|
5
5
|
import 'react';
|
|
6
|
-
import { C as Command } from '../../../../Command-
|
|
6
|
+
import { C as Command } from '../../../../Command-BiB9MqbJ.js';
|
|
7
7
|
import { c as BaseGameCommand, P as Platform, C as CredentialsType, l as Certificate, m as CertificateType, n as Profile, o as ProfileType } from '../../../../index-BB7X1Pqp.js';
|
|
8
8
|
import 'ink-spinner';
|
|
9
9
|
import 'crypto-js';
|
|
@@ -12,18 +12,18 @@ import 'luxon';
|
|
|
12
12
|
import { a as getProjectCredentials, g as getUserCredentials } from '../../../../index-DOgF4dFK.js';
|
|
13
13
|
import '@inkjs/ui';
|
|
14
14
|
import '@tanstack/react-query';
|
|
15
|
-
import 'open';
|
|
16
|
-
import 'crypto';
|
|
17
15
|
import 'fs';
|
|
16
|
+
import 'yazl';
|
|
17
|
+
import 'crypto';
|
|
18
18
|
import 'readline-sync';
|
|
19
19
|
import 'node:readline';
|
|
20
20
|
import 'node:path';
|
|
21
21
|
import 'node:url';
|
|
22
22
|
import { f as fetchBundleId } from '../../../../useAppleBundleId-DXbMDRLd.js';
|
|
23
23
|
import 'fast-glob';
|
|
24
|
-
import 'yazl';
|
|
25
24
|
import 'socket.io-client';
|
|
26
25
|
import 'isomorphic-git';
|
|
26
|
+
import 'open';
|
|
27
27
|
import 'qrcode';
|
|
28
28
|
import { R as RunWithSpinner } from '../../../../RunWithSpinner-BVXNWGD3.js';
|
|
29
29
|
import 'string-length';
|
|
@@ -5,7 +5,7 @@ import * as fs from 'fs';
|
|
|
5
5
|
import { c as BaseGameCommand, P as Platform, C as CredentialsType } from '../../../../index-BB7X1Pqp.js';
|
|
6
6
|
import { a as getProjectCredentials } from '../../../../index-DOgF4dFK.js';
|
|
7
7
|
import 'react';
|
|
8
|
-
import { C as Command } from '../../../../Command-
|
|
8
|
+
import { C as Command } from '../../../../Command-BiB9MqbJ.js';
|
|
9
9
|
import 'ink-spinner';
|
|
10
10
|
import 'axios';
|
|
11
11
|
import 'crypto-js';
|
|
@@ -13,16 +13,16 @@ import 'uuid';
|
|
|
13
13
|
import 'luxon';
|
|
14
14
|
import '@inkjs/ui';
|
|
15
15
|
import '@tanstack/react-query';
|
|
16
|
-
import '
|
|
16
|
+
import 'yazl';
|
|
17
17
|
import 'crypto';
|
|
18
18
|
import 'readline-sync';
|
|
19
19
|
import 'node:readline';
|
|
20
20
|
import 'node:path';
|
|
21
21
|
import 'node:url';
|
|
22
22
|
import 'fast-glob';
|
|
23
|
-
import 'yazl';
|
|
24
23
|
import 'socket.io-client';
|
|
25
24
|
import 'isomorphic-git';
|
|
25
|
+
import 'open';
|
|
26
26
|
import 'qrcode';
|
|
27
27
|
import { R as RunWithSpinner } from '../../../../RunWithSpinner-BVXNWGD3.js';
|
|
28
28
|
import 'string-length';
|
|
@@ -5,7 +5,7 @@ import * as fs from 'fs';
|
|
|
5
5
|
import { c as BaseGameCommand, P as Platform, C as CredentialsType } from '../../../../index-BB7X1Pqp.js';
|
|
6
6
|
import { a as getProjectCredentials } from '../../../../index-DOgF4dFK.js';
|
|
7
7
|
import 'react';
|
|
8
|
-
import { C as Command } from '../../../../Command-
|
|
8
|
+
import { C as Command } from '../../../../Command-BiB9MqbJ.js';
|
|
9
9
|
import 'ink-spinner';
|
|
10
10
|
import 'axios';
|
|
11
11
|
import 'crypto-js';
|
|
@@ -13,21 +13,21 @@ import 'uuid';
|
|
|
13
13
|
import 'luxon';
|
|
14
14
|
import '@inkjs/ui';
|
|
15
15
|
import '@tanstack/react-query';
|
|
16
|
-
import '
|
|
16
|
+
import 'yazl';
|
|
17
17
|
import 'crypto';
|
|
18
18
|
import 'readline-sync';
|
|
19
19
|
import 'node:readline';
|
|
20
20
|
import 'node:path';
|
|
21
21
|
import 'node:url';
|
|
22
22
|
import 'fast-glob';
|
|
23
|
-
import 'yazl';
|
|
24
23
|
import 'socket.io-client';
|
|
25
24
|
import 'isomorphic-git';
|
|
25
|
+
import 'open';
|
|
26
26
|
import 'qrcode';
|
|
27
27
|
import { R as RunWithSpinner } from '../../../../RunWithSpinner-BVXNWGD3.js';
|
|
28
28
|
import 'string-length';
|
|
29
29
|
import 'strip-ansi';
|
|
30
|
-
import { i as importCredential } from '../../../../import-
|
|
30
|
+
import { i as importCredential } from '../../../../import-v54PM_Qg.js';
|
|
31
31
|
import 'path';
|
|
32
32
|
import '@expo/apple-utils/build/index.js';
|
|
33
33
|
import 'ini';
|
|
@@ -2,7 +2,7 @@ import { jsxs, jsx, Fragment } from 'react/jsx-runtime';
|
|
|
2
2
|
import { Box, Text, render } from 'ink';
|
|
3
3
|
import { Flags } from '@oclif/core';
|
|
4
4
|
import 'react';
|
|
5
|
-
import { C as Command } from '../../../../Command-
|
|
5
|
+
import { C as Command } from '../../../../Command-BiB9MqbJ.js';
|
|
6
6
|
import { b as getShortDate, n as Profile, o as ProfileType, C as CredentialsType, P as Platform, c as BaseGameCommand } from '../../../../index-BB7X1Pqp.js';
|
|
7
7
|
import Spinner from 'ink-spinner';
|
|
8
8
|
import 'axios';
|
|
@@ -12,16 +12,16 @@ import { DateTime } from 'luxon';
|
|
|
12
12
|
import 'fs';
|
|
13
13
|
import '@inkjs/ui';
|
|
14
14
|
import { useQuery } from '@tanstack/react-query';
|
|
15
|
-
import '
|
|
15
|
+
import 'yazl';
|
|
16
16
|
import 'crypto';
|
|
17
17
|
import 'readline-sync';
|
|
18
18
|
import 'node:readline';
|
|
19
19
|
import 'node:path';
|
|
20
20
|
import 'node:url';
|
|
21
21
|
import 'fast-glob';
|
|
22
|
-
import 'yazl';
|
|
23
22
|
import 'socket.io-client';
|
|
24
23
|
import 'isomorphic-git';
|
|
24
|
+
import 'open';
|
|
25
25
|
import 'qrcode';
|
|
26
26
|
import 'string-length';
|
|
27
27
|
import 'strip-ansi';
|
|
@@ -2,25 +2,25 @@ import { jsxs, jsx } from 'react/jsx-runtime';
|
|
|
2
2
|
import { render } from 'ink';
|
|
3
3
|
import { Flags } from '@oclif/core';
|
|
4
4
|
import 'react';
|
|
5
|
-
import { C as Command } from '../../../Command-
|
|
5
|
+
import { C as Command } from '../../../Command-BiB9MqbJ.js';
|
|
6
6
|
import { c as BaseGameCommand, k as getProjectPlatformProgress, P as Platform, b as getShortDate } from '../../../index-BB7X1Pqp.js';
|
|
7
7
|
import 'ink-spinner';
|
|
8
8
|
import '@inkjs/ui';
|
|
9
9
|
import 'axios';
|
|
10
10
|
import '@tanstack/react-query';
|
|
11
|
-
import '
|
|
11
|
+
import 'fs';
|
|
12
|
+
import 'uuid';
|
|
13
|
+
import 'yazl';
|
|
12
14
|
import { g as getShortUUID, m as makeHumanReadable } from '../../../index-Cz_KLwWf.js';
|
|
15
|
+
import 'open';
|
|
13
16
|
import { N as NextSteps } from '../../../NextSteps-CK9zHOCt.js';
|
|
14
17
|
import 'qrcode';
|
|
15
18
|
import { S as StatusTable } from '../../../StatusTable-Dm5St4g-.js';
|
|
16
19
|
import 'string-length';
|
|
17
20
|
import 'strip-ansi';
|
|
18
|
-
import { A as AppleAppDetails, a as AppleBundleIdDetails } from '../../../AppleBundleIdDetails-
|
|
21
|
+
import { A as AppleAppDetails, a as AppleBundleIdDetails } from '../../../AppleBundleIdDetails-DymjrhOZ.js';
|
|
19
22
|
import 'luxon';
|
|
20
|
-
import 'uuid';
|
|
21
23
|
import 'fast-glob';
|
|
22
|
-
import 'fs';
|
|
23
|
-
import 'yazl';
|
|
24
24
|
import 'socket.io-client';
|
|
25
25
|
import '../../../useAndroidServiceAccountTestResult-Ce1x0Eh8.js';
|
|
26
26
|
import 'marked';
|
|
@@ -3,22 +3,22 @@ import { render, Box, Text } from 'ink';
|
|
|
3
3
|
import { Flags } from '@oclif/core';
|
|
4
4
|
import { c as BaseGameCommand, z as getProjectJobs } from '../../../index-BB7X1Pqp.js';
|
|
5
5
|
import 'react';
|
|
6
|
-
import { g as getJobSummary, C as Command } from '../../../Command-
|
|
6
|
+
import { g as getJobSummary, C as Command } from '../../../Command-BiB9MqbJ.js';
|
|
7
7
|
import 'ink-spinner';
|
|
8
8
|
import '@inkjs/ui';
|
|
9
9
|
import 'axios';
|
|
10
10
|
import '@tanstack/react-query';
|
|
11
|
-
import '
|
|
11
|
+
import 'fs';
|
|
12
|
+
import 'uuid';
|
|
13
|
+
import 'yazl';
|
|
12
14
|
import { c as getJobStatusColor } from '../../../index-Cz_KLwWf.js';
|
|
15
|
+
import 'open';
|
|
13
16
|
import 'qrcode';
|
|
14
17
|
import { T as Table } from '../../../Table-CvM6pccN.js';
|
|
15
18
|
import 'string-length';
|
|
16
19
|
import 'strip-ansi';
|
|
17
20
|
import { DateTime } from 'luxon';
|
|
18
|
-
import 'uuid';
|
|
19
21
|
import 'fast-glob';
|
|
20
|
-
import 'fs';
|
|
21
|
-
import 'yazl';
|
|
22
22
|
import 'socket.io-client';
|
|
23
23
|
import 'path';
|
|
24
24
|
import '@expo/apple-utils/build/index.js';
|
|
@@ -3,24 +3,24 @@ import { Args, Flags } from '@oclif/core';
|
|
|
3
3
|
import { measureElement, Box, Text, render } from 'ink';
|
|
4
4
|
import { p as getAuthedHeaders, q as API_URL, K as castArrayObjectDates, F as castObjectDates, a4 as getShortTime, c as BaseGameCommand, a5 as getJob, J as JobStatus } from '../../../index-BB7X1Pqp.js';
|
|
5
5
|
import { useState, useEffect, useRef } from 'react';
|
|
6
|
-
import { C as Command } from '../../../Command-
|
|
6
|
+
import { C as Command } from '../../../Command-BiB9MqbJ.js';
|
|
7
7
|
import Spinner from 'ink-spinner';
|
|
8
8
|
import '@inkjs/ui';
|
|
9
9
|
import axios from 'axios';
|
|
10
10
|
import { useInfiniteQuery } from '@tanstack/react-query';
|
|
11
|
-
import 'open';
|
|
12
|
-
import 'crypto';
|
|
13
11
|
import 'fs';
|
|
12
|
+
import 'uuid';
|
|
13
|
+
import 'yazl';
|
|
14
|
+
import 'crypto';
|
|
14
15
|
import 'readline-sync';
|
|
15
16
|
import 'node:readline';
|
|
16
17
|
import 'node:path';
|
|
17
18
|
import 'node:url';
|
|
18
19
|
import 'luxon';
|
|
19
|
-
import 'uuid';
|
|
20
20
|
import 'fast-glob';
|
|
21
|
-
import 'yazl';
|
|
22
21
|
import 'socket.io-client';
|
|
23
22
|
import 'isomorphic-git';
|
|
23
|
+
import 'open';
|
|
24
24
|
import { N as NextSteps } from '../../../NextSteps-CK9zHOCt.js';
|
|
25
25
|
import 'qrcode';
|
|
26
26
|
import stringLength from 'string-length';
|
|
@@ -30,14 +30,14 @@ import 'crypto-js';
|
|
|
30
30
|
import { c as cacheKeys } from '../../../useAndroidServiceAccountTestResult-Ce1x0Eh8.js';
|
|
31
31
|
import { u as useWebSocket } from '../../../useWebSocket-CBqsjHbt.js';
|
|
32
32
|
import { T as Title } from '../../../Title-BCQtayg6.js';
|
|
33
|
-
import { J as JobStatusTable } from '../../../JobStatusTable-
|
|
33
|
+
import { J as JobStatusTable } from '../../../JobStatusTable-DqoppRro.js';
|
|
34
34
|
import 'path';
|
|
35
35
|
import '@expo/apple-utils/build/index.js';
|
|
36
36
|
import 'ini';
|
|
37
37
|
import 'deepmerge';
|
|
38
38
|
import 'marked';
|
|
39
39
|
import 'marked-terminal';
|
|
40
|
-
import '../../../useJobWatching-
|
|
40
|
+
import '../../../useJobWatching-I_A3b36f.js';
|
|
41
41
|
import '../../../StatusTable-Dm5St4g-.js';
|
|
42
42
|
|
|
43
43
|
async function queryJobLogs({
|
|
@@ -3,22 +3,22 @@ import { render, Text, Box } from 'ink';
|
|
|
3
3
|
import { Flags } from '@oclif/core';
|
|
4
4
|
import { B as BaseAuthenticatedCommand, g as getProjects, b as getShortDate } from '../../index-BB7X1Pqp.js';
|
|
5
5
|
import 'react';
|
|
6
|
-
import { C as Command } from '../../Command-
|
|
6
|
+
import { C as Command } from '../../Command-BiB9MqbJ.js';
|
|
7
7
|
import 'ink-spinner';
|
|
8
8
|
import '@inkjs/ui';
|
|
9
9
|
import 'axios';
|
|
10
10
|
import '@tanstack/react-query';
|
|
11
|
-
import '
|
|
11
|
+
import 'fs';
|
|
12
|
+
import 'uuid';
|
|
13
|
+
import 'yazl';
|
|
12
14
|
import { g as getShortUUID } from '../../index-Cz_KLwWf.js';
|
|
15
|
+
import 'open';
|
|
13
16
|
import 'qrcode';
|
|
14
17
|
import { T as Table } from '../../Table-CvM6pccN.js';
|
|
15
18
|
import 'string-length';
|
|
16
19
|
import 'strip-ansi';
|
|
17
20
|
import 'luxon';
|
|
18
|
-
import 'uuid';
|
|
19
21
|
import 'fast-glob';
|
|
20
|
-
import 'fs';
|
|
21
|
-
import 'yazl';
|
|
22
22
|
import 'socket.io-client';
|
|
23
23
|
import 'path';
|
|
24
24
|
import '@expo/apple-utils/build/index.js';
|
|
@@ -2,7 +2,7 @@ import { jsxs, jsx } from 'react/jsx-runtime';
|
|
|
2
2
|
import { c as BaseGameCommand } from '../../index-BB7X1Pqp.js';
|
|
3
3
|
import { useContext, useState, useEffect } from 'react';
|
|
4
4
|
import { Box, Text, render } from 'ink';
|
|
5
|
-
import { c as CommandContext } from '../../Command-
|
|
5
|
+
import { c as CommandContext } from '../../Command-BiB9MqbJ.js';
|
|
6
6
|
import 'ink-spinner';
|
|
7
7
|
import 'axios';
|
|
8
8
|
import 'crypto-js';
|
|
@@ -11,23 +11,23 @@ import 'luxon';
|
|
|
11
11
|
import 'fs';
|
|
12
12
|
import '@inkjs/ui';
|
|
13
13
|
import '@tanstack/react-query';
|
|
14
|
-
import '
|
|
14
|
+
import 'yazl';
|
|
15
15
|
import 'crypto';
|
|
16
16
|
import 'readline-sync';
|
|
17
17
|
import 'node:readline';
|
|
18
18
|
import 'node:path';
|
|
19
19
|
import 'node:url';
|
|
20
20
|
import 'fast-glob';
|
|
21
|
-
import 'yazl';
|
|
22
21
|
import 'socket.io-client';
|
|
23
22
|
import 'isomorphic-git';
|
|
24
23
|
import '@oclif/core';
|
|
24
|
+
import 'open';
|
|
25
25
|
import 'qrcode';
|
|
26
26
|
import 'string-length';
|
|
27
27
|
import 'strip-ansi';
|
|
28
|
-
import { C as CommandGame } from '../../CommandGame-
|
|
29
|
-
import { u as useShip, J as JobProgress } from '../../JobProgress-
|
|
30
|
-
import { J as JobStatusTable } from '../../JobStatusTable-
|
|
28
|
+
import { C as CommandGame } from '../../CommandGame-C1oTlfdb.js';
|
|
29
|
+
import { u as useShip, J as JobProgress } from '../../JobProgress-W0QQR49T.js';
|
|
30
|
+
import { J as JobStatusTable } from '../../JobStatusTable-DqoppRro.js';
|
|
31
31
|
import 'path';
|
|
32
32
|
import '@expo/apple-utils/build/index.js';
|
|
33
33
|
import 'ini';
|
|
@@ -38,7 +38,7 @@ import 'marked';
|
|
|
38
38
|
import 'marked-terminal';
|
|
39
39
|
import '../../git-DREGq-jc.js';
|
|
40
40
|
import '../../ProgressSpinner-6pw1T8Iw.js';
|
|
41
|
-
import '../../useJobWatching-
|
|
41
|
+
import '../../useJobWatching-I_A3b36f.js';
|
|
42
42
|
import '../../useWebSocket-CBqsjHbt.js';
|
|
43
43
|
import '../../Title-BCQtayg6.js';
|
|
44
44
|
import '../../StatusTable-Dm5St4g-.js';
|
|
@@ -2,24 +2,24 @@ import { jsxs, jsx } from 'react/jsx-runtime';
|
|
|
2
2
|
import { render } from 'ink';
|
|
3
3
|
import { Flags } from '@oclif/core';
|
|
4
4
|
import 'react';
|
|
5
|
-
import { C as Command } from '../../Command-
|
|
5
|
+
import { C as Command } from '../../Command-BiB9MqbJ.js';
|
|
6
6
|
import { B as BaseAuthenticatedCommand, H as getProject, P as Platform, k as getProjectPlatformProgress, b as getShortDate } from '../../index-BB7X1Pqp.js';
|
|
7
7
|
import 'ink-spinner';
|
|
8
8
|
import '@inkjs/ui';
|
|
9
9
|
import 'axios';
|
|
10
10
|
import '@tanstack/react-query';
|
|
11
|
-
import '
|
|
11
|
+
import 'fs';
|
|
12
|
+
import 'uuid';
|
|
13
|
+
import 'yazl';
|
|
12
14
|
import { g as getShortUUID, m as makeHumanReadable } from '../../index-Cz_KLwWf.js';
|
|
15
|
+
import 'open';
|
|
13
16
|
import { N as NextSteps } from '../../NextSteps-CK9zHOCt.js';
|
|
14
17
|
import 'qrcode';
|
|
15
18
|
import { S as StatusTable } from '../../StatusTable-Dm5St4g-.js';
|
|
16
19
|
import 'string-length';
|
|
17
20
|
import 'strip-ansi';
|
|
18
21
|
import 'luxon';
|
|
19
|
-
import 'uuid';
|
|
20
22
|
import 'fast-glob';
|
|
21
|
-
import 'fs';
|
|
22
|
-
import 'yazl';
|
|
23
23
|
import 'socket.io-client';
|
|
24
24
|
import '../../useAndroidServiceAccountTestResult-Ce1x0Eh8.js';
|
|
25
25
|
import 'marked';
|