@expo/eas-json
Advanced tools
Comparing version 10.2.2 to 10.2.3
@@ -60,2 +60,3 @@ "use strict"; | ||
withoutCredentials: joi_1.default.boolean(), | ||
environment: joi_1.default.string().valid('preview', 'production', 'development'), | ||
}); | ||
@@ -62,0 +63,0 @@ const PlatformBuildProfileSchema = CommonBuildProfileSchema.concat(joi_1.default.object({ |
@@ -47,2 +47,3 @@ import { Android, Cache, Ios, Platform } from '@expo/eas-build-job'; | ||
withoutCredentials?: boolean; | ||
environment?: 'preview' | 'production' | 'development'; | ||
} | ||
@@ -49,0 +50,0 @@ interface PlatformBuildProfile extends Omit<CommonBuildProfile, 'autoIncrement'> { |
{ | ||
"name": "@expo/eas-json", | ||
"description": "A library for interacting with eas.json", | ||
"version": "10.2.2", | ||
"version": "10.2.3", | ||
"author": "Expo <support@expo.dev>", | ||
@@ -56,3 +56,3 @@ "bugs": "https://github.com/expo/eas-cli/issues", | ||
}, | ||
"gitHead": "52ab2d5792ff7bc0a31d23fe0ee10132a4e506db" | ||
"gitHead": "3c58bd4515b134d44cf4a6e73f3545463695006f" | ||
} |
42874
931