@expo/eas-build-job
Advanced tools
Comparing version 1.0.129 to 1.0.130
@@ -152,4 +152,8 @@ import Joi from 'joi'; | ||
customNodeVersion?: string; | ||
/** | ||
* EAS env vars environment chosen for the job | ||
*/ | ||
environment?: 'production' | 'preview' | 'development'; | ||
}; | ||
export declare const MetadataSchema: Joi.ObjectSchema<any>; | ||
export declare function sanitizeMetadata(metadata: object): Metadata; |
@@ -69,2 +69,3 @@ "use strict"; | ||
customNodeVersion: joi_1.default.string(), | ||
environment: joi_1.default.string().valid('production', 'preview', 'development'), | ||
}); | ||
@@ -71,0 +72,0 @@ function sanitizeMetadata(metadata) { |
{ | ||
"name": "@expo/eas-build-job", | ||
"version": "1.0.129", | ||
"version": "1.0.130", | ||
"main": "dist/index.js", | ||
@@ -38,3 +38,3 @@ "types": "dist/index.d.ts", | ||
}, | ||
"gitHead": "102607955edb3c4959b806d213f1c1975d9bad52" | ||
"gitHead": "f58752e2cea134b586a9318ecdc7e07d59c00716" | ||
} |
Sorry, the diff of this file is not supported yet
191054
3153