shipthis 0.1.41 → 0.1.42

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 +1 -0
  2. package/assets/markdown/confirm-change-android-build-method.md.ejs +13 -0
  3. package/dist/{AppleBundleIdDetails-BJC7GCx_.js → AppleBundleIdDetails-jDq3gYbk.js} +7 -6
  4. package/dist/{Command-Cj6F5B5a.js → Command-cVo97lkQ.js} +2 -2
  5. package/dist/{CommandGame-CuvuH-z6.js → CommandGame-BwudtYCO.js} +2 -2
  6. package/dist/{Create-pfGYcKu4.js → Create-By4NsPEI.js} +3 -2
  7. package/dist/{GameStatus-ZSe-qG3y.js → GameStatus-C59zQE1H.js} +3 -2
  8. package/dist/{Import-D046HBaF.js → Import-DTcVM-T-.js} +4 -3
  9. package/dist/{JobLogTail-Da8GuReK.js → JobLogTail-BzisGkY8.js} +30 -17
  10. package/dist/{JobProgress-DltCQpzA.js → JobProgress-DAnhaTho.js} +21 -10
  11. package/dist/{JobStatusTable-DVJjHw97.js → JobStatusTable-BYEi8dtD.js} +3 -3
  12. package/dist/{ProjectCredentialsTable-BJJz7W1P.js → ProjectCredentialsTable-NZf3V39z.js} +2 -2
  13. package/dist/{UserCredentialsTable-CSynIVHU.js → UserCredentialsTable-Dp884nYO.js} +2 -2
  14. package/dist/{baseAppleCommand-Aq-Eaw_K.js → baseAppleCommand-DewNWX3L.js} +1 -1
  15. package/dist/{baseCommand-CTn3KGH3.js → baseCommand-CscxrTMI.js} +80 -110
  16. package/dist/{baseGameAndroidCommand-DRzVMKuG.js → baseGameAndroidCommand-CEcDz5P2.js} +4 -3
  17. package/dist/{baseGameCommand-8VL7xe-O.js → baseGameCommand-BKvHM3h_.js} +3 -2
  18. package/dist/commands/apiKey/create.js +4 -5
  19. package/dist/commands/apiKey/list.js +4 -5
  20. package/dist/commands/apiKey/revoke.js +4 -5
  21. package/dist/commands/apple/apiKey/create.js +7 -8
  22. package/dist/commands/apple/apiKey/delete.js +5 -6
  23. package/dist/commands/apple/apiKey/export.js +6 -7
  24. package/dist/commands/apple/apiKey/import.js +6 -7
  25. package/dist/commands/apple/apiKey/status.js +5 -6
  26. package/dist/commands/apple/certificate/create.js +7 -8
  27. package/dist/commands/apple/certificate/delete.js +5 -6
  28. package/dist/commands/apple/certificate/export.js +6 -7
  29. package/dist/commands/apple/certificate/import.js +6 -7
  30. package/dist/commands/apple/certificate/status.js +5 -6
  31. package/dist/commands/apple/login.js +3 -4
  32. package/dist/commands/apple/status.js +4 -5
  33. package/dist/commands/dashboard.js +3 -4
  34. package/dist/commands/game/android/apiKey/connect.js +9 -10
  35. package/dist/commands/game/android/apiKey/create.js +11 -12
  36. package/dist/commands/game/android/apiKey/delete.js +5 -6
  37. package/dist/commands/game/android/apiKey/export.js +7 -8
  38. package/dist/commands/game/android/apiKey/import.js +7 -8
  39. package/dist/commands/game/android/apiKey/invite.js +4 -5
  40. package/dist/commands/game/android/apiKey/policy.js +4 -5
  41. package/dist/commands/game/android/apiKey/status.js +7 -8
  42. package/dist/commands/game/android/keyStore/create.js +8 -9
  43. package/dist/commands/game/android/keyStore/delete.js +5 -6
  44. package/dist/commands/game/android/keyStore/export.js +6 -7
  45. package/dist/commands/game/android/keyStore/import.js +9 -10
  46. package/dist/commands/game/android/keyStore/status.js +6 -7
  47. package/dist/commands/game/android/status.js +3 -4
  48. package/dist/commands/game/build/download.js +4 -5
  49. package/dist/commands/game/build/list.js +5 -6
  50. package/dist/commands/game/create.js +3 -4
  51. package/dist/commands/game/details.js +4 -5
  52. package/dist/commands/game/export.js +3 -4
  53. package/dist/commands/game/ios/app/addTester.js +5 -6
  54. package/dist/commands/game/ios/app/create.js +6 -6
  55. package/dist/commands/game/ios/app/status.js +7 -8
  56. package/dist/commands/game/ios/app/sync.js +5 -6
  57. package/dist/commands/game/ios/profile/create.js +7 -8
  58. package/dist/commands/game/ios/profile/delete.js +5 -6
  59. package/dist/commands/game/ios/profile/export.js +6 -7
  60. package/dist/commands/game/ios/profile/import.js +6 -7
  61. package/dist/commands/game/ios/profile/status.js +7 -8
  62. package/dist/commands/game/ios/status.js +9 -10
  63. package/dist/commands/game/ios/wizard.js +4 -5
  64. package/dist/commands/game/job/list.js +4 -5
  65. package/dist/commands/game/job/status.js +9 -10
  66. package/dist/commands/game/list.js +4 -5
  67. package/dist/commands/game/ship.js +30 -14
  68. package/dist/commands/game/status.js +6 -7
  69. package/dist/commands/game/wizard.js +78 -29
  70. package/dist/commands/internal/fastlane.js +3 -4
  71. package/dist/commands/internal/readme.js +3 -4
  72. package/dist/commands/login.js +3 -4
  73. package/dist/commands/status.js +4 -5
  74. package/dist/commands/util/android-build-method.js +66 -0
  75. package/dist/commands/util/glass.js +2 -3
  76. package/dist/{export-DtATljiz.js → export-DBQHSKU-.js} +1 -1
  77. package/dist/{import-Dk2ywOVU.js → import-Bk4w8kks.js} +1 -1
  78. package/dist/{index-cRnjcGxV.js → index-WrVwh6le.js} +6 -5
  79. package/dist/{index-BW7z-5sB.js → index-qOGviaGc.js} +1 -1
  80. package/dist/{index-CuyVBHWc.js → index-zdIBXHs2.js} +5 -4
  81. package/dist/{upload-CHaDSvvi.js → upload-CeRPHRCP.js} +1 -1
  82. package/dist/{useAppleApp-CR847GWc.js → useAppleApp-DgZH0CBS.js} +1 -1
  83. package/dist/{useAppleBundleId-BnwPmVEu.js → useAppleBundleId-CA7Pg4Hi.js} +2 -2
  84. package/dist/{useAppleProfiles-DY-H0420.js → useAppleProfiles-CUBTPbcC.js} +1 -1
  85. package/dist/{useGoogleStatus-WqPgHteE.js → useGoogleStatus-DpPwKmw_.js} +2 -2
  86. package/dist/{useProjectCredentials-TvlolkId.js → useProjectCredentials-rQLm2O1J.js} +2 -2
  87. package/dist/{useWebSocket-MXDbQHcu.js → useWebSocket-PU55rRGt.js} +1 -1
  88. package/docs/util/android-build-method.md +26 -0
  89. package/docs/util.md +2 -1
  90. package/npm-shrinkwrap.json +14181 -0
  91. package/oclif.manifest.json +2966 -0
  92. package/package.json +9 -6
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "shipthis",
3
3
  "description": "ShipThis manages building and uploading your Godot games to the App Store and Google Play.",
4
- "version": "0.1.41",
4
+ "version": "0.1.42",
5
5
  "author": "Hello Invent Ltd",
6
6
  "bin": {
7
7
  "shipthis": "./bin/run.js"
@@ -20,11 +20,10 @@
20
20
  "axios": "^1.7.7",
21
21
  "chalk": "^5.4.1",
22
22
  "crypto-js": "^4.2.0",
23
- "deepmerge": "^4.3.1",
24
23
  "fast-glob": "^3.3.2",
25
24
  "fs-extra": "^11.2.0",
26
25
  "fullscreen-ink": "^0.1.0",
27
- "ini": "^5.0.0",
26
+ "godot-export-presets": "^0.1.6",
28
27
  "ink": "^5.0.1",
29
28
  "ink-spinner": "^5.0.0",
30
29
  "isomorphic-git": "^1.27.1",
@@ -54,7 +53,6 @@
54
53
  "@types/crypto-js": "^4.2.2",
55
54
  "@types/ejs": "^3.1.5",
56
55
  "@types/fs-extra": "^11.0.4",
57
- "@types/ini": "^4.1.1",
58
56
  "@types/jsonwebtoken": "^9.0.6",
59
57
  "@types/luxon": "^3.4.2",
60
58
  "@types/mocha": "^10",
@@ -108,6 +106,7 @@
108
106
  "exports": [
109
107
  "./dist/utils/help.js",
110
108
  "./dist/commands/util/glass.js",
109
+ "./dist/commands/util/android-build-method.js",
111
110
  "./dist/commands/apple/apiKey/export.js",
112
111
  "./dist/commands/apple/apiKey/create.js",
113
112
  "./dist/commands/apple/apiKey/status.js",
@@ -224,7 +223,10 @@
224
223
  "frequencyUnit": "days"
225
224
  }
226
225
  },
227
- "repository": "github:shipth-is/cli",
226
+ "repository": {
227
+ "type": "git",
228
+ "url": "git+https://github.com/shipth-is/cli.git"
229
+ },
228
230
  "scripts": {
229
231
  "build-original": "shx rm -rf dist && tsc -b",
230
232
  "build-tsc-alias": "shx rm -rf dist && npx tsc --build && npx tsc-alias -p tsconfig.json",
@@ -239,6 +241,7 @@
239
241
  },
240
242
  "types": "dist/index.d.ts",
241
243
  "overrides": {
242
- "cli-spinners": "2.9.2"
244
+ "cli-spinners": "2.9.2",
245
+ "@alcalzone/ansi-tokenize": "^0.2.2"
243
246
  }
244
247
  }