eas-cli 7.7.0 → 7.8.0
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 +77 -72
- package/build/build/android/graphql.js +3 -0
- package/build/build/android/prepareJob.js +1 -0
- package/build/build/context.d.ts +2 -0
- package/build/build/createContext.d.ts +3 -1
- package/build/build/createContext.js +2 -1
- package/build/build/graphql.d.ts +3 -1
- package/build/build/graphql.js +10 -1
- package/build/build/ios/graphql.js +3 -0
- package/build/build/ios/prepareJob.js +1 -0
- package/build/build/local.js +1 -1
- package/build/build/runBuildAndSubmit.d.ts +2 -0
- package/build/build/runBuildAndSubmit.js +19 -0
- package/build/commands/build/index.d.ts +2 -0
- package/build/commands/build/index.js +6 -0
- package/build/credentials/ios/api/graphql/queries/AppleDeviceQuery.js +1 -0
- package/build/devices/utils/formatDevice.js +1 -0
- package/build/graphql/generated.d.ts +341 -47
- package/build/graphql/generated.js +24 -2
- package/build/graphql/types/credentials/AppleDevice.js +1 -0
- package/oclif.manifest.json +16 -1
- package/package.json +5 -4
|
@@ -6,8 +6,8 @@
|
|
|
6
6
|
* For more info and docs, visit https://graphql-code-generator.com/
|
|
7
7
|
*/
|
|
8
8
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
9
|
-
exports.
|
|
10
|
-
exports.WebhookType = exports.UsageMetricsGranularity = exports.UsageMetricType = exports.UploadSessionType = exports.SubmissionStatus = exports.SubmissionArchiveSourceType = exports.SubmissionAndroidTrack = exports.SubmissionAndroidReleaseStatus = exports.SubmissionAndroidArchiveType = exports.StatuspageServiceStatus = exports.StatuspageServiceName = exports.StatuspageIncidentStatus = exports.StatuspageIncidentImpact = exports.StandardOffer = exports.SecondFactorMethod = exports.Role = exports.ProjectArchiveSourceType = exports.Permission = exports.Order = exports.OfferType = void 0;
|
|
9
|
+
exports.NotificationEvent = exports.MailchimpTag = exports.MailchimpAudience = exports.IosSchemeBuildConfiguration = exports.IosManagedBuildType = exports.IosDistributionType = exports.IosBuildType = exports.InvoiceDiscountType = exports.GitHubBuildTriggerType = exports.GitHubBuildTriggerRunStatus = exports.GitHubAppInstallationStatus = exports.GitHubAppEnvironment = exports.Feature = exports.Experiment = exports.EnvironmentSecretType = exports.EasTotalPlanEnablementUnit = exports.EasServiceMetric = exports.EasService = exports.EasBuildDeprecationInfoType = exports.EasBuildBillingResourceClass = exports.DistributionType = exports.BuildWorkflow = exports.BuildTrigger = exports.BuildStatus = exports.BuildRetryDisabledReason = exports.BuildResourceClass = exports.BuildPriority = exports.BuildPhase = exports.BuildMode = exports.BuildLimitThresholdExceededMetadataType = exports.BuildJobStatus = exports.BuildJobLogsFormat = exports.BuildIosEnterpriseProvisioning = exports.BuildCredentialsSource = exports.BackgroundJobState = exports.BackgroundJobResultType = exports.AuthProtocolType = exports.AssetMetadataStatus = exports.AppsFilter = exports.AppleDeviceClass = exports.AppStoreConnectUserRole = exports.AppSort = exports.AppPrivacy = exports.AppPlatform = exports.AppInternalDistributionBuildPrivacy = exports.AndroidKeystoreType = exports.AndroidFcmVersion = exports.AndroidBuildType = exports.ActivityTimelineProjectActivityType = exports.AccountAppsSortByField = void 0;
|
|
10
|
+
exports.WorkerLoggerLevel = exports.WebhookType = exports.UsageMetricsGranularity = exports.UsageMetricType = exports.UploadSessionType = exports.TargetEntityMutationType = exports.SubmissionStatus = exports.SubmissionArchiveSourceType = exports.SubmissionAndroidTrack = exports.SubmissionAndroidReleaseStatus = exports.SubmissionAndroidArchiveType = exports.StatuspageServiceStatus = exports.StatuspageServiceName = exports.StatuspageIncidentStatus = exports.StatuspageIncidentImpact = exports.StandardOffer = exports.SecondFactorMethod = exports.Role = exports.ProjectArchiveSourceType = exports.Permission = exports.Order = exports.OfferType = exports.NotificationType = void 0;
|
|
11
11
|
var AccountAppsSortByField;
|
|
12
12
|
(function (AccountAppsSortByField) {
|
|
13
13
|
AccountAppsSortByField["LatestActivityTime"] = "LATEST_ACTIVITY_TIME";
|
|
@@ -42,6 +42,11 @@ var AndroidKeystoreType;
|
|
|
42
42
|
AndroidKeystoreType["Pkcs12"] = "PKCS12";
|
|
43
43
|
AndroidKeystoreType["Unknown"] = "UNKNOWN";
|
|
44
44
|
})(AndroidKeystoreType || (exports.AndroidKeystoreType = AndroidKeystoreType = {}));
|
|
45
|
+
var AppInternalDistributionBuildPrivacy;
|
|
46
|
+
(function (AppInternalDistributionBuildPrivacy) {
|
|
47
|
+
AppInternalDistributionBuildPrivacy["Private"] = "PRIVATE";
|
|
48
|
+
AppInternalDistributionBuildPrivacy["Public"] = "PUBLIC";
|
|
49
|
+
})(AppInternalDistributionBuildPrivacy || (exports.AppInternalDistributionBuildPrivacy = AppInternalDistributionBuildPrivacy = {}));
|
|
45
50
|
var AppPlatform;
|
|
46
51
|
(function (AppPlatform) {
|
|
47
52
|
AppPlatform["Android"] = "ANDROID";
|
|
@@ -84,6 +89,7 @@ var AppleDeviceClass;
|
|
|
84
89
|
AppleDeviceClass["Ipad"] = "IPAD";
|
|
85
90
|
AppleDeviceClass["Iphone"] = "IPHONE";
|
|
86
91
|
AppleDeviceClass["Mac"] = "MAC";
|
|
92
|
+
AppleDeviceClass["Unknown"] = "UNKNOWN";
|
|
87
93
|
})(AppleDeviceClass || (exports.AppleDeviceClass = AppleDeviceClass = {}));
|
|
88
94
|
var AppsFilter;
|
|
89
95
|
(function (AppsFilter) {
|
|
@@ -363,6 +369,7 @@ var IosSchemeBuildConfiguration;
|
|
|
363
369
|
var MailchimpAudience;
|
|
364
370
|
(function (MailchimpAudience) {
|
|
365
371
|
MailchimpAudience["ExpoDevelopers"] = "EXPO_DEVELOPERS";
|
|
372
|
+
MailchimpAudience["ExpoDeveloperOnboarding"] = "EXPO_DEVELOPER_ONBOARDING";
|
|
366
373
|
})(MailchimpAudience || (exports.MailchimpAudience = MailchimpAudience = {}));
|
|
367
374
|
var MailchimpTag;
|
|
368
375
|
(function (MailchimpTag) {
|
|
@@ -516,6 +523,12 @@ var SubmissionStatus;
|
|
|
516
523
|
SubmissionStatus["InProgress"] = "IN_PROGRESS";
|
|
517
524
|
SubmissionStatus["InQueue"] = "IN_QUEUE";
|
|
518
525
|
})(SubmissionStatus || (exports.SubmissionStatus = SubmissionStatus = {}));
|
|
526
|
+
var TargetEntityMutationType;
|
|
527
|
+
(function (TargetEntityMutationType) {
|
|
528
|
+
TargetEntityMutationType["Create"] = "CREATE";
|
|
529
|
+
TargetEntityMutationType["Delete"] = "DELETE";
|
|
530
|
+
TargetEntityMutationType["Update"] = "UPDATE";
|
|
531
|
+
})(TargetEntityMutationType || (exports.TargetEntityMutationType = TargetEntityMutationType = {}));
|
|
519
532
|
var UploadSessionType;
|
|
520
533
|
(function (UploadSessionType) {
|
|
521
534
|
UploadSessionType["EasBuildGcsProjectMetadata"] = "EAS_BUILD_GCS_PROJECT_METADATA";
|
|
@@ -547,3 +560,12 @@ var WebhookType;
|
|
|
547
560
|
WebhookType["Build"] = "BUILD";
|
|
548
561
|
WebhookType["Submit"] = "SUBMIT";
|
|
549
562
|
})(WebhookType || (exports.WebhookType = WebhookType = {}));
|
|
563
|
+
var WorkerLoggerLevel;
|
|
564
|
+
(function (WorkerLoggerLevel) {
|
|
565
|
+
WorkerLoggerLevel["Debug"] = "DEBUG";
|
|
566
|
+
WorkerLoggerLevel["Error"] = "ERROR";
|
|
567
|
+
WorkerLoggerLevel["Fatal"] = "FATAL";
|
|
568
|
+
WorkerLoggerLevel["Info"] = "INFO";
|
|
569
|
+
WorkerLoggerLevel["Trace"] = "TRACE";
|
|
570
|
+
WorkerLoggerLevel["Warn"] = "WARN";
|
|
571
|
+
})(WorkerLoggerLevel || (exports.WorkerLoggerLevel = WorkerLoggerLevel = {}));
|
|
@@ -8,6 +8,7 @@ exports.APPLE_DEVICE_CLASS_LABELS = {
|
|
|
8
8
|
[generated_1.AppleDeviceClass.Ipad]: 'iPad',
|
|
9
9
|
[generated_1.AppleDeviceClass.Iphone]: 'iPhone',
|
|
10
10
|
[generated_1.AppleDeviceClass.Mac]: 'Mac',
|
|
11
|
+
[generated_1.AppleDeviceClass.Unknown]: 'Unknown',
|
|
11
12
|
};
|
|
12
13
|
exports.AppleDeviceFragmentNode = (0, graphql_tag_1.default) `
|
|
13
14
|
fragment AppleDeviceFragment on AppleDevice {
|
package/oclif.manifest.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "7.
|
|
2
|
+
"version": "7.8.0",
|
|
3
3
|
"commands": {
|
|
4
4
|
"analytics": {
|
|
5
5
|
"id": "analytics",
|
|
@@ -730,6 +730,21 @@
|
|
|
730
730
|
"description": "A short message describing the build",
|
|
731
731
|
"multiple": false
|
|
732
732
|
},
|
|
733
|
+
"build-logger-level": {
|
|
734
|
+
"name": "build-logger-level",
|
|
735
|
+
"type": "option",
|
|
736
|
+
"description": "The level of logs to output during the build process. Defaults to \"info\".",
|
|
737
|
+
"helpValue": "(trace|debug|info|warn|error|fatal)",
|
|
738
|
+
"multiple": false,
|
|
739
|
+
"options": [
|
|
740
|
+
"trace",
|
|
741
|
+
"debug",
|
|
742
|
+
"info",
|
|
743
|
+
"warn",
|
|
744
|
+
"error",
|
|
745
|
+
"fatal"
|
|
746
|
+
]
|
|
747
|
+
},
|
|
733
748
|
"json": {
|
|
734
749
|
"name": "json",
|
|
735
750
|
"type": "boolean",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "eas-cli",
|
|
3
3
|
"description": "EAS command line tool",
|
|
4
|
-
"version": "7.
|
|
4
|
+
"version": "7.8.0",
|
|
5
5
|
"author": "Expo <support@expo.dev>",
|
|
6
6
|
"bin": {
|
|
7
7
|
"eas": "./bin/run"
|
|
@@ -13,9 +13,10 @@
|
|
|
13
13
|
"@expo/config": "8.5.4",
|
|
14
14
|
"@expo/config-plugins": "7.8.4",
|
|
15
15
|
"@expo/config-types": "50.0.0",
|
|
16
|
-
"@expo/eas-build-job": "1.0.
|
|
17
|
-
"@expo/eas-json": "7.
|
|
16
|
+
"@expo/eas-build-job": "1.0.95",
|
|
17
|
+
"@expo/eas-json": "7.8.0",
|
|
18
18
|
"@expo/json-file": "8.2.37",
|
|
19
|
+
"@expo/logger": "1.0.57",
|
|
19
20
|
"@expo/multipart-body-parser": "1.1.0",
|
|
20
21
|
"@expo/osascript": "2.0.33",
|
|
21
22
|
"@expo/package-manager": "1.1.2",
|
|
@@ -222,5 +223,5 @@
|
|
|
222
223
|
"node": "20.11.0",
|
|
223
224
|
"yarn": "1.22.21"
|
|
224
225
|
},
|
|
225
|
-
"gitHead": "
|
|
226
|
+
"gitHead": "4c97fc31f8ec549a7d4fd367188bc29d88bd4a65"
|
|
226
227
|
}
|