@expo/cli 55.0.11 → 55.0.12

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.11");
142
+ console.log("55.0.12");
143
143
  process.exit(0);
144
144
  }
145
145
  if (args['--non-interactive']) {
@@ -77,7 +77,7 @@ function getInitMetadata() {
77
77
  return {
78
78
  format: 'v0-jsonl',
79
79
  // Version is added in the build script.
80
- version: "55.0.11" ?? 'UNVERSIONED'
80
+ version: "55.0.12" ?? 'UNVERSIONED'
81
81
  };
82
82
  }
83
83
  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.11"}`,
29
+ 'user-agent': `expo-cli/${"55.0.12"}`,
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.11"
86
+ version: "55.0.12"
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.11",
3
+ "version": "55.0.12",
4
4
  "description": "The Expo CLI",
5
5
  "main": "build/bin/cli",
6
6
  "bin": {
@@ -49,7 +49,7 @@
49
49
  "@expo/json-file": "^10.0.12",
50
50
  "@expo/log-box": "55.0.7",
51
51
  "@expo/metro": "~54.2.0",
52
- "@expo/metro-config": "~55.0.8",
52
+ "@expo/metro-config": "~55.0.9",
53
53
  "@expo/osascript": "^2.4.2",
54
54
  "@expo/package-manager": "^1.10.3",
55
55
  "@expo/plist": "^0.5.2",
@@ -158,5 +158,5 @@
158
158
  "tree-kill": "^1.2.2",
159
159
  "tsd": "^0.28.1"
160
160
  },
161
- "gitHead": "b183e5cbd95eb6ee54a878291c7077d8d63e4850"
161
+ "gitHead": "39a7a009e215eb71a112f4a20dba2d471ab21108"
162
162
  }