shipthis 0.1.43 → 0.1.44

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (91) hide show
  1. package/README.md +12 -0
  2. package/dist/{AppleBundleIdDetails-bMqPqmP0.js → AppleBundleIdDetails-DSTNVuCE.js} +5 -6
  3. package/dist/{Command-cqn3WLlP.js → Command-CUAYljjP.js} +3 -4
  4. package/dist/{CommandGame-DMQT0sL_.js → CommandGame-DpCdhjIa.js} +2 -2
  5. package/dist/{Create-Cs9HG9xO.js → Create-CrvCt5uP.js} +2 -2
  6. package/dist/{GameStatus-lv2SW-6H.js → GameStatus-4GPzUgCD.js} +2 -2
  7. package/dist/{Import-DOQrR8wW.js → Import-BXH6fSxe.js} +4 -5
  8. package/dist/{JobLogTail-CWYxQTq4.js → JobLogTail-CNw7TQdK.js} +4 -5
  9. package/dist/{JobProgress-B07Y2FLb.js → JobProgress-BbklmvdG.js} +3 -4
  10. package/dist/{JobStatusTable-B0A1z1zq.js → JobStatusTable-L4wAk8Ns.js} +4 -5
  11. package/dist/{ProjectCredentialsTable-CyJ7o8yD.js → ProjectCredentialsTable-BfMmJ7AU.js} +3 -4
  12. package/dist/{UserCredentialsTable-C8_skPFY.js → UserCredentialsTable-081xdlb9.js} +3 -4
  13. package/dist/{baseAppleCommand-Cfoy8Tx_.js → baseAppleCommand-DDQU5PTs.js} +1 -1
  14. package/dist/{baseCommand-B23l0hCp.js → baseCommand-CdsX3LS8.js} +4 -16
  15. package/dist/{baseGameAndroidCommand-Dh4xXVW1.js → baseGameAndroidCommand-CAQVvU3i.js} +2 -2
  16. package/dist/{baseGameCommand-P7Vyz2vZ.js → baseGameCommand-CCyAhN-V.js} +1 -2
  17. package/dist/commands/apiKey/create.js +3 -4
  18. package/dist/commands/apiKey/list.js +3 -4
  19. package/dist/commands/apiKey/revoke.js +3 -4
  20. package/dist/commands/apple/apiKey/create.js +7 -8
  21. package/dist/commands/apple/apiKey/delete.js +5 -6
  22. package/dist/commands/apple/apiKey/export.js +6 -7
  23. package/dist/commands/apple/apiKey/import.js +6 -7
  24. package/dist/commands/apple/apiKey/status.js +5 -6
  25. package/dist/commands/apple/certificate/create.js +7 -8
  26. package/dist/commands/apple/certificate/delete.js +5 -6
  27. package/dist/commands/apple/certificate/export.js +6 -7
  28. package/dist/commands/apple/certificate/import.js +6 -7
  29. package/dist/commands/apple/certificate/status.js +5 -6
  30. package/dist/commands/apple/login.js +3 -4
  31. package/dist/commands/apple/status.js +4 -5
  32. package/dist/commands/dashboard.js +2 -3
  33. package/dist/commands/game/android/apiKey/connect.js +8 -9
  34. package/dist/commands/game/android/apiKey/create.js +11 -12
  35. package/dist/commands/game/android/apiKey/delete.js +5 -6
  36. package/dist/commands/game/android/apiKey/export.js +7 -8
  37. package/dist/commands/game/android/apiKey/import.js +7 -8
  38. package/dist/commands/game/android/apiKey/invite.js +3 -4
  39. package/dist/commands/game/android/apiKey/policy.js +3 -4
  40. package/dist/commands/game/android/apiKey/status.js +7 -8
  41. package/dist/commands/game/android/keyStore/create.js +8 -9
  42. package/dist/commands/game/android/keyStore/delete.js +5 -6
  43. package/dist/commands/game/android/keyStore/export.js +6 -7
  44. package/dist/commands/game/android/keyStore/import.js +9 -10
  45. package/dist/commands/game/android/keyStore/status.js +6 -7
  46. package/dist/commands/game/android/status.js +3 -4
  47. package/dist/commands/game/build/download.js +3 -4
  48. package/dist/commands/game/build/list.js +5 -6
  49. package/dist/commands/game/create.js +3 -4
  50. package/dist/commands/game/details.js +4 -5
  51. package/dist/commands/game/export.js +2 -3
  52. package/dist/commands/game/ios/app/addTester.js +5 -6
  53. package/dist/commands/game/ios/app/create.js +4 -5
  54. package/dist/commands/game/ios/app/status.js +7 -8
  55. package/dist/commands/game/ios/app/sync.js +5 -6
  56. package/dist/commands/game/ios/profile/create.js +7 -8
  57. package/dist/commands/game/ios/profile/delete.js +5 -6
  58. package/dist/commands/game/ios/profile/export.js +6 -7
  59. package/dist/commands/game/ios/profile/import.js +6 -7
  60. package/dist/commands/game/ios/profile/status.js +7 -8
  61. package/dist/commands/game/ios/status.js +9 -10
  62. package/dist/commands/game/ios/wizard.js +3 -4
  63. package/dist/commands/game/job/list.js +3 -4
  64. package/dist/commands/game/job/status.js +6 -7
  65. package/dist/commands/game/list.js +3 -4
  66. package/dist/commands/game/ship.js +8 -9
  67. package/dist/commands/game/status.js +6 -7
  68. package/dist/commands/game/wizard.js +15 -16
  69. package/dist/commands/internal/fastlane.js +3 -4
  70. package/dist/commands/internal/readme.js +4 -4
  71. package/dist/commands/login.js +2 -3
  72. package/dist/commands/status.js +4 -5
  73. package/dist/commands/util/android-build-method.js +3 -4
  74. package/dist/commands/util/glass.js +2 -3
  75. package/dist/{export-BOuZFMT3.js → export-4rGFZrzT.js} +1 -1
  76. package/dist/{import-P4KcAuAO.js → import-C9i4RAW6.js} +1 -1
  77. package/dist/{index-AUjBYrSG.js → index-B-7dXz3a.js} +5 -6
  78. package/dist/{index-BmRSqi8U.js → index-CQKTbsum.js} +5 -6
  79. package/dist/{index-DMosmqi2.js → index-DBy7ImFs.js} +1 -1
  80. package/dist/{upload-BvNeNQXc.js → upload-DWm3upu4.js} +1 -1
  81. package/dist/{useAppleApp-fD92orhh.js → useAppleApp-B0I5eZYx.js} +1 -1
  82. package/dist/{useAppleBundleId-oONHtYgg.js → useAppleBundleId-D4Uk-B7k.js} +1 -1
  83. package/dist/{useAppleProfiles-aMy844nZ.js → useAppleProfiles-YAcyvQa0.js} +2 -3
  84. package/dist/{useGoogleStatus-rBDZt9tw.js → useGoogleStatus-CMZyzdD6.js} +2 -2
  85. package/dist/{useProjectCredentials-DLYLMlJh.js → useProjectCredentials-8rTRb2Y7.js} +2 -2
  86. package/dist/{useWebSocket-Bvq2Wf7I.js → useWebSocket-CFc1M_mq.js} +1 -1
  87. package/docs/README.md +1 -0
  88. package/docs/autocomplete.md +64 -0
  89. package/npm-shrinkwrap.json +239 -336
  90. package/oclif.manifest.json +1 -1
  91. package/package.json +21 -8
package/README.md CHANGED
@@ -49,6 +49,8 @@ The wizard command takes a platform parameter: either **android** or **ios**. Ru
49
49
 
50
50
  #### Set up an Android game
51
51
 
52
+ Read more about [how ShipThis handles Godot Android builds](https://shipth.is/docs/guides/android-build-methods?ref=github_readme) (Gradle vs legacy, APK/AAB output).
53
+
52
54
  ```bash
53
55
  shipthis game wizard android
54
56
  ```
@@ -89,6 +91,7 @@ Now you can publish new versions of your game to TestFlight or Google Play with
89
91
  shipthis game ship
90
92
  ```
91
93
 
94
+ - New to ShipThis? See the full [Quick start guide](https://shipth.is/docs/guides/quick-start?ref=github_readme)
92
95
  - Having issues? Check the [Troubleshooting](https://shipth.is/docs/troubleshooting?ref=github_readme) or [join our Discord](https://discord.gg/gPjn3S99k4)
93
96
  - For detailed documentation, visit [shipth.is/docs](https://shipth.is/docs?ref=github_readme)
94
97
 
@@ -420,11 +423,20 @@ The build machines do not keep user files after a job completes.
420
423
 
421
424
  ### 🔧 Commands
422
425
 
426
+ - [autocomplete](https://shipth.is/docs/reference/autocomplete?ref=github_readme) - Set up shell tab-completion for commands, topics, and flags
423
427
  - [dashboard](https://shipth.is/docs/reference/dashboard?ref=github_readme) - Opens the web browser to your shipth.is dashboard
424
428
  - [login](https://shipth.is/docs/reference/login?ref=github_readme) - Sign in or create a new account
425
429
  - [status](https://shipth.is/docs/reference/status?ref=github_readme) - Display your overall ShipThis account status
426
430
  - [help](https://shipth.is/docs/reference/help?ref=github_readme) - Display help for a specific topic or command
427
431
 
432
+ ### 📚 Guides
433
+
434
+ - [Quick start](https://shipth.is/docs/guides/quick-start?ref=github_readme) - Get your first build running in minutes
435
+ - [Android build methods](https://shipth.is/docs/guides/android-build-methods?ref=github_readme) - Gradle vs legacy builds, APK & AAB output
436
+ - [Godot versioning](https://shipth.is/docs/guides/godot-versioning?ref=github_readme) - Supported Godot versions and custom builds
437
+ - [Liquid Glass icons](https://shipth.is/docs/guides/liquid-glass?ref=github_readme) - Use Liquid Glass icons with your iOS game
438
+ - [Troubleshooting](https://shipth.is/docs/troubleshooting?ref=github_readme) - Common issues and how to fix them
439
+
428
440
  ## 🌍 Community
429
441
 
430
442
  - 💬 [Join us on Discord](https://discord.gg/gPjn3S99k4)
@@ -11,14 +11,13 @@ import 'readline-sync';
11
11
  import 'luxon';
12
12
  import 'axios';
13
13
  import 'isomorphic-git';
14
- import './baseCommand-B23l0hCp.js';
14
+ import './baseCommand-CdsX3LS8.js';
15
15
  import '@oclif/core';
16
16
  import '@tanstack/react-query';
17
17
  import 'react';
18
- import 'crypto-js';
19
- import 'uuid';
20
- import { u as useAppleApp } from './useAppleApp-fD92orhh.js';
18
+ import { u as useAppleApp } from './useAppleApp-B0I5eZYx.js';
21
19
  import 'fast-glob';
20
+ import 'uuid';
22
21
  import 'socket.io-client';
23
22
  import 'fullscreen-ink';
24
23
  import 'stream';
@@ -28,12 +27,12 @@ import 'strip-ansi';
28
27
  import { T as Table } from './Table-FaNgpyeq.js';
29
28
  import { T as Title } from './Title-BCQtayg6.js';
30
29
  import 'open';
31
- import './baseGameCommand-P7Vyz2vZ.js';
30
+ import './baseGameCommand-CCyAhN-V.js';
32
31
  import 'godot-export-presets';
33
32
  import 'marked';
34
33
  import 'marked-terminal';
35
34
  import 'qrcode';
36
- import { u as useAppleBundleId } from './useAppleBundleId-oONHtYgg.js';
35
+ import { u as useAppleBundleId } from './useAppleBundleId-D4Uk-B7k.js';
37
36
 
38
37
  const AppleAppDetails = (props) => {
39
38
  const { data, isLoading } = useAppleApp(props);
@@ -2,11 +2,9 @@ import { jsx } from 'react/jsx-runtime';
2
2
  import { QueryClientProvider } from '@tanstack/react-query';
3
3
  import { useScreenSize } from 'fullscreen-ink';
4
4
  import { Box } from 'ink';
5
- import { I as queryClient } from './baseCommand-B23l0hCp.js';
5
+ import { I as queryClient } from './baseCommand-CdsX3LS8.js';
6
6
  import 'axios';
7
7
  import 'node:fs';
8
- import 'crypto-js';
9
- import 'uuid';
10
8
  import 'luxon';
11
9
  import 'node:crypto';
12
10
  import 'node:path';
@@ -20,7 +18,8 @@ import 'socket.io-client';
20
18
  import 'stream';
21
19
  import 'yazl';
22
20
  import 'fast-glob';
23
- import { C as CommandProvider } from './baseGameCommand-P7Vyz2vZ.js';
21
+ import 'uuid';
22
+ import { C as CommandProvider } from './baseGameCommand-CCyAhN-V.js';
24
23
 
25
24
  const Command = ({ children, command }) => {
26
25
  const { width } = useScreenSize();
@@ -1,6 +1,6 @@
1
1
  import { jsx } from 'react/jsx-runtime';
2
- import { G as GameProvider } from './baseGameCommand-P7Vyz2vZ.js';
3
- import { C as Command } from './Command-cqn3WLlP.js';
2
+ import { G as GameProvider } from './baseGameCommand-CCyAhN-V.js';
3
+ import { C as Command } from './Command-CUAYljjP.js';
4
4
 
5
5
  const CommandGame = ({ children, command }) => /* @__PURE__ */ jsx(Command, { command, children: /* @__PURE__ */ jsx(GameProvider, { children }) });
6
6
 
@@ -3,7 +3,7 @@ import { useQueryClient } from '@tanstack/react-query';
3
3
  import axios from 'axios';
4
4
  import { Box } from 'ink';
5
5
  import { useContext } from 'react';
6
- import { q as getAuthedHeaders, p as API_URL } from './baseCommand-B23l0hCp.js';
6
+ import { q as getAuthedHeaders, p as API_URL } from './baseCommand-CdsX3LS8.js';
7
7
  import 'ink-spinner';
8
8
  import 'node:crypto';
9
9
  import 'node:fs';
@@ -14,7 +14,7 @@ import 'readline-sync';
14
14
  import 'luxon';
15
15
  import 'isomorphic-git';
16
16
  import '@oclif/core';
17
- import { i as GameContext, k as cacheKeys } from './baseGameCommand-P7Vyz2vZ.js';
17
+ import { i as GameContext, k as cacheKeys } from './baseGameCommand-CCyAhN-V.js';
18
18
  import 'fast-glob';
19
19
  import 'uuid';
20
20
  import 'socket.io-client';
@@ -1,9 +1,9 @@
1
1
  import { jsx, jsxs } from 'react/jsx-runtime';
2
2
  import { Text, Box } from 'ink';
3
3
  import { useState, useEffect, useContext } from 'react';
4
- import { c as getShortDate, P as Platform, l as getProject, M as getProjectPlatformProgress } from './baseCommand-B23l0hCp.js';
4
+ import { c as getShortDate, P as Platform, l as getProject, M as getProjectPlatformProgress } from './baseCommand-CdsX3LS8.js';
5
5
  import 'ink-spinner';
6
- import { g as getShortUUID, m as makeHumanReadable, i as GameContext, j as CommandContext } from './baseGameCommand-P7Vyz2vZ.js';
6
+ import { g as getShortUUID, m as makeHumanReadable, i as GameContext, j as CommandContext } from './baseGameCommand-CCyAhN-V.js';
7
7
  import '@tanstack/react-query';
8
8
  import 'axios';
9
9
  import 'luxon';
@@ -11,12 +11,11 @@ import 'readline-sync';
11
11
  import 'luxon';
12
12
  import 'axios';
13
13
  import 'isomorphic-git';
14
- import { I as queryClient, P as Platform, C as CredentialsType } from './baseCommand-B23l0hCp.js';
14
+ import { I as queryClient, P as Platform, C as CredentialsType } from './baseCommand-CdsX3LS8.js';
15
15
  import '@oclif/core';
16
16
  import { useMutation } from '@tanstack/react-query';
17
- import 'crypto-js';
18
- import { v4 } from 'uuid';
19
17
  import 'fast-glob';
18
+ import { v4 } from 'uuid';
20
19
  import 'socket.io-client';
21
20
  import 'fullscreen-ink';
22
21
  import 'stream';
@@ -25,12 +24,12 @@ import 'string-length';
25
24
  import 'strip-ansi';
26
25
  import 'open';
27
26
  import '@inkjs/ui';
28
- import { k as cacheKeys, i as GameContext } from './baseGameCommand-P7Vyz2vZ.js';
27
+ import { k as cacheKeys, i as GameContext } from './baseGameCommand-CCyAhN-V.js';
29
28
  import 'marked';
30
29
  import 'marked-terminal';
31
30
  import 'qrcode';
32
31
  import 'godot-export-presets';
33
- import { i as importCredential } from './import-P4KcAuAO.js';
32
+ import { i as importCredential } from './import-C9i4RAW6.js';
34
33
 
35
34
  async function importKeystore({ log = () => {
36
35
  }, ...opt }) {
@@ -5,9 +5,7 @@ import { useInfiniteQuery } from '@tanstack/react-query';
5
5
  import axios from 'axios';
6
6
  import { useState, useRef, useEffect } from 'react';
7
7
  import 'node:fs';
8
- import 'crypto-js';
9
- import 'uuid';
10
- import { q as getAuthedHeaders, p as API_URL, H as castArrayObjectDates, J as JobStatus, a8 as castJobDates, a6 as castObjectDates, a9 as getShortTime } from './baseCommand-B23l0hCp.js';
8
+ import { q as getAuthedHeaders, p as API_URL, H as castArrayObjectDates, J as JobStatus, a8 as castJobDates, a6 as castObjectDates, a9 as getShortTime } from './baseCommand-CdsX3LS8.js';
11
9
  import 'luxon';
12
10
  import 'node:crypto';
13
11
  import 'node:path';
@@ -19,10 +17,11 @@ import '@oclif/core';
19
17
  import 'stream';
20
18
  import 'yazl';
21
19
  import 'fast-glob';
20
+ import 'uuid';
22
21
  import 'socket.io-client';
23
- import { k as cacheKeys, y as useJob, h as getStageColor, x as getMessageColor } from './baseGameCommand-P7Vyz2vZ.js';
22
+ import { k as cacheKeys, y as useJob, h as getStageColor, x as getMessageColor } from './baseGameCommand-CCyAhN-V.js';
24
23
  import 'fullscreen-ink';
25
- import { u as useWebSocket } from './useWebSocket-Bvq2Wf7I.js';
24
+ import { u as useWebSocket } from './useWebSocket-CFc1M_mq.js';
26
25
  import { T as Title } from './Title-BCQtayg6.js';
27
26
  import stringLength from 'string-length';
28
27
  import stripAnsi from 'strip-ansi';
@@ -2,8 +2,8 @@ import fs__default from 'node:fs';
2
2
  import { useMutation } from '@tanstack/react-query';
3
3
  import fg from 'fast-glob';
4
4
  import { v4 } from 'uuid';
5
- import { I as queryClient, l as getProject, x as DEFAULT_SHIPPED_FILES_GLOBS, y as DEFAULT_IGNORED_FILES_GLOBS, a4 as getNewUploadTicket, a5 as startJobsFromUpload, a2 as LogLevel } from './baseCommand-B23l0hCp.js';
6
- import { k as cacheKeys, v as getFileHash, w as getPlatformName, x as getMessageColor } from './baseGameCommand-P7Vyz2vZ.js';
5
+ import { I as queryClient, l as getProject, x as DEFAULT_SHIPPED_FILES_GLOBS, y as DEFAULT_IGNORED_FILES_GLOBS, a4 as getNewUploadTicket, a5 as startJobsFromUpload, a2 as LogLevel } from './baseCommand-CdsX3LS8.js';
6
+ import { k as cacheKeys, v as getFileHash, w as getPlatformName, x as getMessageColor } from './baseGameCommand-CCyAhN-V.js';
7
7
  import { ZipFile } from 'yazl';
8
8
  import { g as getCWDGitInfo } from './git-BpsfNFZ_.js';
9
9
  import { Readable, Transform } from 'stream';
@@ -12,10 +12,9 @@ import { Box, Text } from 'ink';
12
12
  import 'ink-spinner';
13
13
  import { useState } from 'react';
14
14
  import 'axios';
15
- import 'crypto-js';
16
15
  import 'luxon';
17
16
  import 'socket.io-client';
18
- import { u as useJobWatching, a as JobLogLine } from './JobLogTail-CWYxQTq4.js';
17
+ import { u as useJobWatching, a as JobLogLine } from './JobLogTail-CNw7TQdK.js';
19
18
  import 'fullscreen-ink';
20
19
  import 'open';
21
20
  import '@inkjs/ui';
@@ -3,16 +3,15 @@ import { Box, Text } from 'ink';
3
3
  import Spinner from 'ink-spinner';
4
4
  import { DateTime } from 'luxon';
5
5
  import { useState, useEffect } from 'react';
6
- import { J as JobStatus } from './baseCommand-B23l0hCp.js';
6
+ import { J as JobStatus } from './baseCommand-CdsX3LS8.js';
7
7
  import '@tanstack/react-query';
8
8
  import 'axios';
9
9
  import 'node:fs';
10
- import 'crypto-js';
11
- import 'uuid';
12
- import { e as getJobSummary, h as getStageColor, f as getJobStatusColor } from './baseGameCommand-P7Vyz2vZ.js';
10
+ import { e as getJobSummary, h as getStageColor, f as getJobStatusColor } from './baseGameCommand-CCyAhN-V.js';
13
11
  import 'fast-glob';
12
+ import 'uuid';
14
13
  import 'socket.io-client';
15
- import { u as useJobWatching } from './JobLogTail-CWYxQTq4.js';
14
+ import { u as useJobWatching } from './JobLogTail-CNw7TQdK.js';
16
15
  import 'fullscreen-ink';
17
16
  import { a as StatusRow, b as StatusRowLabel } from './StatusTable-DzRWcMr4.js';
18
17
  import { T as Title } from './Title-BCQtayg6.js';
@@ -10,14 +10,13 @@ import 'readline-sync';
10
10
  import 'luxon';
11
11
  import 'axios';
12
12
  import 'isomorphic-git';
13
- import './baseCommand-B23l0hCp.js';
13
+ import './baseCommand-CdsX3LS8.js';
14
14
  import '@oclif/core';
15
15
  import '@tanstack/react-query';
16
16
  import 'react';
17
- import 'crypto-js';
18
- import 'uuid';
19
- import { u as useProjectCredentials, g as getProjectCredentialSummary } from './useProjectCredentials-DLYLMlJh.js';
17
+ import { u as useProjectCredentials, g as getProjectCredentialSummary } from './useProjectCredentials-8rTRb2Y7.js';
20
18
  import 'fast-glob';
19
+ import 'uuid';
21
20
  import 'socket.io-client';
22
21
  import 'fullscreen-ink';
23
22
  import 'stream';
@@ -10,14 +10,13 @@ import 'readline-sync';
10
10
  import 'luxon';
11
11
  import axios from 'axios';
12
12
  import 'isomorphic-git';
13
- import { c as getShortDate, q as getAuthedHeaders, p as API_URL, H as castArrayObjectDates } from './baseCommand-B23l0hCp.js';
13
+ import { c as getShortDate, q as getAuthedHeaders, p as API_URL, H as castArrayObjectDates } from './baseCommand-CdsX3LS8.js';
14
14
  import '@oclif/core';
15
15
  import { useQuery } from '@tanstack/react-query';
16
16
  import 'react';
17
- import 'crypto-js';
18
- import 'uuid';
19
17
  import 'fast-glob';
20
- import { k as cacheKeys, g as getShortUUID } from './baseGameCommand-P7Vyz2vZ.js';
18
+ import 'uuid';
19
+ import { k as cacheKeys, g as getShortUUID } from './baseGameCommand-CCyAhN-V.js';
21
20
  import 'socket.io-client';
22
21
  import 'fullscreen-ink';
23
22
  import 'stream';
@@ -1,4 +1,4 @@
1
- import { B as BaseAuthenticatedCommand } from './baseGameCommand-P7Vyz2vZ.js';
1
+ import { B as BaseAuthenticatedCommand } from './baseGameCommand-CCyAhN-V.js';
2
2
 
3
3
  class BaseAppleCommand extends BaseAuthenticatedCommand {
4
4
  async init() {
@@ -4,8 +4,6 @@ import path__default from 'node:path';
4
4
  import chalk from 'chalk';
5
5
  import { Flags, Command } from '@oclif/core';
6
6
  import axios from 'axios';
7
- import CryptoJS from 'crypto-js';
8
- import { v4 } from 'uuid';
9
7
  import { DateTime } from 'luxon';
10
8
  import * as expo from '@expo/apple-utils/build/index.js';
11
9
  import 'node:crypto';
@@ -17,6 +15,7 @@ import { getMajorVersion, loadExportPresets, findPreset, getBasePreset, saveExpo
17
15
  import { QueryClient } from '@tanstack/react-query';
18
16
  import 'react';
19
17
  import 'fast-glob';
18
+ import 'uuid';
20
19
  import 'socket.io-client';
21
20
  import 'fullscreen-ink';
22
21
  import 'ink';
@@ -237,23 +236,12 @@ async function getSingleUseUrl(destination) {
237
236
  return url;
238
237
  }
239
238
  async function getShortAuthRequiredUrl(destination) {
240
- const { email } = await getSelf();
241
- const key = v4();
242
- const salt = "Na (s) + 1/2 Cl\u2082 (g) \u2192 NaCl (s)";
243
- const fullKey = `${key}${salt}`;
244
- const token = CryptoJS.AES.encrypt(email, fullKey).toString();
245
- const params = {
246
- destination,
247
- key,
248
- token
249
- };
250
- const queryString = Object.entries(params).map(([key2, value]) => `${key2}=${encodeURIComponent(`${value}`)}`).join("&");
251
- const url = `${WEB_URL}login/?${queryString}`;
252
239
  const headers = await getAuthedHeaders();
253
240
  const { data } = await axios.post(
254
- `${API_URL}/me/shorten`,
241
+ `${API_URL}/me/login-link`,
255
242
  {
256
- url
243
+ destination,
244
+ webUrl: WEB_URL
257
245
  },
258
246
  { headers }
259
247
  );
@@ -1,5 +1,5 @@
1
- import { O as getGoogleStatus, Q as getGodotAndroidPackageName } from './baseCommand-B23l0hCp.js';
2
- import { c as BaseGameCommand, d as generatePackageName, b as getInput } from './baseGameCommand-P7Vyz2vZ.js';
1
+ import { O as getGoogleStatus, Q as getGodotAndroidPackageName } from './baseCommand-CdsX3LS8.js';
2
+ import { c as BaseGameCommand, d as generatePackageName, b as getInput } from './baseGameCommand-CCyAhN-V.js';
3
3
 
4
4
  class BaseGameAndroidCommand extends BaseGameCommand {
5
5
  async checkGoogleAuth(waitForAuth = false) {
@@ -1,5 +1,5 @@
1
1
  import { Flags } from '@oclif/core';
2
- import { p as API_URL, q as getAuthedHeaders, P as Platform, ad as getShortDateTime, H as castArrayObjectDates, J as JobStatus, ae as getShortTimeDelta, F as getJob, af as JobStage, a2 as LogLevel, l as getProject, a3 as getShortAuthRequiredUrl, I as queryClient, ab as BuildType, W as WEB_URL, B as BaseCommand, ag as getSelf, ah as getTerms, aa as updateProject } from './baseCommand-B23l0hCp.js';
2
+ import { p as API_URL, q as getAuthedHeaders, P as Platform, ad as getShortDateTime, H as castArrayObjectDates, J as JobStatus, ae as getShortTimeDelta, F as getJob, af as JobStage, a2 as LogLevel, l as getProject, a3 as getShortAuthRequiredUrl, I as queryClient, ab as BuildType, W as WEB_URL, B as BaseCommand, ag as getSelf, ah as getTerms, aa as updateProject } from './baseCommand-CdsX3LS8.js';
3
3
  import { jsx, Fragment, jsxs } from 'react/jsx-runtime';
4
4
  import { useStdin, useInput, Text, Box } from 'ink';
5
5
  import Spinner from 'ink-spinner';
@@ -29,7 +29,6 @@ import require$$1 from 'path';
29
29
  import { setOptions, parse } from 'marked';
30
30
  import TerminalRenderer from 'marked-terminal';
31
31
  import 'qrcode';
32
- import 'crypto-js';
33
32
  import 'godot-export-presets';
34
33
 
35
34
  const cacheKeys = {
@@ -2,8 +2,8 @@ import { jsx } from 'react/jsx-runtime';
2
2
  import { Flags } from '@oclif/core';
3
3
  import { render } from 'ink';
4
4
  import { v4 } from 'uuid';
5
- import { Y as createAPIKey, c as getShortDate } from '../../baseCommand-B23l0hCp.js';
6
- import { B as BaseAuthenticatedCommand, g as getShortUUID, a as getRenderedMarkdown } from '../../baseGameCommand-P7Vyz2vZ.js';
5
+ import { Y as createAPIKey, c as getShortDate } from '../../baseCommand-CdsX3LS8.js';
6
+ import { B as BaseAuthenticatedCommand, g as getShortUUID, a as getRenderedMarkdown } from '../../baseGameCommand-CCyAhN-V.js';
7
7
  import 'node:fs';
8
8
  import 'node:path';
9
9
  import 'chalk';
@@ -23,8 +23,7 @@ import 'qrcode';
23
23
  import { R as RunWithSpinner } from '../../RunWithSpinner-DucRnFp6.js';
24
24
  import 'godot-export-presets';
25
25
  import 'yazl';
26
- import { C as Command } from '../../Command-cqn3WLlP.js';
27
- import 'crypto-js';
26
+ import { C as Command } from '../../Command-CUAYljjP.js';
28
27
  import '@expo/apple-utils/build/index.js';
29
28
  import 'node:crypto';
30
29
  import 'node:readline';
@@ -1,8 +1,8 @@
1
1
  import { jsxs, jsx } from 'react/jsx-runtime';
2
2
  import { Flags } from '@oclif/core';
3
3
  import { render, Box, Text } from 'ink';
4
- import { X as getAPIKeys, c as getShortDate } from '../../baseCommand-B23l0hCp.js';
5
- import { B as BaseAuthenticatedCommand, g as getShortUUID } from '../../baseGameCommand-P7Vyz2vZ.js';
4
+ import { X as getAPIKeys, c as getShortDate } from '../../baseCommand-CdsX3LS8.js';
5
+ import { B as BaseAuthenticatedCommand, g as getShortUUID } from '../../baseGameCommand-CCyAhN-V.js';
6
6
  import 'node:fs';
7
7
  import 'node:path';
8
8
  import 'chalk';
@@ -25,8 +25,7 @@ import 'marked-terminal';
25
25
  import 'qrcode';
26
26
  import 'godot-export-presets';
27
27
  import 'yazl';
28
- import { C as Command } from '../../Command-cqn3WLlP.js';
29
- import 'crypto-js';
28
+ import { C as Command } from '../../Command-CUAYljjP.js';
30
29
  import '@expo/apple-utils/build/index.js';
31
30
  import 'node:crypto';
32
31
  import 'node:readline';
@@ -1,8 +1,8 @@
1
1
  import { jsx } from 'react/jsx-runtime';
2
2
  import { Args, Flags } from '@oclif/core';
3
3
  import { render } from 'ink';
4
- import { Z as revokeAPIKey } from '../../baseCommand-B23l0hCp.js';
5
- import { B as BaseAuthenticatedCommand, g as getShortUUID } from '../../baseGameCommand-P7Vyz2vZ.js';
4
+ import { Z as revokeAPIKey } from '../../baseCommand-CdsX3LS8.js';
5
+ import { B as BaseAuthenticatedCommand, g as getShortUUID } from '../../baseGameCommand-CCyAhN-V.js';
6
6
  import 'node:fs';
7
7
  import 'node:path';
8
8
  import 'chalk';
@@ -25,8 +25,7 @@ import 'qrcode';
25
25
  import { R as RunWithSpinner } from '../../RunWithSpinner-DucRnFp6.js';
26
26
  import 'godot-export-presets';
27
27
  import 'yazl';
28
- import { C as Command } from '../../Command-cqn3WLlP.js';
29
- import 'crypto-js';
28
+ import { C as Command } from '../../Command-CUAYljjP.js';
30
29
  import '@expo/apple-utils/build/index.js';
31
30
  import 'node:crypto';
32
31
  import 'node:readline';
@@ -1,13 +1,11 @@
1
1
  import { jsx } from 'react/jsx-runtime';
2
2
  import { Flags } from '@oclif/core';
3
3
  import { render } from 'ink';
4
- import { g as getUserCredentials } from '../../../index-DMosmqi2.js';
5
- import { P as Platform, C as CredentialsType, A as ApiKey, U as UserRole, a as ApiKeyType } from '../../../baseCommand-B23l0hCp.js';
6
- import { B as BaseAppleCommand } from '../../../baseAppleCommand-Cfoy8Tx_.js';
4
+ import { g as getUserCredentials } from '../../../index-DBy7ImFs.js';
5
+ import { P as Platform, C as CredentialsType, A as ApiKey, U as UserRole, a as ApiKeyType } from '../../../baseCommand-CdsX3LS8.js';
6
+ import { B as BaseAppleCommand } from '../../../baseAppleCommand-DDQU5PTs.js';
7
7
  import 'node:fs';
8
8
  import 'axios';
9
- import 'crypto-js';
10
- import 'uuid';
11
9
  import 'luxon';
12
10
  import 'node:path';
13
11
  import 'chalk';
@@ -19,6 +17,7 @@ import 'isomorphic-git';
19
17
  import '@tanstack/react-query';
20
18
  import 'react';
21
19
  import 'fast-glob';
20
+ import 'uuid';
22
21
  import 'socket.io-client';
23
22
  import 'fullscreen-ink';
24
23
  import 'stream';
@@ -28,14 +27,14 @@ import 'string-length';
28
27
  import 'strip-ansi';
29
28
  import 'open';
30
29
  import '@inkjs/ui';
31
- import '../../../baseGameCommand-P7Vyz2vZ.js';
30
+ import '../../../baseGameCommand-CCyAhN-V.js';
32
31
  import 'marked';
33
32
  import 'marked-terminal';
34
33
  import 'qrcode';
35
34
  import { R as RunWithSpinner } from '../../../RunWithSpinner-DucRnFp6.js';
36
35
  import 'godot-export-presets';
37
- import { C as Command } from '../../../Command-cqn3WLlP.js';
38
- import { u as uploadUserCredentials } from '../../../upload-BvNeNQXc.js';
36
+ import { C as Command } from '../../../Command-CUAYljjP.js';
37
+ import { u as uploadUserCredentials } from '../../../upload-DWm3upu4.js';
39
38
  import '@expo/apple-utils/build/index.js';
40
39
  import 'fs';
41
40
  import 'path';
@@ -1,21 +1,20 @@
1
1
  import { Flags } from '@oclif/core';
2
- import { B as BaseAppleCommand } from '../../../baseAppleCommand-Cfoy8Tx_.js';
2
+ import { B as BaseAppleCommand } from '../../../baseAppleCommand-DDQU5PTs.js';
3
3
  import 'node:fs';
4
4
  import 'axios';
5
- import 'crypto-js';
6
- import 'uuid';
7
- import { P as Platform, C as CredentialsType, A as ApiKey } from '../../../baseCommand-B23l0hCp.js';
5
+ import { P as Platform, C as CredentialsType, A as ApiKey } from '../../../baseCommand-CdsX3LS8.js';
8
6
  import 'luxon';
9
- import { g as getUserCredentials, d as deleteUserCredential } from '../../../index-DMosmqi2.js';
7
+ import { g as getUserCredentials, d as deleteUserCredential } from '../../../index-DBy7ImFs.js';
10
8
  import 'node:path';
11
9
  import 'chalk';
12
- import { g as getShortUUID, a as getRenderedMarkdown, b as getInput } from '../../../baseGameCommand-P7Vyz2vZ.js';
10
+ import { g as getShortUUID, a as getRenderedMarkdown, b as getInput } from '../../../baseGameCommand-CCyAhN-V.js';
13
11
  import 'react/jsx-runtime';
14
12
  import 'ink';
15
13
  import 'ink-spinner';
16
14
  import 'react';
17
15
  import '@tanstack/react-query';
18
16
  import 'fast-glob';
17
+ import 'uuid';
19
18
  import 'socket.io-client';
20
19
  import 'fullscreen-ink';
21
20
  import 'string-length';
@@ -2,14 +2,12 @@ import { jsx } from 'react/jsx-runtime';
2
2
  import * as fs from 'node:fs';
3
3
  import { Args, Flags } from '@oclif/core';
4
4
  import { render } from 'ink';
5
- import { g as getUserCredentials } from '../../../index-DMosmqi2.js';
6
- import { B as BaseAuthenticatedCommand } from '../../../baseGameCommand-P7Vyz2vZ.js';
5
+ import { g as getUserCredentials } from '../../../index-DBy7ImFs.js';
6
+ import { B as BaseAuthenticatedCommand } from '../../../baseGameCommand-CCyAhN-V.js';
7
7
  import 'node:path';
8
8
  import 'chalk';
9
9
  import 'axios';
10
- import 'crypto-js';
11
- import 'uuid';
12
- import { P as Platform, C as CredentialsType } from '../../../baseCommand-B23l0hCp.js';
10
+ import { P as Platform, C as CredentialsType } from '../../../baseCommand-CdsX3LS8.js';
13
11
  import 'luxon';
14
12
  import 'node:crypto';
15
13
  import 'node:readline';
@@ -19,6 +17,7 @@ import 'isomorphic-git';
19
17
  import '@tanstack/react-query';
20
18
  import 'react';
21
19
  import 'fast-glob';
20
+ import 'uuid';
22
21
  import 'socket.io-client';
23
22
  import 'fullscreen-ink';
24
23
  import 'stream';
@@ -33,8 +32,8 @@ import 'marked-terminal';
33
32
  import 'qrcode';
34
33
  import { R as RunWithSpinner } from '../../../RunWithSpinner-DucRnFp6.js';
35
34
  import 'godot-export-presets';
36
- import { C as Command } from '../../../Command-cqn3WLlP.js';
37
- import { e as exportCredential } from '../../../export-BOuZFMT3.js';
35
+ import { C as Command } from '../../../Command-CUAYljjP.js';
36
+ import { e as exportCredential } from '../../../export-4rGFZrzT.js';
38
37
  import 'fs';
39
38
  import 'path';
40
39
  import '@expo/apple-utils/build/index.js';
@@ -2,14 +2,12 @@ import { jsx } from 'react/jsx-runtime';
2
2
  import * as fs from 'node:fs';
3
3
  import { Args, Flags } from '@oclif/core';
4
4
  import { render } from 'ink';
5
- import { g as getUserCredentials } from '../../../index-DMosmqi2.js';
6
- import { B as BaseAuthenticatedCommand } from '../../../baseGameCommand-P7Vyz2vZ.js';
5
+ import { g as getUserCredentials } from '../../../index-DBy7ImFs.js';
6
+ import { B as BaseAuthenticatedCommand } from '../../../baseGameCommand-CCyAhN-V.js';
7
7
  import 'node:path';
8
8
  import 'chalk';
9
9
  import 'axios';
10
- import 'crypto-js';
11
- import 'uuid';
12
- import { P as Platform, C as CredentialsType } from '../../../baseCommand-B23l0hCp.js';
10
+ import { P as Platform, C as CredentialsType } from '../../../baseCommand-CdsX3LS8.js';
13
11
  import 'luxon';
14
12
  import 'node:crypto';
15
13
  import 'node:readline';
@@ -19,6 +17,7 @@ import 'isomorphic-git';
19
17
  import '@tanstack/react-query';
20
18
  import 'react';
21
19
  import 'fast-glob';
20
+ import 'uuid';
22
21
  import 'socket.io-client';
23
22
  import 'fullscreen-ink';
24
23
  import 'stream';
@@ -33,8 +32,8 @@ import 'marked-terminal';
33
32
  import 'qrcode';
34
33
  import { R as RunWithSpinner } from '../../../RunWithSpinner-DucRnFp6.js';
35
34
  import 'godot-export-presets';
36
- import { C as Command } from '../../../Command-cqn3WLlP.js';
37
- import { i as importCredential } from '../../../import-P4KcAuAO.js';
35
+ import { C as Command } from '../../../Command-CUAYljjP.js';
36
+ import { i as importCredential } from '../../../import-C9i4RAW6.js';
38
37
  import 'fs';
39
38
  import 'path';
40
39
  import '@expo/apple-utils/build/index.js';
@@ -1,14 +1,12 @@
1
1
  import { jsxs, Fragment, jsx } from 'react/jsx-runtime';
2
2
  import { Flags } from '@oclif/core';
3
3
  import { Box, Text, render } from 'ink';
4
- import { B as BaseAuthenticatedCommand } from '../../../baseGameCommand-P7Vyz2vZ.js';
4
+ import { B as BaseAuthenticatedCommand } from '../../../baseGameCommand-CCyAhN-V.js';
5
5
  import 'node:fs';
6
6
  import 'node:path';
7
7
  import 'chalk';
8
8
  import 'axios';
9
- import 'crypto-js';
10
- import 'uuid';
11
- import { c as getShortDate, A as ApiKey, C as CredentialsType, P as Platform } from '../../../baseCommand-B23l0hCp.js';
9
+ import { c as getShortDate, A as ApiKey, C as CredentialsType, P as Platform } from '../../../baseCommand-CdsX3LS8.js';
12
10
  import { DateTime } from 'luxon';
13
11
  import 'node:crypto';
14
12
  import 'node:readline';
@@ -18,6 +16,7 @@ import 'isomorphic-git';
18
16
  import { useQuery } from '@tanstack/react-query';
19
17
  import 'react';
20
18
  import 'fast-glob';
19
+ import 'uuid';
21
20
  import 'socket.io-client';
22
21
  import 'fullscreen-ink';
23
22
  import 'stream';
@@ -26,7 +25,7 @@ import Spinner from 'ink-spinner';
26
25
  import 'string-length';
27
26
  import 'strip-ansi';
28
27
  import 'open';
29
- import { u as useUserCredentials, U as UserCredentialsTable } from '../../../UserCredentialsTable-C8_skPFY.js';
28
+ import { u as useUserCredentials, U as UserCredentialsTable } from '../../../UserCredentialsTable-081xdlb9.js';
30
29
  import '@inkjs/ui';
31
30
  import 'marked';
32
31
  import 'marked-terminal';
@@ -35,7 +34,7 @@ import 'godot-export-presets';
35
34
  import { T as Table } from '../../../Table-FaNgpyeq.js';
36
35
  import { T as Title } from '../../../Title-BCQtayg6.js';
37
36
  import { N as NextSteps } from '../../../NextSteps-DbJHmscQ.js';
38
- import { C as Command } from '../../../Command-cqn3WLlP.js';
37
+ import { C as Command } from '../../../Command-CUAYljjP.js';
39
38
  import 'fs';
40
39
  import 'path';
41
40
  import '@expo/apple-utils/build/index.js';