@expo/cli 56.0.4 → 56.0.5

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.0.4");
142
+ console.log("56.0.5");
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.0.4" ?? 'UNVERSIONED'
79
+ version: "56.0.5" ?? '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.0.4"}`,
29
+ 'user-agent': `expo-cli/${"56.0.5"}`,
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.0.4"
86
+ version: "56.0.5"
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.0.4",
3
+ "version": "56.0.5",
4
4
  "description": "The Expo CLI",
5
5
  "main": "main.js",
6
6
  "bin": {
@@ -46,21 +46,21 @@
46
46
  "@expo/image-utils": "^0.9.0",
47
47
  "@expo/inline-modules": "0.0.4",
48
48
  "@expo/json-file": "^10.1.0",
49
- "@expo/log-box": "56.0.3",
49
+ "@expo/log-box": "56.0.4",
50
50
  "@expo/metro": "~56.0.0",
51
51
  "@expo/metro-config": "~56.0.3",
52
- "@expo/metro-file-map": "56.0.0-0",
52
+ "@expo/metro-file-map": "56.0.0-2",
53
53
  "@expo/osascript": "^2.5.0",
54
54
  "@expo/package-manager": "^1.11.0",
55
55
  "@expo/plist": "^0.6.0",
56
- "@expo/prebuild-config": "^56.0.2",
56
+ "@expo/prebuild-config": "^56.0.3",
57
57
  "@expo/require-utils": "^56.0.0",
58
- "@expo/router-server": "^56.0.3",
58
+ "@expo/router-server": "^56.0.4",
59
59
  "@expo/schema-utils": "^56.0.0",
60
60
  "@expo/spawn-async": "^1.7.2",
61
61
  "@expo/ws-tunnel": "^1.0.1",
62
62
  "@expo/xcpretty": "^4.4.0",
63
- "@react-native/dev-middleware": "0.85.2",
63
+ "@react-native/dev-middleware": "0.85.3",
64
64
  "accepts": "^1.3.8",
65
65
  "arg": "^5.0.2",
66
66
  "better-opn": "~3.0.2",
@@ -159,13 +159,13 @@
159
159
  "playwright": "^1.59.0",
160
160
  "taskr": "^1.1.0",
161
161
  "tree-kill": "^1.2.2",
162
- "expo": "56.0.0-preview.4",
163
- "expo-router": "56.0.3",
164
162
  "@expo/fingerprint": "0.17.3",
165
- "expo-module-scripts": "56.0.1",
166
- "expo-modules-autolinking": "56.0.2"
163
+ "expo": "56.0.0-preview.5",
164
+ "expo-module-scripts": "56.0.2",
165
+ "expo-modules-autolinking": "56.0.2",
166
+ "expo-router": "56.0.4"
167
167
  },
168
- "gitHead": "d2109c94206280625a070242b0cb6e2500357c46",
168
+ "gitHead": "a8ab3da510a34b7bdb2262aa9887d4f78b102280",
169
169
  "scripts": {
170
170
  "build": "taskr",
171
171
  "clean": "expo-module clean",