@expo/cli 55.0.19 → 55.0.20-canary-20260327-0789fbc

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("55.0.19");
142
+ console.log("55.0.20-canary-20260327-0789fbc");
143
143
  process.exit(0);
144
144
  }
145
145
  if (args['--non-interactive']) {
@@ -70,7 +70,7 @@ function getInitMetadata() {
70
70
  return {
71
71
  format: 'v0-jsonl',
72
72
  // Version is added in the build script.
73
- version: "55.0.19" ?? 'UNVERSIONED'
73
+ version: "55.0.20-canary-20260327-0789fbc" ?? 'UNVERSIONED'
74
74
  };
75
75
  }
76
76
  function installEventLogger(env = process.env.LOG_EVENTS) {
@@ -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/${"55.0.19"}`,
29
+ 'user-agent': `expo-cli/${"55.0.20-canary-20260327-0789fbc"}`,
30
30
  authorization: 'Basic ' + _nodebuffer().Buffer.from(`${target}:`).toString('base64')
31
31
  };
32
32
  }
@@ -83,7 +83,7 @@ function createContext() {
83
83
  cpu: summarizeCpuInfo(),
84
84
  app: {
85
85
  name: 'expo/cli',
86
- version: "55.0.19"
86
+ version: "55.0.20-canary-20260327-0789fbc"
87
87
  },
88
88
  ci: _ciinfo().isCI ? {
89
89
  name: _ciinfo().name,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@expo/cli",
3
- "version": "55.0.19",
3
+ "version": "55.0.20-canary-20260327-0789fbc",
4
4
  "description": "The Expo CLI",
5
5
  "main": "build/bin/cli",
6
6
  "bin": {
@@ -41,22 +41,22 @@
41
41
  "homepage": "https://github.com/expo/expo/tree/main/packages/@expo/cli",
42
42
  "dependencies": {
43
43
  "@expo/code-signing-certificates": "^0.0.6",
44
- "@expo/config": "~55.0.11",
45
- "@expo/config-plugins": "~55.0.7",
44
+ "@expo/config": "55.0.12-canary-20260327-0789fbc",
45
+ "@expo/config-plugins": "55.0.8-canary-20260327-0789fbc",
46
46
  "@expo/devcert": "^1.2.1",
47
- "@expo/env": "~2.1.1",
48
- "@expo/image-utils": "^0.8.12",
49
- "@expo/json-file": "^10.0.12",
50
- "@expo/log-box": "55.0.8",
47
+ "@expo/env": "2.1.2-canary-20260327-0789fbc",
48
+ "@expo/image-utils": "0.8.13-canary-20260327-0789fbc",
49
+ "@expo/json-file": "10.0.13-canary-20260327-0789fbc",
50
+ "@expo/log-box": "55.0.9-canary-20260327-0789fbc",
51
51
  "@expo/metro": "~54.2.0",
52
- "@expo/metro-config": "~55.0.11",
53
- "@expo/osascript": "^2.4.2",
54
- "@expo/package-manager": "^1.10.3",
55
- "@expo/plist": "^0.5.2",
56
- "@expo/prebuild-config": "^55.0.11",
57
- "@expo/require-utils": "^55.0.3",
58
- "@expo/router-server": "^55.0.11",
59
- "@expo/schema-utils": "^55.0.2",
52
+ "@expo/metro-config": "55.0.12-canary-20260327-0789fbc",
53
+ "@expo/osascript": "2.4.3-canary-20260327-0789fbc",
54
+ "@expo/package-manager": "1.10.4-canary-20260327-0789fbc",
55
+ "@expo/plist": "0.5.3-canary-20260327-0789fbc",
56
+ "@expo/prebuild-config": "55.0.12-canary-20260327-0789fbc",
57
+ "@expo/require-utils": "55.0.4-canary-20260327-0789fbc",
58
+ "@expo/router-server": "55.0.12-canary-20260327-0789fbc",
59
+ "@expo/schema-utils": "55.0.3-canary-20260327-0789fbc",
60
60
  "@expo/spawn-async": "^1.7.2",
61
61
  "@expo/ws-tunnel": "^1.0.1",
62
62
  "@expo/xcpretty": "^4.4.0",
@@ -72,7 +72,7 @@
72
72
  "connect": "^3.7.0",
73
73
  "debug": "^4.3.4",
74
74
  "dnssd-advertise": "^1.1.3",
75
- "expo-server": "^55.0.6",
75
+ "expo-server": "55.0.7-canary-20260327-0789fbc",
76
76
  "fetch-nodeshim": "^0.4.6",
77
77
  "getenv": "^2.0.0",
78
78
  "glob": "^13.0.0",
@@ -104,8 +104,8 @@
104
104
  ]
105
105
  },
106
106
  "peerDependencies": {
107
- "expo": "*",
108
- "expo-router": "*",
107
+ "expo": "55.0.10-canary-20260327-0789fbc",
108
+ "expo-router": "55.0.9-canary-20260327-0789fbc",
109
109
  "react-native": "*"
110
110
  },
111
111
  "peerDependenciesMeta": {
@@ -157,6 +157,5 @@
157
157
  "taskr": "^1.1.0",
158
158
  "tree-kill": "^1.2.2",
159
159
  "tsd": "^0.28.1"
160
- },
161
- "gitHead": "f63217deac00dcd278f75d9846933c11e5c6f9a3"
160
+ }
162
161
  }