@expo/cli 55.0.0-canary-20251210-1f163e3 → 55.0.0-canary-20251211-7da85ea
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 +1 -1
- package/build/src/start/interface/interactiveActions.js +1 -1
- package/build/src/start/interface/interactiveActions.js.map +1 -1
- package/build/src/start/platforms/ios/getBestSimulator.js +11 -3
- package/build/src/start/platforms/ios/getBestSimulator.js.map +1 -1
- package/build/src/start/server/metro/MetroBundlerDevServer.js +5 -2
- package/build/src/start/server/metro/MetroBundlerDevServer.js.map +1 -1
- package/build/src/start/server/metro/withMetroMultiPlatform.js +4 -1
- package/build/src/start/server/metro/withMetroMultiPlatform.js.map +1 -1
- package/build/src/start/server/middleware/CorsMiddleware.js +43 -12
- package/build/src/start/server/middleware/CorsMiddleware.js.map +1 -1
- package/build/src/start/server/middleware/CreateFileMiddleware.js +63 -24
- package/build/src/start/server/middleware/CreateFileMiddleware.js.map +1 -1
- package/build/src/utils/telemetry/clients/FetchClient.js +1 -1
- package/build/src/utils/telemetry/utils/context.js +1 -1
- package/package.json +18 -18
|
@@ -33,7 +33,7 @@ class FetchClient {
|
|
|
33
33
|
this.headers = {
|
|
34
34
|
accept: 'application/json',
|
|
35
35
|
'content-type': 'application/json',
|
|
36
|
-
'user-agent': `expo-cli/${"55.0.0-canary-
|
|
36
|
+
'user-agent': `expo-cli/${"55.0.0-canary-20251211-7da85ea"}`,
|
|
37
37
|
authorization: 'Basic ' + _nodebuffer().Buffer.from(`${target}:`).toString('base64')
|
|
38
38
|
};
|
|
39
39
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@expo/cli",
|
|
3
|
-
"version": "55.0.0-canary-
|
|
3
|
+
"version": "55.0.0-canary-20251211-7da85ea",
|
|
4
4
|
"description": "The Expo CLI",
|
|
5
5
|
"main": "build/bin/cli",
|
|
6
6
|
"bin": {
|
|
@@ -43,21 +43,21 @@
|
|
|
43
43
|
"dependencies": {
|
|
44
44
|
"@0no-co/graphql.web": "^1.0.8",
|
|
45
45
|
"@expo/code-signing-certificates": "^0.0.5",
|
|
46
|
-
"@expo/config": "12.0.
|
|
47
|
-
"@expo/config-plugins": "54.0.4-canary-
|
|
46
|
+
"@expo/config": "12.0.13-canary-20251211-7da85ea",
|
|
47
|
+
"@expo/config-plugins": "54.0.4-canary-20251211-7da85ea",
|
|
48
48
|
"@expo/devcert": "^1.2.1",
|
|
49
|
-
"@expo/env": "2.0.9-canary-
|
|
50
|
-
"@expo/image-utils": "0.8.9-canary-
|
|
51
|
-
"@expo/json-file": "10.0.9-canary-
|
|
49
|
+
"@expo/env": "2.0.9-canary-20251211-7da85ea",
|
|
50
|
+
"@expo/image-utils": "0.8.9-canary-20251211-7da85ea",
|
|
51
|
+
"@expo/json-file": "10.0.9-canary-20251211-7da85ea",
|
|
52
52
|
"@expo/metro": "~54.1.0",
|
|
53
|
-
"@expo/metro-config": "54.1.0-canary-
|
|
54
|
-
"@expo/osascript": "2.3.9-canary-
|
|
55
|
-
"@expo/package-manager": "1.9.10-canary-
|
|
56
|
-
"@expo/plist": "0.4.9-canary-
|
|
57
|
-
"@expo/prebuild-config": "54.0.8-canary-
|
|
58
|
-
"@expo/router-server": "0.2.0-canary-
|
|
59
|
-
"@expo/log-box": "0.0.13-canary-
|
|
60
|
-
"@expo/schema-utils": "0.1.9-canary-
|
|
53
|
+
"@expo/metro-config": "54.1.0-canary-20251211-7da85ea",
|
|
54
|
+
"@expo/osascript": "2.3.9-canary-20251211-7da85ea",
|
|
55
|
+
"@expo/package-manager": "1.9.10-canary-20251211-7da85ea",
|
|
56
|
+
"@expo/plist": "0.4.9-canary-20251211-7da85ea",
|
|
57
|
+
"@expo/prebuild-config": "54.0.8-canary-20251211-7da85ea",
|
|
58
|
+
"@expo/router-server": "0.2.0-canary-20251211-7da85ea",
|
|
59
|
+
"@expo/log-box": "0.0.13-canary-20251211-7da85ea",
|
|
60
|
+
"@expo/schema-utils": "0.1.9-canary-20251211-7da85ea",
|
|
61
61
|
"@expo/spawn-async": "^1.7.2",
|
|
62
62
|
"@expo/ws-tunnel": "^1.0.1",
|
|
63
63
|
"@expo/xcpretty": "^4.3.0",
|
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
"connect": "^3.7.0",
|
|
76
76
|
"debug": "^4.3.4",
|
|
77
77
|
"env-editor": "^0.4.1",
|
|
78
|
-
"expo-server": "1.0.6-canary-
|
|
78
|
+
"expo-server": "1.0.6-canary-20251211-7da85ea",
|
|
79
79
|
"freeport-async": "^2.0.0",
|
|
80
80
|
"getenv": "^2.0.0",
|
|
81
81
|
"glob": "^13.0.0",
|
|
@@ -112,8 +112,8 @@
|
|
|
112
112
|
]
|
|
113
113
|
},
|
|
114
114
|
"peerDependencies": {
|
|
115
|
-
"expo": "55.0.0-canary-
|
|
116
|
-
"expo-router": "7.0.0-canary-
|
|
115
|
+
"expo": "55.0.0-canary-20251211-7da85ea",
|
|
116
|
+
"expo-router": "7.0.0-canary-20251211-7da85ea",
|
|
117
117
|
"react-native": "*"
|
|
118
118
|
},
|
|
119
119
|
"peerDependenciesMeta": {
|
|
@@ -158,7 +158,7 @@
|
|
|
158
158
|
"@types/ws": "^8.5.4",
|
|
159
159
|
"devtools-protocol": "^0.0.1113120",
|
|
160
160
|
"expo-atlas": "^0.4.1",
|
|
161
|
-
"expo-module-scripts": "5.1.0-canary-
|
|
161
|
+
"expo-module-scripts": "5.1.0-canary-20251211-7da85ea",
|
|
162
162
|
"find-process": "^1.4.7",
|
|
163
163
|
"jest-runner-tsd": "^6.0.0",
|
|
164
164
|
"klaw-sync": "^6.0.0",
|