@expo/eas-json 21.5.0 → 22.0.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.
@@ -52,6 +52,7 @@ const CommonBuildProfileSchema = joi_1.default.object({
52
52
  autoIncrement: joi_1.default.alternatives().try(joi_1.default.boolean()),
53
53
  // artifacts
54
54
  buildArtifactPaths: joi_1.default.array().items(joi_1.default.string()),
55
+ uploadSourceMaps: joi_1.default.boolean(),
55
56
  // cache
56
57
  cache: CacheSchema,
57
58
  // custom build configuration
@@ -42,6 +42,7 @@ export interface CommonBuildProfile {
42
42
  prebuildCommand?: string;
43
43
  autoIncrement?: boolean;
44
44
  buildArtifactPaths?: string[];
45
+ uploadSourceMaps?: boolean;
45
46
  cache?: Omit<Cache, 'clear'>;
46
47
  config?: string;
47
48
  withoutCredentials?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@expo/eas-json",
3
- "version": "21.5.0",
3
+ "version": "22.0.0",
4
4
  "description": "A library for interacting with eas.json",
5
5
  "homepage": "https://github.com/expo/eas-cli",
6
6
  "bugs": "https://github.com/expo/eas-cli/issues",
@@ -32,7 +32,7 @@
32
32
  },
33
33
  "dependencies": {
34
34
  "@babel/code-frame": "7.23.5",
35
- "@expo/eas-build-job": "21.5.0",
35
+ "@expo/eas-build-job": "22.0.0",
36
36
  "chalk": "4.1.2",
37
37
  "env-string": "1.0.1",
38
38
  "fs-extra": "11.2.0",
@@ -55,5 +55,5 @@
55
55
  "engines": {
56
56
  "node": ">=20.0.0"
57
57
  },
58
- "gitHead": "b27fe84a1ed87c96bebc2b341817bb520989b186"
58
+ "gitHead": "b92a9cc5a718f133966e27b9fedcedb569f9cd17"
59
59
  }