@expo/eas-json
Advanced tools
Comparing version 5.2.0 to 5.3.0
@@ -39,2 +39,3 @@ "use strict"; | ||
pnpm: joi_1.default.string().empty(null).custom(semverCheck), | ||
bun: joi_1.default.string().empty(null).custom(semverCheck), | ||
yarn: joi_1.default.string().empty(null).custom(semverCheck), | ||
@@ -41,0 +42,0 @@ expoCli: joi_1.default.string().empty(null).custom(semverCheck), |
@@ -39,2 +39,3 @@ import { Android, Cache, Ios, Platform } from '@expo/eas-build-job'; | ||
pnpm?: string; | ||
bun?: string; | ||
yarn?: string; | ||
@@ -41,0 +42,0 @@ expoCli?: string; |
{ | ||
"name": "@expo/eas-json", | ||
"description": "A library for interacting with eas.json", | ||
"version": "5.2.0", | ||
"version": "5.3.0", | ||
"author": "Expo <support@expo.dev>", | ||
@@ -55,3 +55,3 @@ "bugs": "https://github.com/expo/eas-cli/issues", | ||
}, | ||
"gitHead": "a5dc0bd27c3dc806830026302a4c9e0a587e5cc0" | ||
"gitHead": "5bdd46a2a9c339016f023e8c7579dc65b4b65c3c" | ||
} |
40687
904