@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
|
@@ -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.
|
|
34
|
+
"user-agent": `expo-cli/${"0.19.13"}`,
|
|
35
35
|
authorization: "Basic " + _nodeBuffer().Buffer.from(`${target}:`).toString("base64")
|
|
36
36
|
};
|
|
37
37
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@expo/cli",
|
|
3
|
-
"version": "0.19.
|
|
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": "
|
|
171
|
+
"gitHead": "8f821c2fa246a5206d25b00ca83fd4cfe639e784"
|
|
172
172
|
}
|