@expo/eas-json
Advanced tools
Comparing version
import { Android, Cache, Ios, Workflow } from '@expo/eas-build-job'; | ||
export declare enum CredentialsSource { | ||
LOCAL = "local", | ||
REMOTE = "remote", | ||
AUTO = "auto" | ||
REMOTE = "remote" | ||
} | ||
@@ -7,0 +6,0 @@ export declare type AndroidDistributionType = 'store' | 'internal'; |
@@ -8,3 +8,2 @@ "use strict"; | ||
CredentialsSource["REMOTE"] = "remote"; | ||
CredentialsSource["AUTO"] = "auto"; | ||
})(CredentialsSource = exports.CredentialsSource || (exports.CredentialsSource = {})); |
@@ -43,3 +43,3 @@ "use strict"; | ||
workflow: joi_1.default.string().valid('generic').required(), | ||
credentialsSource: joi_1.default.string().valid('local', 'remote', 'auto').default('auto'), | ||
credentialsSource: joi_1.default.string().valid('local', 'remote').default('remote'), | ||
gradleCommand: joi_1.default.alternatives().conditional('distribution', { | ||
@@ -58,3 +58,3 @@ is: 'internal', | ||
workflow: joi_1.default.string().valid('managed').required(), | ||
credentialsSource: joi_1.default.string().valid('local', 'remote', 'auto').default('auto'), | ||
credentialsSource: joi_1.default.string().valid('local', 'remote').default('remote'), | ||
releaseChannel: joi_1.default.string(), | ||
@@ -71,3 +71,3 @@ buildType: joi_1.default.alternatives().conditional('distribution', { | ||
workflow: joi_1.default.string().valid('generic').required(), | ||
credentialsSource: joi_1.default.string().valid('local', 'remote', 'auto').default('auto'), | ||
credentialsSource: joi_1.default.string().valid('local', 'remote').default('remote'), | ||
scheme: joi_1.default.string(), | ||
@@ -86,3 +86,3 @@ schemeBuildConfiguration: joi_1.default.string().valid('Debug', 'Release', 'Auto').default('Release'), | ||
workflow: joi_1.default.string().valid('managed').required(), | ||
credentialsSource: joi_1.default.string().valid('local', 'remote', 'auto').default('auto'), | ||
credentialsSource: joi_1.default.string().valid('local', 'remote').default('remote'), | ||
buildType: joi_1.default.string().valid('release', 'development-client').default('release'), | ||
@@ -89,0 +89,0 @@ releaseChannel: joi_1.default.string(), |
{ | ||
"name": "@expo/eas-json", | ||
"description": "A library for interacting with the eas.json", | ||
"version": "0.10.0", | ||
"version": "0.11.0", | ||
"author": "Expo <support@expo.io>", | ||
@@ -43,3 +43,3 @@ "bugs": "https://github.com/expo/eas-cli/issues", | ||
}, | ||
"gitHead": "f9b4b1a6e83f4b8650c19961256731512e11cda2" | ||
"gitHead": "05b8eef6222898515003c8168e3f3bbb9c70014c" | ||
} |
@@ -29,3 +29,3 @@ import fs from 'fs-extra'; | ||
distribution: 'store', | ||
credentialsSource: 'auto', | ||
credentialsSource: 'remote', | ||
env: {}, | ||
@@ -54,3 +54,3 @@ withoutCredentials: false, | ||
ios: { | ||
credentialsSource: 'auto', | ||
credentialsSource: 'remote', | ||
distribution: 'store', | ||
@@ -87,3 +87,3 @@ workflow: 'generic', | ||
distribution: 'store', | ||
credentialsSource: 'auto', | ||
credentialsSource: 'remote', | ||
env: {}, | ||
@@ -97,3 +97,3 @@ withoutCredentials: false, | ||
distribution: 'store', | ||
credentialsSource: 'auto', | ||
credentialsSource: 'remote', | ||
autoIncrement: false, | ||
@@ -128,3 +128,3 @@ env: {}, | ||
distribution: 'store', | ||
credentialsSource: 'auto', | ||
credentialsSource: 'remote', | ||
env: {}, | ||
@@ -161,3 +161,3 @@ withoutCredentials: false, | ||
android: { | ||
credentialsSource: 'auto', | ||
credentialsSource: 'remote', | ||
workflow: 'managed', | ||
@@ -171,3 +171,3 @@ distribution: 'store', | ||
ios: { | ||
credentialsSource: 'auto', | ||
credentialsSource: 'remote', | ||
workflow: 'managed', | ||
@@ -204,3 +204,3 @@ distribution: 'store', | ||
distribution: 'internal', | ||
credentialsSource: 'auto', | ||
credentialsSource: 'remote', | ||
gradleCommand: ':app:assembleRelease', | ||
@@ -236,3 +236,3 @@ env: {}, | ||
distribution: 'internal', | ||
credentialsSource: 'auto', | ||
credentialsSource: 'remote', | ||
env: {}, | ||
@@ -239,0 +239,0 @@ cache: { disabled: false, cacheDefaultPaths: true, customPaths: [] }, |
@@ -6,3 +6,2 @@ import { Android, Cache, Ios, Workflow } from '@expo/eas-build-job'; | ||
REMOTE = 'remote', | ||
AUTO = 'auto', | ||
} | ||
@@ -9,0 +8,0 @@ |
@@ -43,3 +43,3 @@ import { Android, Ios } from '@expo/eas-build-job'; | ||
workflow: Joi.string().valid('generic').required(), | ||
credentialsSource: Joi.string().valid('local', 'remote', 'auto').default('auto'), | ||
credentialsSource: Joi.string().valid('local', 'remote').default('remote'), | ||
gradleCommand: Joi.alternatives().conditional('distribution', { | ||
@@ -59,3 +59,3 @@ is: 'internal', | ||
workflow: Joi.string().valid('managed').required(), | ||
credentialsSource: Joi.string().valid('local', 'remote', 'auto').default('auto'), | ||
credentialsSource: Joi.string().valid('local', 'remote').default('remote'), | ||
releaseChannel: Joi.string(), | ||
@@ -73,3 +73,3 @@ buildType: Joi.alternatives().conditional('distribution', { | ||
workflow: Joi.string().valid('generic').required(), | ||
credentialsSource: Joi.string().valid('local', 'remote', 'auto').default('auto'), | ||
credentialsSource: Joi.string().valid('local', 'remote').default('remote'), | ||
scheme: Joi.string(), | ||
@@ -89,3 +89,3 @@ schemeBuildConfiguration: Joi.string().valid('Debug', 'Release', 'Auto').default('Release'), | ||
workflow: Joi.string().valid('managed').required(), | ||
credentialsSource: Joi.string().valid('local', 'remote', 'auto').default('auto'), | ||
credentialsSource: Joi.string().valid('local', 'remote').default('remote'), | ||
buildType: Joi.string().valid('release', 'development-client').default('release'), | ||
@@ -92,0 +92,0 @@ releaseChannel: Joi.string(), |
44976
-0.24%1118
-0.27%