@expo/cli 1.0.0-canary-20250304-f08e984 → 1.0.0-canary-20250305-0af9ad2

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
@@ -121,7 +121,7 @@ const args = (0, _arg().default)({
121
121
  });
122
122
  if (args["--version"]) {
123
123
  // Version is added in the build script.
124
- console.log("1.0.0-canary-20250304-f08e984");
124
+ console.log("1.0.0-canary-20250305-0af9ad2");
125
125
  process.exit(0);
126
126
  }
127
127
  if (args["--non-interactive"]) {
@@ -31,7 +31,7 @@ class FetchClient {
31
31
  this.headers = {
32
32
  accept: "application/json",
33
33
  "content-type": "application/json",
34
- "user-agent": `expo-cli/${"1.0.0-canary-20250304-f08e984"}`,
34
+ "user-agent": `expo-cli/${"1.0.0-canary-20250305-0af9ad2"}`,
35
35
  authorization: "Basic " + _nodeBuffer().Buffer.from(`${target}:`).toString("base64")
36
36
  };
37
37
  }
@@ -79,7 +79,7 @@ function createContext() {
79
79
  cpu: summarizeCpuInfo(),
80
80
  app: {
81
81
  name: "expo/cli",
82
- version: "1.0.0-canary-20250304-f08e984"
82
+ version: "1.0.0-canary-20250305-0af9ad2"
83
83
  },
84
84
  ci: _ciInfo().isCI ? {
85
85
  name: _ciInfo().name,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@expo/cli",
3
- "version": "1.0.0-canary-20250304-f08e984",
3
+ "version": "1.0.0-canary-20250305-0af9ad2",
4
4
  "description": "The Expo CLI",
5
5
  "main": "build/bin/cli",
6
6
  "bin": {
@@ -42,17 +42,17 @@
42
42
  "@0no-co/graphql.web": "^1.0.8",
43
43
  "@babel/runtime": "^7.20.0",
44
44
  "@expo/code-signing-certificates": "^0.0.5",
45
- "@expo/config": "11.0.0-canary-20250304-f08e984",
46
- "@expo/config-plugins": "9.1.0-canary-20250304-f08e984",
45
+ "@expo/config": "11.0.0-canary-20250305-0af9ad2",
46
+ "@expo/config-plugins": "9.1.0-canary-20250305-0af9ad2",
47
47
  "@expo/devcert": "^1.1.2",
48
- "@expo/env": "1.0.1-canary-20250304-f08e984",
49
- "@expo/image-utils": "0.6.6-canary-20250304-f08e984",
50
- "@expo/json-file": "9.0.3-canary-20250304-f08e984",
51
- "@expo/metro-config": "0.20.0-canary-20250304-f08e984",
52
- "@expo/osascript": "2.1.7-canary-20250304-f08e984",
53
- "@expo/package-manager": "1.6.2-canary-20250304-f08e984",
54
- "@expo/plist": "0.2.3-canary-20250304-f08e984",
55
- "@expo/prebuild-config": "9.0.0-canary-20250304-f08e984",
48
+ "@expo/env": "1.0.1-canary-20250305-0af9ad2",
49
+ "@expo/image-utils": "0.6.6-canary-20250305-0af9ad2",
50
+ "@expo/json-file": "9.0.3-canary-20250305-0af9ad2",
51
+ "@expo/metro-config": "0.20.0-canary-20250305-0af9ad2",
52
+ "@expo/osascript": "2.1.7-canary-20250305-0af9ad2",
53
+ "@expo/package-manager": "1.6.2-canary-20250305-0af9ad2",
54
+ "@expo/plist": "0.2.3-canary-20250305-0af9ad2",
55
+ "@expo/prebuild-config": "9.0.0-canary-20250305-0af9ad2",
56
56
  "@expo/spawn-async": "^1.7.2",
57
57
  "@expo/ws-tunnel": "^1.0.1",
58
58
  "@expo/xcpretty": "^4.3.0",
@@ -109,7 +109,7 @@
109
109
  "devDependencies": {
110
110
  "@expo/multipart-body-parser": "^1.0.0",
111
111
  "@expo/ngrok": "4.1.3",
112
- "@expo/server": "0.5.2-canary-20250304-f08e984",
112
+ "@expo/server": "0.5.2-canary-20250305-0af9ad2",
113
113
  "@graphql-codegen/cli": "^2.16.3",
114
114
  "@graphql-codegen/typescript": "^2.8.7",
115
115
  "@graphql-codegen/typescript-operations": "^2.5.12",
@@ -141,7 +141,7 @@
141
141
  "@types/ws": "^8.5.4",
142
142
  "devtools-protocol": "^0.0.1113120",
143
143
  "expo-atlas": "^0.4.0",
144
- "expo-module-scripts": "4.0.5-canary-20250304-f08e984",
144
+ "expo-module-scripts": "4.0.5-canary-20250305-0af9ad2",
145
145
  "find-process": "^1.4.7",
146
146
  "jest-runner-tsd": "^6.0.0",
147
147
  "klaw-sync": "^6.0.0",
@@ -154,5 +154,5 @@
154
154
  "tree-kill": "^1.2.2",
155
155
  "tsd": "^0.28.1"
156
156
  },
157
- "gitHead": "f08e984ac18968d26ea7f7f34d11d29a0a97d518"
157
+ "gitHead": "0af9ad2afd326af47eae076f81a89105a026312d"
158
158
  }