@expo/eas-json 5.9.2 → 6.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.
Files changed (1) hide show
  1. package/package.json +10 -9
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": "5.9.2",
4
+ "version": "6.0.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.18.6",
9
- "@expo/eas-build-job": "1.0.50",
9
+ "@expo/eas-build-job": "1.0.56",
10
10
  "chalk": "4.1.2",
11
11
  "env-string": "1.0.1",
12
12
  "fs-extra": "10.1.0",
@@ -25,7 +25,7 @@
25
25
  "typescript": "4.9.4"
26
26
  },
27
27
  "engines": {
28
- "node": ">=14.0.0"
28
+ "node": ">=16.0.0"
29
29
  },
30
30
  "homepage": "https://github.com/expo/eas-cli",
31
31
  "license": "MIT",
@@ -34,11 +34,12 @@
34
34
  "repository": "expo/eas-cli",
35
35
  "scripts": {
36
36
  "build": "tsc --project tsconfig.build.json",
37
- "build-ci": "tsc --project tsconfig.build-ci.json",
37
+ "build-allow-unused": "tsc --project tsconfig.allowUnused.json",
38
38
  "watch": "yarn build --watch --preserveWatchOutput",
39
- "typecheck": "tsc --project tsconfig.build-ci.json",
39
+ "watch-allow-unused": "yarn build-allow-unused --watch --preserveWatchOutput",
40
+ "typecheck": "tsc",
40
41
  "prepack": "yarn rebuild",
41
- "rebuild": "rimraf build && yarn build-ci",
42
+ "rebuild": "rimraf build && yarn build",
42
43
  "test": "jest",
43
44
  "clean": "rimraf build node_modules yarn-error.log"
44
45
  },
@@ -49,8 +50,8 @@
49
50
  "access": "public"
50
51
  },
51
52
  "volta": {
52
- "node": "18.19.0",
53
- "yarn": "1.22.19"
53
+ "node": "20.11.0",
54
+ "yarn": "1.22.21"
54
55
  },
55
- "gitHead": "1a5df5ce5530e19cfe1d1ab0969052c30d009bab"
56
+ "gitHead": "51a01d10e9edef86737d54aea2b4bcd14ffe4a7d"
56
57
  }