@expo/cli 54.0.3-canary-20250912-b5ce2a8 → 54.0.4

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("54.0.3-canary-20250912-b5ce2a8");
126
+ console.log("54.0.4");
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/${"54.0.3-canary-20250912-b5ce2a8"}`,
36
+ 'user-agent': `expo-cli/${"54.0.4"}`,
37
37
  authorization: 'Basic ' + _nodebuffer().Buffer.from(`${target}:`).toString('base64')
38
38
  };
39
39
  }
@@ -83,7 +83,7 @@ function createContext() {
83
83
  cpu: summarizeCpuInfo(),
84
84
  app: {
85
85
  name: 'expo/cli',
86
- version: "54.0.3-canary-20250912-b5ce2a8"
86
+ version: "54.0.4"
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": "54.0.3-canary-20250912-b5ce2a8",
3
+ "version": "54.0.4",
4
4
  "description": "The Expo CLI",
5
5
  "main": "build/bin/cli",
6
6
  "bin": {
@@ -42,20 +42,20 @@
42
42
  "dependencies": {
43
43
  "@0no-co/graphql.web": "^1.0.8",
44
44
  "@expo/code-signing-certificates": "^0.0.5",
45
- "@expo/config": "12.0.9-canary-20250912-b5ce2a8",
46
- "@expo/config-plugins": "54.0.2-canary-20250912-b5ce2a8",
45
+ "@expo/config": "~12.0.9",
46
+ "@expo/config-plugins": "~54.0.1",
47
47
  "@expo/devcert": "^1.1.2",
48
- "@expo/env": "2.0.8-canary-20250912-b5ce2a8",
49
- "@expo/image-utils": "0.8.8-canary-20250912-b5ce2a8",
50
- "@expo/json-file": "10.0.8-canary-20250912-b5ce2a8",
48
+ "@expo/env": "~2.0.7",
49
+ "@expo/image-utils": "^0.8.7",
50
+ "@expo/json-file": "^10.0.7",
51
51
  "@expo/metro": "~0.1.1",
52
- "@expo/metro-config": "54.0.3-canary-20250912-b5ce2a8",
53
- "@expo/osascript": "2.3.8-canary-20250912-b5ce2a8",
54
- "@expo/package-manager": "1.9.8-canary-20250912-b5ce2a8",
55
- "@expo/plist": "0.4.8-canary-20250912-b5ce2a8",
56
- "@expo/prebuild-config": "54.0.2-canary-20250912-b5ce2a8",
57
- "@expo/schema-utils": "0.1.8-canary-20250912-b5ce2a8",
58
- "@expo/server": "0.7.5-canary-20250912-b5ce2a8",
52
+ "@expo/metro-config": "~54.0.3",
53
+ "@expo/osascript": "^2.3.7",
54
+ "@expo/package-manager": "^1.9.7",
55
+ "@expo/plist": "^0.4.7",
56
+ "@expo/prebuild-config": "^54.0.3",
57
+ "@expo/schema-utils": "^0.1.7",
58
+ "@expo/server": "^0.7.4",
59
59
  "@expo/spawn-async": "^1.7.2",
60
60
  "@expo/ws-tunnel": "^1.0.1",
61
61
  "@expo/xcpretty": "^4.3.0",
@@ -110,8 +110,8 @@
110
110
  ]
111
111
  },
112
112
  "peerDependencies": {
113
- "expo": "55.0.0-canary-20250912-b5ce2a8",
114
- "expo-router": "6.0.2-canary-20250912-b5ce2a8",
113
+ "expo": "*",
114
+ "expo-router": "*",
115
115
  "react-native": "*"
116
116
  },
117
117
  "peerDependenciesMeta": {
@@ -154,7 +154,7 @@
154
154
  "@types/ws": "^8.5.4",
155
155
  "devtools-protocol": "^0.0.1113120",
156
156
  "expo-atlas": "^0.4.1",
157
- "expo-module-scripts": "5.0.8-canary-20250912-b5ce2a8",
157
+ "expo-module-scripts": "^5.0.7",
158
158
  "find-process": "^1.4.7",
159
159
  "jest-runner-tsd": "^6.0.0",
160
160
  "klaw-sync": "^6.0.0",
@@ -166,5 +166,6 @@
166
166
  "taskr": "^1.1.0",
167
167
  "tree-kill": "^1.2.2",
168
168
  "tsd": "^0.28.1"
169
- }
169
+ },
170
+ "gitHead": "721bb1444269799d315fa2856413e7959c84a3bd"
170
171
  }