@expo/cli
Advanced tools
Comparing version 0.22.16 to 0.22.17
@@ -127,3 +127,3 @@ "use strict"; | ||
<div id="root"></div> | ||
${src ? `<script crossorigin src="${src}"></script>` : ""} | ||
${src ? `<script crossorigin src="${src.replace(/^https?:/, "")}"></script>` : ""} | ||
</body> | ||
@@ -130,0 +130,0 @@ </html>`; |
@@ -34,3 +34,3 @@ "use strict"; | ||
"content-type": "application/json", | ||
"user-agent": `expo-cli/${"0.22.16"}`, | ||
"user-agent": `expo-cli/${"0.22.17"}`, | ||
authorization: "Basic " + _nodeBuffer().Buffer.from(`${target}:`).toString("base64") | ||
@@ -37,0 +37,0 @@ }; |
@@ -82,3 +82,3 @@ "use strict"; | ||
name: "expo/cli", | ||
version: "0.22.16" | ||
version: "0.22.17" | ||
}, | ||
@@ -85,0 +85,0 @@ ci: _ciInfo().isCI ? { |
{ | ||
"name": "@expo/cli", | ||
"version": "0.22.16", | ||
"version": "0.22.17", | ||
"description": "The Expo CLI", | ||
@@ -51,7 +51,7 @@ "main": "build/bin/cli", | ||
"@expo/json-file": "^9.0.2", | ||
"@expo/metro-config": "~0.19.10", | ||
"@expo/metro-config": "~0.19.11", | ||
"@expo/osascript": "^2.1.6", | ||
"@expo/package-manager": "^1.7.2", | ||
"@expo/plist": "^0.2.2", | ||
"@expo/prebuild-config": "^8.0.27", | ||
"@expo/prebuild-config": "^8.0.28", | ||
"@expo/rudder-sdk-node": "^1.1.1", | ||
@@ -172,3 +172,3 @@ "@expo/spawn-async": "^1.7.2", | ||
}, | ||
"gitHead": "13972cd80b8b652a2ca6a2c45e03f7a0b3915ce1" | ||
"gitHead": "c01c449a1d6e6e8690bfcc88a778b46781a59674" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
17047758
10
132
+ Added@types/node@22.13.8(transitive)
- Removed@types/node@22.13.5(transitive)
Updated@expo/metro-config@~0.19.11