shipthis 0.1.11 → 0.1.13
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/ship-failure.md +13 -0
- package/assets/markdown/ship-success.md +12 -0
- package/dist/{AppleBundleIdDetails-DymjrhOZ.js → AppleBundleIdDetails-DxWVnxa5.js} +4 -4
- package/dist/{Command-1YAl_0zS.js → Command-zfJ7qIJI.js} +8 -8
- package/dist/{CommandGame--SAa3wEL.js → CommandGame-DVsNreSF.js} +1 -1
- package/dist/{Create-DIaSKUpl.js → Create-DdF29mIS.js} +3 -3
- package/dist/{Import-BIOsf8AA.js → Import-D8ik724M.js} +4 -4
- package/dist/{JobProgress-biiLhigg.js → JobProgress-D1Pe4YJc.js} +10 -7
- package/dist/JobStatusTable-D-daiV-I.js +203 -0
- package/dist/{ProjectCredentialsTable-Ch8022rs.js → ProjectCredentialsTable-Ch2s5qF1.js} +2 -2
- package/dist/{UserCredentialsTable-CeJS3_hd.js → UserCredentialsTable-DzyAHhLB.js} +3 -3
- package/dist/{baseAppleCommand-1isaFxCQ.js → baseAppleCommand-BGXyWK-R.js} +1 -1
- package/dist/{baseGameAndroidCommand-6vsMpE7a.js → baseGameAndroidCommand-mdFhxanf.js} +2 -2
- package/dist/commands/apple/apiKey/create.js +7 -7
- package/dist/commands/apple/apiKey/export.js +6 -6
- package/dist/commands/apple/apiKey/import.js +6 -6
- package/dist/commands/apple/apiKey/status.js +5 -5
- package/dist/commands/apple/certificate/create.js +7 -7
- package/dist/commands/apple/certificate/export.js +6 -6
- package/dist/commands/apple/certificate/import.js +6 -6
- package/dist/commands/apple/certificate/status.js +5 -5
- package/dist/commands/apple/login.js +2 -2
- package/dist/commands/apple/status.js +4 -4
- package/dist/commands/dashboard.js +1 -1
- package/dist/commands/game/android/apiKey/connect.js +9 -9
- package/dist/commands/game/android/apiKey/create.js +10 -10
- package/dist/commands/game/android/apiKey/export.js +7 -7
- package/dist/commands/game/android/apiKey/import.js +9 -9
- package/dist/commands/game/android/apiKey/invite.js +4 -4
- package/dist/commands/game/android/apiKey/status.js +7 -7
- package/dist/commands/game/android/keyStore/create.js +8 -8
- package/dist/commands/game/android/keyStore/export.js +6 -6
- package/dist/commands/game/android/keyStore/import.js +9 -9
- package/dist/commands/game/android/keyStore/status.js +6 -6
- package/dist/commands/game/android/status.js +4 -4
- package/dist/commands/game/build/download.js +4 -4
- package/dist/commands/game/build/list.js +5 -5
- package/dist/commands/game/create.js +2 -2
- package/dist/commands/game/details.js +4 -4
- package/dist/commands/game/export.js +1 -1
- package/dist/commands/game/ios/app/addTester.js +5 -5
- package/dist/commands/game/ios/app/create.js +4 -4
- package/dist/commands/game/ios/app/status.js +7 -7
- package/dist/commands/game/ios/app/sync.js +5 -5
- package/dist/commands/game/ios/profile/create.js +7 -7
- package/dist/commands/game/ios/profile/export.js +6 -6
- package/dist/commands/game/ios/profile/import.js +6 -6
- package/dist/commands/game/ios/profile/status.js +6 -6
- package/dist/commands/game/ios/status.js +7 -7
- package/dist/commands/game/ios/wizard.js +2 -2
- package/dist/commands/game/job/list.js +4 -4
- package/dist/commands/game/job/status.js +17 -131
- package/dist/commands/game/list.js +4 -4
- package/dist/commands/game/ship.js +74 -19
- package/dist/commands/game/status.js +4 -4
- package/dist/commands/game/wizard.js +14 -14
- package/dist/commands/internal/fastlane.js +1 -1
- package/dist/commands/internal/readme.js +1 -1
- package/dist/commands/login.js +2 -2
- package/dist/commands/status.js +4 -4
- package/dist/{export-BDxGDZdh.js → export-Cin4rLWR.js} +1 -1
- package/dist/{import-v54PM_Qg.js → import-CXTv9E84.js} +1 -1
- package/dist/{index-BDFKyTPb.js → index-B4v66AKo.js} +1 -1
- package/dist/{index-ByOvCs4O.js → index-BVvcTBnj.js} +4 -4
- package/dist/{index-m4HTrJ5J.js → index-Cx_2qTdS.js} +7 -7
- package/dist/{index-BB7X1Pqp.js → index-Dhx6FAHt.js} +1 -1
- package/dist/{index-wyPoxiTc.js → index-Dj-chiHz.js} +2 -2
- package/dist/{upload-2naN75Zu.js → upload-DZCIfnwf.js} +1 -1
- package/dist/{useAndroidServiceAccountTestResult-BDc7XpKE.js → useAndroidServiceAccountTestResult-L4oozjag.js} +1 -1
- package/dist/{useAppleApp-DgE0wEaq.js → useAppleApp-DcSr-q-w.js} +1 -1
- package/dist/{useAppleBundleId-BNI8swhC.js → useAppleBundleId-BnJVPVIz.js} +1 -1
- package/dist/{useJobWatching-BIG6fnTN.js → useJobWatching-DS0qHqPA.js} +3 -3
- package/dist/{useProjectCredentials-B5ZmpIxL.js → useProjectCredentials-CI_AoXmH.js} +3 -3
- package/dist/{useWebSocket-Bep1zAVG.js → useWebSocket-ZEZvtpT_.js} +1 -1
- package/npm-shrinkwrap.json +2 -2
- package/oclif.manifest.json +141 -223
- package/package.json +1 -1
- package/dist/AppleBundleIdDetails-C0XqjxKJ.js +0 -72
- package/dist/AppleBundleIdDetails-CjP5y0cj.js +0 -74
- package/dist/AppleBundleIdDetails-CztWY_mT.js +0 -73
- package/dist/AppleBundleIdDetails-DKeSAte9.js +0 -73
- package/dist/AppleBundleIdDetails-Df30MPFC.js +0 -73
- package/dist/AppleBundleIdDetails-Dxo99Sgu.js +0 -72
- package/dist/Command-BiB9MqbJ.js +0 -204
- package/dist/Command-Cl-JfhTy.js +0 -203
- package/dist/Command-D6rWEZRM.js +0 -204
- package/dist/Command-Dn0P_KOV.js +0 -205
- package/dist/Command-DxmQn3XT.js +0 -204
- package/dist/Command-YJJp90ru.js +0 -204
- package/dist/CommandGame-C1oTlfdb.js +0 -8
- package/dist/CommandGame-CZUx_VQu.js +0 -8
- package/dist/CommandGame-DspVLTPZ.js +0 -8
- package/dist/CommandGame-cPaTk1wh.js +0 -8
- package/dist/CommandGame-k04mHiDl.js +0 -8
- package/dist/CommandGame-pI9VXKxi.js +0 -8
- package/dist/CreateKeystore-BnNdeDUa.js +0 -57
- package/dist/CreateKeystore-BqJdpvsI.js +0 -56
- package/dist/CreateKeystore-Cf-nsK_M.js +0 -56
- package/dist/CreateKeystore-D8uTRamD.js +0 -56
- package/dist/CreateKeystore-Dm0KVh85.js +0 -56
- package/dist/CreateKeystore-g1z6DsU5.js +0 -56
- package/dist/JobProgress-CPkWVSlH.js +0 -108
- package/dist/JobProgress-Dk0UoNah.js +0 -108
- package/dist/JobProgress-W0QQR49T.js +0 -108
- package/dist/JobProgress-jmGAzvxS.js +0 -108
- package/dist/JobStatusTable-BA_q-kgE.js +0 -75
- package/dist/JobStatusTable-ByW0bN6c.js +0 -75
- package/dist/JobStatusTable-CgaTS7jS.js +0 -75
- package/dist/JobStatusTable-DqoppRro.js +0 -75
- package/dist/JobStatusTable-q4atKzhu.js +0 -75
- package/dist/ProjectCredentialsTable-8kXt7sTS.js +0 -37
- package/dist/ProjectCredentialsTable-BIWBAXCh.js +0 -37
- package/dist/ProjectCredentialsTable-DRMK_SNw.js +0 -37
- package/dist/ProjectCredentialsTable-DfkpvTf8.js +0 -37
- package/dist/UserCredentialsTable-DMh8Wpy7.js +0 -82
- package/dist/UserCredentialsTable-DgHZJSHG.js +0 -82
- package/dist/UserCredentialsTable-TflQvTEP.js +0 -82
- package/dist/UserCredentialsTable-ysmM5dlV.js +0 -82
- package/dist/baseAppleCommand-B3WQtlx-.js +0 -10
- package/dist/baseAppleCommand-B9wyIqdL.js +0 -10
- package/dist/baseAppleCommand-D-G4h8zQ.js +0 -10
- package/dist/baseAppleCommand-DpasCbje.js +0 -10
- package/dist/baseGameAndroidCommand-B-CFhPnE.js +0 -43
- package/dist/baseGameAndroidCommand-B3LRG701.js +0 -43
- package/dist/baseGameAndroidCommand-C9BuS2Sr.js +0 -43
- package/dist/baseGameAndroidCommand-DD0H8iy-.js +0 -43
- package/dist/commands/game/android/wizard.js +0 -509
- package/dist/export-B_F6vXIK.js +0 -36
- package/dist/export-BiLHgSJ9.js +0 -36
- package/dist/export-C_lu1FD9.js +0 -36
- package/dist/export-rS9o87LD.js +0 -36
- package/dist/import-7T3J63j2.js +0 -38
- package/dist/import-Brg3zYmT.js +0 -38
- package/dist/import-BrlJuE2Z.js +0 -38
- package/dist/import-CxNikF1c.js +0 -38
- package/dist/import-DPbg8WvS.js +0 -38
- package/dist/index-B5XHQfs2.js +0 -122
- package/dist/index-B6V7vGOj.js +0 -136
- package/dist/index-BL-1G60K.js +0 -135
- package/dist/index-BQRxiyqn.js +0 -693
- package/dist/index-BQnkBr1Q.js +0 -136
- package/dist/index-BX9h2vPV.js +0 -123
- package/dist/index-BjGSEqP5.js +0 -135
- package/dist/index-BuZmCvZh.js +0 -24
- package/dist/index-Bv3x8c78.js +0 -693
- package/dist/index-BzffuqPa.js +0 -24
- package/dist/index-C9734Cj2.js +0 -693
- package/dist/index-CKYExssR.js +0 -136
- package/dist/index-CgBgZUkL.js +0 -144
- package/dist/index-Cz_KLwWf.js +0 -136
- package/dist/index-D6BH5UAM.js +0 -135
- package/dist/index-DBrQda8r.js +0 -122
- package/dist/index-DE2Hvx2o.js +0 -122
- package/dist/index-DOgF4dFK.js +0 -24
- package/dist/index-DdABTtYO.js +0 -693
- package/dist/index-DgbQBx6x.js +0 -122
- package/dist/index-DxHPjZav.js +0 -136
- package/dist/index-X__XH_Fd.js +0 -144
- package/dist/index-o9Y-84Rj.js +0 -122
- package/dist/upload-CMo3hUhl.js +0 -60
- package/dist/upload-Cx71802W.js +0 -60
- package/dist/upload-DvAE1vDq.js +0 -60
- package/dist/upload-LXRr4pMa.js +0 -60
- package/dist/useAndroidServiceAccountTestResult-B_ekRewZ.js +0 -52
- package/dist/useAndroidServiceAccountTestResult-Ce1x0Eh8.js +0 -52
- package/dist/useAndroidServiceAccountTestResult-D_30xIJA.js +0 -52
- package/dist/useAndroidServiceAccountTestResult-InDf5WSl.js +0 -52
- package/dist/useAppleApp-BEtLQa7n.js +0 -32
- package/dist/useAppleApp-CApC0-4Q.js +0 -32
- package/dist/useAppleApp-CETIcsJS.js +0 -32
- package/dist/useAppleApp-DnSjUfSs.js +0 -32
- package/dist/useAppleBundleId-DXbMDRLd.js +0 -64
- package/dist/useAppleBundleId-DtLODy3p.js +0 -64
- package/dist/useAppleBundleId-SmzY6rkm.js +0 -64
- package/dist/useAppleBundleId-gPBzJwQg.js +0 -64
- package/dist/useJobWatching-BcBJ5dy1.js +0 -43
- package/dist/useJobWatching-Bz1e6xOv.js +0 -43
- package/dist/useJobWatching-Cp-CYd90.js +0 -45
- package/dist/useJobWatching-D-YzSlK8.js +0 -45
- package/dist/useJobWatching-I_A3b36f.js +0 -45
- package/dist/useJobWatching-P5oC7mNB.js +0 -45
- package/dist/useProjectCredentials-BRffcsO3.js +0 -54
- package/dist/useProjectCredentials-CKngz2rd.js +0 -54
- package/dist/useProjectCredentials-EapDge1I.js +0 -54
- package/dist/useProjectCredentials-vjedBbKl.js +0 -54
- package/dist/useWebSocket-CBqsjHbt.js +0 -36
- package/dist/useWebSocket-D8PojLtx.js +0 -36
- package/dist/useWebSocket-DoImIdTy.js +0 -36
- package/dist/useWebSocket-rBLiZsKb.js +0 -36
- package/dist/wizard-ChPegnMW.js +0 -133
|
@@ -2,8 +2,8 @@ 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-
|
|
6
|
-
import { c as BaseGameCommand, i as BetaGroup } from '../../../../index-
|
|
5
|
+
import { C as Command } from '../../../../Command-zfJ7qIJI.js';
|
|
6
|
+
import { c as BaseGameCommand, i as BetaGroup } from '../../../../index-Dhx6FAHt.js';
|
|
7
7
|
import 'ink-spinner';
|
|
8
8
|
import 'axios';
|
|
9
9
|
import 'crypto-js';
|
|
@@ -13,16 +13,16 @@ import 'fs';
|
|
|
13
13
|
import '@inkjs/ui';
|
|
14
14
|
import '@tanstack/react-query';
|
|
15
15
|
import 'yazl';
|
|
16
|
-
import { a as getInput } from '../../../../index-
|
|
16
|
+
import { a as getInput } from '../../../../index-Dj-chiHz.js';
|
|
17
17
|
import 'open';
|
|
18
18
|
import 'qrcode';
|
|
19
19
|
import { R as RunWithSpinner } from '../../../../RunWithSpinner-BVXNWGD3.js';
|
|
20
20
|
import 'string-length';
|
|
21
21
|
import 'strip-ansi';
|
|
22
|
-
import { q as queryAppleApp } from '../../../../useAppleApp-
|
|
22
|
+
import { q as queryAppleApp } from '../../../../useAppleApp-DcSr-q-w.js';
|
|
23
23
|
import 'fast-glob';
|
|
24
24
|
import 'socket.io-client';
|
|
25
|
-
import '../../../../useAndroidServiceAccountTestResult-
|
|
25
|
+
import '../../../../useAndroidServiceAccountTestResult-L4oozjag.js';
|
|
26
26
|
import 'marked';
|
|
27
27
|
import 'marked-terminal';
|
|
28
28
|
import 'path';
|
|
@@ -2,8 +2,8 @@ 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-
|
|
6
|
-
import { c as BaseGameCommand, d as getGodotAppleBundleIdentifier, e as BundleId, f as App } from '../../../../index-
|
|
5
|
+
import { C as Command } from '../../../../Command-zfJ7qIJI.js';
|
|
6
|
+
import { c as BaseGameCommand, d as getGodotAppleBundleIdentifier, e as BundleId, f as App } from '../../../../index-Dhx6FAHt.js';
|
|
7
7
|
import 'ink-spinner';
|
|
8
8
|
import 'axios';
|
|
9
9
|
import 'crypto-js';
|
|
@@ -13,7 +13,7 @@ import 'fs';
|
|
|
13
13
|
import '@inkjs/ui';
|
|
14
14
|
import '@tanstack/react-query';
|
|
15
15
|
import 'yazl';
|
|
16
|
-
import { a as getInput, b as generatePackageName } from '../../../../index-
|
|
16
|
+
import { a as getInput, b as generatePackageName } from '../../../../index-Dj-chiHz.js';
|
|
17
17
|
import 'open';
|
|
18
18
|
import 'qrcode';
|
|
19
19
|
import { R as RunWithSpinner } from '../../../../RunWithSpinner-BVXNWGD3.js';
|
|
@@ -21,7 +21,7 @@ import 'string-length';
|
|
|
21
21
|
import 'strip-ansi';
|
|
22
22
|
import 'fast-glob';
|
|
23
23
|
import 'socket.io-client';
|
|
24
|
-
import '../../../../useAndroidServiceAccountTestResult-
|
|
24
|
+
import '../../../../useAndroidServiceAccountTestResult-L4oozjag.js';
|
|
25
25
|
import 'marked';
|
|
26
26
|
import 'marked-terminal';
|
|
27
27
|
import 'path';
|
|
@@ -2,8 +2,8 @@ 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-
|
|
6
|
-
import { c as BaseGameCommand } from '../../../../index-
|
|
5
|
+
import { C as Command } from '../../../../Command-zfJ7qIJI.js';
|
|
6
|
+
import { c as BaseGameCommand } from '../../../../index-Dhx6FAHt.js';
|
|
7
7
|
import 'ink-spinner';
|
|
8
8
|
import 'axios';
|
|
9
9
|
import 'crypto-js';
|
|
@@ -26,9 +26,9 @@ 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-
|
|
30
|
-
import '../../../../index-
|
|
31
|
-
import '../../../../useAndroidServiceAccountTestResult-
|
|
29
|
+
import { A as AppleAppDetails, a as AppleBundleIdDetails } from '../../../../AppleBundleIdDetails-DxWVnxa5.js';
|
|
30
|
+
import '../../../../index-Dj-chiHz.js';
|
|
31
|
+
import '../../../../useAndroidServiceAccountTestResult-L4oozjag.js';
|
|
32
32
|
import 'marked';
|
|
33
33
|
import 'marked-terminal';
|
|
34
34
|
import 'path';
|
|
@@ -36,9 +36,9 @@ import '@expo/apple-utils/build/index.js';
|
|
|
36
36
|
import 'ini';
|
|
37
37
|
import 'deepmerge';
|
|
38
38
|
import '../../../../Title-BCQtayg6.js';
|
|
39
|
-
import '../../../../useAppleApp-
|
|
39
|
+
import '../../../../useAppleApp-DcSr-q-w.js';
|
|
40
40
|
import '../../../../Table-CvM6pccN.js';
|
|
41
|
-
import '../../../../useAppleBundleId-
|
|
41
|
+
import '../../../../useAppleBundleId-BnJVPVIz.js';
|
|
42
42
|
|
|
43
43
|
class GameIosAppStatus extends BaseGameCommand {
|
|
44
44
|
static args = {};
|
|
@@ -2,8 +2,8 @@ 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-
|
|
6
|
-
import { c as BaseGameCommand, h as CapabilityTypeOption } from '../../../../index-
|
|
5
|
+
import { C as Command } from '../../../../Command-zfJ7qIJI.js';
|
|
6
|
+
import { c as BaseGameCommand, h as CapabilityTypeOption } from '../../../../index-Dhx6FAHt.js';
|
|
7
7
|
import 'ink-spinner';
|
|
8
8
|
import 'axios';
|
|
9
9
|
import 'crypto-js';
|
|
@@ -18,7 +18,7 @@ import 'readline-sync';
|
|
|
18
18
|
import 'node:readline';
|
|
19
19
|
import 'node:path';
|
|
20
20
|
import 'node:url';
|
|
21
|
-
import { f as fetchBundleId } from '../../../../useAppleBundleId-
|
|
21
|
+
import { f as fetchBundleId } from '../../../../useAppleBundleId-BnJVPVIz.js';
|
|
22
22
|
import 'fast-glob';
|
|
23
23
|
import 'socket.io-client';
|
|
24
24
|
import 'isomorphic-git';
|
|
@@ -27,8 +27,8 @@ import 'qrcode';
|
|
|
27
27
|
import { R as RunWithSpinner } from '../../../../RunWithSpinner-BVXNWGD3.js';
|
|
28
28
|
import 'string-length';
|
|
29
29
|
import 'strip-ansi';
|
|
30
|
-
import '../../../../index-
|
|
31
|
-
import '../../../../useAndroidServiceAccountTestResult-
|
|
30
|
+
import '../../../../index-Dj-chiHz.js';
|
|
31
|
+
import '../../../../useAndroidServiceAccountTestResult-L4oozjag.js';
|
|
32
32
|
import 'marked';
|
|
33
33
|
import 'marked-terminal';
|
|
34
34
|
import 'path';
|
|
@@ -3,13 +3,13 @@ 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-
|
|
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-
|
|
6
|
+
import { C as Command } from '../../../../Command-zfJ7qIJI.js';
|
|
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-Dhx6FAHt.js';
|
|
8
8
|
import 'ink-spinner';
|
|
9
9
|
import 'crypto-js';
|
|
10
10
|
import 'uuid';
|
|
11
11
|
import 'luxon';
|
|
12
|
-
import { a as getProjectCredentials, g as getUserCredentials } from '../../../../index-
|
|
12
|
+
import { a as getProjectCredentials, g as getUserCredentials } from '../../../../index-B4v66AKo.js';
|
|
13
13
|
import '@inkjs/ui';
|
|
14
14
|
import '@tanstack/react-query';
|
|
15
15
|
import 'fs';
|
|
@@ -19,7 +19,7 @@ import 'readline-sync';
|
|
|
19
19
|
import 'node:readline';
|
|
20
20
|
import 'node:path';
|
|
21
21
|
import 'node:url';
|
|
22
|
-
import { f as fetchBundleId } from '../../../../useAppleBundleId-
|
|
22
|
+
import { f as fetchBundleId } from '../../../../useAppleBundleId-BnJVPVIz.js';
|
|
23
23
|
import 'fast-glob';
|
|
24
24
|
import 'socket.io-client';
|
|
25
25
|
import 'isomorphic-git';
|
|
@@ -28,9 +28,9 @@ import 'qrcode';
|
|
|
28
28
|
import { R as RunWithSpinner } from '../../../../RunWithSpinner-BVXNWGD3.js';
|
|
29
29
|
import 'string-length';
|
|
30
30
|
import 'strip-ansi';
|
|
31
|
-
import { a as uploadProjectCredentials } from '../../../../upload-
|
|
32
|
-
import '../../../../index-
|
|
33
|
-
import '../../../../useAndroidServiceAccountTestResult-
|
|
31
|
+
import { a as uploadProjectCredentials } from '../../../../upload-DZCIfnwf.js';
|
|
32
|
+
import '../../../../index-Dj-chiHz.js';
|
|
33
|
+
import '../../../../useAndroidServiceAccountTestResult-L4oozjag.js';
|
|
34
34
|
import 'marked';
|
|
35
35
|
import 'marked-terminal';
|
|
36
36
|
import 'path';
|
|
@@ -2,10 +2,10 @@ 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 { c as BaseGameCommand, P as Platform, C as CredentialsType } from '../../../../index-
|
|
6
|
-
import { a as getProjectCredentials } from '../../../../index-
|
|
5
|
+
import { c as BaseGameCommand, P as Platform, C as CredentialsType } from '../../../../index-Dhx6FAHt.js';
|
|
6
|
+
import { a as getProjectCredentials } from '../../../../index-B4v66AKo.js';
|
|
7
7
|
import 'react';
|
|
8
|
-
import { C as Command } from '../../../../Command-
|
|
8
|
+
import { C as Command } from '../../../../Command-zfJ7qIJI.js';
|
|
9
9
|
import 'ink-spinner';
|
|
10
10
|
import 'axios';
|
|
11
11
|
import 'crypto-js';
|
|
@@ -27,13 +27,13 @@ import 'qrcode';
|
|
|
27
27
|
import { R as RunWithSpinner } from '../../../../RunWithSpinner-BVXNWGD3.js';
|
|
28
28
|
import 'string-length';
|
|
29
29
|
import 'strip-ansi';
|
|
30
|
-
import { e as exportCredential } from '../../../../export-
|
|
30
|
+
import { e as exportCredential } from '../../../../export-Cin4rLWR.js';
|
|
31
31
|
import 'path';
|
|
32
32
|
import '@expo/apple-utils/build/index.js';
|
|
33
33
|
import 'ini';
|
|
34
34
|
import 'deepmerge';
|
|
35
|
-
import '../../../../index-
|
|
36
|
-
import '../../../../useAndroidServiceAccountTestResult-
|
|
35
|
+
import '../../../../index-Dj-chiHz.js';
|
|
36
|
+
import '../../../../useAndroidServiceAccountTestResult-L4oozjag.js';
|
|
37
37
|
import 'marked';
|
|
38
38
|
import 'marked-terminal';
|
|
39
39
|
|
|
@@ -2,10 +2,10 @@ 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 { c as BaseGameCommand, P as Platform, C as CredentialsType } from '../../../../index-
|
|
6
|
-
import { a as getProjectCredentials } from '../../../../index-
|
|
5
|
+
import { c as BaseGameCommand, P as Platform, C as CredentialsType } from '../../../../index-Dhx6FAHt.js';
|
|
6
|
+
import { a as getProjectCredentials } from '../../../../index-B4v66AKo.js';
|
|
7
7
|
import 'react';
|
|
8
|
-
import { C as Command } from '../../../../Command-
|
|
8
|
+
import { C as Command } from '../../../../Command-zfJ7qIJI.js';
|
|
9
9
|
import 'ink-spinner';
|
|
10
10
|
import 'axios';
|
|
11
11
|
import 'crypto-js';
|
|
@@ -27,13 +27,13 @@ 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-CXTv9E84.js';
|
|
31
31
|
import 'path';
|
|
32
32
|
import '@expo/apple-utils/build/index.js';
|
|
33
33
|
import 'ini';
|
|
34
34
|
import 'deepmerge';
|
|
35
|
-
import '../../../../index-
|
|
36
|
-
import '../../../../useAndroidServiceAccountTestResult-
|
|
35
|
+
import '../../../../index-Dj-chiHz.js';
|
|
36
|
+
import '../../../../useAndroidServiceAccountTestResult-L4oozjag.js';
|
|
37
37
|
import 'marked';
|
|
38
38
|
import 'marked-terminal';
|
|
39
39
|
|
|
@@ -2,8 +2,8 @@ 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-
|
|
6
|
-
import { b as getShortDate, n as Profile, o as ProfileType, C as CredentialsType, P as Platform, c as BaseGameCommand } from '../../../../index-
|
|
5
|
+
import { C as Command } from '../../../../Command-zfJ7qIJI.js';
|
|
6
|
+
import { b as getShortDate, n as Profile, o as ProfileType, C as CredentialsType, P as Platform, c as BaseGameCommand } from '../../../../index-Dhx6FAHt.js';
|
|
7
7
|
import Spinner from 'ink-spinner';
|
|
8
8
|
import 'axios';
|
|
9
9
|
import 'crypto-js';
|
|
@@ -25,13 +25,13 @@ import 'open';
|
|
|
25
25
|
import 'qrcode';
|
|
26
26
|
import 'string-length';
|
|
27
27
|
import 'strip-ansi';
|
|
28
|
-
import { u as useProjectCredentials } from '../../../../useProjectCredentials-
|
|
28
|
+
import { u as useProjectCredentials } from '../../../../useProjectCredentials-CI_AoXmH.js';
|
|
29
29
|
import { T as Table } from '../../../../Table-CvM6pccN.js';
|
|
30
30
|
import { T as Title } from '../../../../Title-BCQtayg6.js';
|
|
31
31
|
import { N as NextSteps } from '../../../../NextSteps-CK9zHOCt.js';
|
|
32
|
-
import { P as ProjectCredentialsTable } from '../../../../ProjectCredentialsTable-
|
|
33
|
-
import '../../../../index-
|
|
34
|
-
import '../../../../useAndroidServiceAccountTestResult-
|
|
32
|
+
import { P as ProjectCredentialsTable } from '../../../../ProjectCredentialsTable-Ch2s5qF1.js';
|
|
33
|
+
import '../../../../index-Dj-chiHz.js';
|
|
34
|
+
import '../../../../useAndroidServiceAccountTestResult-L4oozjag.js';
|
|
35
35
|
import 'marked';
|
|
36
36
|
import 'marked-terminal';
|
|
37
37
|
import 'path';
|
|
@@ -2,8 +2,8 @@ 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-
|
|
6
|
-
import { c as BaseGameCommand, k as getProjectPlatformProgress, P as Platform, b as getShortDate } from '../../../index-
|
|
5
|
+
import { C as Command } from '../../../Command-zfJ7qIJI.js';
|
|
6
|
+
import { c as BaseGameCommand, k as getProjectPlatformProgress, P as Platform, b as getShortDate } from '../../../index-Dhx6FAHt.js';
|
|
7
7
|
import 'ink-spinner';
|
|
8
8
|
import '@inkjs/ui';
|
|
9
9
|
import 'axios';
|
|
@@ -11,18 +11,18 @@ import '@tanstack/react-query';
|
|
|
11
11
|
import 'fs';
|
|
12
12
|
import 'uuid';
|
|
13
13
|
import 'yazl';
|
|
14
|
-
import { g as getShortUUID, m as makeHumanReadable } from '../../../index-
|
|
14
|
+
import { g as getShortUUID, m as makeHumanReadable } from '../../../index-Dj-chiHz.js';
|
|
15
15
|
import 'open';
|
|
16
16
|
import { N as NextSteps } from '../../../NextSteps-CK9zHOCt.js';
|
|
17
17
|
import 'qrcode';
|
|
18
18
|
import { S as StatusTable } from '../../../StatusTable-Dm5St4g-.js';
|
|
19
19
|
import 'string-length';
|
|
20
20
|
import 'strip-ansi';
|
|
21
|
-
import { A as AppleAppDetails, a as AppleBundleIdDetails } from '../../../AppleBundleIdDetails-
|
|
21
|
+
import { A as AppleAppDetails, a as AppleBundleIdDetails } from '../../../AppleBundleIdDetails-DxWVnxa5.js';
|
|
22
22
|
import 'luxon';
|
|
23
23
|
import 'fast-glob';
|
|
24
24
|
import 'socket.io-client';
|
|
25
|
-
import '../../../useAndroidServiceAccountTestResult-
|
|
25
|
+
import '../../../useAndroidServiceAccountTestResult-L4oozjag.js';
|
|
26
26
|
import 'marked';
|
|
27
27
|
import 'marked-terminal';
|
|
28
28
|
import 'path';
|
|
@@ -37,9 +37,9 @@ import '@expo/apple-utils/build/index.js';
|
|
|
37
37
|
import 'ini';
|
|
38
38
|
import 'deepmerge';
|
|
39
39
|
import '../../../Title-BCQtayg6.js';
|
|
40
|
-
import '../../../useAppleApp-
|
|
40
|
+
import '../../../useAppleApp-DcSr-q-w.js';
|
|
41
41
|
import '../../../Table-CvM6pccN.js';
|
|
42
|
-
import '../../../useAppleBundleId-
|
|
42
|
+
import '../../../useAppleBundleId-BnJVPVIz.js';
|
|
43
43
|
|
|
44
44
|
class GameIosStatus extends BaseGameCommand {
|
|
45
45
|
static args = {};
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { Flags } from '@oclif/core';
|
|
2
|
-
import { B as BaseAuthenticatedCommand, j as isCWDGodotGame, P as Platform, C as CredentialsType } from '../../../index-
|
|
2
|
+
import { B as BaseAuthenticatedCommand, j as isCWDGodotGame, P as Platform, C as CredentialsType } from '../../../index-Dhx6FAHt.js';
|
|
3
3
|
import 'axios';
|
|
4
4
|
import 'crypto-js';
|
|
5
5
|
import 'uuid';
|
|
6
6
|
import 'luxon';
|
|
7
|
-
import { g as getUserCredentials, a as getProjectCredentials } from '../../../index-
|
|
7
|
+
import { g as getUserCredentials, a as getProjectCredentials } from '../../../index-B4v66AKo.js';
|
|
8
8
|
import 'path';
|
|
9
9
|
import 'fs';
|
|
10
10
|
import '@expo/apple-utils/build/index.js';
|
|
@@ -1,9 +1,9 @@
|
|
|
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 { c as BaseGameCommand, z as getProjectJobs } from '../../../index-
|
|
4
|
+
import { c as BaseGameCommand, z as getProjectJobs } from '../../../index-Dhx6FAHt.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-zfJ7qIJI.js';
|
|
7
7
|
import 'ink-spinner';
|
|
8
8
|
import '@inkjs/ui';
|
|
9
9
|
import 'axios';
|
|
@@ -11,7 +11,7 @@ import '@tanstack/react-query';
|
|
|
11
11
|
import 'fs';
|
|
12
12
|
import 'uuid';
|
|
13
13
|
import 'yazl';
|
|
14
|
-
import { c as getJobStatusColor } from '../../../index-
|
|
14
|
+
import { c as getJobStatusColor } from '../../../index-Dj-chiHz.js';
|
|
15
15
|
import 'open';
|
|
16
16
|
import 'qrcode';
|
|
17
17
|
import { T as Table } from '../../../Table-CvM6pccN.js';
|
|
@@ -31,7 +31,7 @@ import 'node:url';
|
|
|
31
31
|
import 'ini';
|
|
32
32
|
import 'deepmerge';
|
|
33
33
|
import 'isomorphic-git';
|
|
34
|
-
import '../../../useAndroidServiceAccountTestResult-
|
|
34
|
+
import '../../../useAndroidServiceAccountTestResult-L4oozjag.js';
|
|
35
35
|
import 'marked';
|
|
36
36
|
import 'marked-terminal';
|
|
37
37
|
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
2
2
|
import { Args, Flags } from '@oclif/core';
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import
|
|
6
|
-
import { C as Command } from '../../../Command-
|
|
7
|
-
import
|
|
3
|
+
import { render } from 'ink';
|
|
4
|
+
import { c as BaseGameCommand, E as getJob, J as JobStatus } from '../../../index-Dhx6FAHt.js';
|
|
5
|
+
import 'react';
|
|
6
|
+
import { C as Command } from '../../../Command-zfJ7qIJI.js';
|
|
7
|
+
import 'ink-spinner';
|
|
8
8
|
import '@inkjs/ui';
|
|
9
|
-
import
|
|
10
|
-
import
|
|
9
|
+
import 'axios';
|
|
10
|
+
import '@tanstack/react-query';
|
|
11
11
|
import 'fs';
|
|
12
12
|
import 'uuid';
|
|
13
13
|
import 'yazl';
|
|
@@ -23,137 +23,23 @@ import 'isomorphic-git';
|
|
|
23
23
|
import 'open';
|
|
24
24
|
import { N as NextSteps } from '../../../NextSteps-CK9zHOCt.js';
|
|
25
25
|
import 'qrcode';
|
|
26
|
-
import
|
|
27
|
-
import
|
|
28
|
-
import {
|
|
29
|
-
import 'crypto-js';
|
|
30
|
-
import { c as cacheKeys } from '../../../useAndroidServiceAccountTestResult-Ce1x0Eh8.js';
|
|
31
|
-
import { u as useWebSocket } from '../../../useWebSocket-CBqsjHbt.js';
|
|
32
|
-
import { T as Title } from '../../../Title-BCQtayg6.js';
|
|
33
|
-
import { J as JobStatusTable } from '../../../JobStatusTable-DqoppRro.js';
|
|
26
|
+
import 'string-length';
|
|
27
|
+
import 'strip-ansi';
|
|
28
|
+
import { J as JobStatusTable, a as JobLogTail } from '../../../JobStatusTable-D-daiV-I.js';
|
|
34
29
|
import 'path';
|
|
35
30
|
import '@expo/apple-utils/build/index.js';
|
|
31
|
+
import 'crypto-js';
|
|
36
32
|
import 'ini';
|
|
37
33
|
import 'deepmerge';
|
|
34
|
+
import '../../../index-Dj-chiHz.js';
|
|
35
|
+
import '../../../useAndroidServiceAccountTestResult-L4oozjag.js';
|
|
38
36
|
import 'marked';
|
|
39
37
|
import 'marked-terminal';
|
|
40
|
-
import '../../../
|
|
38
|
+
import '../../../Title-BCQtayg6.js';
|
|
39
|
+
import '../../../useWebSocket-ZEZvtpT_.js';
|
|
40
|
+
import '../../../useJobWatching-DS0qHqPA.js';
|
|
41
41
|
import '../../../StatusTable-Dm5St4g-.js';
|
|
42
42
|
|
|
43
|
-
async function queryJobLogs({
|
|
44
|
-
projectId,
|
|
45
|
-
jobId,
|
|
46
|
-
cursor,
|
|
47
|
-
pageSize = 10
|
|
48
|
-
}) {
|
|
49
|
-
try {
|
|
50
|
-
const headers = getAuthedHeaders();
|
|
51
|
-
const base = `${API_URL}/projects/${projectId}/jobs/${jobId}/logs/?pageSize=${pageSize}`;
|
|
52
|
-
const url = base + (cursor ? `&cursor=${cursor}` : "");
|
|
53
|
-
const response = await axios.get(url, { headers });
|
|
54
|
-
return {
|
|
55
|
-
...response.data,
|
|
56
|
-
data: castArrayObjectDates(response.data.data, ["sentAt", "createdAt"])
|
|
57
|
-
};
|
|
58
|
-
} catch (error) {
|
|
59
|
-
console.warn("queryJobLogs Error", error);
|
|
60
|
-
throw error;
|
|
61
|
-
}
|
|
62
|
-
}
|
|
63
|
-
const useJobLogs = (props) => {
|
|
64
|
-
const queryResult = useInfiniteQuery({
|
|
65
|
-
queryKey: cacheKeys.jobLogs(props),
|
|
66
|
-
queryFn: async ({ pageParam }) => {
|
|
67
|
-
return queryJobLogs({
|
|
68
|
-
...props,
|
|
69
|
-
cursor: pageParam
|
|
70
|
-
});
|
|
71
|
-
},
|
|
72
|
-
getNextPageParam: (lastPage) => lastPage.nextCursor,
|
|
73
|
-
initialPageParam: props.cursor
|
|
74
|
-
});
|
|
75
|
-
return queryResult;
|
|
76
|
-
};
|
|
77
|
-
|
|
78
|
-
function arrayToDictionary(array, key = "id") {
|
|
79
|
-
return array.reduce((a, i) => {
|
|
80
|
-
a[i[key]] = i;
|
|
81
|
-
return a;
|
|
82
|
-
}, {});
|
|
83
|
-
}
|
|
84
|
-
function dictionaryToArray(dictionary) {
|
|
85
|
-
return Object.keys(dictionary).map((key) => dictionary[key]);
|
|
86
|
-
}
|
|
87
|
-
|
|
88
|
-
function getSortedJobLogs(logs) {
|
|
89
|
-
return logs.sort((a, b) => a.sentAt.toMillis() - b.sentAt.toMillis());
|
|
90
|
-
}
|
|
91
|
-
function useJobLogTail(props) {
|
|
92
|
-
const [websocketLogs, setWebsocketLogs] = useState([]);
|
|
93
|
-
const listener = {
|
|
94
|
-
getPattern: () => `project.${props.projectId}:job.${props.jobId}:log`,
|
|
95
|
-
eventHandler: async (pattern, rawLogEntry) => {
|
|
96
|
-
setWebsocketLogs((prevLogs) => {
|
|
97
|
-
const logEntry = castObjectDates(rawLogEntry, ["sentAt", "createdAt"]);
|
|
98
|
-
return [...prevLogs, logEntry];
|
|
99
|
-
});
|
|
100
|
-
}
|
|
101
|
-
};
|
|
102
|
-
useWebSocket(props.isWatching ? [listener] : []);
|
|
103
|
-
const { isLoading, data: fetchedJobLogs } = useJobLogs({
|
|
104
|
-
projectId: props.projectId,
|
|
105
|
-
jobId: props.jobId,
|
|
106
|
-
pageSize: props.length
|
|
107
|
-
});
|
|
108
|
-
useEffect(() => {
|
|
109
|
-
setWebsocketLogs([]);
|
|
110
|
-
}, [props.jobId, props.projectId, props.length, props.isWatching, fetchedJobLogs]);
|
|
111
|
-
const firstPage = fetchedJobLogs ? fetchedJobLogs?.pages[0].data : [];
|
|
112
|
-
const allLogs = [...firstPage, ...websocketLogs];
|
|
113
|
-
const allLogsById = arrayToDictionary(allLogs);
|
|
114
|
-
const uniqueLogs = dictionaryToArray(allLogsById);
|
|
115
|
-
const data = getSortedJobLogs(uniqueLogs).slice(-props.length);
|
|
116
|
-
return {
|
|
117
|
-
isLoading,
|
|
118
|
-
data
|
|
119
|
-
};
|
|
120
|
-
}
|
|
121
|
-
|
|
122
|
-
const TruncatedText = ({ children, wrap, ...textPropsWithoutWrap }) => {
|
|
123
|
-
const ref = useRef();
|
|
124
|
-
const [width, setWidth] = useState(null);
|
|
125
|
-
useEffect(() => {
|
|
126
|
-
if (!ref.current) return;
|
|
127
|
-
const { width: measuredWidth } = measureElement(ref.current);
|
|
128
|
-
setWidth(measuredWidth);
|
|
129
|
-
}, []);
|
|
130
|
-
const getTruncated = (input) => {
|
|
131
|
-
const withoutCrlf = input.replaceAll(/[\r\n]/g, "");
|
|
132
|
-
if (width === null) return withoutCrlf;
|
|
133
|
-
const withoutAnsi = stripAnsi(withoutCrlf);
|
|
134
|
-
const textLength = stringLength(withoutAnsi);
|
|
135
|
-
return textLength > width ? withoutCrlf.substring(0, width) : withoutCrlf;
|
|
136
|
-
};
|
|
137
|
-
return /* @__PURE__ */ jsx(Box, { ref, children: /* @__PURE__ */ jsx(Text, { ...textPropsWithoutWrap, children: getTruncated(children) + "\x1B[0m" }) });
|
|
138
|
-
};
|
|
139
|
-
|
|
140
|
-
const JobLogTail = (props) => {
|
|
141
|
-
const { isLoading, data } = useJobLogTail(props);
|
|
142
|
-
return /* @__PURE__ */ jsxs(Box, { flexDirection: "column", children: [
|
|
143
|
-
/* @__PURE__ */ jsx(Title, { children: "Job Logs" }),
|
|
144
|
-
isLoading && /* @__PURE__ */ jsx(Spinner, { type: "dots" }),
|
|
145
|
-
/* @__PURE__ */ jsx(Box, { flexDirection: "column", children: data.map((log) => {
|
|
146
|
-
const stageColor = getStageColor(log.stage);
|
|
147
|
-
const messageColor = getMessageColor(log.level);
|
|
148
|
-
return /* @__PURE__ */ jsxs(Box, { flexDirection: "row", overflow: "hidden", height: 1, children: [
|
|
149
|
-
/* @__PURE__ */ jsx(Box, { children: /* @__PURE__ */ jsx(Text, { children: getShortTime(log.sentAt) }) }),
|
|
150
|
-
/* @__PURE__ */ jsx(Box, { marginLeft: 1, width: 9, justifyContent: "flex-start", children: /* @__PURE__ */ jsx(Text, { color: stageColor, children: log.stage }) }),
|
|
151
|
-
/* @__PURE__ */ jsx(Box, { marginLeft: 1, overflow: "hidden", height: 1, marginRight: 2, children: /* @__PURE__ */ jsx(TruncatedText, { color: messageColor, children: log.message }) })
|
|
152
|
-
] }, log.id);
|
|
153
|
-
}) })
|
|
154
|
-
] });
|
|
155
|
-
};
|
|
156
|
-
|
|
157
43
|
class GameJobStatus extends BaseGameCommand {
|
|
158
44
|
static args = {
|
|
159
45
|
job_id: Args.string({ description: "The id of the job to get the status of", required: true })
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
2
2
|
import { render, Text, Box } from 'ink';
|
|
3
3
|
import { Flags } from '@oclif/core';
|
|
4
|
-
import { B as BaseAuthenticatedCommand, g as getProjects, b as getShortDate } from '../../index-
|
|
4
|
+
import { B as BaseAuthenticatedCommand, g as getProjects, b as getShortDate } from '../../index-Dhx6FAHt.js';
|
|
5
5
|
import 'react';
|
|
6
|
-
import { C as Command } from '../../Command-
|
|
6
|
+
import { C as Command } from '../../Command-zfJ7qIJI.js';
|
|
7
7
|
import 'ink-spinner';
|
|
8
8
|
import '@inkjs/ui';
|
|
9
9
|
import 'axios';
|
|
@@ -11,7 +11,7 @@ import '@tanstack/react-query';
|
|
|
11
11
|
import 'fs';
|
|
12
12
|
import 'uuid';
|
|
13
13
|
import 'yazl';
|
|
14
|
-
import { g as getShortUUID } from '../../index-
|
|
14
|
+
import { g as getShortUUID } from '../../index-Dj-chiHz.js';
|
|
15
15
|
import 'open';
|
|
16
16
|
import 'qrcode';
|
|
17
17
|
import { T as Table } from '../../Table-CvM6pccN.js';
|
|
@@ -31,7 +31,7 @@ import 'node:url';
|
|
|
31
31
|
import 'ini';
|
|
32
32
|
import 'deepmerge';
|
|
33
33
|
import 'isomorphic-git';
|
|
34
|
-
import '../../useAndroidServiceAccountTestResult-
|
|
34
|
+
import '../../useAndroidServiceAccountTestResult-L4oozjag.js';
|
|
35
35
|
import 'marked';
|
|
36
36
|
import 'marked-terminal';
|
|
37
37
|
|