@expo/eas-build-job
Advanced tools
Comparing version 1.0.7 to 1.0.9
@@ -76,3 +76,7 @@ import Joi from 'joi'; | ||
cacheDefaultPaths?: boolean; | ||
customPaths: string[]; | ||
/** | ||
* @deprecated We use paths now since there is no default caching anymore. | ||
*/ | ||
customPaths?: string[]; | ||
paths: string[]; | ||
} | ||
@@ -79,0 +83,0 @@ export declare const CacheSchema: Joi.ObjectSchema<any>; |
@@ -94,3 +94,4 @@ "use strict"; | ||
customPaths: joi_1.default.array().items(joi_1.default.string()).default([]), | ||
paths: joi_1.default.array().items(joi_1.default.string()).default([]), | ||
}); | ||
//# sourceMappingURL=common.js.map |
{ | ||
"name": "@expo/eas-build-job", | ||
"version": "1.0.7", | ||
"version": "1.0.9", | ||
"main": "dist/index.js", | ||
@@ -36,3 +36,3 @@ "types": "dist/index.d.ts", | ||
}, | ||
"gitHead": "b1934ee0ee9f8aab69cd90e231d63843fe09c466" | ||
"gitHead": "4cf6e89c042a58ec6a1d6eaa85c6fa41a31e266b" | ||
} |
Sorry, the diff of this file is not supported yet
83816
1012