@expo/cli 56.0.1 → 56.0.2

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.1");
142
+ console.log("56.0.2");
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.1" ?? 'UNVERSIONED'
79
+ version: "56.0.2" ?? '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.1"}`,
29
+ 'user-agent': `expo-cli/${"56.0.2"}`,
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.1"
86
+ version: "56.0.2"
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.1",
3
+ "version": "56.0.2",
4
4
  "description": "The Expo CLI",
5
5
  "main": "main.js",
6
6
  "bin": {
@@ -57,16 +57,16 @@
57
57
  "@expo/image-utils": "0.9.0",
58
58
  "@expo/inline-modules": "0.0.2",
59
59
  "@expo/json-file": "10.1.0",
60
- "@expo/log-box": "56.0.0",
60
+ "@expo/log-box": "56.0.1",
61
61
  "@expo/metro": "~56.0.0",
62
- "@expo/metro-config": "56.0.0",
62
+ "@expo/metro-config": "56.0.1",
63
63
  "@expo/metro-file-map": "56.0.0-0",
64
64
  "@expo/osascript": "2.5.0",
65
65
  "@expo/package-manager": "1.11.0",
66
66
  "@expo/plist": "0.6.0",
67
67
  "@expo/prebuild-config": "56.0.0",
68
68
  "@expo/require-utils": "56.0.0",
69
- "@expo/router-server": "56.0.0",
69
+ "@expo/router-server": "56.0.1",
70
70
  "@expo/schema-utils": "56.0.0",
71
71
  "@expo/spawn-async": "^1.7.2",
72
72
  "@expo/ws-tunnel": "^1.0.1",
@@ -115,8 +115,8 @@
115
115
  ]
116
116
  },
117
117
  "peerDependencies": {
118
- "expo": "56.0.0-preview.0",
119
- "expo-router": "56.0.0",
118
+ "expo": "56.0.0-preview.2",
119
+ "expo-router": "56.0.1",
120
120
  "react-native": "*"
121
121
  },
122
122
  "peerDependenciesMeta": {
@@ -128,7 +128,7 @@
128
128
  }
129
129
  },
130
130
  "devDependencies": {
131
- "@expo/fingerprint": "0.17.0",
131
+ "@expo/fingerprint": "0.17.1",
132
132
  "@expo/mcp-tunnel": "~0.2.3",
133
133
  "@expo/ngrok": "^4.1.3",
134
134
  "@jest/globals": "^29.7.0",
@@ -174,5 +174,5 @@
174
174
  "taskr": "^1.1.0",
175
175
  "tree-kill": "^1.2.2"
176
176
  },
177
- "gitHead": "fada43a3e793d5c3ce99f9dd917b8f38592be746"
177
+ "gitHead": "222b3b12610d69784bab6c5a188a46ea388f866a"
178
178
  }