@expo/cli 55.0.0-canary-20251119-961a032 → 55.0.0-canary-20251127-587bc53
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
|
@@ -123,7 +123,7 @@ const args = (0, _arg().default)({
|
|
|
123
123
|
});
|
|
124
124
|
if (args['--version']) {
|
|
125
125
|
// Version is added in the build script.
|
|
126
|
-
console.log("55.0.0-canary-
|
|
126
|
+
console.log("55.0.0-canary-20251127-587bc53");
|
|
127
127
|
process.exit(0);
|
|
128
128
|
}
|
|
129
129
|
if (args['--non-interactive']) {
|
|
@@ -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-20251127-587bc53"}`,
|
|
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-20251127-587bc53",
|
|
4
4
|
"description": "The Expo CLI",
|
|
5
5
|
"main": "build/bin/cli",
|
|
6
6
|
"bin": {
|
|
@@ -43,26 +43,26 @@
|
|
|
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.11-canary-
|
|
47
|
-
"@expo/config-plugins": "54.0.3-canary-
|
|
46
|
+
"@expo/config": "12.0.11-canary-20251127-587bc53",
|
|
47
|
+
"@expo/config-plugins": "54.0.3-canary-20251127-587bc53",
|
|
48
48
|
"@expo/devcert": "^1.1.2",
|
|
49
|
-
"@expo/env": "2.0.8-canary-
|
|
50
|
-
"@expo/image-utils": "0.8.8-canary-
|
|
51
|
-
"@expo/json-file": "10.0.8-canary-
|
|
49
|
+
"@expo/env": "2.0.8-canary-20251127-587bc53",
|
|
50
|
+
"@expo/image-utils": "0.8.8-canary-20251127-587bc53",
|
|
51
|
+
"@expo/json-file": "10.0.8-canary-20251127-587bc53",
|
|
52
52
|
"@expo/mcp-tunnel": "~0.1.0",
|
|
53
53
|
"@expo/metro": "~54.1.0",
|
|
54
|
-
"@expo/metro-config": "54.1.0-canary-
|
|
55
|
-
"@expo/osascript": "2.3.8-canary-
|
|
56
|
-
"@expo/package-manager": "1.9.9-canary-
|
|
57
|
-
"@expo/plist": "0.4.8-canary-
|
|
58
|
-
"@expo/prebuild-config": "54.0.7-canary-
|
|
59
|
-
"@expo/router-server": "0.2.0-canary-
|
|
60
|
-
"@expo/log-box": "0.0.13-canary-
|
|
61
|
-
"@expo/schema-utils": "0.1.8-canary-
|
|
54
|
+
"@expo/metro-config": "54.1.0-canary-20251127-587bc53",
|
|
55
|
+
"@expo/osascript": "2.3.8-canary-20251127-587bc53",
|
|
56
|
+
"@expo/package-manager": "1.9.9-canary-20251127-587bc53",
|
|
57
|
+
"@expo/plist": "0.4.8-canary-20251127-587bc53",
|
|
58
|
+
"@expo/prebuild-config": "54.0.7-canary-20251127-587bc53",
|
|
59
|
+
"@expo/router-server": "0.2.0-canary-20251127-587bc53",
|
|
60
|
+
"@expo/log-box": "0.0.13-canary-20251127-587bc53",
|
|
61
|
+
"@expo/schema-utils": "0.1.8-canary-20251127-587bc53",
|
|
62
62
|
"@expo/spawn-async": "^1.7.2",
|
|
63
63
|
"@expo/ws-tunnel": "^1.0.1",
|
|
64
64
|
"@expo/xcpretty": "^4.3.0",
|
|
65
|
-
"@react-native/dev-middleware": "0.83.0-
|
|
65
|
+
"@react-native/dev-middleware": "0.83.0-rc.3",
|
|
66
66
|
"@urql/core": "^5.0.6",
|
|
67
67
|
"@urql/exchange-retry": "^1.3.0",
|
|
68
68
|
"accepts": "^1.3.8",
|
|
@@ -76,10 +76,10 @@
|
|
|
76
76
|
"connect": "^3.7.0",
|
|
77
77
|
"debug": "^4.3.4",
|
|
78
78
|
"env-editor": "^0.4.1",
|
|
79
|
-
"expo-server": "1.0.5-canary-
|
|
79
|
+
"expo-server": "1.0.5-canary-20251127-587bc53",
|
|
80
80
|
"freeport-async": "^2.0.0",
|
|
81
81
|
"getenv": "^2.0.0",
|
|
82
|
-
"glob": "^
|
|
82
|
+
"glob": "^13.0.0",
|
|
83
83
|
"lan-network": "^0.1.6",
|
|
84
84
|
"minimatch": "^9.0.0",
|
|
85
85
|
"node-forge": "^1.3.1",
|
|
@@ -100,7 +100,7 @@
|
|
|
100
100
|
"source-map-support": "~0.5.21",
|
|
101
101
|
"stacktrace-parser": "^0.1.10",
|
|
102
102
|
"structured-headers": "^0.4.1",
|
|
103
|
-
"tar": "^7.
|
|
103
|
+
"tar": "^7.5.2",
|
|
104
104
|
"terminal-link": "^2.1.1",
|
|
105
105
|
"undici": "^6.18.2",
|
|
106
106
|
"wrap-ansi": "^7.0.0",
|
|
@@ -113,8 +113,8 @@
|
|
|
113
113
|
]
|
|
114
114
|
},
|
|
115
115
|
"peerDependencies": {
|
|
116
|
-
"expo": "55.0.0-canary-
|
|
117
|
-
"expo-router": "7.0.0-canary-
|
|
116
|
+
"expo": "55.0.0-canary-20251127-587bc53",
|
|
117
|
+
"expo-router": "7.0.0-canary-20251127-587bc53",
|
|
118
118
|
"react-native": "*"
|
|
119
119
|
},
|
|
120
120
|
"peerDependenciesMeta": {
|
|
@@ -157,7 +157,7 @@
|
|
|
157
157
|
"@types/ws": "^8.5.4",
|
|
158
158
|
"devtools-protocol": "^0.0.1113120",
|
|
159
159
|
"expo-atlas": "^0.4.1",
|
|
160
|
-
"expo-module-scripts": "5.1.0-canary-
|
|
160
|
+
"expo-module-scripts": "5.1.0-canary-20251127-587bc53",
|
|
161
161
|
"find-process": "^1.4.7",
|
|
162
162
|
"jest-runner-tsd": "^6.0.0",
|
|
163
163
|
"klaw-sync": "^6.0.0",
|