shipthis 0.1.51 → 0.1.52

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 (102) hide show
  1. package/README.md +1 -1
  2. package/dist/{AppleBundleIdDetails-CYJTV7rc.js → AppleBundleIdDetails-BUJnAu52.js} +4 -4
  3. package/dist/{Command-B1NFHc4L.js → Command-B-MWAVPL.js} +2 -2
  4. package/dist/CommandGame-DPJEVhuw.js +14 -0
  5. package/dist/{Create-DjfczIZY.js → Create-CmEndHAZ.js} +2 -2
  6. package/dist/CredentialDetailsView-B7Y9sj8K.js +131 -0
  7. package/dist/ErrorBox-DS5e6VmF.js +21 -0
  8. package/dist/{GameStatus-CSPAxIN2.js → GameStatus-XFGHRbVP.js} +5 -5
  9. package/dist/{Import-DO1DXHG9.js → Import-ea-wsQt-.js} +3 -3
  10. package/dist/{JobLogTail-BaugM69H.js → JobLogTail-BwFUt8LB.js} +6 -25
  11. package/dist/{JobProgress-CTMiz5ID.js → JobProgress-_cIUK7Ho.js} +6 -6
  12. package/dist/{JobStatusTable-DYnPkAB5.js → JobStatusTable-CyDhk3lr.js} +3 -3
  13. package/dist/{ProjectCredentialsTable-CrOKr18y.js → ProjectCredentialsTable-0DY-GdfY.js} +2 -2
  14. package/dist/TruncatedText-DhEXCrnE.js +25 -0
  15. package/dist/{UserCredentialsTable-dLtPrYxT.js → UserCredentialsTable-CTJMS9Kc.js} +2 -2
  16. package/dist/{baseAppleCommand-Bv0fJvRe.js → baseAppleCommand-9xmssZ7g.js} +1 -1
  17. package/dist/{baseCommand-3KTJp42t.js → baseCommand-CpAJaJoG.js} +289 -228
  18. package/dist/{baseGameAndroidCommand-DhA0oiki.js → baseGameAndroidCommand-HO8as-RL.js} +2 -2
  19. package/dist/{baseGameCommand-Cnpc7kd6.js → baseGameCommand-Cbx4ywHl.js} +32 -17
  20. package/dist/commands/apiKey/create.js +11 -11
  21. package/dist/commands/apiKey/list.js +12 -12
  22. package/dist/commands/apiKey/revoke.js +12 -12
  23. package/dist/commands/apple/apiKey/create.js +7 -7
  24. package/dist/commands/apple/apiKey/delete.js +7 -7
  25. package/dist/commands/apple/apiKey/export.js +5 -5
  26. package/dist/commands/apple/apiKey/import.js +5 -5
  27. package/dist/commands/apple/apiKey/status.js +4 -4
  28. package/dist/commands/apple/certificate/create.js +7 -7
  29. package/dist/commands/apple/certificate/delete.js +7 -7
  30. package/dist/commands/apple/certificate/export.js +5 -5
  31. package/dist/commands/apple/certificate/import.js +5 -5
  32. package/dist/commands/apple/certificate/show.js +78 -0
  33. package/dist/commands/apple/certificate/status.js +4 -4
  34. package/dist/commands/apple/login.js +3 -3
  35. package/dist/commands/apple/status.js +3 -3
  36. package/dist/commands/dashboard.js +3 -3
  37. package/dist/commands/game/android/apiKey/connect.js +9 -8
  38. package/dist/commands/game/android/apiKey/create.js +12 -11
  39. package/dist/commands/game/android/apiKey/delete.js +7 -7
  40. package/dist/commands/game/android/apiKey/export.js +7 -7
  41. package/dist/commands/game/android/apiKey/import.js +7 -7
  42. package/dist/commands/game/android/apiKey/invite.js +7 -7
  43. package/dist/commands/game/android/apiKey/policy.js +3 -3
  44. package/dist/commands/game/android/apiKey/show.js +79 -0
  45. package/dist/commands/game/android/apiKey/status.js +7 -7
  46. package/dist/commands/game/android/keyStore/create.js +9 -8
  47. package/dist/commands/game/android/keyStore/delete.js +7 -7
  48. package/dist/commands/game/android/keyStore/export.js +6 -6
  49. package/dist/commands/game/android/keyStore/import.js +10 -9
  50. package/dist/commands/game/android/keyStore/status.js +6 -6
  51. package/dist/commands/game/android/status.js +5 -5
  52. package/dist/commands/game/build/download.js +3 -3
  53. package/dist/commands/game/build/list.js +6 -5
  54. package/dist/commands/game/create.js +3 -3
  55. package/dist/commands/game/details.js +6 -6
  56. package/dist/commands/game/export.js +3 -3
  57. package/dist/commands/game/ios/app/addTester.js +7 -7
  58. package/dist/commands/game/ios/app/create.js +6 -6
  59. package/dist/commands/game/ios/app/status.js +7 -7
  60. package/dist/commands/game/ios/app/sync.js +5 -5
  61. package/dist/commands/game/ios/profile/create.js +7 -7
  62. package/dist/commands/game/ios/profile/delete.js +7 -7
  63. package/dist/commands/game/ios/profile/export.js +6 -6
  64. package/dist/commands/game/ios/profile/import.js +6 -6
  65. package/dist/commands/game/ios/profile/show.js +78 -0
  66. package/dist/commands/game/ios/profile/status.js +7 -7
  67. package/dist/commands/game/ios/status.js +10 -9
  68. package/dist/commands/game/ios/wizard.js +3 -3
  69. package/dist/commands/game/job/list.js +6 -6
  70. package/dist/commands/game/job/status.js +9 -8
  71. package/dist/commands/game/list.js +12 -12
  72. package/dist/commands/game/ship.js +14 -34
  73. package/dist/commands/game/status.js +6 -5
  74. package/dist/commands/game/wizard.js +26 -18
  75. package/dist/commands/internal/fastlane.js +5 -5
  76. package/dist/commands/internal/readme.js +5 -5
  77. package/dist/commands/login.js +6 -6
  78. package/dist/commands/status.js +5 -5
  79. package/dist/commands/util/android-build-method.js +5 -5
  80. package/dist/commands/util/glass.js +2 -2
  81. package/dist/{export-C2vAQt28.js → export-Blt3BR-u.js} +1 -1
  82. package/dist/{import-CfHiiwmI.js → import-IVcS8WFM.js} +1 -1
  83. package/dist/{index-CiKCvjwK.js → index-B5s20dhm.js} +5 -5
  84. package/dist/{index-BQKXikqh.js → index-By3xdL8c.js} +1 -1
  85. package/dist/{index-BQ7Kd4ZS.js → index-KJtngKaE.js} +4 -4
  86. package/dist/{upload-D3ctOB7X.js → upload-B56rRpZW.js} +1 -1
  87. package/dist/{useAppleApp-BVpVSPu-.js → useAppleApp-BHUjGmw0.js} +1 -1
  88. package/dist/{useAppleBundleId-DmkQ1mJE.js → useAppleBundleId-Cv5maswG.js} +1 -1
  89. package/dist/{useAppleProfiles-B1_ePKyQ.js → useAppleProfiles-kDiUOXiX.js} +1 -1
  90. package/dist/{useGoogleStatus-8VH2hd6q.js → useGoogleStatus-BHd_Wp59.js} +2 -2
  91. package/dist/{useProjectCredentials-C1Cm8a5d.js → useProjectCredentials-ADtDLDmx.js} +19 -2
  92. package/dist/{useWebSocket-C-hXW3J2.js → useWebSocket-DlNe_zDR.js} +1 -1
  93. package/docs/apple/certificate/show.md +23 -0
  94. package/docs/apple/certificate.md +24 -0
  95. package/docs/game/android/apiKey/show.md +26 -0
  96. package/docs/game/android/apiKey.md +27 -0
  97. package/docs/game/ios/profile/show.md +26 -0
  98. package/docs/game/ios/profile.md +27 -0
  99. package/npm-shrinkwrap.json +7 -7
  100. package/oclif.manifest.json +290 -175
  101. package/package.json +5 -2
  102. package/dist/CommandGame-Doh2LsGZ.js +0 -7
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "shipthis",
3
3
  "description": "Build and publish Godot games to the App Store and Google Play. Cloud builds for APK, AAB, and IPA - no Mac or Android Studio required.",
4
- "version": "0.1.51",
4
+ "version": "0.1.52",
5
5
  "author": "Hello Invent Ltd",
6
6
  "bin": {
7
7
  "shipthis": "./bin/run.js"
@@ -19,7 +19,7 @@
19
19
  "@tanstack/react-query": "^5.56.2",
20
20
  "@types/marked-terminal": "^6.1.1",
21
21
  "@types/uuid": "^10.0.0",
22
- "axios": "^1.7.7",
22
+ "axios": "^1.16.0",
23
23
  "chalk": "^5.4.1",
24
24
  "fast-glob": "^3.3.2",
25
25
  "fs-extra": "^11.2.0",
@@ -131,6 +131,7 @@
131
131
  "./dist/commands/apple/certificate/status.js",
132
132
  "./dist/commands/apple/certificate/delete.js",
133
133
  "./dist/commands/apple/certificate/import.js",
134
+ "./dist/commands/apple/certificate/show.js",
134
135
  "./dist/commands/apple/login.js",
135
136
  "./dist/commands/game/list.js",
136
137
  "./dist/commands/game/ship.js",
@@ -145,6 +146,7 @@
145
146
  "./dist/commands/game/ios/profile/status.js",
146
147
  "./dist/commands/game/ios/profile/delete.js",
147
148
  "./dist/commands/game/ios/profile/import.js",
149
+ "./dist/commands/game/ios/profile/show.js",
148
150
  "./dist/commands/game/create.js",
149
151
  "./dist/commands/game/job/list.js",
150
152
  "./dist/commands/game/job/status.js",
@@ -165,6 +167,7 @@
165
167
  "./dist/commands/game/android/apiKey/import.js",
166
168
  "./dist/commands/game/android/apiKey/invite.js",
167
169
  "./dist/commands/game/android/apiKey/connect.js",
170
+ "./dist/commands/game/android/apiKey/show.js",
168
171
  "./dist/commands/game/android/status.js",
169
172
  "./dist/commands/game/wizard.js",
170
173
  "./dist/commands/game/export.js",
@@ -1,7 +0,0 @@
1
- import { jsx } from 'react/jsx-runtime';
2
- import { G as GameProvider } from './baseGameCommand-Cnpc7kd6.js';
3
- import { C as Command } from './Command-B1NFHc4L.js';
4
-
5
- const CommandGame = ({ children, command }) => /* @__PURE__ */ jsx(Command, { command, children: /* @__PURE__ */ jsx(GameProvider, { children }) });
6
-
7
- export { CommandGame as C };