eas-cli 5.9.1 → 5.9.2
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.
- package/README.md +67 -65
- package/build/build/graphql.d.ts +3 -3
- package/build/build/graphql.js +10 -14
- package/build/build/local.js +1 -1
- package/build/build/metadata.js +0 -1
- package/build/build/runBuildAndSubmit.js +5 -1
- package/build/project/customBuildConfig.d.ts +6 -1
- package/build/project/customBuildConfig.js +4 -1
- package/oclif.manifest.json +2714 -1
- package/package.json +10 -10
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "eas-cli",
|
|
3
3
|
"description": "EAS command line tool",
|
|
4
|
-
"version": "5.9.
|
|
4
|
+
"version": "5.9.2",
|
|
5
5
|
"author": "Expo <support@expo.dev>",
|
|
6
6
|
"bin": {
|
|
7
7
|
"eas": "./bin/run"
|
|
@@ -13,24 +13,24 @@
|
|
|
13
13
|
"@expo/config": "8.1.2",
|
|
14
14
|
"@expo/config-plugins": "7.2.4",
|
|
15
15
|
"@expo/config-types": "49.0.0",
|
|
16
|
-
"@expo/eas-build-job": "1.0.
|
|
17
|
-
"@expo/eas-json": "5.
|
|
16
|
+
"@expo/eas-build-job": "1.0.50",
|
|
17
|
+
"@expo/eas-json": "5.9.2",
|
|
18
18
|
"@expo/json-file": "8.2.37",
|
|
19
19
|
"@expo/multipart-body-parser": "1.1.0",
|
|
20
20
|
"@expo/osascript": "2.0.33",
|
|
21
21
|
"@expo/package-manager": "1.1.2",
|
|
22
22
|
"@expo/pkcs12": "0.0.8",
|
|
23
23
|
"@expo/plist": "0.0.20",
|
|
24
|
-
"@expo/plugin-help": "5.1.
|
|
25
|
-
"@expo/plugin-warn-if-update-available": "2.5.
|
|
24
|
+
"@expo/plugin-help": "5.1.23",
|
|
25
|
+
"@expo/plugin-warn-if-update-available": "2.5.1",
|
|
26
26
|
"@expo/prebuild-config": "6.2.5",
|
|
27
27
|
"@expo/results": "1.0.0",
|
|
28
28
|
"@expo/rudder-sdk-node": "1.1.1",
|
|
29
29
|
"@expo/spawn-async": "1.7.0",
|
|
30
|
-
"@expo/steps": "1.0.
|
|
30
|
+
"@expo/steps": "1.0.51",
|
|
31
31
|
"@expo/timeago.js": "1.0.0",
|
|
32
|
-
"@oclif/core": "1.
|
|
33
|
-
"@oclif/plugin-autocomplete": "
|
|
32
|
+
"@oclif/core": "^1.26.2",
|
|
33
|
+
"@oclif/plugin-autocomplete": "^2.3.10",
|
|
34
34
|
"@segment/ajv-human-errors": "^2.1.2",
|
|
35
35
|
"@urql/core": "4.0.11",
|
|
36
36
|
"@urql/exchange-retry": "1.2.0",
|
|
@@ -216,8 +216,8 @@
|
|
|
216
216
|
"clean": "rimraf dist build tmp node_modules yarn-error.log"
|
|
217
217
|
},
|
|
218
218
|
"volta": {
|
|
219
|
-
"node": "18.
|
|
219
|
+
"node": "18.19.0",
|
|
220
220
|
"yarn": "1.22.19"
|
|
221
221
|
},
|
|
222
|
-
"gitHead": "
|
|
222
|
+
"gitHead": "1a5df5ce5530e19cfe1d1ab0969052c30d009bab"
|
|
223
223
|
}
|