@expo/cli 0.26.3 → 0.26.4
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
|
@@ -33,7 +33,7 @@ class FetchClient {
|
|
|
33
33
|
this.headers = {
|
|
34
34
|
accept: 'application/json',
|
|
35
35
|
'content-type': 'application/json',
|
|
36
|
-
'user-agent': `expo-cli/${"0.26.
|
|
36
|
+
'user-agent': `expo-cli/${"0.26.4"}`,
|
|
37
37
|
authorization: 'Basic ' + _nodebuffer().Buffer.from(`${target}:`).toString('base64')
|
|
38
38
|
};
|
|
39
39
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@expo/cli",
|
|
3
|
-
"version": "0.26.
|
|
3
|
+
"version": "0.26.4",
|
|
4
4
|
"description": "The Expo CLI",
|
|
5
5
|
"main": "build/bin/cli",
|
|
6
6
|
"bin": {
|
|
@@ -41,21 +41,20 @@
|
|
|
41
41
|
"homepage": "https://github.com/expo/expo/tree/main/packages/@expo/cli",
|
|
42
42
|
"dependencies": {
|
|
43
43
|
"@0no-co/graphql.web": "^1.0.8",
|
|
44
|
-
"@babel/runtime": "^7.20.0",
|
|
45
44
|
"@expo/code-signing-certificates": "^0.0.5",
|
|
46
|
-
"@expo/config": "~12.0.
|
|
47
|
-
"@expo/config-plugins": "~11.0.
|
|
45
|
+
"@expo/config": "~12.0.5",
|
|
46
|
+
"@expo/config-plugins": "~11.0.5",
|
|
48
47
|
"@expo/devcert": "^1.1.2",
|
|
49
|
-
"@expo/env": "~2.0.
|
|
50
|
-
"@expo/image-utils": "^0.8.
|
|
51
|
-
"@expo/json-file": "^10.0.
|
|
48
|
+
"@expo/env": "~2.0.4",
|
|
49
|
+
"@expo/image-utils": "^0.8.4",
|
|
50
|
+
"@expo/json-file": "^10.0.4",
|
|
52
51
|
"@expo/metro": "~0.1.1",
|
|
53
|
-
"@expo/metro-config": "~0.21.
|
|
54
|
-
"@expo/osascript": "^2.3.
|
|
55
|
-
"@expo/package-manager": "^1.9.
|
|
56
|
-
"@expo/plist": "^0.4.
|
|
57
|
-
"@expo/prebuild-config": "^10.0.
|
|
58
|
-
"@expo/schema-utils": "^0.1.
|
|
52
|
+
"@expo/metro-config": "~0.21.6",
|
|
53
|
+
"@expo/osascript": "^2.3.4",
|
|
54
|
+
"@expo/package-manager": "^1.9.4",
|
|
55
|
+
"@expo/plist": "^0.4.4",
|
|
56
|
+
"@expo/prebuild-config": "^10.0.6",
|
|
57
|
+
"@expo/schema-utils": "^0.1.4",
|
|
59
58
|
"@expo/server": "^0.7.2",
|
|
60
59
|
"@expo/spawn-async": "^1.7.2",
|
|
61
60
|
"@expo/ws-tunnel": "^1.0.1",
|
|
@@ -77,8 +76,8 @@
|
|
|
77
76
|
"freeport-async": "^2.0.0",
|
|
78
77
|
"getenv": "^2.0.0",
|
|
79
78
|
"glob": "^10.4.2",
|
|
80
|
-
"minimatch": "^9.0.0",
|
|
81
79
|
"lan-network": "^0.1.6",
|
|
80
|
+
"minimatch": "^9.0.0",
|
|
82
81
|
"node-forge": "^1.3.1",
|
|
83
82
|
"npm-package-arg": "^11.0.0",
|
|
84
83
|
"ora": "^3.4.0",
|
|
@@ -155,7 +154,7 @@
|
|
|
155
154
|
"@types/ws": "^8.5.4",
|
|
156
155
|
"devtools-protocol": "^0.0.1113120",
|
|
157
156
|
"expo-atlas": "^0.4.1",
|
|
158
|
-
"expo-module-scripts": "^5.0.
|
|
157
|
+
"expo-module-scripts": "^5.0.4",
|
|
159
158
|
"find-process": "^1.4.7",
|
|
160
159
|
"jest-runner-tsd": "^6.0.0",
|
|
161
160
|
"klaw-sync": "^6.0.0",
|
|
@@ -168,5 +167,5 @@
|
|
|
168
167
|
"tree-kill": "^1.2.2",
|
|
169
168
|
"tsd": "^0.28.1"
|
|
170
169
|
},
|
|
171
|
-
"gitHead": "
|
|
170
|
+
"gitHead": "48faa7b9a9f93a7660cb80aa118c7f6bf0aeff38"
|
|
172
171
|
}
|