shipthis 0.1.51 → 0.1.53
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/README.md +1 -1
- package/dist/{AppleBundleIdDetails-CYJTV7rc.js → AppleBundleIdDetails-CJuXU0MW.js} +4 -4
- package/dist/{Command-B1NFHc4L.js → Command-U8TqM6Zs.js} +2 -2
- package/dist/CommandGame-hqY43vRo.js +14 -0
- package/dist/{Create-DjfczIZY.js → Create-C--pV63B.js} +2 -2
- package/dist/CredentialDetailsView-DUpRMBiJ.js +131 -0
- package/dist/ErrorBox-DLRncz8K.js +21 -0
- package/dist/{GameStatus-CSPAxIN2.js → GameStatus-DRheSF2O.js} +5 -5
- package/dist/{Import-DO1DXHG9.js → Import-CTgEEj_f.js} +3 -3
- package/dist/{JobLogTail-BaugM69H.js → JobLogTail-7oEEQxIO.js} +6 -25
- package/dist/{JobProgress-CTMiz5ID.js → JobProgress-DwvTh5rS.js} +6 -6
- package/dist/{JobStatusTable-DYnPkAB5.js → JobStatusTable-DBM_PBPQ.js} +3 -3
- package/dist/{ProjectCredentialsTable-CrOKr18y.js → ProjectCredentialsTable-BamSpb5B.js} +2 -2
- package/dist/TruncatedText-DhEXCrnE.js +25 -0
- package/dist/{UserCredentialsTable-dLtPrYxT.js → UserCredentialsTable-N_fIOf8N.js} +2 -2
- package/dist/{baseAppleCommand-Bv0fJvRe.js → baseAppleCommand-oekzwny6.js} +1 -1
- package/dist/{baseCommand-3KTJp42t.js → baseCommand-ByzFMr-B.js} +299 -228
- package/dist/{baseGameAndroidCommand-DhA0oiki.js → baseGameAndroidCommand-GvH1QAja.js} +2 -2
- package/dist/{baseGameCommand-Cnpc7kd6.js → baseGameCommand-D8Z3SaiJ.js} +32 -17
- package/dist/commands/apiKey/create.js +11 -11
- package/dist/commands/apiKey/list.js +12 -12
- package/dist/commands/apiKey/revoke.js +12 -12
- package/dist/commands/apple/apiKey/create.js +7 -7
- package/dist/commands/apple/apiKey/delete.js +7 -7
- package/dist/commands/apple/apiKey/export.js +5 -5
- package/dist/commands/apple/apiKey/import.js +5 -5
- package/dist/commands/apple/apiKey/status.js +4 -4
- package/dist/commands/apple/certificate/create.js +7 -7
- package/dist/commands/apple/certificate/delete.js +7 -7
- package/dist/commands/apple/certificate/export.js +5 -5
- package/dist/commands/apple/certificate/import.js +5 -5
- package/dist/commands/apple/certificate/show.js +78 -0
- package/dist/commands/apple/certificate/status.js +4 -4
- package/dist/commands/apple/login.js +3 -3
- package/dist/commands/apple/status.js +3 -3
- package/dist/commands/dashboard.js +3 -3
- package/dist/commands/game/android/apiKey/connect.js +9 -8
- package/dist/commands/game/android/apiKey/create.js +12 -11
- package/dist/commands/game/android/apiKey/delete.js +7 -7
- package/dist/commands/game/android/apiKey/export.js +7 -7
- package/dist/commands/game/android/apiKey/import.js +7 -7
- package/dist/commands/game/android/apiKey/invite.js +7 -7
- package/dist/commands/game/android/apiKey/policy.js +3 -3
- package/dist/commands/game/android/apiKey/show.js +79 -0
- package/dist/commands/game/android/apiKey/status.js +7 -7
- package/dist/commands/game/android/keyStore/create.js +9 -8
- package/dist/commands/game/android/keyStore/delete.js +7 -7
- package/dist/commands/game/android/keyStore/export.js +6 -6
- package/dist/commands/game/android/keyStore/import.js +10 -9
- package/dist/commands/game/android/keyStore/status.js +6 -6
- package/dist/commands/game/android/status.js +5 -5
- package/dist/commands/game/build/download.js +3 -3
- package/dist/commands/game/build/list.js +6 -5
- package/dist/commands/game/create.js +3 -3
- package/dist/commands/game/details.js +6 -6
- package/dist/commands/game/export.js +3 -3
- package/dist/commands/game/ios/app/addTester.js +7 -7
- package/dist/commands/game/ios/app/create.js +6 -6
- 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/delete.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/show.js +78 -0
- package/dist/commands/game/ios/profile/status.js +7 -7
- package/dist/commands/game/ios/status.js +10 -9
- package/dist/commands/game/ios/wizard.js +3 -3
- package/dist/commands/game/job/list.js +6 -6
- package/dist/commands/game/job/logs.js +82 -0
- package/dist/commands/game/job/status.js +9 -8
- package/dist/commands/game/list.js +12 -12
- package/dist/commands/game/ship.js +14 -34
- package/dist/commands/game/status.js +6 -5
- package/dist/commands/game/wizard.js +42 -31
- package/dist/commands/internal/fastlane.js +5 -5
- package/dist/commands/internal/readme.js +5 -5
- package/dist/commands/login.js +6 -6
- package/dist/commands/status.js +5 -5
- package/dist/commands/util/android-build-method.js +5 -5
- package/dist/commands/util/glass.js +2 -2
- package/dist/{export-C2vAQt28.js → export-DQ2Qh09K.js} +1 -1
- package/dist/{import-CfHiiwmI.js → import-sVng7ksa.js} +1 -1
- package/dist/{index-BQ7Kd4ZS.js → index-DwEIHNF1.js} +4 -4
- package/dist/{index-CiKCvjwK.js → index-Dz17cbww.js} +5 -5
- package/dist/{index-BQKXikqh.js → index-N3S598Wc.js} +1 -1
- package/dist/{upload-D3ctOB7X.js → upload-DoiCgi3a.js} +1 -1
- package/dist/{useAppleApp-BVpVSPu-.js → useAppleApp-J4dx2Wyz.js} +1 -1
- package/dist/{useAppleBundleId-DmkQ1mJE.js → useAppleBundleId-DUdnv1T0.js} +1 -1
- package/dist/{useAppleProfiles-B1_ePKyQ.js → useAppleProfiles-DDdAtArV.js} +1 -1
- package/dist/{useGoogleStatus-8VH2hd6q.js → useGoogleStatus-DciPkOMu.js} +2 -2
- package/dist/{useProjectCredentials-C1Cm8a5d.js → useProjectCredentials-B4cjpmpB.js} +19 -2
- package/dist/{useWebSocket-C-hXW3J2.js → useWebSocket-B1hQm8Ak.js} +1 -1
- package/docs/apple/certificate/show.md +23 -0
- package/docs/apple/certificate.md +24 -0
- package/docs/game/android/apiKey/show.md +26 -0
- package/docs/game/android/apiKey.md +27 -0
- package/docs/game/ios/profile/show.md +26 -0
- package/docs/game/ios/profile.md +27 -0
- package/docs/game/job/logs.md +30 -0
- package/docs/game/job.md +31 -0
- package/npm-shrinkwrap.json +68 -51
- package/oclif.manifest.json +159 -1
- package/package.json +6 -2
- package/dist/CommandGame-Doh2LsGZ.js +0 -7
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "shipthis",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.53",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "shipthis",
|
|
9
|
-
"version": "0.1.
|
|
9
|
+
"version": "0.1.53",
|
|
10
10
|
"license": "MIT",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@expo/apple-utils": "^2.1.21",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"@tanstack/react-query": "^5.56.2",
|
|
21
21
|
"@types/marked-terminal": "^6.1.1",
|
|
22
22
|
"@types/uuid": "^10.0.0",
|
|
23
|
-
"axios": "^1.
|
|
23
|
+
"axios": "^1.16.0",
|
|
24
24
|
"chalk": "^5.4.1",
|
|
25
25
|
"fast-glob": "^3.3.2",
|
|
26
26
|
"fs-extra": "^11.2.0",
|
|
@@ -1705,9 +1705,9 @@
|
|
|
1705
1705
|
"license": "MIT"
|
|
1706
1706
|
},
|
|
1707
1707
|
"node_modules/@eslint/eslintrc/node_modules/brace-expansion": {
|
|
1708
|
-
"version": "1.1.
|
|
1709
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.
|
|
1710
|
-
"integrity": "sha512-
|
|
1708
|
+
"version": "1.1.14",
|
|
1709
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.14.tgz",
|
|
1710
|
+
"integrity": "sha512-MWPGfDxnyzKU7rNOW9SP/c50vi3xrmrua/+6hfPbCS2ABNWfx24vPidzvC7krjU/RTo235sV776ymlsMtGKj8g==",
|
|
1711
1711
|
"dev": true,
|
|
1712
1712
|
"license": "MIT",
|
|
1713
1713
|
"dependencies": {
|
|
@@ -1792,9 +1792,9 @@
|
|
|
1792
1792
|
"license": "MIT"
|
|
1793
1793
|
},
|
|
1794
1794
|
"node_modules/@humanwhocodes/config-array/node_modules/brace-expansion": {
|
|
1795
|
-
"version": "1.1.
|
|
1796
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.
|
|
1797
|
-
"integrity": "sha512-
|
|
1795
|
+
"version": "1.1.14",
|
|
1796
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.14.tgz",
|
|
1797
|
+
"integrity": "sha512-MWPGfDxnyzKU7rNOW9SP/c50vi3xrmrua/+6hfPbCS2ABNWfx24vPidzvC7krjU/RTo235sV776ymlsMtGKj8g==",
|
|
1798
1798
|
"dev": true,
|
|
1799
1799
|
"license": "MIT",
|
|
1800
1800
|
"dependencies": {
|
|
@@ -5118,12 +5118,12 @@
|
|
|
5118
5118
|
}
|
|
5119
5119
|
},
|
|
5120
5120
|
"node_modules/axios": {
|
|
5121
|
-
"version": "1.
|
|
5122
|
-
"resolved": "https://registry.npmjs.org/axios/-/axios-1.
|
|
5123
|
-
"integrity": "sha512-
|
|
5121
|
+
"version": "1.16.0",
|
|
5122
|
+
"resolved": "https://registry.npmjs.org/axios/-/axios-1.16.0.tgz",
|
|
5123
|
+
"integrity": "sha512-6hp5CwvTPlN2A31g5dxnwAX0orzM7pmCRDLnZSX772mv8WDqICwFjowHuPs04Mc8deIld1+ejhtaMn5vp6b+1w==",
|
|
5124
5124
|
"license": "MIT",
|
|
5125
5125
|
"dependencies": {
|
|
5126
|
-
"follow-redirects": "^1.
|
|
5126
|
+
"follow-redirects": "^1.16.0",
|
|
5127
5127
|
"form-data": "^4.0.5",
|
|
5128
5128
|
"proxy-from-env": "^2.1.0"
|
|
5129
5129
|
}
|
|
@@ -5220,9 +5220,9 @@
|
|
|
5220
5220
|
}
|
|
5221
5221
|
},
|
|
5222
5222
|
"node_modules/brace-expansion": {
|
|
5223
|
-
"version": "5.0.
|
|
5224
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.
|
|
5225
|
-
"integrity": "sha512-
|
|
5223
|
+
"version": "5.0.6",
|
|
5224
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.6.tgz",
|
|
5225
|
+
"integrity": "sha512-kLpxurY4Z4r9sgMsyG0Z9uzsBlgiU/EFKhj/h91/8yHu0edo7XuixOIH3VcJ8kkxs6/jPzoI6U9Vj3WqbMQ94g==",
|
|
5226
5226
|
"license": "MIT",
|
|
5227
5227
|
"dependencies": {
|
|
5228
5228
|
"balanced-match": "^4.0.2"
|
|
@@ -6370,22 +6370,22 @@
|
|
|
6370
6370
|
"license": "MIT"
|
|
6371
6371
|
},
|
|
6372
6372
|
"node_modules/engine.io-client": {
|
|
6373
|
-
"version": "6.6.
|
|
6374
|
-
"resolved": "https://registry.npmjs.org/engine.io-client/-/engine.io-client-6.6.
|
|
6375
|
-
"integrity": "sha512
|
|
6373
|
+
"version": "6.6.5",
|
|
6374
|
+
"resolved": "https://registry.npmjs.org/engine.io-client/-/engine.io-client-6.6.5.tgz",
|
|
6375
|
+
"integrity": "sha512-QCwxUDULPlXv8F6tqMMKx5dNkTe6OaBYRMPYeXKBlyOoKvAmE0ac6pW7fFhSscJ/5SI7666/U/B+MElbsrJlIg==",
|
|
6376
6376
|
"license": "MIT",
|
|
6377
6377
|
"dependencies": {
|
|
6378
6378
|
"@socket.io/component-emitter": "~3.1.0",
|
|
6379
6379
|
"debug": "~4.4.1",
|
|
6380
6380
|
"engine.io-parser": "~5.2.1",
|
|
6381
|
-
"ws": "~8.
|
|
6381
|
+
"ws": "~8.20.1",
|
|
6382
6382
|
"xmlhttprequest-ssl": "~2.1.1"
|
|
6383
6383
|
}
|
|
6384
6384
|
},
|
|
6385
6385
|
"node_modules/engine.io-client/node_modules/ws": {
|
|
6386
|
-
"version": "8.
|
|
6387
|
-
"resolved": "https://registry.npmjs.org/ws/-/ws-8.
|
|
6388
|
-
"integrity": "sha512-
|
|
6386
|
+
"version": "8.20.1",
|
|
6387
|
+
"resolved": "https://registry.npmjs.org/ws/-/ws-8.20.1.tgz",
|
|
6388
|
+
"integrity": "sha512-It4dO0K5v//JtTXuPkfEOaI3uUN87iYPnqo/ZzqCoG3g8uhA66QUMs/SrM0YK7/NAu+r4LMh/9dq2A7k+rHs+w==",
|
|
6389
6389
|
"license": "MIT",
|
|
6390
6390
|
"engines": {
|
|
6391
6391
|
"node": ">=10.0.0"
|
|
@@ -6849,9 +6849,9 @@
|
|
|
6849
6849
|
"license": "MIT"
|
|
6850
6850
|
},
|
|
6851
6851
|
"node_modules/eslint-plugin-import/node_modules/brace-expansion": {
|
|
6852
|
-
"version": "1.1.
|
|
6853
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.
|
|
6854
|
-
"integrity": "sha512-
|
|
6852
|
+
"version": "1.1.14",
|
|
6853
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.14.tgz",
|
|
6854
|
+
"integrity": "sha512-MWPGfDxnyzKU7rNOW9SP/c50vi3xrmrua/+6hfPbCS2ABNWfx24vPidzvC7krjU/RTo235sV776ymlsMtGKj8g==",
|
|
6855
6855
|
"dev": true,
|
|
6856
6856
|
"license": "MIT",
|
|
6857
6857
|
"dependencies": {
|
|
@@ -7042,9 +7042,9 @@
|
|
|
7042
7042
|
"license": "MIT"
|
|
7043
7043
|
},
|
|
7044
7044
|
"node_modules/eslint/node_modules/brace-expansion": {
|
|
7045
|
-
"version": "1.1.
|
|
7046
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.
|
|
7047
|
-
"integrity": "sha512-
|
|
7045
|
+
"version": "1.1.14",
|
|
7046
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.14.tgz",
|
|
7047
|
+
"integrity": "sha512-MWPGfDxnyzKU7rNOW9SP/c50vi3xrmrua/+6hfPbCS2ABNWfx24vPidzvC7krjU/RTo235sV776ymlsMtGKj8g==",
|
|
7048
7048
|
"dev": true,
|
|
7049
7049
|
"license": "MIT",
|
|
7050
7050
|
"dependencies": {
|
|
@@ -7292,9 +7292,9 @@
|
|
|
7292
7292
|
}
|
|
7293
7293
|
},
|
|
7294
7294
|
"node_modules/fast-xml-builder": {
|
|
7295
|
-
"version": "1.
|
|
7296
|
-
"resolved": "https://registry.npmjs.org/fast-xml-builder/-/fast-xml-builder-1.
|
|
7297
|
-
"integrity": "sha512-
|
|
7295
|
+
"version": "1.2.0",
|
|
7296
|
+
"resolved": "https://registry.npmjs.org/fast-xml-builder/-/fast-xml-builder-1.2.0.tgz",
|
|
7297
|
+
"integrity": "sha512-00aAWieqff+ZJhsXA4g1g7M8k+7AYoMUUHF+/zFb5U6Uv/P0Vl4QZo84/IcufzYalLuEj9928bXN9PbbFzMF0Q==",
|
|
7298
7298
|
"dev": true,
|
|
7299
7299
|
"funding": [
|
|
7300
7300
|
{
|
|
@@ -7304,7 +7304,8 @@
|
|
|
7304
7304
|
],
|
|
7305
7305
|
"license": "MIT",
|
|
7306
7306
|
"dependencies": {
|
|
7307
|
-
"path-expression-matcher": "^1.
|
|
7307
|
+
"path-expression-matcher": "^1.5.0",
|
|
7308
|
+
"xml-naming": "^0.1.0"
|
|
7308
7309
|
}
|
|
7309
7310
|
},
|
|
7310
7311
|
"node_modules/fast-xml-parser": {
|
|
@@ -7391,9 +7392,9 @@
|
|
|
7391
7392
|
"license": "MIT"
|
|
7392
7393
|
},
|
|
7393
7394
|
"node_modules/filelist/node_modules/brace-expansion": {
|
|
7394
|
-
"version": "2.0
|
|
7395
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.
|
|
7396
|
-
"integrity": "sha512-
|
|
7395
|
+
"version": "2.1.0",
|
|
7396
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.1.0.tgz",
|
|
7397
|
+
"integrity": "sha512-TN1kCZAgdgweJhWWpgKYrQaMNHcDULHkWwQIspdtjV4Y5aurRdZpjAqn6yX3FPqTA9ngHCc4hJxMAMgGfve85w==",
|
|
7397
7398
|
"license": "MIT",
|
|
7398
7399
|
"dependencies": {
|
|
7399
7400
|
"balanced-match": "^1.0.0"
|
|
@@ -7838,9 +7839,9 @@
|
|
|
7838
7839
|
"license": "MIT"
|
|
7839
7840
|
},
|
|
7840
7841
|
"node_modules/glob/node_modules/brace-expansion": {
|
|
7841
|
-
"version": "2.0
|
|
7842
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.
|
|
7843
|
-
"integrity": "sha512-
|
|
7842
|
+
"version": "2.1.0",
|
|
7843
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.1.0.tgz",
|
|
7844
|
+
"integrity": "sha512-TN1kCZAgdgweJhWWpgKYrQaMNHcDULHkWwQIspdtjV4Y5aurRdZpjAqn6yX3FPqTA9ngHCc4hJxMAMgGfve85w==",
|
|
7844
7845
|
"dev": true,
|
|
7845
7846
|
"license": "MIT",
|
|
7846
7847
|
"dependencies": {
|
|
@@ -9783,9 +9784,9 @@
|
|
|
9783
9784
|
"license": "MIT"
|
|
9784
9785
|
},
|
|
9785
9786
|
"node_modules/mocha/node_modules/brace-expansion": {
|
|
9786
|
-
"version": "2.0
|
|
9787
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.
|
|
9788
|
-
"integrity": "sha512-
|
|
9787
|
+
"version": "2.1.0",
|
|
9788
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.1.0.tgz",
|
|
9789
|
+
"integrity": "sha512-TN1kCZAgdgweJhWWpgKYrQaMNHcDULHkWwQIspdtjV4Y5aurRdZpjAqn6yX3FPqTA9ngHCc4hJxMAMgGfve85w==",
|
|
9789
9790
|
"dev": true,
|
|
9790
9791
|
"license": "MIT",
|
|
9791
9792
|
"dependencies": {
|
|
@@ -11588,9 +11589,9 @@
|
|
|
11588
11589
|
"license": "MIT"
|
|
11589
11590
|
},
|
|
11590
11591
|
"node_modules/rimraf/node_modules/brace-expansion": {
|
|
11591
|
-
"version": "1.1.
|
|
11592
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.
|
|
11593
|
-
"integrity": "sha512-
|
|
11592
|
+
"version": "1.1.14",
|
|
11593
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.14.tgz",
|
|
11594
|
+
"integrity": "sha512-MWPGfDxnyzKU7rNOW9SP/c50vi3xrmrua/+6hfPbCS2ABNWfx24vPidzvC7krjU/RTo235sV776ymlsMtGKj8g==",
|
|
11594
11595
|
"dev": true,
|
|
11595
11596
|
"license": "MIT",
|
|
11596
11597
|
"dependencies": {
|
|
@@ -11977,9 +11978,9 @@
|
|
|
11977
11978
|
"license": "MIT"
|
|
11978
11979
|
},
|
|
11979
11980
|
"node_modules/shelljs/node_modules/brace-expansion": {
|
|
11980
|
-
"version": "1.1.
|
|
11981
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.
|
|
11982
|
-
"integrity": "sha512-
|
|
11981
|
+
"version": "1.1.14",
|
|
11982
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.14.tgz",
|
|
11983
|
+
"integrity": "sha512-MWPGfDxnyzKU7rNOW9SP/c50vi3xrmrua/+6hfPbCS2ABNWfx24vPidzvC7krjU/RTo235sV776ymlsMtGKj8g==",
|
|
11983
11984
|
"dev": true,
|
|
11984
11985
|
"license": "MIT",
|
|
11985
11986
|
"dependencies": {
|
|
@@ -14102,9 +14103,9 @@
|
|
|
14102
14103
|
"license": "ISC"
|
|
14103
14104
|
},
|
|
14104
14105
|
"node_modules/ws": {
|
|
14105
|
-
"version": "8.
|
|
14106
|
-
"resolved": "https://registry.npmjs.org/ws/-/ws-8.
|
|
14107
|
-
"integrity": "sha512-
|
|
14106
|
+
"version": "8.21.0",
|
|
14107
|
+
"resolved": "https://registry.npmjs.org/ws/-/ws-8.21.0.tgz",
|
|
14108
|
+
"integrity": "sha512-Vsp28b7DRcimFQvrqu2Wek3z1iYxDCWqHYB8Qsnk/S4RfaCQzPGPyBNuVjJV3cd6UiKtUtp6sNM77gWvzcCH+g==",
|
|
14108
14109
|
"license": "MIT",
|
|
14109
14110
|
"engines": {
|
|
14110
14111
|
"node": ">=10.0.0"
|
|
@@ -14165,6 +14166,22 @@
|
|
|
14165
14166
|
"node": ">=10.0.0"
|
|
14166
14167
|
}
|
|
14167
14168
|
},
|
|
14169
|
+
"node_modules/xml-naming": {
|
|
14170
|
+
"version": "0.1.0",
|
|
14171
|
+
"resolved": "https://registry.npmjs.org/xml-naming/-/xml-naming-0.1.0.tgz",
|
|
14172
|
+
"integrity": "sha512-k8KO9hrMyNk6tUWqUfkTEZbezRRpONVOzUTnc97VnCvyj6Tf9lyUR9EDAIeiVLv56jsMcoXEwjW8Kv5yPY52lw==",
|
|
14173
|
+
"dev": true,
|
|
14174
|
+
"funding": [
|
|
14175
|
+
{
|
|
14176
|
+
"type": "github",
|
|
14177
|
+
"url": "https://github.com/sponsors/NaturalIntelligence"
|
|
14178
|
+
}
|
|
14179
|
+
],
|
|
14180
|
+
"license": "MIT",
|
|
14181
|
+
"engines": {
|
|
14182
|
+
"node": ">=16.0.0"
|
|
14183
|
+
}
|
|
14184
|
+
},
|
|
14168
14185
|
"node_modules/xmlbuilder": {
|
|
14169
14186
|
"version": "15.1.1",
|
|
14170
14187
|
"resolved": "https://registry.npmjs.org/xmlbuilder/-/xmlbuilder-15.1.1.tgz",
|
package/oclif.manifest.json
CHANGED
|
@@ -1460,6 +1460,38 @@
|
|
|
1460
1460
|
"import.js"
|
|
1461
1461
|
]
|
|
1462
1462
|
},
|
|
1463
|
+
"apple:certificate:show": {
|
|
1464
|
+
"aliases": [],
|
|
1465
|
+
"args": {
|
|
1466
|
+
"id": {
|
|
1467
|
+
"description": "Credential ID (full or short prefix). Defaults to the active credential.",
|
|
1468
|
+
"name": "id",
|
|
1469
|
+
"required": false
|
|
1470
|
+
}
|
|
1471
|
+
},
|
|
1472
|
+
"description": "Shows expanded details (expiry) for an iOS Distribution Certificate in your ShipThis account.",
|
|
1473
|
+
"examples": [
|
|
1474
|
+
"<%= config.bin %> <%= command.id %>",
|
|
1475
|
+
"<%= config.bin %> <%= command.id %> 6ff5a864"
|
|
1476
|
+
],
|
|
1477
|
+
"flags": {},
|
|
1478
|
+
"hasDynamicHelp": false,
|
|
1479
|
+
"hiddenAliases": [],
|
|
1480
|
+
"id": "apple:certificate:show",
|
|
1481
|
+
"pluginAlias": "shipthis",
|
|
1482
|
+
"pluginName": "shipthis",
|
|
1483
|
+
"pluginType": "core",
|
|
1484
|
+
"strict": true,
|
|
1485
|
+
"enableJsonFlag": false,
|
|
1486
|
+
"isESM": true,
|
|
1487
|
+
"relativePath": [
|
|
1488
|
+
"dist",
|
|
1489
|
+
"commands",
|
|
1490
|
+
"apple",
|
|
1491
|
+
"certificate",
|
|
1492
|
+
"show.js"
|
|
1493
|
+
]
|
|
1494
|
+
},
|
|
1463
1495
|
"apple:certificate:status": {
|
|
1464
1496
|
"aliases": [],
|
|
1465
1497
|
"args": {},
|
|
@@ -1809,6 +1841,49 @@
|
|
|
1809
1841
|
"list.js"
|
|
1810
1842
|
]
|
|
1811
1843
|
},
|
|
1844
|
+
"game:job:logs": {
|
|
1845
|
+
"aliases": [],
|
|
1846
|
+
"args": {
|
|
1847
|
+
"job_id": {
|
|
1848
|
+
"description": "The id of the job to get the logs for",
|
|
1849
|
+
"name": "job_id",
|
|
1850
|
+
"required": true
|
|
1851
|
+
}
|
|
1852
|
+
},
|
|
1853
|
+
"description": "Downloads the full plain-text logs for a job and writes them to stdout.",
|
|
1854
|
+
"examples": [
|
|
1855
|
+
"<%= config.bin %> <%= command.id %> 4d32239e",
|
|
1856
|
+
"<%= config.bin %> <%= command.id %> 4d32239e > job.log",
|
|
1857
|
+
"<%= config.bin %> <%= command.id %> 4d32239e | grep -i error",
|
|
1858
|
+
"<%= config.bin %> <%= command.id %> --gameId 0c179fc4 4d32239e | less"
|
|
1859
|
+
],
|
|
1860
|
+
"flags": {
|
|
1861
|
+
"gameId": {
|
|
1862
|
+
"char": "g",
|
|
1863
|
+
"description": "The ID of the game",
|
|
1864
|
+
"name": "gameId",
|
|
1865
|
+
"hasDynamicHelp": false,
|
|
1866
|
+
"multiple": false,
|
|
1867
|
+
"type": "option"
|
|
1868
|
+
}
|
|
1869
|
+
},
|
|
1870
|
+
"hasDynamicHelp": false,
|
|
1871
|
+
"hiddenAliases": [],
|
|
1872
|
+
"id": "game:job:logs",
|
|
1873
|
+
"pluginAlias": "shipthis",
|
|
1874
|
+
"pluginName": "shipthis",
|
|
1875
|
+
"pluginType": "core",
|
|
1876
|
+
"strict": true,
|
|
1877
|
+
"enableJsonFlag": false,
|
|
1878
|
+
"isESM": true,
|
|
1879
|
+
"relativePath": [
|
|
1880
|
+
"dist",
|
|
1881
|
+
"commands",
|
|
1882
|
+
"game",
|
|
1883
|
+
"job",
|
|
1884
|
+
"logs.js"
|
|
1885
|
+
]
|
|
1886
|
+
},
|
|
1812
1887
|
"game:job:status": {
|
|
1813
1888
|
"aliases": [],
|
|
1814
1889
|
"args": {
|
|
@@ -2231,6 +2306,47 @@
|
|
|
2231
2306
|
"policy.js"
|
|
2232
2307
|
]
|
|
2233
2308
|
},
|
|
2309
|
+
"game:android:apiKey:show": {
|
|
2310
|
+
"aliases": [],
|
|
2311
|
+
"args": {
|
|
2312
|
+
"id": {
|
|
2313
|
+
"description": "Credential ID (full or short prefix). Defaults to the active key.",
|
|
2314
|
+
"name": "id",
|
|
2315
|
+
"required": false
|
|
2316
|
+
}
|
|
2317
|
+
},
|
|
2318
|
+
"description": "Shows expanded details (service account email) for the Android Service Account API Key in your ShipThis account.",
|
|
2319
|
+
"examples": [
|
|
2320
|
+
"<%= config.bin %> <%= command.id %>",
|
|
2321
|
+
"<%= config.bin %> <%= command.id %> d69f28c5"
|
|
2322
|
+
],
|
|
2323
|
+
"flags": {
|
|
2324
|
+
"gameId": {
|
|
2325
|
+
"char": "g",
|
|
2326
|
+
"description": "The ID of the game",
|
|
2327
|
+
"name": "gameId",
|
|
2328
|
+
"hasDynamicHelp": false,
|
|
2329
|
+
"multiple": false,
|
|
2330
|
+
"type": "option"
|
|
2331
|
+
}
|
|
2332
|
+
},
|
|
2333
|
+
"hasDynamicHelp": false,
|
|
2334
|
+
"hiddenAliases": [],
|
|
2335
|
+
"id": "game:android:apiKey:show",
|
|
2336
|
+
"pluginAlias": "shipthis",
|
|
2337
|
+
"pluginName": "shipthis",
|
|
2338
|
+
"pluginType": "core",
|
|
2339
|
+
"strict": true,
|
|
2340
|
+
"isESM": true,
|
|
2341
|
+
"relativePath": [
|
|
2342
|
+
"dist",
|
|
2343
|
+
"commands",
|
|
2344
|
+
"game",
|
|
2345
|
+
"android",
|
|
2346
|
+
"apiKey",
|
|
2347
|
+
"show.js"
|
|
2348
|
+
]
|
|
2349
|
+
},
|
|
2234
2350
|
"game:android:apiKey:status": {
|
|
2235
2351
|
"aliases": [],
|
|
2236
2352
|
"args": {},
|
|
@@ -2945,6 +3061,48 @@
|
|
|
2945
3061
|
"import.js"
|
|
2946
3062
|
]
|
|
2947
3063
|
},
|
|
3064
|
+
"game:ios:profile:show": {
|
|
3065
|
+
"aliases": [],
|
|
3066
|
+
"args": {
|
|
3067
|
+
"id": {
|
|
3068
|
+
"description": "Credential ID (full or short prefix). Defaults to the active profile.",
|
|
3069
|
+
"name": "id",
|
|
3070
|
+
"required": false
|
|
3071
|
+
}
|
|
3072
|
+
},
|
|
3073
|
+
"description": "Shows expanded details (expiry, entitlements) for the iOS Mobile Provisioning Profile in your ShipThis account.",
|
|
3074
|
+
"examples": [
|
|
3075
|
+
"<%= config.bin %> <%= command.id %>",
|
|
3076
|
+
"<%= config.bin %> <%= command.id %> 6ff5a864"
|
|
3077
|
+
],
|
|
3078
|
+
"flags": {
|
|
3079
|
+
"gameId": {
|
|
3080
|
+
"char": "g",
|
|
3081
|
+
"description": "The ID of the game",
|
|
3082
|
+
"name": "gameId",
|
|
3083
|
+
"hasDynamicHelp": false,
|
|
3084
|
+
"multiple": false,
|
|
3085
|
+
"type": "option"
|
|
3086
|
+
}
|
|
3087
|
+
},
|
|
3088
|
+
"hasDynamicHelp": false,
|
|
3089
|
+
"hiddenAliases": [],
|
|
3090
|
+
"id": "game:ios:profile:show",
|
|
3091
|
+
"pluginAlias": "shipthis",
|
|
3092
|
+
"pluginName": "shipthis",
|
|
3093
|
+
"pluginType": "core",
|
|
3094
|
+
"strict": true,
|
|
3095
|
+
"enableJsonFlag": false,
|
|
3096
|
+
"isESM": true,
|
|
3097
|
+
"relativePath": [
|
|
3098
|
+
"dist",
|
|
3099
|
+
"commands",
|
|
3100
|
+
"game",
|
|
3101
|
+
"ios",
|
|
3102
|
+
"profile",
|
|
3103
|
+
"show.js"
|
|
3104
|
+
]
|
|
3105
|
+
},
|
|
2948
3106
|
"game:ios:profile:status": {
|
|
2949
3107
|
"aliases": [],
|
|
2950
3108
|
"args": {},
|
|
@@ -2987,5 +3145,5 @@
|
|
|
2987
3145
|
]
|
|
2988
3146
|
}
|
|
2989
3147
|
},
|
|
2990
|
-
"version": "0.1.
|
|
3148
|
+
"version": "0.1.53"
|
|
2991
3149
|
}
|
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.
|
|
4
|
+
"version": "0.1.53",
|
|
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.
|
|
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,8 +146,10 @@
|
|
|
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",
|
|
152
|
+
"./dist/commands/game/job/logs.js",
|
|
150
153
|
"./dist/commands/game/job/status.js",
|
|
151
154
|
"./dist/commands/game/status.js",
|
|
152
155
|
"./dist/commands/game/details.js",
|
|
@@ -165,6 +168,7 @@
|
|
|
165
168
|
"./dist/commands/game/android/apiKey/import.js",
|
|
166
169
|
"./dist/commands/game/android/apiKey/invite.js",
|
|
167
170
|
"./dist/commands/game/android/apiKey/connect.js",
|
|
171
|
+
"./dist/commands/game/android/apiKey/show.js",
|
|
168
172
|
"./dist/commands/game/android/status.js",
|
|
169
173
|
"./dist/commands/game/wizard.js",
|
|
170
174
|
"./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 };
|