@expo/cli 56.1.7 → 56.1.8

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("56.1.7");
142
+ console.log("56.1.8");
143
143
  process.exit(0);
144
144
  }
145
145
  if (args['--non-interactive']) {
@@ -76,7 +76,7 @@ function getInitMetadata() {
76
76
  return {
77
77
  format: 'v0-jsonl',
78
78
  // Version is added in the build script.
79
- version: "56.1.7" ?? 'UNVERSIONED'
79
+ version: "56.1.8" ?? 'UNVERSIONED'
80
80
  };
81
81
  }
82
82
  function getWellKnownTemporaryLogFile(projectRoot, command) {
@@ -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/${"56.1.7"}`,
29
+ 'user-agent': `expo-cli/${"56.1.8"}`,
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: "56.1.7"
86
+ version: "56.1.8"
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": "56.1.7",
3
+ "version": "56.1.8",
4
4
  "description": "The Expo CLI",
5
5
  "main": "main.js",
6
6
  "bin": {
@@ -53,7 +53,7 @@
53
53
  "@expo/osascript": "^2.6.0",
54
54
  "@expo/package-manager": "^1.12.0",
55
55
  "@expo/plist": "^0.7.0",
56
- "@expo/prebuild-config": "^56.0.10",
56
+ "@expo/prebuild-config": "^56.0.11",
57
57
  "@expo/require-utils": "^56.1.2",
58
58
  "@expo/router-server": "^56.0.10",
59
59
  "@expo/schema-utils": "^56.0.0",
@@ -156,13 +156,13 @@
156
156
  "playwright": "^1.59.0",
157
157
  "taskr": "^1.1.0",
158
158
  "tree-kill": "^1.2.2",
159
- "@expo/fingerprint": "0.19.0",
160
- "expo": "56.0.0",
159
+ "expo": "56.0.1",
161
160
  "expo-module-scripts": "56.0.2",
162
- "expo-router": "56.2.3",
163
- "expo-modules-autolinking": "56.0.9"
161
+ "@expo/fingerprint": "0.19.0",
162
+ "expo-modules-autolinking": "56.0.10",
163
+ "expo-router": "56.2.3"
164
164
  },
165
- "gitHead": "c4c9867a0bcbb188e55ecaec4998e38d33108a5d",
165
+ "gitHead": "21335e5c121427f1d1d422ab80656b893c341baf",
166
166
  "scripts": {
167
167
  "build": "taskr",
168
168
  "clean": "expo-module clean",