@expo/cli 55.0.8 → 55.0.9

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
@@ -135,7 +135,7 @@ const args = (0, _arg().default)({
135
135
  });
136
136
  if (args['--version']) {
137
137
  // Version is added in the build script.
138
- console.log("55.0.8");
138
+ console.log("55.0.9");
139
139
  process.exit(0);
140
140
  }
141
141
  if (args['--non-interactive']) {
@@ -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.8"}`,
29
+ 'user-agent': `expo-cli/${"55.0.9"}`,
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.8"
86
+ version: "55.0.9"
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.8",
3
+ "version": "55.0.9",
4
4
  "description": "The Expo CLI",
5
5
  "main": "build/bin/cli",
6
6
  "bin": {
@@ -41,7 +41,7 @@
41
41
  "homepage": "https://github.com/expo/expo/tree/main/packages/@expo/cli",
42
42
  "dependencies": {
43
43
  "@expo/code-signing-certificates": "^0.0.6",
44
- "@expo/config": "~55.0.5",
44
+ "@expo/config": "~55.0.6",
45
45
  "@expo/config-plugins": "~55.0.5",
46
46
  "@expo/devcert": "^1.2.1",
47
47
  "@expo/env": "~2.1.1",
@@ -159,5 +159,5 @@
159
159
  "tree-kill": "^1.2.2",
160
160
  "tsd": "^0.28.1"
161
161
  },
162
- "gitHead": "928cc951854450f3c72e00e8e420e567fabd1f8c"
162
+ "gitHead": "aeb65063e482533ed1119f736555bcca5af2af94"
163
163
  }