shipthis 0.0.20 → 0.0.22
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/{App-SiSXLW2s.js → App-BfoOFeZ-.js} +1 -1
- package/dist/{AppleBundleIdDetails-Nk85zNWP.js → AppleBundleIdDetails-n1_U8IqK.js} +3 -3
- package/dist/{UserCredentialsTable-CyNAsFc1.js → UserCredentialsTable-D2Nm0QP_.js} +2 -2
- package/dist/{baseAppleCommand-IhowpKpk.js → baseAppleCommand-DK5-Cvg4.js} +1 -1
- package/dist/{baseGameCommand-BeUNc6Wy.js → baseGameCommand-B3NbuvDu.js} +1 -1
- 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 +3 -3
- package/dist/commands/apple/apiKey/status.js +4 -4
- 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 +3 -3
- package/dist/commands/apple/certificate/status.js +4 -4
- package/dist/commands/apple/login.js +2 -2
- package/dist/commands/apple/status.js +2 -2
- package/dist/commands/dashboard.js +1 -1
- package/dist/commands/game/build/download.js +2 -2
- package/dist/commands/game/build/list.js +5 -5
- package/dist/commands/game/create.js +2 -2
- package/dist/commands/game/details.js +3 -3
- package/dist/commands/game/export.js +1 -1
- package/dist/commands/game/ios/app/addTester.js +4 -4
- package/dist/commands/game/ios/app/create.js +3 -3
- package/dist/commands/game/ios/app/status.js +5 -5
- 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 +3 -3
- 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 +4 -4
- package/dist/commands/game/job/status.js +5 -5
- package/dist/commands/game/list.js +3 -3
- package/dist/commands/game/ship.js +2 -2
- package/dist/commands/game/status.js +3 -3
- package/dist/commands/game/wizard.js +1 -1
- package/dist/commands/login.js +2 -2
- package/dist/commands/status.js +4 -22
- package/dist/{export-CQ_P94We.js → export-C16psune.js} +1 -1
- package/dist/{import-BGHUTVNR.js → import-hte2Jy0K.js} +1 -1
- package/dist/{index-CNME7EEo.js → index-ZHJdUrwJ.js} +1 -1
- package/dist/{upload-D6ScllRL.js → upload-DADrkIUB.js} +1 -1
- package/dist/{useAppleApp-D0wyTA6C.js → useAppleApp-Cr3VcGVs.js} +1 -1
- package/dist/{useAppleBundleId-VKmaX7sP.js → useAppleBundleId-BxtyGpHy.js} +1 -1
- package/dist/{useBuilds-e6LIXrOH.js → useBuilds-JHqMwpWS.js} +3 -3
- package/dist/{useJob-D8xNld5t.js → useJob-Bc9fdiyP.js} +2 -2
- package/docs/game/create.md +4 -0
- package/docs/game/details.md +4 -0
- package/docs/login.md +1 -1
- package/docs/status.md +15 -0
- package/oclif.manifest.json +134 -134
- package/package.json +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx } from 'react/jsx-runtime';
|
|
2
2
|
import { Box } from 'ink';
|
|
3
3
|
import { QueryClientProvider } from '@tanstack/react-query';
|
|
4
|
-
import { Q as queryClient } from './baseGameCommand-
|
|
4
|
+
import { Q as queryClient } from './baseGameCommand-B3NbuvDu.js';
|
|
5
5
|
import 'luxon';
|
|
6
6
|
import '@expo/apple-utils/build/index.js';
|
|
7
7
|
import 'crypto';
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { jsxs, jsx, Fragment } from 'react/jsx-runtime';
|
|
2
2
|
import { Box, Text } from 'ink';
|
|
3
3
|
import Spinner from 'ink-spinner';
|
|
4
|
-
import './baseGameCommand-
|
|
4
|
+
import './baseGameCommand-B3NbuvDu.js';
|
|
5
5
|
import 'luxon';
|
|
6
6
|
import '@tanstack/react-query';
|
|
7
7
|
import '@expo/apple-utils/build/index.js';
|
|
8
|
-
import { u as useAppleApp } from './useAppleApp-
|
|
8
|
+
import { u as useAppleApp } from './useAppleApp-Cr3VcGVs.js';
|
|
9
9
|
import 'crypto';
|
|
10
10
|
import 'fs';
|
|
11
11
|
import 'readline-sync';
|
|
@@ -16,7 +16,7 @@ import 'socket.io-client';
|
|
|
16
16
|
import 'isomorphic-git';
|
|
17
17
|
import { T as Title } from './Title-BCQtayg6.js';
|
|
18
18
|
import { T as Table } from './Table-CvM6pccN.js';
|
|
19
|
-
import { u as useAppleBundleId } from './useAppleBundleId-
|
|
19
|
+
import { u as useAppleBundleId } from './useAppleBundleId-BxtyGpHy.js';
|
|
20
20
|
|
|
21
21
|
const AppleAppDetails = (props) => {
|
|
22
22
|
const { data, isLoading } = useAppleApp(props);
|
|
@@ -8,12 +8,12 @@ import 'node:readline';
|
|
|
8
8
|
import 'react';
|
|
9
9
|
import axios from 'axios';
|
|
10
10
|
import { useQuery } from '@tanstack/react-query';
|
|
11
|
-
import { f as getShortDate, o as getAuthedHeaders, p as API_URL, I as castArrayObjectDates } from './baseGameCommand-
|
|
11
|
+
import { f as getShortDate, o as getAuthedHeaders, p as API_URL, I as castArrayObjectDates } from './baseGameCommand-B3NbuvDu.js';
|
|
12
12
|
import 'luxon';
|
|
13
13
|
import 'socket.io-client';
|
|
14
14
|
import '@expo/apple-utils/build/index.js';
|
|
15
15
|
import { c as cacheKeys } from './cacheKeys-CShA-ZjE.js';
|
|
16
|
-
import { g as getShortUUID } from './index-
|
|
16
|
+
import { g as getShortUUID } from './index-ZHJdUrwJ.js';
|
|
17
17
|
import 'isomorphic-git';
|
|
18
18
|
import { T as Table } from './Table-CvM6pccN.js';
|
|
19
19
|
import { T as Title } from './Title-BCQtayg6.js';
|
|
@@ -615,4 +615,4 @@ class BaseGameCommand extends BaseAuthenticatedCommand {
|
|
|
615
615
|
}
|
|
616
616
|
}
|
|
617
617
|
|
|
618
|
-
export { WS_URL as $, ApiKey as A, BaseAuthenticatedCommand as B, CredentialsType as C, DEFAULT_SHIPPED_FILES_GLOBS as D, getGodotProjectName as E, getBuild as F, GODOT_CAPABILITIES as G, getShortDateTime as H, castArrayObjectDates as I, getProjectJobs as J, JobStatus as K, getShortTimeDelta as L, getJob as M, getNewUploadTicket as N, startJobsFromUpload as O, Platform as P, queryClient as Q, JobStage as R, LogLevel as S,
|
|
618
|
+
export { WS_URL as $, ApiKey as A, BaseAuthenticatedCommand as B, CredentialsType as C, DEFAULT_SHIPPED_FILES_GLOBS as D, getGodotProjectName as E, getBuild as F, GODOT_CAPABILITIES as G, getShortDateTime as H, castArrayObjectDates as I, getProjectJobs as J, JobStatus as K, getShortTimeDelta as L, getJob as M, getNewUploadTicket as N, startJobsFromUpload as O, Platform as P, queryClient as Q, JobStage as R, LogLevel as S, BaseCommand as T, UserRole as U, getSingleUseUrl as V, WEB_URL as W, setAuthToken as X, acceptTerms as Y, Auth as Z, getAuthToken as _, ApiKeyType as a, castObjectDates as a0, castJobDates as a1, getShortTime as a2, getProject as b, DEFAULT_IGNORED_FILES_GLOBS as c, BaseGameCommand as d, getProjectPlatformProgress as e, getShortDate as f, getUserCredentials as g, CapabilityTypeOption as h, isCWDGodotGame as i, BetaGroup as j, App as k, getGodotAppleBundleIdentifier as l, BundleId as m, getProjectCredentials as n, getAuthedHeaders as o, API_URL as p, Certificate as q, CertificateType as r, Profile as s, ProfileType as t, getGodotProjectCapabilities as u, CapabilityType as v, getProjects as w, GameEngine as x, getGodotVersion as y, createProject as z };
|
|
@@ -3,7 +3,7 @@ import { Flags } from '@oclif/core';
|
|
|
3
3
|
import { render } from 'ink';
|
|
4
4
|
import 'path';
|
|
5
5
|
import 'fs';
|
|
6
|
-
import { g as getUserCredentials, P as Platform, C as CredentialsType, A as ApiKey, U as UserRole, a as ApiKeyType } from '../../../baseGameCommand-
|
|
6
|
+
import { g as getUserCredentials, P as Platform, C as CredentialsType, A as ApiKey, U as UserRole, a as ApiKeyType } from '../../../baseGameCommand-B3NbuvDu.js';
|
|
7
7
|
import 'axios';
|
|
8
8
|
import 'luxon';
|
|
9
9
|
import 'crypto';
|
|
@@ -13,13 +13,13 @@ import 'react';
|
|
|
13
13
|
import '@tanstack/react-query';
|
|
14
14
|
import 'socket.io-client';
|
|
15
15
|
import 'isomorphic-git';
|
|
16
|
-
import { B as BaseAppleCommand } from '../../../baseAppleCommand-
|
|
17
|
-
import { A as App } from '../../../App-
|
|
16
|
+
import { B as BaseAppleCommand } from '../../../baseAppleCommand-DK5-Cvg4.js';
|
|
17
|
+
import { A as App } from '../../../App-BfoOFeZ-.js';
|
|
18
18
|
import 'ink-spinner';
|
|
19
19
|
import 'string-length';
|
|
20
20
|
import 'strip-ansi';
|
|
21
21
|
import { R as RunWithSpinner } from '../../../RunWithSpinner-BVXNWGD3.js';
|
|
22
|
-
import { u as uploadUserCredentials } from '../../../upload-
|
|
22
|
+
import { u as uploadUserCredentials } from '../../../upload-DADrkIUB.js';
|
|
23
23
|
import '@expo/apple-utils/build/index.js';
|
|
24
24
|
import 'ini';
|
|
25
25
|
import 'deepmerge';
|
|
@@ -2,7 +2,7 @@ import { jsx } from 'react/jsx-runtime';
|
|
|
2
2
|
import { Args, Flags } from '@oclif/core';
|
|
3
3
|
import { render } from 'ink';
|
|
4
4
|
import * as fs from 'fs';
|
|
5
|
-
import { B as BaseAuthenticatedCommand, g as getUserCredentials, P as Platform, C as CredentialsType } from '../../../baseGameCommand-
|
|
5
|
+
import { B as BaseAuthenticatedCommand, g as getUserCredentials, P as Platform, C as CredentialsType } from '../../../baseGameCommand-B3NbuvDu.js';
|
|
6
6
|
import 'path';
|
|
7
7
|
import '@expo/apple-utils/build/index.js';
|
|
8
8
|
import 'axios';
|
|
@@ -14,12 +14,12 @@ import 'react';
|
|
|
14
14
|
import '@tanstack/react-query';
|
|
15
15
|
import 'socket.io-client';
|
|
16
16
|
import 'isomorphic-git';
|
|
17
|
-
import { A as App } from '../../../App-
|
|
17
|
+
import { A as App } from '../../../App-BfoOFeZ-.js';
|
|
18
18
|
import 'ink-spinner';
|
|
19
19
|
import 'string-length';
|
|
20
20
|
import 'strip-ansi';
|
|
21
21
|
import { R as RunWithSpinner } from '../../../RunWithSpinner-BVXNWGD3.js';
|
|
22
|
-
import { e as exportCredential } from '../../../export-
|
|
22
|
+
import { e as exportCredential } from '../../../export-C16psune.js';
|
|
23
23
|
import 'ini';
|
|
24
24
|
import 'deepmerge';
|
|
25
25
|
|
|
@@ -2,7 +2,7 @@ import { jsx } from 'react/jsx-runtime';
|
|
|
2
2
|
import { Args, Flags } from '@oclif/core';
|
|
3
3
|
import { render } from 'ink';
|
|
4
4
|
import * as fs from 'fs';
|
|
5
|
-
import { B as BaseAuthenticatedCommand, g as getUserCredentials, P as Platform, C as CredentialsType } from '../../../baseGameCommand-
|
|
5
|
+
import { B as BaseAuthenticatedCommand, g as getUserCredentials, P as Platform, C as CredentialsType } from '../../../baseGameCommand-B3NbuvDu.js';
|
|
6
6
|
import 'path';
|
|
7
7
|
import '@expo/apple-utils/build/index.js';
|
|
8
8
|
import 'axios';
|
|
@@ -14,12 +14,12 @@ import 'react';
|
|
|
14
14
|
import '@tanstack/react-query';
|
|
15
15
|
import 'socket.io-client';
|
|
16
16
|
import 'isomorphic-git';
|
|
17
|
-
import { A as App } from '../../../App-
|
|
17
|
+
import { A as App } from '../../../App-BfoOFeZ-.js';
|
|
18
18
|
import 'ink-spinner';
|
|
19
19
|
import 'string-length';
|
|
20
20
|
import 'strip-ansi';
|
|
21
21
|
import { R as RunWithSpinner } from '../../../RunWithSpinner-BVXNWGD3.js';
|
|
22
|
-
import { i as importCredential } from '../../../import-
|
|
22
|
+
import { i as importCredential } from '../../../import-hte2Jy0K.js';
|
|
23
23
|
import 'ini';
|
|
24
24
|
import 'deepmerge';
|
|
25
25
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsxs, jsx, Fragment } from 'react/jsx-runtime';
|
|
2
2
|
import { Flags } from '@oclif/core';
|
|
3
3
|
import { Box, Text, render } from 'ink';
|
|
4
|
-
import { f as getShortDate, A as ApiKey, P as Platform, C as CredentialsType, B as BaseAuthenticatedCommand } from '../../../baseGameCommand-
|
|
4
|
+
import { f as getShortDate, A as ApiKey, P as Platform, C as CredentialsType, B as BaseAuthenticatedCommand } from '../../../baseGameCommand-B3NbuvDu.js';
|
|
5
5
|
import 'path';
|
|
6
6
|
import 'fs';
|
|
7
7
|
import '@expo/apple-utils/build/index.js';
|
|
@@ -14,9 +14,9 @@ import 'react';
|
|
|
14
14
|
import { useQuery } from '@tanstack/react-query';
|
|
15
15
|
import 'socket.io-client';
|
|
16
16
|
import 'isomorphic-git';
|
|
17
|
-
import { A as App } from '../../../App-
|
|
17
|
+
import { A as App } from '../../../App-BfoOFeZ-.js';
|
|
18
18
|
import Spinner from 'ink-spinner';
|
|
19
|
-
import { u as useUserCredentials, U as UserCredentialsTable } from '../../../UserCredentialsTable-
|
|
19
|
+
import { u as useUserCredentials, U as UserCredentialsTable } from '../../../UserCredentialsTable-D2Nm0QP_.js';
|
|
20
20
|
import { T as Title } from '../../../Title-BCQtayg6.js';
|
|
21
21
|
import { T as Table } from '../../../Table-CvM6pccN.js';
|
|
22
22
|
import 'string-length';
|
|
@@ -25,7 +25,7 @@ import { N as NextSteps } from '../../../NextSteps-CK9zHOCt.js';
|
|
|
25
25
|
import 'ini';
|
|
26
26
|
import 'deepmerge';
|
|
27
27
|
import '../../../cacheKeys-CShA-ZjE.js';
|
|
28
|
-
import '../../../index-
|
|
28
|
+
import '../../../index-ZHJdUrwJ.js';
|
|
29
29
|
|
|
30
30
|
async function queryAppleApiKeys({ ctx }) {
|
|
31
31
|
const keys = await ApiKey.getAsync(ctx);
|
|
@@ -5,7 +5,7 @@ import 'path';
|
|
|
5
5
|
import 'fs';
|
|
6
6
|
import '@expo/apple-utils/build/index.js';
|
|
7
7
|
import 'axios';
|
|
8
|
-
import { q as Certificate, r as CertificateType, g as getUserCredentials, P as Platform, C as CredentialsType } from '../../../baseGameCommand-
|
|
8
|
+
import { q as Certificate, r as CertificateType, g as getUserCredentials, P as Platform, C as CredentialsType } from '../../../baseGameCommand-B3NbuvDu.js';
|
|
9
9
|
import 'luxon';
|
|
10
10
|
import 'crypto';
|
|
11
11
|
import 'readline-sync';
|
|
@@ -14,14 +14,14 @@ import 'react';
|
|
|
14
14
|
import '@tanstack/react-query';
|
|
15
15
|
import 'socket.io-client';
|
|
16
16
|
import 'isomorphic-git';
|
|
17
|
-
import { B as BaseAppleCommand } from '../../../baseAppleCommand-
|
|
18
|
-
import { A as App } from '../../../App-
|
|
17
|
+
import { B as BaseAppleCommand } from '../../../baseAppleCommand-DK5-Cvg4.js';
|
|
18
|
+
import { A as App } from '../../../App-BfoOFeZ-.js';
|
|
19
19
|
import 'ink-spinner';
|
|
20
20
|
import 'string-length';
|
|
21
21
|
import 'strip-ansi';
|
|
22
22
|
import { R as RunWithSpinner } from '../../../RunWithSpinner-BVXNWGD3.js';
|
|
23
23
|
import forge from 'node-forge';
|
|
24
|
-
import { u as uploadUserCredentials } from '../../../upload-
|
|
24
|
+
import { u as uploadUserCredentials } from '../../../upload-DADrkIUB.js';
|
|
25
25
|
import 'ini';
|
|
26
26
|
import 'deepmerge';
|
|
27
27
|
|
|
@@ -2,7 +2,7 @@ import { jsx } from 'react/jsx-runtime';
|
|
|
2
2
|
import { Args, Flags } from '@oclif/core';
|
|
3
3
|
import { render } from 'ink';
|
|
4
4
|
import * as fs from 'fs';
|
|
5
|
-
import { B as BaseAuthenticatedCommand, g as getUserCredentials, P as Platform, C as CredentialsType } from '../../../baseGameCommand-
|
|
5
|
+
import { B as BaseAuthenticatedCommand, g as getUserCredentials, P as Platform, C as CredentialsType } from '../../../baseGameCommand-B3NbuvDu.js';
|
|
6
6
|
import 'path';
|
|
7
7
|
import '@expo/apple-utils/build/index.js';
|
|
8
8
|
import 'axios';
|
|
@@ -14,12 +14,12 @@ import 'react';
|
|
|
14
14
|
import '@tanstack/react-query';
|
|
15
15
|
import 'socket.io-client';
|
|
16
16
|
import 'isomorphic-git';
|
|
17
|
-
import { A as App } from '../../../App-
|
|
17
|
+
import { A as App } from '../../../App-BfoOFeZ-.js';
|
|
18
18
|
import 'ink-spinner';
|
|
19
19
|
import 'string-length';
|
|
20
20
|
import 'strip-ansi';
|
|
21
21
|
import { R as RunWithSpinner } from '../../../RunWithSpinner-BVXNWGD3.js';
|
|
22
|
-
import { e as exportCredential } from '../../../export-
|
|
22
|
+
import { e as exportCredential } from '../../../export-C16psune.js';
|
|
23
23
|
import 'ini';
|
|
24
24
|
import 'deepmerge';
|
|
25
25
|
|
|
@@ -2,7 +2,7 @@ import { jsx } from 'react/jsx-runtime';
|
|
|
2
2
|
import { Args, Flags } from '@oclif/core';
|
|
3
3
|
import { render } from 'ink';
|
|
4
4
|
import * as fs from 'fs';
|
|
5
|
-
import { B as BaseAuthenticatedCommand, g as getUserCredentials, P as Platform, C as CredentialsType } from '../../../baseGameCommand-
|
|
5
|
+
import { B as BaseAuthenticatedCommand, g as getUserCredentials, P as Platform, C as CredentialsType } from '../../../baseGameCommand-B3NbuvDu.js';
|
|
6
6
|
import 'path';
|
|
7
7
|
import '@expo/apple-utils/build/index.js';
|
|
8
8
|
import 'axios';
|
|
@@ -14,12 +14,12 @@ import 'react';
|
|
|
14
14
|
import '@tanstack/react-query';
|
|
15
15
|
import 'socket.io-client';
|
|
16
16
|
import 'isomorphic-git';
|
|
17
|
-
import { A as App } from '../../../App-
|
|
17
|
+
import { A as App } from '../../../App-BfoOFeZ-.js';
|
|
18
18
|
import 'ink-spinner';
|
|
19
19
|
import 'string-length';
|
|
20
20
|
import 'strip-ansi';
|
|
21
21
|
import { R as RunWithSpinner } from '../../../RunWithSpinner-BVXNWGD3.js';
|
|
22
|
-
import { i as importCredential } from '../../../import-
|
|
22
|
+
import { i as importCredential } from '../../../import-hte2Jy0K.js';
|
|
23
23
|
import 'ini';
|
|
24
24
|
import 'deepmerge';
|
|
25
25
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsxs, jsx, Fragment } from 'react/jsx-runtime';
|
|
2
2
|
import { Flags } from '@oclif/core';
|
|
3
3
|
import { Box, Text, render } from 'ink';
|
|
4
|
-
import { f as getShortDate, q as Certificate, r as CertificateType, P as Platform, C as CredentialsType, B as BaseAuthenticatedCommand } from '../../../baseGameCommand-
|
|
4
|
+
import { f as getShortDate, q as Certificate, r as CertificateType, P as Platform, C as CredentialsType, B as BaseAuthenticatedCommand } from '../../../baseGameCommand-B3NbuvDu.js';
|
|
5
5
|
import 'path';
|
|
6
6
|
import 'fs';
|
|
7
7
|
import '@expo/apple-utils/build/index.js';
|
|
@@ -14,10 +14,10 @@ import 'react';
|
|
|
14
14
|
import { useQuery } from '@tanstack/react-query';
|
|
15
15
|
import 'socket.io-client';
|
|
16
16
|
import 'isomorphic-git';
|
|
17
|
-
import { A as App } from '../../../App-
|
|
17
|
+
import { A as App } from '../../../App-BfoOFeZ-.js';
|
|
18
18
|
import Spinner from 'ink-spinner';
|
|
19
|
-
import { g as getShortUUID } from '../../../index-
|
|
20
|
-
import { u as useUserCredentials, U as UserCredentialsTable } from '../../../UserCredentialsTable-
|
|
19
|
+
import { g as getShortUUID } from '../../../index-ZHJdUrwJ.js';
|
|
20
|
+
import { u as useUserCredentials, U as UserCredentialsTable } from '../../../UserCredentialsTable-D2Nm0QP_.js';
|
|
21
21
|
import { T as Title } from '../../../Title-BCQtayg6.js';
|
|
22
22
|
import { T as Table } from '../../../Table-CvM6pccN.js';
|
|
23
23
|
import 'string-length';
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { Flags } from '@oclif/core';
|
|
2
|
-
import { Z as Auth, B as BaseAuthenticatedCommand } from '../../baseGameCommand-
|
|
2
|
+
import { Z as Auth, B as BaseAuthenticatedCommand } from '../../baseGameCommand-B3NbuvDu.js';
|
|
3
3
|
import 'path';
|
|
4
4
|
import 'fs';
|
|
5
5
|
import '@expo/apple-utils/build/index.js';
|
|
6
6
|
import 'axios';
|
|
7
7
|
import 'luxon';
|
|
8
|
-
import { a as getInput, f as getMaskedInput } from '../../index-
|
|
8
|
+
import { a as getInput, f as getMaskedInput } from '../../index-ZHJdUrwJ.js';
|
|
9
9
|
import 'crypto';
|
|
10
10
|
import 'readline-sync';
|
|
11
11
|
import 'node:readline';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
2
|
-
import { B as BaseAuthenticatedCommand } from '../../baseGameCommand-
|
|
2
|
+
import { B as BaseAuthenticatedCommand } from '../../baseGameCommand-B3NbuvDu.js';
|
|
3
3
|
import 'path';
|
|
4
4
|
import 'fs';
|
|
5
5
|
import '@oclif/core';
|
|
@@ -13,7 +13,7 @@ import 'react';
|
|
|
13
13
|
import '@tanstack/react-query';
|
|
14
14
|
import 'socket.io-client';
|
|
15
15
|
import 'isomorphic-git';
|
|
16
|
-
import { A as App } from '../../App-
|
|
16
|
+
import { A as App } from '../../App-BfoOFeZ-.js';
|
|
17
17
|
import { render } from 'ink';
|
|
18
18
|
import 'ink-spinner';
|
|
19
19
|
import { S as StatusTable } from '../../StatusTable-CxuX_R1D.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import open from 'open';
|
|
2
|
-
import { B as BaseAuthenticatedCommand,
|
|
2
|
+
import { B as BaseAuthenticatedCommand, V as getSingleUseUrl } from '../baseGameCommand-B3NbuvDu.js';
|
|
3
3
|
import 'path';
|
|
4
4
|
import 'fs';
|
|
5
5
|
import '@oclif/core';
|
|
@@ -4,7 +4,7 @@ import { render } from 'ink';
|
|
|
4
4
|
import * as fs from 'fs';
|
|
5
5
|
import 'path';
|
|
6
6
|
import '@expo/apple-utils/build/index.js';
|
|
7
|
-
import { d as BaseGameCommand, F as getBuild } from '../../../baseGameCommand-
|
|
7
|
+
import { d as BaseGameCommand, F as getBuild } from '../../../baseGameCommand-B3NbuvDu.js';
|
|
8
8
|
import 'crypto';
|
|
9
9
|
import 'readline-sync';
|
|
10
10
|
import 'node:readline';
|
|
@@ -14,7 +14,7 @@ import '@tanstack/react-query';
|
|
|
14
14
|
import 'socket.io-client';
|
|
15
15
|
import 'luxon';
|
|
16
16
|
import 'isomorphic-git';
|
|
17
|
-
import { A as App } from '../../../App-
|
|
17
|
+
import { A as App } from '../../../App-BfoOFeZ-.js';
|
|
18
18
|
import 'ink-spinner';
|
|
19
19
|
import 'string-length';
|
|
20
20
|
import 'strip-ansi';
|
|
@@ -5,7 +5,7 @@ import 'path';
|
|
|
5
5
|
import 'fs';
|
|
6
6
|
import '@expo/apple-utils/build/index.js';
|
|
7
7
|
import 'axios';
|
|
8
|
-
import { d as BaseGameCommand } from '../../../baseGameCommand-
|
|
8
|
+
import { d as BaseGameCommand } from '../../../baseGameCommand-B3NbuvDu.js';
|
|
9
9
|
import 'luxon';
|
|
10
10
|
import 'crypto';
|
|
11
11
|
import 'readline-sync';
|
|
@@ -14,9 +14,9 @@ import 'react';
|
|
|
14
14
|
import '@tanstack/react-query';
|
|
15
15
|
import 'socket.io-client';
|
|
16
16
|
import 'isomorphic-git';
|
|
17
|
-
import { A as App } from '../../../App-
|
|
17
|
+
import { A as App } from '../../../App-BfoOFeZ-.js';
|
|
18
18
|
import Spinner from 'ink-spinner';
|
|
19
|
-
import { u as useBuilds, g as getBuildSummary } from '../../../useBuilds-
|
|
19
|
+
import { u as useBuilds, g as getBuildSummary } from '../../../useBuilds-JHqMwpWS.js';
|
|
20
20
|
import { T as Table } from '../../../Table-CvM6pccN.js';
|
|
21
21
|
import { T as Title } from '../../../Title-BCQtayg6.js';
|
|
22
22
|
import 'string-length';
|
|
@@ -24,8 +24,8 @@ import 'strip-ansi';
|
|
|
24
24
|
import 'ini';
|
|
25
25
|
import 'deepmerge';
|
|
26
26
|
import '../../../cacheKeys-CShA-ZjE.js';
|
|
27
|
-
import '../../../index-
|
|
28
|
-
import '../../../useJob-
|
|
27
|
+
import '../../../index-ZHJdUrwJ.js';
|
|
28
|
+
import '../../../useJob-Bc9fdiyP.js';
|
|
29
29
|
|
|
30
30
|
const BuildsTable = ({ queryProps, ...boxProps }) => {
|
|
31
31
|
const { isLoading, data } = useBuilds(queryProps);
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { Flags } from '@oclif/core';
|
|
2
|
-
import { B as BaseAuthenticatedCommand, i as isCWDGodotGame, x as GameEngine, y as getGodotVersion, z as createProject, D as DEFAULT_SHIPPED_FILES_GLOBS, c as DEFAULT_IGNORED_FILES_GLOBS, E as getGodotProjectName } from '../../baseGameCommand-
|
|
2
|
+
import { B as BaseAuthenticatedCommand, i as isCWDGodotGame, x as GameEngine, y as getGodotVersion, z as createProject, D as DEFAULT_SHIPPED_FILES_GLOBS, c as DEFAULT_IGNORED_FILES_GLOBS, E as getGodotProjectName } from '../../baseGameCommand-B3NbuvDu.js';
|
|
3
3
|
import 'path';
|
|
4
4
|
import 'fs';
|
|
5
5
|
import '@expo/apple-utils/build/index.js';
|
|
6
|
-
import { a as getInput } from '../../index-
|
|
6
|
+
import { a as getInput } from '../../index-ZHJdUrwJ.js';
|
|
7
7
|
import 'axios';
|
|
8
8
|
import 'luxon';
|
|
9
9
|
import 'crypto';
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { jsx } from 'react/jsx-runtime';
|
|
2
2
|
import { render } from 'ink';
|
|
3
3
|
import { Flags } from '@oclif/core';
|
|
4
|
-
import { A as App } from '../../App-
|
|
4
|
+
import { A as App } from '../../App-BfoOFeZ-.js';
|
|
5
5
|
import 'ink-spinner';
|
|
6
|
-
import { d as BaseGameCommand, x as GameEngine } from '../../baseGameCommand-
|
|
7
|
-
import { i as isValidSemVer } from '../../index-
|
|
6
|
+
import { d as BaseGameCommand, x as GameEngine } from '../../baseGameCommand-B3NbuvDu.js';
|
|
7
|
+
import { i as isValidSemVer } from '../../index-ZHJdUrwJ.js';
|
|
8
8
|
import 'react';
|
|
9
9
|
import 'luxon';
|
|
10
10
|
import '@tanstack/react-query';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Args, Flags } from '@oclif/core';
|
|
2
|
-
import { B as BaseAuthenticatedCommand, i as isCWDGodotGame, b as getProject, D as DEFAULT_SHIPPED_FILES_GLOBS, c as DEFAULT_IGNORED_FILES_GLOBS } from '../../baseGameCommand-
|
|
2
|
+
import { B as BaseAuthenticatedCommand, i as isCWDGodotGame, b as getProject, D as DEFAULT_SHIPPED_FILES_GLOBS, c as DEFAULT_IGNORED_FILES_GLOBS } from '../../baseGameCommand-B3NbuvDu.js';
|
|
3
3
|
import 'path';
|
|
4
4
|
import 'fs';
|
|
5
5
|
import '@expo/apple-utils/build/index.js';
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import { jsx } from 'react/jsx-runtime';
|
|
2
2
|
import { render } from 'ink';
|
|
3
3
|
import { Flags } from '@oclif/core';
|
|
4
|
-
import { A as App } from '../../../../App-
|
|
4
|
+
import { A as App } from '../../../../App-BfoOFeZ-.js';
|
|
5
5
|
import 'ink-spinner';
|
|
6
|
-
import { a as getInput } from '../../../../index-
|
|
6
|
+
import { a as getInput } from '../../../../index-ZHJdUrwJ.js';
|
|
7
7
|
import 'react';
|
|
8
|
-
import { d as BaseGameCommand, j as BetaGroup } from '../../../../baseGameCommand-
|
|
8
|
+
import { d as BaseGameCommand, j as BetaGroup } from '../../../../baseGameCommand-B3NbuvDu.js';
|
|
9
9
|
import 'luxon';
|
|
10
10
|
import '@tanstack/react-query';
|
|
11
|
-
import { q as queryAppleApp } from '../../../../useAppleApp-
|
|
11
|
+
import { q as queryAppleApp } from '../../../../useAppleApp-Cr3VcGVs.js';
|
|
12
12
|
import 'axios';
|
|
13
13
|
import 'fs';
|
|
14
14
|
import 'socket.io-client';
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { jsx } from 'react/jsx-runtime';
|
|
2
2
|
import { render } from 'ink';
|
|
3
3
|
import { Flags } from '@oclif/core';
|
|
4
|
-
import { A as App } from '../../../../App-
|
|
4
|
+
import { A as App } from '../../../../App-BfoOFeZ-.js';
|
|
5
5
|
import 'ink-spinner';
|
|
6
|
-
import { a as getInput, b as generatePackageName } from '../../../../index-
|
|
6
|
+
import { a as getInput, b as generatePackageName } from '../../../../index-ZHJdUrwJ.js';
|
|
7
7
|
import 'react';
|
|
8
|
-
import { d as BaseGameCommand, l as getGodotAppleBundleIdentifier, m as BundleId, k as App$1 } from '../../../../baseGameCommand-
|
|
8
|
+
import { d as BaseGameCommand, l as getGodotAppleBundleIdentifier, m as BundleId, k as App$1 } from '../../../../baseGameCommand-B3NbuvDu.js';
|
|
9
9
|
import 'luxon';
|
|
10
10
|
import '@tanstack/react-query';
|
|
11
11
|
import 'axios';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
2
2
|
import { render } from 'ink';
|
|
3
3
|
import { Flags } from '@oclif/core';
|
|
4
|
-
import { A as App } from '../../../../App-
|
|
4
|
+
import { A as App } from '../../../../App-BfoOFeZ-.js';
|
|
5
5
|
import 'ink-spinner';
|
|
6
6
|
import 'crypto';
|
|
7
7
|
import 'fs';
|
|
@@ -10,22 +10,22 @@ import 'node:readline';
|
|
|
10
10
|
import 'react';
|
|
11
11
|
import 'axios';
|
|
12
12
|
import '@tanstack/react-query';
|
|
13
|
-
import { d as BaseGameCommand } from '../../../../baseGameCommand-
|
|
13
|
+
import { d as BaseGameCommand } from '../../../../baseGameCommand-B3NbuvDu.js';
|
|
14
14
|
import 'luxon';
|
|
15
15
|
import 'socket.io-client';
|
|
16
16
|
import '@expo/apple-utils/build/index.js';
|
|
17
17
|
import 'isomorphic-git';
|
|
18
|
-
import { A as AppleAppDetails, a as AppleBundleIdDetails } from '../../../../AppleBundleIdDetails-
|
|
18
|
+
import { A as AppleAppDetails, a as AppleBundleIdDetails } from '../../../../AppleBundleIdDetails-n1_U8IqK.js';
|
|
19
19
|
import 'string-length';
|
|
20
20
|
import 'strip-ansi';
|
|
21
21
|
import { N as NextSteps } from '../../../../NextSteps-CK9zHOCt.js';
|
|
22
22
|
import 'path';
|
|
23
23
|
import 'ini';
|
|
24
24
|
import 'deepmerge';
|
|
25
|
-
import '../../../../useAppleApp-
|
|
25
|
+
import '../../../../useAppleApp-Cr3VcGVs.js';
|
|
26
26
|
import '../../../../Title-BCQtayg6.js';
|
|
27
27
|
import '../../../../Table-CvM6pccN.js';
|
|
28
|
-
import '../../../../useAppleBundleId-
|
|
28
|
+
import '../../../../useAppleBundleId-BxtyGpHy.js';
|
|
29
29
|
|
|
30
30
|
class GameIosAppStatus extends BaseGameCommand {
|
|
31
31
|
static args = {};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx } from 'react/jsx-runtime';
|
|
2
2
|
import { render } from 'ink';
|
|
3
3
|
import { Flags } from '@oclif/core';
|
|
4
|
-
import { A as App } from '../../../../App-
|
|
4
|
+
import { A as App } from '../../../../App-BfoOFeZ-.js';
|
|
5
5
|
import 'ink-spinner';
|
|
6
6
|
import 'crypto';
|
|
7
7
|
import 'fs';
|
|
@@ -10,10 +10,10 @@ import 'node:readline';
|
|
|
10
10
|
import 'react';
|
|
11
11
|
import 'axios';
|
|
12
12
|
import '@tanstack/react-query';
|
|
13
|
-
import { d as BaseGameCommand, h as CapabilityTypeOption } from '../../../../baseGameCommand-
|
|
13
|
+
import { d as BaseGameCommand, h as CapabilityTypeOption } from '../../../../baseGameCommand-B3NbuvDu.js';
|
|
14
14
|
import 'luxon';
|
|
15
15
|
import 'socket.io-client';
|
|
16
|
-
import { f as fetchBundleId } from '../../../../useAppleBundleId-
|
|
16
|
+
import { f as fetchBundleId } from '../../../../useAppleBundleId-BxtyGpHy.js';
|
|
17
17
|
import 'isomorphic-git';
|
|
18
18
|
import 'string-length';
|
|
19
19
|
import 'strip-ansi';
|
|
@@ -2,9 +2,9 @@ import { jsx } from 'react/jsx-runtime';
|
|
|
2
2
|
import { render } from 'ink';
|
|
3
3
|
import { Flags } from '@oclif/core';
|
|
4
4
|
import axios from 'axios';
|
|
5
|
-
import { A as App } from '../../../../App-
|
|
5
|
+
import { A as App } from '../../../../App-BfoOFeZ-.js';
|
|
6
6
|
import 'ink-spinner';
|
|
7
|
-
import { d as BaseGameCommand, n as getProjectCredentials, P as Platform, C as CredentialsType, q as Certificate, r as CertificateType, g as getUserCredentials, s as Profile, t as ProfileType } from '../../../../baseGameCommand-
|
|
7
|
+
import { d as BaseGameCommand, n as getProjectCredentials, P as Platform, C as CredentialsType, q as Certificate, r as CertificateType, g as getUserCredentials, s as Profile, t as ProfileType } from '../../../../baseGameCommand-B3NbuvDu.js';
|
|
8
8
|
import 'crypto';
|
|
9
9
|
import 'fs';
|
|
10
10
|
import 'readline-sync';
|
|
@@ -13,13 +13,13 @@ import 'react';
|
|
|
13
13
|
import '@tanstack/react-query';
|
|
14
14
|
import 'luxon';
|
|
15
15
|
import 'socket.io-client';
|
|
16
|
-
import { f as fetchBundleId } from '../../../../useAppleBundleId-
|
|
16
|
+
import { f as fetchBundleId } from '../../../../useAppleBundleId-BxtyGpHy.js';
|
|
17
17
|
import 'isomorphic-git';
|
|
18
18
|
import 'string-length';
|
|
19
19
|
import 'strip-ansi';
|
|
20
20
|
import { R as RunWithSpinner } from '../../../../RunWithSpinner-BVXNWGD3.js';
|
|
21
21
|
import 'path';
|
|
22
|
-
import { a as uploadProjectCredentials } from '../../../../upload-
|
|
22
|
+
import { a as uploadProjectCredentials } from '../../../../upload-DADrkIUB.js';
|
|
23
23
|
import '@expo/apple-utils/build/index.js';
|
|
24
24
|
import 'ini';
|
|
25
25
|
import 'deepmerge';
|
|
@@ -5,7 +5,7 @@ import * as fs from 'fs';
|
|
|
5
5
|
import 'path';
|
|
6
6
|
import '@expo/apple-utils/build/index.js';
|
|
7
7
|
import 'axios';
|
|
8
|
-
import { d as BaseGameCommand, n as getProjectCredentials, P as Platform, C as CredentialsType } from '../../../../baseGameCommand-
|
|
8
|
+
import { d as BaseGameCommand, n as getProjectCredentials, P as Platform, C as CredentialsType } from '../../../../baseGameCommand-B3NbuvDu.js';
|
|
9
9
|
import 'luxon';
|
|
10
10
|
import 'crypto';
|
|
11
11
|
import 'readline-sync';
|
|
@@ -14,12 +14,12 @@ import 'react';
|
|
|
14
14
|
import '@tanstack/react-query';
|
|
15
15
|
import 'socket.io-client';
|
|
16
16
|
import 'isomorphic-git';
|
|
17
|
-
import { A as App } from '../../../../App-
|
|
17
|
+
import { A as App } from '../../../../App-BfoOFeZ-.js';
|
|
18
18
|
import 'ink-spinner';
|
|
19
19
|
import 'string-length';
|
|
20
20
|
import 'strip-ansi';
|
|
21
21
|
import { R as RunWithSpinner } from '../../../../RunWithSpinner-BVXNWGD3.js';
|
|
22
|
-
import { e as exportCredential } from '../../../../export-
|
|
22
|
+
import { e as exportCredential } from '../../../../export-C16psune.js';
|
|
23
23
|
import 'ini';
|
|
24
24
|
import 'deepmerge';
|
|
25
25
|
|
|
@@ -5,7 +5,7 @@ import * as fs from 'fs';
|
|
|
5
5
|
import 'path';
|
|
6
6
|
import '@expo/apple-utils/build/index.js';
|
|
7
7
|
import 'axios';
|
|
8
|
-
import { d as BaseGameCommand, n as getProjectCredentials, P as Platform, C as CredentialsType } from '../../../../baseGameCommand-
|
|
8
|
+
import { d as BaseGameCommand, n as getProjectCredentials, P as Platform, C as CredentialsType } from '../../../../baseGameCommand-B3NbuvDu.js';
|
|
9
9
|
import 'luxon';
|
|
10
10
|
import 'crypto';
|
|
11
11
|
import 'readline-sync';
|
|
@@ -14,12 +14,12 @@ import 'react';
|
|
|
14
14
|
import '@tanstack/react-query';
|
|
15
15
|
import 'socket.io-client';
|
|
16
16
|
import 'isomorphic-git';
|
|
17
|
-
import { A as App } from '../../../../App-
|
|
17
|
+
import { A as App } from '../../../../App-BfoOFeZ-.js';
|
|
18
18
|
import 'ink-spinner';
|
|
19
19
|
import 'string-length';
|
|
20
20
|
import 'strip-ansi';
|
|
21
21
|
import { R as RunWithSpinner } from '../../../../RunWithSpinner-BVXNWGD3.js';
|
|
22
|
-
import { i as importCredential } from '../../../../import-
|
|
22
|
+
import { i as importCredential } from '../../../../import-hte2Jy0K.js';
|
|
23
23
|
import 'ini';
|
|
24
24
|
import 'deepmerge';
|
|
25
25
|
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { jsxs, jsx, Fragment } from 'react/jsx-runtime';
|
|
2
2
|
import { Box, Text, render } from 'ink';
|
|
3
3
|
import { Flags } from '@oclif/core';
|
|
4
|
-
import { A as App } from '../../../../App-
|
|
4
|
+
import { A as App } from '../../../../App-BfoOFeZ-.js';
|
|
5
5
|
import Spinner from 'ink-spinner';
|
|
6
|
-
import { f as getShortDate, s as Profile, t as ProfileType, o as getAuthedHeaders, p as API_URL, I as castArrayObjectDates, P as Platform, C as CredentialsType, d as BaseGameCommand } from '../../../../baseGameCommand-
|
|
6
|
+
import { f as getShortDate, s as Profile, t as ProfileType, o as getAuthedHeaders, p as API_URL, I as castArrayObjectDates, P as Platform, C as CredentialsType, d as BaseGameCommand } from '../../../../baseGameCommand-B3NbuvDu.js';
|
|
7
7
|
import 'crypto';
|
|
8
8
|
import 'fs';
|
|
9
9
|
import 'readline-sync';
|
|
@@ -16,7 +16,7 @@ import 'socket.io-client';
|
|
|
16
16
|
import '@expo/apple-utils/build/index.js';
|
|
17
17
|
import 'isomorphic-git';
|
|
18
18
|
import { c as cacheKeys } from '../../../../cacheKeys-CShA-ZjE.js';
|
|
19
|
-
import { g as getShortUUID } from '../../../../index-
|
|
19
|
+
import { g as getShortUUID } from '../../../../index-ZHJdUrwJ.js';
|
|
20
20
|
import { T as Title } from '../../../../Title-BCQtayg6.js';
|
|
21
21
|
import { T as Table } from '../../../../Table-CvM6pccN.js';
|
|
22
22
|
import 'string-length';
|