@expo/eas-json 15.0.13 → 16.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -34,6 +34,7 @@ const CommonBuildProfileSchema = joi_1.default.object({
34
34
  // build environment
35
35
  env: joi_1.default.object().pattern(joi_1.default.string(), joi_1.default.string().empty(null)),
36
36
  node: joi_1.default.string().empty(null).custom(semverCheck),
37
+ corepack: joi_1.default.boolean(),
37
38
  pnpm: joi_1.default.string().empty(null).custom(semverCheck),
38
39
  bun: joi_1.default.string().empty(null).custom(semverCheck),
39
40
  yarn: joi_1.default.string().empty(null).custom(semverCheck),
@@ -26,6 +26,7 @@ export interface CommonBuildProfile {
26
26
  resourceClass?: ResourceClass;
27
27
  env?: Record<string, string>;
28
28
  node?: string;
29
+ corepack?: boolean;
29
30
  pnpm?: string;
30
31
  bun?: string;
31
32
  yarn?: string;
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@expo/eas-json",
3
3
  "description": "A library for interacting with eas.json",
4
- "version": "15.0.13",
4
+ "version": "16.1.0",
5
5
  "author": "Expo <support@expo.dev>",
6
6
  "bugs": "https://github.com/expo/eas-cli/issues",
7
7
  "dependencies": {
8
8
  "@babel/code-frame": "7.23.5",
9
- "@expo/eas-build-job": "1.0.170",
9
+ "@expo/eas-build-job": "1.0.173",
10
10
  "chalk": "4.1.2",
11
11
  "env-string": "1.0.1",
12
12
  "fs-extra": "11.2.0",
@@ -54,5 +54,5 @@
54
54
  "node": "20.11.0",
55
55
  "yarn": "1.22.21"
56
56
  },
57
- "gitHead": "668aeb256909c71922bd8c1c0da41207894b59b8"
57
+ "gitHead": "66c6c8ab0b5da8e514cf244a6bbf2f27472fafb5"
58
58
  }