shipthis 0.0.6 → 0.0.7
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 +34 -34
- package/dist/{App-Cp2dHD6n.js → App-SiSXLW2s.js} +1 -1
- package/dist/{AppleBundleIdDetails-ENjeKNOv.js → AppleBundleIdDetails-Nk85zNWP.js} +3 -3
- package/dist/{UserCredentialsTable-BMYMmTfG.js → UserCredentialsTable-CyNAsFc1.js} +2 -2
- package/dist/{baseAppleCommand-BLSOrhPf.js → baseAppleCommand-IhowpKpk.js} +1 -1
- package/dist/{baseGameCommand-DDj0395o.js → baseGameCommand-BeUNc6Wy.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 +3 -3
- 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 +2 -2
- package/dist/{export-B1yFtX2m.js → export-CQ_P94We.js} +1 -1
- package/dist/{import-CZoi54_C.js → import-BGHUTVNR.js} +1 -1
- package/dist/{index-DCqAd30u.js → index-CNME7EEo.js} +1 -1
- package/dist/{upload-S09gow_I.js → upload-D6ScllRL.js} +1 -1
- package/dist/{useAppleApp-DUGmY7Zx.js → useAppleApp-D0wyTA6C.js} +1 -1
- package/dist/{useAppleBundleId-2Lguhhia.js → useAppleBundleId-VKmaX7sP.js} +1 -1
- package/dist/{useBuilds-FnvpFuuU.js → useBuilds-e6LIXrOH.js} +3 -3
- package/dist/{useJob-CV3YKClU.js → useJob-D8xNld5t.js} +2 -2
- package/oclif.manifest.json +134 -134
- package/package.json +1 -1
|
@@ -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-BeUNc6Wy.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-SiSXLW2s.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-e6LIXrOH.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-CNME7EEo.js';
|
|
28
|
+
import '../../../useJob-D8xNld5t.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-BeUNc6Wy.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-CNME7EEo.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-SiSXLW2s.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-BeUNc6Wy.js';
|
|
7
|
+
import { i as isValidSemVer } from '../../index-CNME7EEo.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-BeUNc6Wy.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-SiSXLW2s.js';
|
|
5
5
|
import 'ink-spinner';
|
|
6
|
-
import { a as getInput } from '../../../../index-
|
|
6
|
+
import { a as getInput } from '../../../../index-CNME7EEo.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-BeUNc6Wy.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-D0wyTA6C.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-SiSXLW2s.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-CNME7EEo.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-BeUNc6Wy.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-SiSXLW2s.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-BeUNc6Wy.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-Nk85zNWP.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-D0wyTA6C.js';
|
|
26
26
|
import '../../../../Title-BCQtayg6.js';
|
|
27
27
|
import '../../../../Table-CvM6pccN.js';
|
|
28
|
-
import '../../../../useAppleBundleId-
|
|
28
|
+
import '../../../../useAppleBundleId-VKmaX7sP.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-SiSXLW2s.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-BeUNc6Wy.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-VKmaX7sP.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-SiSXLW2s.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-BeUNc6Wy.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-VKmaX7sP.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-D6ScllRL.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-BeUNc6Wy.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-SiSXLW2s.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-CQ_P94We.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-BeUNc6Wy.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-SiSXLW2s.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-BGHUTVNR.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-SiSXLW2s.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-BeUNc6Wy.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-CNME7EEo.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';
|
|
@@ -1,12 +1,12 @@
|
|
|
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-SiSXLW2s.js';
|
|
5
5
|
import 'ink-spinner';
|
|
6
|
-
import { d as BaseGameCommand, e as getProjectPlatformProgress, P as Platform, f as getShortDate } from '../../../baseGameCommand-
|
|
7
|
-
import { g as getShortUUID, m as makeHumanReadable } from '../../../index-
|
|
6
|
+
import { d as BaseGameCommand, e as getProjectPlatformProgress, P as Platform, f as getShortDate } from '../../../baseGameCommand-BeUNc6Wy.js';
|
|
7
|
+
import { g as getShortUUID, m as makeHumanReadable } from '../../../index-CNME7EEo.js';
|
|
8
8
|
import 'react';
|
|
9
|
-
import { A as AppleAppDetails, a as AppleBundleIdDetails } from '../../../AppleBundleIdDetails-
|
|
9
|
+
import { A as AppleAppDetails, a as AppleBundleIdDetails } from '../../../AppleBundleIdDetails-Nk85zNWP.js';
|
|
10
10
|
import { S as StatusTable } from '../../../StatusTable-CxuX_R1D.js';
|
|
11
11
|
import 'axios';
|
|
12
12
|
import '@tanstack/react-query';
|
|
@@ -24,10 +24,10 @@ import 'node:readline';
|
|
|
24
24
|
import 'isomorphic-git';
|
|
25
25
|
import 'ini';
|
|
26
26
|
import 'deepmerge';
|
|
27
|
-
import '../../../useAppleApp-
|
|
27
|
+
import '../../../useAppleApp-D0wyTA6C.js';
|
|
28
28
|
import '../../../Title-BCQtayg6.js';
|
|
29
29
|
import '../../../Table-CvM6pccN.js';
|
|
30
|
-
import '../../../useAppleBundleId-
|
|
30
|
+
import '../../../useAppleBundleId-VKmaX7sP.js';
|
|
31
31
|
|
|
32
32
|
class GameIosStatus extends BaseGameCommand {
|
|
33
33
|
static args = {};
|
|
@@ -4,15 +4,15 @@ import { Flags } from '@oclif/core';
|
|
|
4
4
|
import 'path';
|
|
5
5
|
import 'fs';
|
|
6
6
|
import '@expo/apple-utils/build/index.js';
|
|
7
|
-
import { d as BaseGameCommand, J as getProjectJobs } from '../../../baseGameCommand-
|
|
8
|
-
import { d as getJobStatusColor } from '../../../index-
|
|
9
|
-
import { A as App } from '../../../App-
|
|
7
|
+
import { d as BaseGameCommand, J as getProjectJobs } from '../../../baseGameCommand-BeUNc6Wy.js';
|
|
8
|
+
import { d as getJobStatusColor } from '../../../index-CNME7EEo.js';
|
|
9
|
+
import { A as App } from '../../../App-SiSXLW2s.js';
|
|
10
10
|
import 'ink-spinner';
|
|
11
11
|
import { T as Table } from '../../../Table-CvM6pccN.js';
|
|
12
12
|
import { DateTime } from 'luxon';
|
|
13
13
|
import '@tanstack/react-query';
|
|
14
14
|
import 'axios';
|
|
15
|
-
import { a as getJobSummary } from '../../../useJob-
|
|
15
|
+
import { a as getJobSummary } from '../../../useJob-D8xNld5t.js';
|
|
16
16
|
import 'react';
|
|
17
17
|
import 'socket.io-client';
|
|
18
18
|
import 'string-length';
|
|
@@ -4,7 +4,7 @@ import { measureElement, Box, Text, render } from 'ink';
|
|
|
4
4
|
import 'path';
|
|
5
5
|
import 'fs';
|
|
6
6
|
import '@expo/apple-utils/build/index.js';
|
|
7
|
-
import { o as getAuthedHeaders, p as API_URL, I as castArrayObjectDates, a0 as getAuthToken, $ as WS_URL, a1 as castObjectDates, a2 as castJobDates, a3 as getShortTime, K as JobStatus, d as BaseGameCommand, M as getJob } from '../../../baseGameCommand-
|
|
7
|
+
import { o as getAuthedHeaders, p as API_URL, I as castArrayObjectDates, a0 as getAuthToken, $ as WS_URL, a1 as castObjectDates, a2 as castJobDates, a3 as getShortTime, K as JobStatus, d as BaseGameCommand, M as getJob } from '../../../baseGameCommand-BeUNc6Wy.js';
|
|
8
8
|
import 'crypto';
|
|
9
9
|
import 'readline-sync';
|
|
10
10
|
import 'node:readline';
|
|
@@ -14,16 +14,16 @@ import { useInfiniteQuery } from '@tanstack/react-query';
|
|
|
14
14
|
import { io } from 'socket.io-client';
|
|
15
15
|
import { DateTime } from 'luxon';
|
|
16
16
|
import 'isomorphic-git';
|
|
17
|
-
import { A as App } from '../../../App-
|
|
17
|
+
import { A as App } from '../../../App-SiSXLW2s.js';
|
|
18
18
|
import Spinner from 'ink-spinner';
|
|
19
|
-
import { h as getStageColor, j as getMessageColor, d as getJobStatusColor } from '../../../index-
|
|
19
|
+
import { h as getStageColor, j as getMessageColor, d as getJobStatusColor } from '../../../index-CNME7EEo.js';
|
|
20
20
|
import { c as cacheKeys } from '../../../cacheKeys-CShA-ZjE.js';
|
|
21
21
|
import { T as Title } from '../../../Title-BCQtayg6.js';
|
|
22
22
|
import stringLength from 'string-length';
|
|
23
23
|
import stripAnsi from 'strip-ansi';
|
|
24
|
-
import { u as useJob, a as getJobSummary } from '../../../useJob-
|
|
24
|
+
import { u as useJob, a as getJobSummary } from '../../../useJob-D8xNld5t.js';
|
|
25
25
|
import { a as StatusRow, b as StatusRowLabel } from '../../../StatusTable-CxuX_R1D.js';
|
|
26
|
-
import { g as getBuildSummary } from '../../../useBuilds-
|
|
26
|
+
import { g as getBuildSummary } from '../../../useBuilds-e6LIXrOH.js';
|
|
27
27
|
import { N as NextSteps } from '../../../NextSteps-CK9zHOCt.js';
|
|
28
28
|
import 'ini';
|
|
29
29
|
import 'deepmerge';
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
2
2
|
import { render, Box, Text } from 'ink';
|
|
3
3
|
import { Flags } from '@oclif/core';
|
|
4
|
-
import { B as BaseAuthenticatedCommand, w as getProjects, f as getShortDate } from '../../baseGameCommand-
|
|
4
|
+
import { B as BaseAuthenticatedCommand, w as getProjects, f as getShortDate } from '../../baseGameCommand-BeUNc6Wy.js';
|
|
5
5
|
import 'path';
|
|
6
6
|
import 'fs';
|
|
7
7
|
import '@expo/apple-utils/build/index.js';
|
|
8
|
-
import { g as getShortUUID } from '../../index-
|
|
9
|
-
import { A as App } from '../../App-
|
|
8
|
+
import { g as getShortUUID } from '../../index-CNME7EEo.js';
|
|
9
|
+
import { A as App } from '../../App-SiSXLW2s.js';
|
|
10
10
|
import 'ink-spinner';
|
|
11
11
|
import { T as Table } from '../../Table-CvM6pccN.js';
|
|
12
12
|
import 'luxon';
|
|
@@ -3,8 +3,8 @@ import axios from 'axios';
|
|
|
3
3
|
import fg from 'fast-glob';
|
|
4
4
|
import fs__default from 'fs';
|
|
5
5
|
import yazl from 'yazl';
|
|
6
|
-
import { d as BaseGameCommand, D as DEFAULT_SHIPPED_FILES_GLOBS, c as DEFAULT_IGNORED_FILES_GLOBS, N as getNewUploadTicket, O as startJobsFromUpload } from '../../baseGameCommand-
|
|
7
|
-
import { e as getFileHash } from '../../index-
|
|
6
|
+
import { d as BaseGameCommand, D as DEFAULT_SHIPPED_FILES_GLOBS, c as DEFAULT_IGNORED_FILES_GLOBS, N as getNewUploadTicket, O as startJobsFromUpload } from '../../baseGameCommand-BeUNc6Wy.js';
|
|
7
|
+
import { e as getFileHash } from '../../index-CNME7EEo.js';
|
|
8
8
|
import { g as getCWDGitInfo } from '../../git-DREGq-jc.js';
|
|
9
9
|
import '@oclif/core';
|
|
10
10
|
import 'path';
|
|
@@ -1,10 +1,10 @@
|
|
|
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-SiSXLW2s.js';
|
|
5
5
|
import 'ink-spinner';
|
|
6
|
-
import { d as BaseGameCommand, e as getProjectPlatformProgress, P as Platform, f as getShortDate } from '../../baseGameCommand-
|
|
7
|
-
import { g as getShortUUID, m as makeHumanReadable } from '../../index-
|
|
6
|
+
import { d as BaseGameCommand, e as getProjectPlatformProgress, P as Platform, f as getShortDate } from '../../baseGameCommand-BeUNc6Wy.js';
|
|
7
|
+
import { g as getShortUUID, m as makeHumanReadable } from '../../index-CNME7EEo.js';
|
|
8
8
|
import 'react';
|
|
9
9
|
import 'luxon';
|
|
10
10
|
import '@tanstack/react-query';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Flags } from '@oclif/core';
|
|
2
|
-
import { B as BaseAuthenticatedCommand, i as isCWDGodotGame, g as getUserCredentials, P as Platform, C as CredentialsType, n as getProjectCredentials } from '../../baseGameCommand-
|
|
2
|
+
import { B as BaseAuthenticatedCommand, i as isCWDGodotGame, g as getUserCredentials, P as Platform, C as CredentialsType, n as getProjectCredentials } from '../../baseGameCommand-BeUNc6Wy.js';
|
|
3
3
|
import 'path';
|
|
4
4
|
import 'fs';
|
|
5
5
|
import '@expo/apple-utils/build/index.js';
|
package/dist/commands/login.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import axios from 'axios';
|
|
2
2
|
import { Flags } from '@oclif/core';
|
|
3
|
-
import { W as WEB_URL, V as BaseCommand, p as API_URL, X as setAuthToken, Y as acceptTerms } from '../baseGameCommand-
|
|
4
|
-
import { a as getInput } from '../index-
|
|
3
|
+
import { W as WEB_URL, V as BaseCommand, p as API_URL, X as setAuthToken, Y as acceptTerms } from '../baseGameCommand-BeUNc6Wy.js';
|
|
4
|
+
import { a as getInput } from '../index-CNME7EEo.js';
|
|
5
5
|
import 'path';
|
|
6
6
|
import 'fs';
|
|
7
7
|
import '@expo/apple-utils/build/index.js';
|
package/dist/commands/status.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { jsx, jsxs } from 'react/jsx-runtime';
|
|
2
2
|
import { render } from 'ink';
|
|
3
|
-
import { _ as DOMAIN, p as API_URL, $ as WS_URL, W as WEB_URL, V as BaseCommand, i as isCWDGodotGame } from '../baseGameCommand-
|
|
3
|
+
import { _ as DOMAIN, p as API_URL, $ as WS_URL, W as WEB_URL, V as BaseCommand, i as isCWDGodotGame } from '../baseGameCommand-BeUNc6Wy.js';
|
|
4
4
|
import 'axios';
|
|
5
5
|
import 'luxon';
|
|
6
6
|
import 'fs';
|
|
7
|
-
import { A as App } from '../App-
|
|
7
|
+
import { A as App } from '../App-SiSXLW2s.js';
|
|
8
8
|
import 'ink-spinner';
|
|
9
9
|
import 'crypto';
|
|
10
10
|
import 'readline-sync';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import axios from 'axios';
|
|
2
2
|
import * as fs from 'fs';
|
|
3
|
-
import { o as getAuthedHeaders, p as API_URL } from './baseGameCommand-
|
|
3
|
+
import { o as getAuthedHeaders, p as API_URL } from './baseGameCommand-BeUNc6Wy.js';
|
|
4
4
|
|
|
5
5
|
async function exportCredential({ zipPath, credentialId, projectId }) {
|
|
6
6
|
const headers = getAuthedHeaders();
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import axios from 'axios';
|
|
2
2
|
import { promises } from 'fs';
|
|
3
|
-
import { o as getAuthedHeaders, p as API_URL } from './baseGameCommand-
|
|
3
|
+
import { o as getAuthedHeaders, p as API_URL } from './baseGameCommand-BeUNc6Wy.js';
|
|
4
4
|
|
|
5
5
|
async function getNewImportTicket(projectId) {
|
|
6
6
|
const url = projectId ? `${API_URL}/projects/${projectId}/credentials/import/url` : `${API_URL}/credentials/import/url`;
|
|
@@ -2,7 +2,7 @@ import crypto from 'crypto';
|
|
|
2
2
|
import fs__default from 'fs';
|
|
3
3
|
import readlineSync from 'readline-sync';
|
|
4
4
|
import { promises } from 'node:readline';
|
|
5
|
-
import { K as JobStatus, P as Platform, R as JobStage, S as LogLevel } from './baseGameCommand-
|
|
5
|
+
import { K as JobStatus, P as Platform, R as JobStage, S as LogLevel } from './baseGameCommand-BeUNc6Wy.js';
|
|
6
6
|
import 'react';
|
|
7
7
|
import 'axios';
|
|
8
8
|
import '@tanstack/react-query';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import axios from 'axios';
|
|
2
|
-
import { o as getAuthedHeaders, p as API_URL } from './baseGameCommand-
|
|
2
|
+
import { o as getAuthedHeaders, p as API_URL } from './baseGameCommand-BeUNc6Wy.js';
|
|
3
3
|
|
|
4
4
|
async function getNewUploadTicket(projectId = null) {
|
|
5
5
|
const url = projectId ? `${API_URL}/projects/${projectId}/credentials/url` : `${API_URL}/credentials/url`;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { useQuery } from '@tanstack/react-query';
|
|
2
|
-
import { m as BundleId, u as getGodotProjectCapabilities, P as Platform, G as GODOT_CAPABILITIES, v as CapabilityType } from './baseGameCommand-
|
|
2
|
+
import { m as BundleId, u as getGodotProjectCapabilities, P as Platform, G as GODOT_CAPABILITIES, v as CapabilityType } from './baseGameCommand-BeUNc6Wy.js';
|
|
3
3
|
|
|
4
4
|
async function getBundleIdCapabilities(bundleId) {
|
|
5
5
|
const current = await bundleId.getBundleIdCapabilitiesAsync();
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import axios from 'axios';
|
|
2
2
|
import { useQuery } from '@tanstack/react-query';
|
|
3
|
-
import { P as Platform, H as getShortDateTime, o as getAuthedHeaders, p as API_URL, I as castArrayObjectDates } from './baseGameCommand-
|
|
3
|
+
import { P as Platform, H as getShortDateTime, o as getAuthedHeaders, p as API_URL, I as castArrayObjectDates } from './baseGameCommand-BeUNc6Wy.js';
|
|
4
4
|
import { c as cacheKeys } from './cacheKeys-CShA-ZjE.js';
|
|
5
|
-
import { g as getShortUUID, c as getPlatformName } from './index-
|
|
6
|
-
import { g as getJobDetailsSummary } from './useJob-
|
|
5
|
+
import { g as getShortUUID, c as getPlatformName } from './index-CNME7EEo.js';
|
|
6
|
+
import { g as getJobDetailsSummary } from './useJob-D8xNld5t.js';
|
|
7
7
|
|
|
8
8
|
async function queryBuilds({ projectId, ...pageAndSortParams }) {
|
|
9
9
|
try {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { useQuery } from '@tanstack/react-query';
|
|
2
2
|
import { c as cacheKeys } from './cacheKeys-CShA-ZjE.js';
|
|
3
|
-
import { K as JobStatus, H as getShortDateTime, L as getShortTimeDelta, M as getJob } from './baseGameCommand-
|
|
4
|
-
import { g as getShortUUID, c as getPlatformName } from './index-
|
|
3
|
+
import { K as JobStatus, H as getShortDateTime, L as getShortTimeDelta, M as getJob } from './baseGameCommand-BeUNc6Wy.js';
|
|
4
|
+
import { g as getShortUUID, c as getPlatformName } from './index-CNME7EEo.js';
|
|
5
5
|
|
|
6
6
|
function getJobDetailsSummary(jobDetails) {
|
|
7
7
|
const semanticVersion = jobDetails?.semanticVersion || "N/A";
|