@expo/cli 55.0.0-canary-20251211-7da85ea → 55.0.0-canary-20251212-acb11f2

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-20251211-7da85ea");
126
+ console.log("55.0.0-canary-20251212-acb11f2");
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-20251211-7da85ea"}`,
36
+ 'user-agent': `expo-cli/${"55.0.0-canary-20251212-acb11f2"}`,
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: "55.0.0-canary-20251211-7da85ea"
86
+ version: "55.0.0-canary-20251212-acb11f2"
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.0-canary-20251211-7da85ea",
3
+ "version": "55.0.0-canary-20251212-acb11f2",
4
4
  "description": "The Expo CLI",
5
5
  "main": "build/bin/cli",
6
6
  "bin": {
@@ -43,21 +43,21 @@
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.13-canary-20251211-7da85ea",
47
- "@expo/config-plugins": "54.0.4-canary-20251211-7da85ea",
46
+ "@expo/config": "12.0.13-canary-20251212-acb11f2",
47
+ "@expo/config-plugins": "54.0.4-canary-20251212-acb11f2",
48
48
  "@expo/devcert": "^1.2.1",
49
- "@expo/env": "2.0.9-canary-20251211-7da85ea",
50
- "@expo/image-utils": "0.8.9-canary-20251211-7da85ea",
51
- "@expo/json-file": "10.0.9-canary-20251211-7da85ea",
49
+ "@expo/env": "2.0.9-canary-20251212-acb11f2",
50
+ "@expo/image-utils": "0.8.9-canary-20251212-acb11f2",
51
+ "@expo/json-file": "10.0.9-canary-20251212-acb11f2",
52
52
  "@expo/metro": "~54.1.0",
53
- "@expo/metro-config": "54.1.0-canary-20251211-7da85ea",
54
- "@expo/osascript": "2.3.9-canary-20251211-7da85ea",
55
- "@expo/package-manager": "1.9.10-canary-20251211-7da85ea",
56
- "@expo/plist": "0.4.9-canary-20251211-7da85ea",
57
- "@expo/prebuild-config": "54.0.8-canary-20251211-7da85ea",
58
- "@expo/router-server": "0.2.0-canary-20251211-7da85ea",
59
- "@expo/log-box": "0.0.13-canary-20251211-7da85ea",
60
- "@expo/schema-utils": "0.1.9-canary-20251211-7da85ea",
53
+ "@expo/metro-config": "54.1.0-canary-20251212-acb11f2",
54
+ "@expo/osascript": "2.3.9-canary-20251212-acb11f2",
55
+ "@expo/package-manager": "1.9.10-canary-20251212-acb11f2",
56
+ "@expo/plist": "0.4.9-canary-20251212-acb11f2",
57
+ "@expo/prebuild-config": "54.0.8-canary-20251212-acb11f2",
58
+ "@expo/router-server": "0.2.0-canary-20251212-acb11f2",
59
+ "@expo/log-box": "0.0.13-canary-20251212-acb11f2",
60
+ "@expo/schema-utils": "0.1.9-canary-20251212-acb11f2",
61
61
  "@expo/spawn-async": "^1.7.2",
62
62
  "@expo/ws-tunnel": "^1.0.1",
63
63
  "@expo/xcpretty": "^4.3.0",
@@ -75,7 +75,7 @@
75
75
  "connect": "^3.7.0",
76
76
  "debug": "^4.3.4",
77
77
  "env-editor": "^0.4.1",
78
- "expo-server": "1.0.6-canary-20251211-7da85ea",
78
+ "expo-server": "1.0.6-canary-20251212-acb11f2",
79
79
  "freeport-async": "^2.0.0",
80
80
  "getenv": "^2.0.0",
81
81
  "glob": "^13.0.0",
@@ -112,8 +112,8 @@
112
112
  ]
113
113
  },
114
114
  "peerDependencies": {
115
- "expo": "55.0.0-canary-20251211-7da85ea",
116
- "expo-router": "7.0.0-canary-20251211-7da85ea",
115
+ "expo": "55.0.0-canary-20251212-acb11f2",
116
+ "expo-router": "7.0.0-canary-20251212-acb11f2",
117
117
  "react-native": "*"
118
118
  },
119
119
  "peerDependenciesMeta": {
@@ -158,7 +158,7 @@
158
158
  "@types/ws": "^8.5.4",
159
159
  "devtools-protocol": "^0.0.1113120",
160
160
  "expo-atlas": "^0.4.1",
161
- "expo-module-scripts": "5.1.0-canary-20251211-7da85ea",
161
+ "expo-module-scripts": "5.1.0-canary-20251212-acb11f2",
162
162
  "find-process": "^1.4.7",
163
163
  "jest-runner-tsd": "^6.0.0",
164
164
  "klaw-sync": "^6.0.0",