shipthis 0.1.43 → 0.1.45

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 (92) hide show
  1. package/README.md +16 -43
  2. package/dist/{AppleBundleIdDetails-bMqPqmP0.js → AppleBundleIdDetails-Cx8k-rYB.js} +5 -6
  3. package/dist/{Command-cqn3WLlP.js → Command-B2Qnw47r.js} +3 -4
  4. package/dist/{CommandGame-DMQT0sL_.js → CommandGame-C23_F55i.js} +2 -2
  5. package/dist/{Create-Cs9HG9xO.js → Create-BxNeKc2r.js} +2 -2
  6. package/dist/{GameStatus-lv2SW-6H.js → GameStatus-repzSNId.js} +2 -2
  7. package/dist/{Import-DOQrR8wW.js → Import-D6J9b-XO.js} +4 -5
  8. package/dist/{JobLogTail-CWYxQTq4.js → JobLogTail-CJWxpIq5.js} +4 -5
  9. package/dist/{JobProgress-B07Y2FLb.js → JobProgress-CISmKMuD.js} +3 -4
  10. package/dist/{JobStatusTable-B0A1z1zq.js → JobStatusTable-BEOu5MgG.js} +4 -5
  11. package/dist/{ProjectCredentialsTable-CyJ7o8yD.js → ProjectCredentialsTable-DR11Mn7W.js} +3 -4
  12. package/dist/{UserCredentialsTable-C8_skPFY.js → UserCredentialsTable-db4Xb8HC.js} +3 -4
  13. package/dist/{baseAppleCommand-Cfoy8Tx_.js → baseAppleCommand-YzhCAdUY.js} +1 -1
  14. package/dist/{baseCommand-B23l0hCp.js → baseCommand-ClUdS6Cn.js} +124 -24
  15. package/dist/{baseGameAndroidCommand-Dh4xXVW1.js → baseGameAndroidCommand-LdDRof_I.js} +2 -2
  16. package/dist/{baseGameCommand-P7Vyz2vZ.js → baseGameCommand-DQ6Wj-Pk.js} +43 -44
  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 +10 -9
  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 +16 -17
  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-Dq53OG06.js} +1 -1
  76. package/dist/{import-P4KcAuAO.js → import-CPAFgZO5.js} +1 -1
  77. package/dist/{index-AUjBYrSG.js → index-B-5yl-9h.js} +5 -6
  78. package/dist/{index-DMosmqi2.js → index-BMdQLpAh.js} +1 -1
  79. package/dist/{index-BmRSqi8U.js → index-ZQyiwS8O.js} +5 -6
  80. package/dist/{upload-BvNeNQXc.js → upload-BfWRd6ss.js} +1 -1
  81. package/dist/{useAppleApp-fD92orhh.js → useAppleApp-BZ1YvB2M.js} +1 -1
  82. package/dist/{useAppleBundleId-oONHtYgg.js → useAppleBundleId-CVBg5V7b.js} +1 -1
  83. package/dist/{useAppleProfiles-aMy844nZ.js → useAppleProfiles-BPZwJoCh.js} +2 -3
  84. package/dist/{useGoogleStatus-rBDZt9tw.js → useGoogleStatus-TpGFvpk5.js} +2 -2
  85. package/dist/{useProjectCredentials-DLYLMlJh.js → useProjectCredentials-Dv0DF2rA.js} +2 -2
  86. package/dist/{useWebSocket-Bvq2Wf7I.js → useWebSocket-Bj5fQveo.js} +1 -1
  87. package/docs/README.md +1 -0
  88. package/docs/autocomplete.md +64 -0
  89. package/docs/game/ios/app.md +11 -14
  90. package/npm-shrinkwrap.json +4629 -1903
  91. package/oclif.manifest.json +1 -1
  92. package/package.json +33 -17
@@ -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-ClUdS6Cn.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 = {
@@ -297,13 +296,13 @@ var hasRequiredUtils;
297
296
  function requireUtils () {
298
297
  if (hasRequiredUtils) return utils;
299
298
  hasRequiredUtils = 1;
300
- (function (exports) {
299
+ (function (exports$1) {
301
300
  var regExpChars = /[|\\{}()[\]^$+*?.]/g;
302
301
  var hasOwnProperty = Object.prototype.hasOwnProperty;
303
302
  var hasOwn = function(obj, key) {
304
303
  return hasOwnProperty.apply(obj, [key]);
305
304
  };
306
- exports.escapeRegExpChars = function(string) {
305
+ exports$1.escapeRegExpChars = function(string) {
307
306
  if (!string) {
308
307
  return "";
309
308
  }
@@ -332,7 +331,7 @@ function encode_char(c) {
332
331
  return _ENCODE_HTML_RULES[c] || c;
333
332
  };
334
333
  `;
335
- exports.escapeXML = function(markup) {
334
+ exports$1.escapeXML = function(markup) {
336
335
  return markup == void 0 ? "" : String(markup).replace(_MATCH_HTML, encode_char);
337
336
  };
338
337
  function escapeXMLToString() {
@@ -340,14 +339,14 @@ function encode_char(c) {
340
339
  }
341
340
  try {
342
341
  if (typeof Object.defineProperty === "function") {
343
- Object.defineProperty(exports.escapeXML, "toString", { value: escapeXMLToString });
342
+ Object.defineProperty(exports$1.escapeXML, "toString", { value: escapeXMLToString });
344
343
  } else {
345
- exports.escapeXML.toString = escapeXMLToString;
344
+ exports$1.escapeXML.toString = escapeXMLToString;
346
345
  }
347
346
  } catch (err) {
348
347
  console.warn("Unable to set escapeXML.toString (is the Function prototype frozen?)");
349
348
  }
350
- exports.shallowCopy = function(to, from) {
349
+ exports$1.shallowCopy = function(to, from) {
351
350
  from = from || {};
352
351
  if (to !== null && to !== void 0) {
353
352
  for (var p in from) {
@@ -362,7 +361,7 @@ function encode_char(c) {
362
361
  }
363
362
  return to;
364
363
  };
365
- exports.shallowCopyFromList = function(to, from, list) {
364
+ exports$1.shallowCopyFromList = function(to, from, list) {
366
365
  list = list || [];
367
366
  from = from || {};
368
367
  if (to !== null && to !== void 0) {
@@ -381,7 +380,7 @@ function encode_char(c) {
381
380
  }
382
381
  return to;
383
382
  };
384
- exports.cache = {
383
+ exports$1.cache = {
385
384
  _data: {},
386
385
  set: function(key, val) {
387
386
  this._data[key] = val;
@@ -396,12 +395,12 @@ function encode_char(c) {
396
395
  this._data = {};
397
396
  }
398
397
  };
399
- exports.hyphenToCamel = function(str) {
398
+ exports$1.hyphenToCamel = function(str) {
400
399
  return str.replace(/-[a-z]/g, function(match) {
401
400
  return match[1].toUpperCase();
402
401
  });
403
402
  };
404
- exports.createNullProtoObjWherePossible = function() {
403
+ exports$1.createNullProtoObjWherePossible = function() {
405
404
  if (typeof Object.create == "function") {
406
405
  return function() {
407
406
  return /* @__PURE__ */ Object.create(null);
@@ -416,8 +415,8 @@ function encode_char(c) {
416
415
  return {};
417
416
  };
418
417
  }();
419
- exports.hasOwnOnlyObject = function(obj) {
420
- var o = exports.createNullProtoObjWherePossible();
418
+ exports$1.hasOwnOnlyObject = function(obj) {
419
+ var o = exports$1.createNullProtoObjWherePossible();
421
420
  for (var p in obj) {
422
421
  if (hasOwn(obj, p)) {
423
422
  o[p] = obj[p];
@@ -438,7 +437,7 @@ var hasRequiredEjs;
438
437
  function requireEjs () {
439
438
  if (hasRequiredEjs) return ejs$1;
440
439
  hasRequiredEjs = 1;
441
- (function (exports) {
440
+ (function (exports$1) {
442
441
  /**
443
442
  * @file Embedded JavaScript templating engine. {@link http://ejs.co}
444
443
  * @author Matthew Eernisse <mde@fleegix.org>
@@ -473,11 +472,11 @@ function requireEjs () {
473
472
  var _OPTS_PASSABLE_WITH_DATA_EXPRESS = _OPTS_PASSABLE_WITH_DATA.concat("cache");
474
473
  var _BOM = /^\uFEFF/;
475
474
  var _JS_IDENTIFIER = /^[a-zA-Z_$][0-9a-zA-Z_$]*$/;
476
- exports.cache = utils.cache;
477
- exports.fileLoader = fs.readFileSync;
478
- exports.localsName = _DEFAULT_LOCALS_NAME;
479
- exports.promiseImpl = new Function("return this;")().Promise;
480
- exports.resolveInclude = function(name, filename, isDir) {
475
+ exports$1.cache = utils.cache;
476
+ exports$1.fileLoader = fs.readFileSync;
477
+ exports$1.localsName = _DEFAULT_LOCALS_NAME;
478
+ exports$1.promiseImpl = new Function("return this;")().Promise;
479
+ exports$1.resolveInclude = function(name, filename, isDir) {
481
480
  var dirname = path.dirname;
482
481
  var extname = path.extname;
483
482
  var resolve = path.resolve;
@@ -491,7 +490,7 @@ function requireEjs () {
491
490
  function resolvePaths(name, paths) {
492
491
  var filePath;
493
492
  if (paths.some(function(v) {
494
- filePath = exports.resolveInclude(name, v, true);
493
+ filePath = exports$1.resolveInclude(name, v, true);
495
494
  return fs.existsSync(filePath);
496
495
  })) {
497
496
  return filePath;
@@ -507,11 +506,11 @@ function requireEjs () {
507
506
  if (Array.isArray(options.root)) {
508
507
  includePath = resolvePaths(path2, options.root);
509
508
  } else {
510
- includePath = exports.resolveInclude(path2, options.root || "/", true);
509
+ includePath = exports$1.resolveInclude(path2, options.root || "/", true);
511
510
  }
512
511
  } else {
513
512
  if (options.filename) {
514
- filePath = exports.resolveInclude(path2, options.filename);
513
+ filePath = exports$1.resolveInclude(path2, options.filename);
515
514
  if (fs.existsSync(filePath)) {
516
515
  includePath = filePath;
517
516
  }
@@ -533,7 +532,7 @@ function requireEjs () {
533
532
  if (!filename) {
534
533
  throw new Error("cache option requires a filename");
535
534
  }
536
- func = exports.cache.get(filename);
535
+ func = exports$1.cache.get(filename);
537
536
  if (func) {
538
537
  return func;
539
538
  }
@@ -546,17 +545,17 @@ function requireEjs () {
546
545
  }
547
546
  template = fileLoader(filename).toString().replace(_BOM, "");
548
547
  }
549
- func = exports.compile(template, options);
548
+ func = exports$1.compile(template, options);
550
549
  if (options.cache) {
551
- exports.cache.set(filename, func);
550
+ exports$1.cache.set(filename, func);
552
551
  }
553
552
  return func;
554
553
  }
555
554
  function tryHandleCache(options, data, cb) {
556
555
  var result;
557
556
  if (!cb) {
558
- if (typeof exports.promiseImpl == "function") {
559
- return new exports.promiseImpl(function(resolve, reject) {
557
+ if (typeof exports$1.promiseImpl == "function") {
558
+ return new exports$1.promiseImpl(function(resolve, reject) {
560
559
  try {
561
560
  result = handleCache(options)(data);
562
561
  resolve(result);
@@ -577,7 +576,7 @@ function requireEjs () {
577
576
  }
578
577
  }
579
578
  function fileLoader(filePath) {
580
- return exports.fileLoader(filePath);
579
+ return exports$1.fileLoader(filePath);
581
580
  }
582
581
  function includeFile(path2, options) {
583
582
  var opts = utils.shallowCopy(utils.createNullProtoObjWherePossible(), options);
@@ -611,7 +610,7 @@ function requireEjs () {
611
610
  function stripSemi(str) {
612
611
  return str.replace(/;(\s*$)/, "$1");
613
612
  }
614
- exports.compile = function compile(template, opts) {
613
+ exports$1.compile = function compile(template, opts) {
615
614
  var templ;
616
615
  if (opts && opts.scope) {
617
616
  if (!scopeOptionWarned) {
@@ -626,7 +625,7 @@ function requireEjs () {
626
625
  templ = new Template(template, opts);
627
626
  return templ.compile();
628
627
  };
629
- exports.render = function(template, d, o) {
628
+ exports$1.render = function(template, d, o) {
630
629
  var data = d || utils.createNullProtoObjWherePossible();
631
630
  var opts = o || utils.createNullProtoObjWherePossible();
632
631
  if (arguments.length == 2) {
@@ -634,7 +633,7 @@ function requireEjs () {
634
633
  }
635
634
  return handleCache(opts, template)(data);
636
635
  };
637
- exports.renderFile = function() {
636
+ exports$1.renderFile = function() {
638
637
  var args = Array.prototype.slice.call(arguments);
639
638
  var filename = args.shift();
640
639
  var cb;
@@ -669,9 +668,9 @@ function requireEjs () {
669
668
  }
670
669
  return tryHandleCache(opts, data, cb);
671
670
  };
672
- exports.Template = Template;
673
- exports.clearCache = function() {
674
- exports.cache.reset();
671
+ exports$1.Template = Template;
672
+ exports$1.clearCache = function() {
673
+ exports$1.cache.reset();
675
674
  };
676
675
  function Template(text, optsParam) {
677
676
  var opts = utils.hasOwnOnlyObject(optsParam);
@@ -686,9 +685,9 @@ function requireEjs () {
686
685
  options.compileDebug = opts.compileDebug !== false;
687
686
  options.debug = !!opts.debug;
688
687
  options.filename = opts.filename;
689
- options.openDelimiter = opts.openDelimiter || exports.openDelimiter || _DEFAULT_OPEN_DELIMITER;
690
- options.closeDelimiter = opts.closeDelimiter || exports.closeDelimiter || _DEFAULT_CLOSE_DELIMITER;
691
- options.delimiter = opts.delimiter || exports.delimiter || _DEFAULT_DELIMITER;
688
+ options.openDelimiter = opts.openDelimiter || exports$1.openDelimiter || _DEFAULT_OPEN_DELIMITER;
689
+ options.closeDelimiter = opts.closeDelimiter || exports$1.closeDelimiter || _DEFAULT_CLOSE_DELIMITER;
690
+ options.delimiter = opts.delimiter || exports$1.delimiter || _DEFAULT_DELIMITER;
692
691
  options.strict = opts.strict || false;
693
692
  options.context = opts.context;
694
693
  options.cache = opts.cache || false;
@@ -696,7 +695,7 @@ function requireEjs () {
696
695
  options.root = opts.root;
697
696
  options.includer = opts.includer;
698
697
  options.outputFunctionName = opts.outputFunctionName;
699
- options.localsName = opts.localsName || exports.localsName || _DEFAULT_LOCALS_NAME;
698
+ options.localsName = opts.localsName || exports$1.localsName || _DEFAULT_LOCALS_NAME;
700
699
  options.views = opts.views;
701
700
  options.async = opts.async;
702
701
  options.destructuredLocals = opts.destructuredLocals;
@@ -982,12 +981,12 @@ function requireEjs () {
982
981
  }
983
982
  }
984
983
  };
985
- exports.escapeXML = utils.escapeXML;
986
- exports.__express = exports.renderFile;
987
- exports.VERSION = _VERSION_STRING;
988
- exports.name = _NAME;
984
+ exports$1.escapeXML = utils.escapeXML;
985
+ exports$1.__express = exports$1.renderFile;
986
+ exports$1.VERSION = _VERSION_STRING;
987
+ exports$1.name = _NAME;
989
988
  if (typeof window != "undefined") {
990
- window.ejs = exports;
989
+ window.ejs = exports$1;
991
990
  }
992
991
  } (ejs$1));
993
992
  return ejs$1;
@@ -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-ClUdS6Cn.js';
6
+ import { B as BaseAuthenticatedCommand, g as getShortUUID, a as getRenderedMarkdown } from '../../baseGameCommand-DQ6Wj-Pk.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-B2Qnw47r.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-ClUdS6Cn.js';
5
+ import { B as BaseAuthenticatedCommand, g as getShortUUID } from '../../baseGameCommand-DQ6Wj-Pk.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-B2Qnw47r.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-ClUdS6Cn.js';
5
+ import { B as BaseAuthenticatedCommand, g as getShortUUID } from '../../baseGameCommand-DQ6Wj-Pk.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-B2Qnw47r.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-BMdQLpAh.js';
5
+ import { P as Platform, C as CredentialsType, A as ApiKey, U as UserRole, a as ApiKeyType } from '../../../baseCommand-ClUdS6Cn.js';
6
+ import { B as BaseAppleCommand } from '../../../baseAppleCommand-YzhCAdUY.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-DQ6Wj-Pk.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-B2Qnw47r.js';
37
+ import { u as uploadUserCredentials } from '../../../upload-BfWRd6ss.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-YzhCAdUY.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-ClUdS6Cn.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-BMdQLpAh.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-DQ6Wj-Pk.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-BMdQLpAh.js';
6
+ import { B as BaseAuthenticatedCommand } from '../../../baseGameCommand-DQ6Wj-Pk.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-ClUdS6Cn.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-B2Qnw47r.js';
36
+ import { e as exportCredential } from '../../../export-Dq53OG06.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-BMdQLpAh.js';
6
+ import { B as BaseAuthenticatedCommand } from '../../../baseGameCommand-DQ6Wj-Pk.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-ClUdS6Cn.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-B2Qnw47r.js';
36
+ import { i as importCredential } from '../../../import-CPAFgZO5.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-DQ6Wj-Pk.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-ClUdS6Cn.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-db4Xb8HC.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-B2Qnw47r.js';
39
38
  import 'fs';
40
39
  import 'path';
41
40
  import '@expo/apple-utils/build/index.js';
@@ -1,14 +1,12 @@
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';
4
+ import { g as getUserCredentials } from '../../../index-BMdQLpAh.js';
5
5
  import forge from 'node-forge';
6
- import { m as CertificateType, b as Certificate, P as Platform, C as CredentialsType } from '../../../baseCommand-B23l0hCp.js';
7
- import { B as BaseAppleCommand } from '../../../baseAppleCommand-Cfoy8Tx_.js';
6
+ import { m as CertificateType, b as Certificate, P as Platform, C as CredentialsType } from '../../../baseCommand-ClUdS6Cn.js';
7
+ import { B as BaseAppleCommand } from '../../../baseAppleCommand-YzhCAdUY.js';
8
8
  import 'node:fs';
9
9
  import 'axios';
10
- import 'crypto-js';
11
- import 'uuid';
12
10
  import 'luxon';
13
11
  import 'node:path';
14
12
  import 'chalk';
@@ -20,6 +18,7 @@ import 'isomorphic-git';
20
18
  import '@tanstack/react-query';
21
19
  import 'react';
22
20
  import 'fast-glob';
21
+ import 'uuid';
23
22
  import 'socket.io-client';
24
23
  import 'fullscreen-ink';
25
24
  import 'stream';
@@ -29,14 +28,14 @@ import 'string-length';
29
28
  import 'strip-ansi';
30
29
  import 'open';
31
30
  import '@inkjs/ui';
32
- import '../../../baseGameCommand-P7Vyz2vZ.js';
31
+ import '../../../baseGameCommand-DQ6Wj-Pk.js';
33
32
  import 'marked';
34
33
  import 'marked-terminal';
35
34
  import 'qrcode';
36
35
  import { R as RunWithSpinner } from '../../../RunWithSpinner-DucRnFp6.js';
37
36
  import 'godot-export-presets';
38
- import { C as Command } from '../../../Command-cqn3WLlP.js';
39
- import { u as uploadUserCredentials } from '../../../upload-BvNeNQXc.js';
37
+ import { C as Command } from '../../../Command-B2Qnw47r.js';
38
+ import { u as uploadUserCredentials } from '../../../upload-BfWRd6ss.js';
40
39
  import '@expo/apple-utils/build/index.js';
41
40
  import 'fs';
42
41
  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-YzhCAdUY.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, b as Certificate } from '../../../baseCommand-B23l0hCp.js';
5
+ import { P as Platform, C as CredentialsType, b as Certificate } from '../../../baseCommand-ClUdS6Cn.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-BMdQLpAh.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-DQ6Wj-Pk.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-BMdQLpAh.js';
6
+ import { B as BaseAuthenticatedCommand } from '../../../baseGameCommand-DQ6Wj-Pk.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-ClUdS6Cn.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-B2Qnw47r.js';
36
+ import { e as exportCredential } from '../../../export-Dq53OG06.js';
38
37
  import 'fs';
39
38
  import 'path';
40
39
  import '@expo/apple-utils/build/index.js';