@expo/eas-json
Advanced tools
Comparing version 3.15.1 to 3.17.0
@@ -17,2 +17,7 @@ "use strict"; | ||
applicationId: joi_1.default.string(), | ||
rollout: joi_1.default.number().min(0).max(1).when('releaseStatus', { | ||
is: types_1.AndroidReleaseStatus.inProgress, | ||
then: joi_1.default.required(), | ||
otherwise: joi_1.default.forbidden(), | ||
}), | ||
}); | ||
@@ -19,0 +24,0 @@ exports.IosSubmitProfileSchema = joi_1.default.object({ |
@@ -20,2 +20,3 @@ import { Platform } from '@expo/eas-build-job'; | ||
applicationId?: string; | ||
rollout?: number; | ||
} | ||
@@ -22,0 +23,0 @@ export declare const AndroidSubmitProfileFieldsToEvaluate: (keyof AndroidSubmitProfile)[]; |
{ | ||
"name": "@expo/eas-json", | ||
"description": "A library for interacting with eas.json", | ||
"version": "3.15.1", | ||
"version": "3.17.0", | ||
"author": "Expo <support@expo.dev>", | ||
@@ -37,6 +37,7 @@ "bugs": "https://github.com/expo/eas-cli/issues", | ||
"build": "tsc --project tsconfig.build.json", | ||
"build-ci": "tsc --project tsconfig.build-ci.json", | ||
"watch": "yarn build --watch --preserveWatchOutput", | ||
"typecheck": "tsc", | ||
"typecheck": "tsc --project tsconfig.build-ci.json", | ||
"prepack": "yarn rebuild", | ||
"rebuild": "rimraf build && yarn build", | ||
"rebuild": "rimraf build && yarn build-ci", | ||
"test": "jest", | ||
@@ -55,3 +56,3 @@ "clean": "rimraf build node_modules yarn-error.log" | ||
}, | ||
"gitHead": "44fcbbaf177946722dec7424c7906d44eaebe595" | ||
"gitHead": "2137176a65a04850aafc803b8c936152aeabeb42" | ||
} |
40514
899