@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
|
@@ -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.
|
|
29
|
+
'user-agent': `expo-cli/${"56.0.2"}`,
|
|
30
30
|
authorization: 'Basic ' + _nodebuffer().Buffer.from(`${target}:`).toString('base64')
|
|
31
31
|
};
|
|
32
32
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@expo/cli",
|
|
3
|
-
"version": "56.0.
|
|
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.
|
|
60
|
+
"@expo/log-box": "56.0.1",
|
|
61
61
|
"@expo/metro": "~56.0.0",
|
|
62
|
-
"@expo/metro-config": "56.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.
|
|
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.
|
|
119
|
-
"expo-router": "56.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.
|
|
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": "
|
|
177
|
+
"gitHead": "222b3b12610d69784bab6c5a188a46ea388f866a"
|
|
178
178
|
}
|