@expo/eas-build-job
Advanced tools
Comparing version 1.0.108 to 1.0.114
@@ -36,3 +36,5 @@ "use strict"; | ||
exports.JobSchema = joi_1.default.object({ | ||
mode: joi_1.default.string().valid(common_1.BuildMode.BUILD, common_1.BuildMode.CUSTOM).default(common_1.BuildMode.BUILD), | ||
mode: joi_1.default.string() | ||
.valid(common_1.BuildMode.BUILD, common_1.BuildMode.CUSTOM, common_1.BuildMode.REPACK) | ||
.default(common_1.BuildMode.BUILD), | ||
type: joi_1.default.string() | ||
@@ -39,0 +41,0 @@ .valid(...Object.values(common_1.Workflow)) |
@@ -7,3 +7,4 @@ import Joi from 'joi'; | ||
RESIGN = "resign", | ||
CUSTOM = "custom" | ||
CUSTOM = "custom", | ||
REPACK = "repack" | ||
} | ||
@@ -10,0 +11,0 @@ export declare enum Workflow { |
@@ -14,2 +14,3 @@ "use strict"; | ||
BuildMode["CUSTOM"] = "custom"; | ||
BuildMode["REPACK"] = "repack"; | ||
})(BuildMode || (exports.BuildMode = BuildMode = {})); | ||
@@ -16,0 +17,0 @@ var Workflow; |
{ | ||
"name": "@expo/eas-build-job", | ||
"version": "1.0.108", | ||
"version": "1.0.114", | ||
"main": "dist/index.js", | ||
@@ -38,3 +38,3 @@ "types": "dist/index.d.ts", | ||
}, | ||
"gitHead": "74d8c65802f43a3e2419e6e4939d77b4135a2935" | ||
"gitHead": "4c97a38b082adad7062fa1db95e1ab7945c32698" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
128592
1624