@expo/cli 1.0.0-canary-20241018-2a482e3 → 1.0.0-canary-20241018-ebd377a

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
@@ -120,7 +120,7 @@ const args = (0, _arg().default)({
120
120
  });
121
121
  if (args["--version"]) {
122
122
  // Version is added in the build script.
123
- console.log("1.0.0-canary-20241018-2a482e3");
123
+ console.log("1.0.0-canary-20241018-ebd377a");
124
124
  process.exit(0);
125
125
  }
126
126
  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-20241018-2a482e3"}`,
34
+ "user-agent": `expo-cli/${"1.0.0-canary-20241018-ebd377a"}`,
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-20241018-2a482e3"
82
+ version: "1.0.0-canary-20241018-ebd377a"
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-20241018-2a482e3",
3
+ "version": "1.0.0-canary-20241018-ebd377a",
4
4
  "description": "The Expo CLI",
5
5
  "main": "build/bin/cli",
6
6
  "bin": {
@@ -41,17 +41,17 @@
41
41
  "dependencies": {
42
42
  "@babel/runtime": "^7.20.0",
43
43
  "@expo/code-signing-certificates": "^0.0.5",
44
- "@expo/config": "10.0.0-canary-20241018-2a482e3",
45
- "@expo/config-plugins": "8.1.0-canary-20241018-2a482e3",
44
+ "@expo/config": "10.0.0-canary-20241018-ebd377a",
45
+ "@expo/config-plugins": "8.1.0-canary-20241018-ebd377a",
46
46
  "@expo/devcert": "^1.1.2",
47
- "@expo/env": "0.3.1-canary-20241018-2a482e3",
48
- "@expo/image-utils": "0.6.0-canary-20241018-2a482e3",
49
- "@expo/json-file": "8.4.0-canary-20241018-2a482e3",
50
- "@expo/metro-config": "1.0.0-canary-20241018-2a482e3",
51
- "@expo/osascript": "2.1.4-canary-20241018-2a482e3",
52
- "@expo/package-manager": "1.5.3-canary-20241018-2a482e3",
53
- "@expo/plist": "0.1.4-canary-20241018-2a482e3",
54
- "@expo/prebuild-config": "7.1.0-canary-20241018-2a482e3",
47
+ "@expo/env": "0.3.1-canary-20241018-ebd377a",
48
+ "@expo/image-utils": "0.6.0-canary-20241018-ebd377a",
49
+ "@expo/json-file": "8.4.0-canary-20241018-ebd377a",
50
+ "@expo/metro-config": "1.0.0-canary-20241018-ebd377a",
51
+ "@expo/osascript": "2.1.4-canary-20241018-ebd377a",
52
+ "@expo/package-manager": "1.5.3-canary-20241018-ebd377a",
53
+ "@expo/plist": "0.1.4-canary-20241018-ebd377a",
54
+ "@expo/prebuild-config": "7.1.0-canary-20241018-ebd377a",
55
55
  "@expo/rudder-sdk-node": "^1.1.1",
56
56
  "@expo/spawn-async": "^1.7.2",
57
57
  "@expo/xcpretty": "^4.3.0",
@@ -120,7 +120,7 @@
120
120
  "devDependencies": {
121
121
  "@expo/multipart-body-parser": "^1.0.0",
122
122
  "@expo/ngrok": "4.1.3",
123
- "@expo/server": "0.5.0-canary-20241018-2a482e3",
123
+ "@expo/server": "0.5.0-canary-20241018-ebd377a",
124
124
  "@graphql-codegen/cli": "^2.16.3",
125
125
  "@graphql-codegen/typescript": "^2.8.7",
126
126
  "@graphql-codegen/typescript-operations": "^2.5.12",
@@ -155,7 +155,7 @@
155
155
  "@types/ws": "^8.5.4",
156
156
  "devtools-protocol": "^0.0.1113120",
157
157
  "expo-atlas": "^0.3.11",
158
- "expo-module-scripts": "3.6.0-canary-20241018-2a482e3",
158
+ "expo-module-scripts": "3.6.0-canary-20241018-ebd377a",
159
159
  "find-process": "^1.4.7",
160
160
  "jest-runner-tsd": "^6.0.0",
161
161
  "klaw-sync": "^6.0.0",
@@ -168,5 +168,5 @@
168
168
  "tree-kill": "^1.2.2",
169
169
  "tsd": "^0.28.1"
170
170
  },
171
- "gitHead": "2a482e33d2f94629f6022410c61c3ceeb8e7f26e"
171
+ "gitHead": "ebd377a8a9609b3c935bcfe45022f7ad9ecbcd82"
172
172
  }