@expo/eas-build-job
Advanced tools
Comparing version 1.0.26 to 1.0.29
@@ -16,2 +16,3 @@ import Joi from 'joi'; | ||
node?: string; | ||
pnpm?: string; | ||
yarn?: string; | ||
@@ -18,0 +19,0 @@ expoCli?: string; |
@@ -24,2 +24,3 @@ "use strict"; | ||
yarn: joi_1.default.string(), | ||
pnpm: joi_1.default.string(), | ||
expoCli: joi_1.default.string(), | ||
@@ -26,0 +27,0 @@ ndk: joi_1.default.string(), |
@@ -18,2 +18,3 @@ import Joi from 'joi'; | ||
yarn?: string; | ||
pnpm?: string; | ||
expoCli?: string; | ||
@@ -20,0 +21,0 @@ bundler?: string; |
@@ -21,2 +21,3 @@ "use strict"; | ||
yarn: joi_1.default.string(), | ||
pnpm: joi_1.default.string(), | ||
expoCli: joi_1.default.string(), | ||
@@ -23,0 +24,0 @@ bundler: joi_1.default.string(), |
{ | ||
"name": "@expo/eas-build-job", | ||
"version": "1.0.26", | ||
"version": "1.0.29", | ||
"main": "dist/index.js", | ||
@@ -36,3 +36,3 @@ "types": "dist/index.d.ts", | ||
}, | ||
"gitHead": "4f13e007a6d5781ec4c4f8daf7bfe43d3e2075d3" | ||
"gitHead": "33a20f9f03da5e7b57faee5f5dde97e6700b6931" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
84531
1023