@expo/cli 0.19.12 → 0.19.13

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
@@ -120,7 +120,7 @@ const args = (0, _arg().default)({
120
120
  });
121
121
  if (args["--version"]) {
122
122
  // Version is added in the build script.
123
- console.log("0.19.12");
123
+ console.log("0.19.13");
124
124
  process.exit(0);
125
125
  }
126
126
  if (args["--non-interactive"]) {
@@ -31,7 +31,7 @@ class FetchClient {
31
31
  this.headers = {
32
32
  accept: "application/json",
33
33
  "content-type": "application/json",
34
- "user-agent": `expo-cli/${"0.19.12"}`,
34
+ "user-agent": `expo-cli/${"0.19.13"}`,
35
35
  authorization: "Basic " + _nodeBuffer().Buffer.from(`${target}:`).toString("base64")
36
36
  };
37
37
  }
@@ -79,7 +79,7 @@ function createContext() {
79
79
  cpu: summarizeCpuInfo(),
80
80
  app: {
81
81
  name: "expo/cli",
82
- version: "0.19.12"
82
+ version: "0.19.13"
83
83
  },
84
84
  ci: _ciInfo().isCI ? {
85
85
  name: _ciInfo().name,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@expo/cli",
3
- "version": "0.19.12",
3
+ "version": "0.19.13",
4
4
  "description": "The Expo CLI",
5
5
  "main": "build/bin/cli",
6
6
  "bin": {
@@ -105,6 +105,7 @@
105
105
  "structured-headers": "^0.4.1",
106
106
  "tar": "^6.2.1",
107
107
  "temp-dir": "^2.0.0",
108
+ "tempy": "^0.7.1",
108
109
  "terminal-link": "^2.1.1",
109
110
  "undici": "^6.18.2",
110
111
  "unique-string": "~2.0.0",
@@ -164,9 +165,8 @@
164
165
  "nullthrows": "^1.1.1",
165
166
  "playwright": "^1.40.1",
166
167
  "taskr": "^1.1.0",
167
- "tempy": "^0.7.1",
168
168
  "tree-kill": "^1.2.2",
169
169
  "tsd": "^0.28.1"
170
170
  },
171
- "gitHead": "5f7d8ead5082a943e29e36a61acb317947ac9d40"
171
+ "gitHead": "8f821c2fa246a5206d25b00ca83fd4cfe639e784"
172
172
  }