eas-cli 0.45.1 → 0.46.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.
- package/README.md +0 -844
- package/build/commands/analytics.js +1 -1
- package/build/commands/branch/create.js +1 -1
- package/build/commands/branch/delete.js +1 -1
- package/build/commands/branch/list.js +1 -1
- package/build/commands/branch/rename.js +1 -1
- package/build/commands/branch/view.js +1 -1
- package/build/commands/build/cancel.js +1 -1
- package/build/commands/build/configure.js +1 -1
- package/build/commands/build/index.js +1 -1
- package/build/commands/build/inspect.js +1 -1
- package/build/commands/channel/create.js +1 -1
- package/build/commands/channel/delete.js +2 -2
- package/build/commands/channel/edit.js +1 -1
- package/build/commands/channel/list.js +1 -1
- package/build/commands/channel/view.js +1 -1
- package/build/commands/config.js +9 -3
- package/build/commands/credentials.js +1 -1
- package/build/commands/diagnostics.js +1 -1
- package/build/commands/secret/create.js +1 -1
- package/build/commands/secret/delete.js +1 -3
- package/build/commands/secret/list.js +1 -1
- package/build/commands/submit.js +2 -3
- package/build/commands/update/configure.js +1 -1
- package/build/commands/update/delete.js +1 -1
- package/build/commands/update/index.js +1 -1
- package/build/commands/update/list.js +1 -1
- package/build/commands/update/view.js +1 -1
- package/build/commands/webhook/create.js +1 -1
- package/build/commands/webhook/delete.js +1 -1
- package/build/commands/webhook/list.js +1 -1
- package/build/commands/webhook/update.js +1 -1
- package/build/commands/webhook/view.js +1 -1
- package/build/submit/ArchiveSource.js +4 -3
- package/oclif.manifest.json +1 -1
- package/package.json +16 -13
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "eas-cli",
|
|
3
3
|
"description": "EAS command line tool",
|
|
4
|
-
"version": "0.
|
|
4
|
+
"version": "0.46.0",
|
|
5
5
|
"author": "Expo <support@expo.dev>",
|
|
6
6
|
"bin": {
|
|
7
7
|
"eas": "./bin/run"
|
|
@@ -11,8 +11,8 @@
|
|
|
11
11
|
"@expo/apple-utils": "0.0.0-alpha.27",
|
|
12
12
|
"@expo/config": "6.0.16",
|
|
13
13
|
"@expo/config-plugins": "4.0.16",
|
|
14
|
-
"@expo/eas-build-job": "0.2.
|
|
15
|
-
"@expo/eas-json": "0.
|
|
14
|
+
"@expo/eas-build-job": "0.2.65",
|
|
15
|
+
"@expo/eas-json": "0.46.0",
|
|
16
16
|
"@expo/json-file": "8.2.34",
|
|
17
17
|
"@expo/pkcs12": "0.0.6",
|
|
18
18
|
"@expo/plist": "0.0.17",
|
|
@@ -43,14 +43,14 @@
|
|
|
43
43
|
"graphql-tag": "2.12.6",
|
|
44
44
|
"ignore": "5.2.0",
|
|
45
45
|
"indent-string": "4.0.0",
|
|
46
|
-
"jks-js": "1.0.
|
|
46
|
+
"jks-js": "1.0.2",
|
|
47
47
|
"joi": "17.5.0",
|
|
48
48
|
"keychain": "1.3.0",
|
|
49
49
|
"log-symbols": "4.1.0",
|
|
50
50
|
"mime": "3.0.0",
|
|
51
51
|
"minimatch": "3.0.4",
|
|
52
52
|
"nanoid": "3.2.0",
|
|
53
|
-
"node-fetch": "2.6.
|
|
53
|
+
"node-fetch": "2.6.7",
|
|
54
54
|
"node-forge": "1.2.1",
|
|
55
55
|
"nullthrows": "1.1.1",
|
|
56
56
|
"ora": "5.1.0",
|
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
"wrap-ansi": "7.0.0"
|
|
71
71
|
},
|
|
72
72
|
"devDependencies": {
|
|
73
|
-
"@graphql-codegen/cli": "2.
|
|
73
|
+
"@graphql-codegen/cli": "2.4.0",
|
|
74
74
|
"@graphql-codegen/introspection": "2.1.1",
|
|
75
75
|
"@graphql-codegen/typescript": "2.4.2",
|
|
76
76
|
"@graphql-codegen/typescript-operations": "2.2.2",
|
|
@@ -87,14 +87,14 @@
|
|
|
87
87
|
"@types/tough-cookie": "4.0.1",
|
|
88
88
|
"@types/uuid": "8.3.4",
|
|
89
89
|
"@types/wrap-ansi": "3.0.0",
|
|
90
|
-
"axios": "0.
|
|
90
|
+
"axios": "0.25.0",
|
|
91
91
|
"eslint-plugin-graphql": "4.0.0",
|
|
92
92
|
"memfs": "3.4.1",
|
|
93
93
|
"mockdate": "3.0.5",
|
|
94
94
|
"nock": "13.2.2",
|
|
95
95
|
"tempy": "0.7.0",
|
|
96
|
-
"ts-deepmerge": "
|
|
97
|
-
"typescript": "4.5.
|
|
96
|
+
"ts-deepmerge": "2.0.1",
|
|
97
|
+
"typescript": "4.5.5"
|
|
98
98
|
},
|
|
99
99
|
"engines": {
|
|
100
100
|
"node": ">=12.0.0"
|
|
@@ -121,7 +121,10 @@
|
|
|
121
121
|
],
|
|
122
122
|
"topics": {
|
|
123
123
|
"account": {
|
|
124
|
-
"description": "manage
|
|
124
|
+
"description": "manage account"
|
|
125
|
+
},
|
|
126
|
+
"branch": {
|
|
127
|
+
"description": "manage update branches"
|
|
125
128
|
},
|
|
126
129
|
"build": {
|
|
127
130
|
"description": "build app binaries"
|
|
@@ -130,10 +133,10 @@
|
|
|
130
133
|
"description": "manage update channels"
|
|
131
134
|
},
|
|
132
135
|
"device": {
|
|
133
|
-
"description": "manage
|
|
136
|
+
"description": "manage Apple devices for Internal Distribution"
|
|
134
137
|
},
|
|
135
138
|
"project": {
|
|
136
|
-
"description": "manage
|
|
139
|
+
"description": "manage project"
|
|
137
140
|
},
|
|
138
141
|
"release": {
|
|
139
142
|
"description": "manage update releases"
|
|
@@ -185,5 +188,5 @@
|
|
|
185
188
|
"generate-graphql-code": "graphql-codegen --config graphql-codegen.yml",
|
|
186
189
|
"clean": "rm -rf dist build tmp node_modules yarn-error.log"
|
|
187
190
|
},
|
|
188
|
-
"gitHead": "
|
|
191
|
+
"gitHead": "5ed4b65133ded6dd6eab399fd7b8e20b94293a47"
|
|
189
192
|
}
|