@expo/eas-build-job
Advanced tools
Comparing version 1.0.48 to 1.0.50
@@ -115,6 +115,2 @@ import Joi from 'joi'; | ||
/** | ||
* Build mode | ||
*/ | ||
buildMode?: 'build' | 'resign' | 'custom'; | ||
/** | ||
* Workflow name available for custom builds. | ||
@@ -121,0 +117,0 @@ */ |
@@ -34,3 +34,2 @@ "use strict"; | ||
runWithNoWaitFlag: joi_1.default.boolean(), | ||
buildMode: joi_1.default.string().valid('build', 'resign', 'custom'), | ||
customWorkflowName: joi_1.default.string(), | ||
@@ -37,0 +36,0 @@ developmentClient: joi_1.default.boolean(), |
{ | ||
"name": "@expo/eas-build-job", | ||
"version": "1.0.48", | ||
"version": "1.0.50", | ||
"main": "dist/index.js", | ||
@@ -36,3 +36,3 @@ "types": "dist/index.d.ts", | ||
}, | ||
"gitHead": "e5078b0b17758dafb6e51fcd7a0ce3d21982af97" | ||
"gitHead": "5bbb5238301415892e19c4712e9af1db1c1de540" | ||
} |
Sorry, the diff of this file is not supported yet
102310
1166