@expo/cli 56.1.11 → 57.0.0-canary-20260526-13e89ca
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/build/bin/cli
CHANGED
|
@@ -139,7 +139,7 @@ const args = (0, _arg().default)({
|
|
|
139
139
|
});
|
|
140
140
|
if (args['--version']) {
|
|
141
141
|
// Version is added in the build script.
|
|
142
|
-
console.log("
|
|
142
|
+
console.log("57.0.0-canary-20260526-13e89ca");
|
|
143
143
|
process.exit(0);
|
|
144
144
|
}
|
|
145
145
|
if (args['--non-interactive']) {
|
|
@@ -76,7 +76,7 @@ function getInitMetadata() {
|
|
|
76
76
|
return {
|
|
77
77
|
format: 'v0-jsonl',
|
|
78
78
|
// Version is added in the build script.
|
|
79
|
-
version: "
|
|
79
|
+
version: "57.0.0-canary-20260526-13e89ca" ?? 'UNVERSIONED'
|
|
80
80
|
};
|
|
81
81
|
}
|
|
82
82
|
function getWellKnownTemporaryLogFile(projectRoot, command) {
|
|
@@ -26,7 +26,7 @@ class FetchClient {
|
|
|
26
26
|
this.headers = {
|
|
27
27
|
accept: 'application/json',
|
|
28
28
|
'content-type': 'application/json',
|
|
29
|
-
'user-agent': `expo-cli/${"
|
|
29
|
+
'user-agent': `expo-cli/${"57.0.0-canary-20260526-13e89ca"}`,
|
|
30
30
|
authorization: 'Basic ' + _nodebuffer().Buffer.from(`${target}:`).toString('base64')
|
|
31
31
|
};
|
|
32
32
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@expo/cli",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "57.0.0-canary-20260526-13e89ca",
|
|
4
4
|
"description": "The Expo CLI",
|
|
5
5
|
"main": "main.js",
|
|
6
6
|
"bin": {
|
|
@@ -39,24 +39,24 @@
|
|
|
39
39
|
"homepage": "https://github.com/expo/expo/tree/main/packages/@expo/cli",
|
|
40
40
|
"dependencies": {
|
|
41
41
|
"@expo/code-signing-certificates": "^0.0.6",
|
|
42
|
-
"@expo/config": "
|
|
43
|
-
"@expo/config-plugins": "
|
|
42
|
+
"@expo/config": "57.0.0-canary-20260526-13e89ca",
|
|
43
|
+
"@expo/config-plugins": "57.0.0-canary-20260526-13e89ca",
|
|
44
44
|
"@expo/devcert": "^1.2.1",
|
|
45
|
-
"@expo/env": "
|
|
46
|
-
"@expo/image-utils": "
|
|
47
|
-
"@expo/inline-modules": "
|
|
48
|
-
"@expo/json-file": "
|
|
49
|
-
"@expo/log-box": "
|
|
45
|
+
"@expo/env": "2.3.1-canary-20260526-13e89ca",
|
|
46
|
+
"@expo/image-utils": "0.10.2-canary-20260526-13e89ca",
|
|
47
|
+
"@expo/inline-modules": "0.0.10-canary-20260526-13e89ca",
|
|
48
|
+
"@expo/json-file": "10.2.1-canary-20260526-13e89ca",
|
|
49
|
+
"@expo/log-box": "57.0.0-canary-20260526-13e89ca",
|
|
50
50
|
"@expo/metro": "~56.0.0",
|
|
51
|
-
"@expo/metro-config": "
|
|
52
|
-
"@expo/metro-file-map": "
|
|
53
|
-
"@expo/osascript": "
|
|
54
|
-
"@expo/package-manager": "
|
|
55
|
-
"@expo/plist": "
|
|
56
|
-
"@expo/prebuild-config": "
|
|
57
|
-
"@expo/require-utils": "
|
|
58
|
-
"@expo/router-server": "
|
|
59
|
-
"@expo/schema-utils": "
|
|
51
|
+
"@expo/metro-config": "57.0.0-canary-20260526-13e89ca",
|
|
52
|
+
"@expo/metro-file-map": "57.0.0-canary-20260526-13e89ca",
|
|
53
|
+
"@expo/osascript": "2.6.1-canary-20260526-13e89ca",
|
|
54
|
+
"@expo/package-manager": "1.12.1-canary-20260526-13e89ca",
|
|
55
|
+
"@expo/plist": "0.7.1-canary-20260526-13e89ca",
|
|
56
|
+
"@expo/prebuild-config": "57.0.0-canary-20260526-13e89ca",
|
|
57
|
+
"@expo/require-utils": "57.0.0-canary-20260526-13e89ca",
|
|
58
|
+
"@expo/router-server": "57.0.0-canary-20260526-13e89ca",
|
|
59
|
+
"@expo/schema-utils": "57.0.0-canary-20260526-13e89ca",
|
|
60
60
|
"@expo/spawn-async": "^1.8.0",
|
|
61
61
|
"@expo/ws-tunnel": "^1.0.1",
|
|
62
62
|
"@expo/xcpretty": "^4.4.4",
|
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
"connect": "^3.7.0",
|
|
72
72
|
"debug": "^4.3.4",
|
|
73
73
|
"dnssd-advertise": "^1.1.4",
|
|
74
|
-
"expo-server": "
|
|
74
|
+
"expo-server": "57.0.0-canary-20260526-13e89ca",
|
|
75
75
|
"fetch-nodeshim": "^0.4.10",
|
|
76
76
|
"getenv": "^2.0.0",
|
|
77
77
|
"glob": "^13.0.0",
|
|
@@ -102,8 +102,8 @@
|
|
|
102
102
|
]
|
|
103
103
|
},
|
|
104
104
|
"peerDependencies": {
|
|
105
|
-
"expo": "
|
|
106
|
-
"expo-router": "
|
|
105
|
+
"expo": "57.0.0-canary-20260526-13e89ca",
|
|
106
|
+
"expo-router": "57.0.0-canary-20260526-13e89ca",
|
|
107
107
|
"react-native": "*"
|
|
108
108
|
},
|
|
109
109
|
"peerDependenciesMeta": {
|
|
@@ -156,13 +156,13 @@
|
|
|
156
156
|
"playwright": "^1.59.0",
|
|
157
157
|
"taskr": "^1.1.0",
|
|
158
158
|
"tree-kill": "^1.2.2",
|
|
159
|
-
"expo": "
|
|
160
|
-
"@expo/fingerprint": "0.19.2",
|
|
159
|
+
"@expo/fingerprint": "0.19.3-canary-20260526-13e89ca",
|
|
161
160
|
"expo-module-scripts": "56.0.2",
|
|
162
|
-
"expo-modules-autolinking": "
|
|
163
|
-
"expo-router": "
|
|
161
|
+
"expo-modules-autolinking": "57.0.0-canary-20260526-13e89ca",
|
|
162
|
+
"expo-router": "57.0.0-canary-20260526-13e89ca",
|
|
163
|
+
"expo": "57.0.0-canary-20260526-13e89ca"
|
|
164
164
|
},
|
|
165
|
-
"gitHead": "
|
|
165
|
+
"gitHead": "13e89ca478346ab94722b7cd56933576a642b9ad",
|
|
166
166
|
"scripts": {
|
|
167
167
|
"build": "taskr",
|
|
168
168
|
"clean": "expo-module clean",
|