@expo/eas-json 14.0.0 → 14.2.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.
Files changed (2) hide show
  1. package/build/schema.js +1 -0
  2. package/package.json +3 -3
package/build/schema.js CHANGED
@@ -7,6 +7,7 @@ const schema_1 = require("./build/schema");
7
7
  const schema_2 = require("./submit/schema");
8
8
  const types_1 = require("./types");
9
9
  exports.EasJsonSchema = joi_1.default.object({
10
+ $schema: joi_1.default.string(),
10
11
  cli: joi_1.default.object({
11
12
  version: joi_1.default.string(),
12
13
  requireCommit: joi_1.default.boolean(),
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": "14.0.0",
4
+ "version": "14.2.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.151",
9
+ "@expo/eas-build-job": "1.0.154",
10
10
  "chalk": "4.1.2",
11
11
  "env-string": "1.0.1",
12
12
  "fs-extra": "11.2.0",
@@ -53,5 +53,5 @@
53
53
  "node": "20.11.0",
54
54
  "yarn": "1.22.21"
55
55
  },
56
- "gitHead": "7ea1c5de17fb8fb76ab117fc23aa1ebd50a73ed1"
56
+ "gitHead": "63b67635e01e0ce53a451b4a75750e005f6075ef"
57
57
  }