@expo/eas-json
Advanced tools
Comparing version 0.17.0 to 0.18.0
@@ -16,3 +16,4 @@ import { Android, Cache, Ios, Workflow } from '@expo/eas-build-job'; | ||
releaseChannel?: string; | ||
distribution?: AndroidDistributionType; | ||
channel?: string; | ||
distribution: AndroidDistributionType; | ||
cache: Cache; | ||
@@ -25,5 +26,6 @@ } | ||
releaseChannel?: string; | ||
channel?: string; | ||
artifactPath?: string; | ||
withoutCredentials?: boolean; | ||
distribution?: AndroidDistributionType; | ||
distribution: AndroidDistributionType; | ||
cache: Cache; | ||
@@ -36,3 +38,4 @@ } | ||
releaseChannel?: string; | ||
distribution?: IosDistributionType; | ||
channel?: string; | ||
distribution: IosDistributionType; | ||
enterpriseProvisioning?: IosEnterpriseProvisioning; | ||
@@ -48,4 +51,5 @@ autoIncrement: VersionAutoIncrement; | ||
releaseChannel?: string; | ||
channel?: string; | ||
artifactPath?: string; | ||
distribution?: IosDistributionType; | ||
distribution: IosDistributionType; | ||
enterpriseProvisioning?: IosEnterpriseProvisioning; | ||
@@ -52,0 +56,0 @@ autoIncrement: VersionAutoIncrement; |
@@ -52,2 +52,3 @@ "use strict"; | ||
releaseChannel: joi_1.default.string(), | ||
channel: joi_1.default.string(), | ||
artifactPath: joi_1.default.string(), | ||
@@ -62,2 +63,3 @@ withoutCredentials: joi_1.default.boolean().default(false), | ||
releaseChannel: joi_1.default.string(), | ||
channel: joi_1.default.string(), | ||
buildType: joi_1.default.alternatives().conditional('distribution', { | ||
@@ -77,2 +79,3 @@ is: 'internal', | ||
releaseChannel: joi_1.default.string(), | ||
channel: joi_1.default.string(), | ||
artifactPath: joi_1.default.string(), | ||
@@ -91,2 +94,3 @@ distribution: joi_1.default.string().valid('store', 'internal', 'simulator').default('store'), | ||
releaseChannel: joi_1.default.string(), | ||
channel: joi_1.default.string(), | ||
distribution: joi_1.default.string().valid('store', 'internal', 'simulator').default('store'), | ||
@@ -93,0 +97,0 @@ enterpriseProvisioning: joi_1.default.string().valid('adhoc', 'universal'), |
@@ -1,2 +0,2 @@ | ||
export { CredentialsSource, AndroidDistributionType, AndroidManagedBuildProfile, AndroidGenericBuildProfile, AndroidBuildProfile, IosDistributionType, IosManagedBuildProfile, IosGenericBuildProfile, IosBuildProfile, IosEnterpriseProvisioning, DistributionType, EasConfig, VersionAutoIncrement, } from './Config.types'; | ||
export { CredentialsSource, AndroidDistributionType, AndroidManagedBuildProfile, AndroidGenericBuildProfile, AndroidBuildProfile, BuildProfile, IosDistributionType, IosManagedBuildProfile, IosGenericBuildProfile, IosBuildProfile, IosEnterpriseProvisioning, DistributionType, EasConfig, VersionAutoIncrement, } from './Config.types'; | ||
export { EasJsonReader } from './EasJsonReader'; |
{ | ||
"name": "@expo/eas-json", | ||
"description": "A library for interacting with the eas.json", | ||
"version": "0.17.0", | ||
"version": "0.18.0", | ||
"author": "Expo <support@expo.io>", | ||
"bugs": "https://github.com/expo/eas-cli/issues", | ||
"dependencies": { | ||
"@expo/eas-build-job": "0.2.35", | ||
"@expo/eas-build-job": "0.2.37", | ||
"@hapi/joi": "17.1.1", | ||
@@ -43,3 +43,3 @@ "fs-extra": "9.0.1", | ||
}, | ||
"gitHead": "34563070f4e8d071925cfecd4179021f2522a545" | ||
"gitHead": "1a6d81f68e378deeb58235ac7a4aea694005f548" | ||
} |
@@ -21,3 +21,4 @@ import { Android, Cache, Ios, Workflow } from '@expo/eas-build-job'; | ||
releaseChannel?: string; | ||
distribution?: AndroidDistributionType; | ||
channel?: string; | ||
distribution: AndroidDistributionType; | ||
cache: Cache; | ||
@@ -31,5 +32,6 @@ } | ||
releaseChannel?: string; | ||
channel?: string; | ||
artifactPath?: string; | ||
withoutCredentials?: boolean; | ||
distribution?: AndroidDistributionType; | ||
distribution: AndroidDistributionType; | ||
cache: Cache; | ||
@@ -43,3 +45,4 @@ } | ||
releaseChannel?: string; | ||
distribution?: IosDistributionType; | ||
channel?: string; | ||
distribution: IosDistributionType; | ||
enterpriseProvisioning?: IosEnterpriseProvisioning; | ||
@@ -56,4 +59,5 @@ autoIncrement: VersionAutoIncrement; | ||
releaseChannel?: string; | ||
channel?: string; | ||
artifactPath?: string; | ||
distribution?: IosDistributionType; | ||
distribution: IosDistributionType; | ||
enterpriseProvisioning?: IosEnterpriseProvisioning; | ||
@@ -60,0 +64,0 @@ autoIncrement: VersionAutoIncrement; |
@@ -52,2 +52,3 @@ import { Android, Ios } from '@expo/eas-build-job'; | ||
releaseChannel: Joi.string(), | ||
channel: Joi.string(), | ||
artifactPath: Joi.string(), | ||
@@ -63,2 +64,3 @@ withoutCredentials: Joi.boolean().default(false), | ||
releaseChannel: Joi.string(), | ||
channel: Joi.string(), | ||
buildType: Joi.alternatives().conditional('distribution', { | ||
@@ -79,2 +81,3 @@ is: 'internal', | ||
releaseChannel: Joi.string(), | ||
channel: Joi.string(), | ||
artifactPath: Joi.string(), | ||
@@ -94,2 +97,3 @@ distribution: Joi.string().valid('store', 'internal', 'simulator').default('store'), | ||
releaseChannel: Joi.string(), | ||
channel: Joi.string(), | ||
distribution: Joi.string().valid('store', 'internal', 'simulator').default('store'), | ||
@@ -96,0 +100,0 @@ enterpriseProvisioning: Joi.string().valid('adhoc', 'universal'), |
@@ -7,2 +7,3 @@ export { | ||
AndroidBuildProfile, | ||
BuildProfile, | ||
IosDistributionType, | ||
@@ -9,0 +10,0 @@ IosManagedBuildProfile, |
47858
1184
+ Added@expo/eas-build-job@0.2.37(transitive)
- Removed@expo/eas-build-job@0.2.35(transitive)
Updated@expo/eas-build-job@0.2.37